Commit Graph

187 Commits

Author SHA1 Message Date
quexeky 22210f5d1b feat: Remove native_model_encode_downgrade
Signed-off-by: quexeky <git@quexeky.dev>
2025-08-21 12:36:02 +10:00
renovate[bot] 4d553e961b chore(deps): update actions/checkout action to v5 2025-08-11 13:37:30 +00:00
renovate[bot] becea96257 chore(deps): update rust crate criterion to 0.7.0 2025-07-25 16:00:44 +00:00
renovate[bot] 1d1d551993 chore(deps): update hustcer/setup-nu action to v3.20 2025-07-15 13:11:16 +00:00
vincent-herlemont 31efa79429 ci: add comprehensive formatting and linting setup
- Add formatting commands to justfile (format, fmt_check, clippy_check, fc)
- Create GitHub Actions workflows for automated fmt and clippy checks
- Fix existing clippy warnings in macro code
- Ensure CI enforcement of code quality standards

This brings native_model in line with native_db's robust formatting and linting approach.
2025-07-06 17:51:49 +02:00
semantic-release-bot 64b1d15dd1 chore: update version to 0.6.2 2025-06-19 01:55:54 +00:00
vincent-herlemont 65f3db92c6 chore: update release workflow conditions and add dry run for non-dispatch events 2025-06-19 10:33:21 +09:00
vincent-herlemont c177e97857 chore: replace release.config.js with .releaserc.json for semantic release configuration 2025-06-17 21:30:00 +09:00
ferris 2a34adc35f fix: bincode 2 ci errors & remaining _rc text 2025-05-18 21:43:50 +09:00
ferris cf68ecfb19 feat!: Update bincode 2 & allow any AsRef<[u8]> to be decoded 2025-05-18 21:43:50 +09:00
renovate[bot] cf3a633539 chore(deps): update rust crate criterion to 0.6.0 2025-05-17 11:02:34 +00:00
renovate[bot] 1691bce648 chore(deps): update hustcer/setup-nu action to v3.19 2025-03-30 06:58:01 +00:00
renovate[bot] ea0479dd69 chore(deps): update extractions/setup-just action to v3 2025-03-15 14:00:27 +00:00
renovate[bot] 054279a5e4 chore(deps): update hustcer/setup-nu action to v3.18 2025-03-15 01:49:11 +00:00
renovate[bot] 3e87c3a1b0 chore(deps): update hustcer/setup-nu action to v3.17 2025-01-29 05:45:28 +00:00
semantic-release-bot 5e34dd593f chore: update version to 0.6.1 2024-11-14 16:02:20 +00:00
Luca Barbato 79cda8ef05 fix: Remove skeptic
It is unmaintained and fails to build tests.

Same as https://github.com/vincent-herlemont/native_db/pull/286.
2024-11-14 16:58:20 +01:00
semantic-release-bot 537b207aef chore: update version to 0.6.0 2024-11-14 13:42:17 +00:00
Luca Barbato 021ea5c54c feat: Add a named variant for rmp_serde_1_3
And advise to use it if advanced serde features are in use.
2024-11-14 14:38:46 +01:00
Luca Barbato b543e30216 docs: Document rmp-serde existence
And warn about metadata-less formats and serde advanced features.
2024-11-14 14:38:46 +01:00
Luca Barbato 28d41a41e9 chore: Remove trailing whitespaces 2024-11-14 14:38:46 +01:00
renovate[bot] e75e945383 chore(deps): update hustcer/setup-nu action to v3.16 2024-11-13 06:36:21 +00:00
semantic-release-bot 9cd037a857 chore: update version to 0.5.0 2024-11-12 22:51:31 +00:00
renovate[bot] f539da2a52 chore(deps): update actions/checkout digest to 11bd719 2024-11-12 23:48:46 +01:00
renovate[bot] 56a1387f8b fix(deps): update rust crate thiserror to v2 2024-11-12 23:48:02 +01:00
Luca Barbato d932be10ac fix: Unbreak the doctests 2024-11-12 23:47:47 +01:00
Dylan Bowker 028ae2d0c8 chore: added rust msrv to Cargo.toml 2024-11-12 23:47:47 +01:00
Dylan Bowker a653f3f826 docs: simplified docs on codecs 2024-11-12 23:47:47 +01:00
Dylan Bowker a21b7d0aa0 docs: moved notes on codecs to README.md 2024-11-12 23:47:47 +01:00
Dylan Bowker b85d4ce554 docs: update to docs on codecs 2024-11-12 23:47:47 +01:00
Dylan Bowker ac150841b0 docs: update to docs on codecs 2024-11-12 23:47:47 +01:00
Dylan Bowker 2196af7a82 fix: removed #![feature(doc_cfg)] nightly feature 2024-11-12 23:47:47 +01:00
Dylan Bowker 95e68f235e chore: re-instated original default features 2024-11-12 23:47:47 +01:00
Dylan Bowker dac9ddb4c0 chore: some docs clean-up 2024-11-12 23:47:47 +01:00
Dylan Bowker 646673efda feat: add support for rmp-serde 2024-11-12 23:47:47 +01:00
renovate[bot] 736eb712f4 chore(deps): update hustcer/setup-nu action to v3.15 2024-10-25 09:21:28 +00:00
semantic-release-bot c35c40630b chore: update version to 0.4.20 2024-10-05 08:28:13 +00:00
vincent-herlemont 9a284d2942 fix: update zerocopy usage in header and wrapper modules to use new traits 2024-10-05 10:25:13 +02:00
renovate[bot] 83de7d88cd fix(deps): update rust crate zerocopy to 0.8.0 2024-10-04 00:25:43 +00:00
renovate[bot] b32e231e31 chore(deps): update hustcer/setup-nu action to v3.13 2024-09-07 17:12:22 +00:00
renovate[bot] 9b594afc2b chore(deps): update hustcer/setup-nu action to v3.12 2024-06-29 07:37:20 +00:00
renovate[bot] 938a0d654c chore(deps): update hustcer/setup-nu action to v3.11 2024-05-29 09:46:58 +00:00
semantic-release-bot d62eddb2ae chore: update version to 0.4.19 2024-05-04 22:52:20 +00:00
renovate[bot] 60d38784ac fix(deps): update rust crate zerocopy to 0.7.33 2024-05-04 22:49:30 +00:00
semantic-release-bot c5ed0db762 chore: update version to 0.4.18 2024-05-01 22:50:55 +00:00
renovate[bot] 7d3ede941b fix(deps): update rust crate thiserror to 1.0.59 2024-05-01 22:47:31 +00:00
renovate[bot] 75ca2fb5b1 fix(deps): update rust crate syn to 2.0.60 2024-05-01 22:47:26 +00:00
semantic-release-bot 012fd6cc32 chore: update version to 0.4.17 2024-05-01 19:15:17 +00:00
renovate[bot] fd6bdb1df4 fix(deps): update rust crate serde to 1.0.200 2024-05-01 19:11:07 +00:00
renovate[bot] 591c8f28f2 fix(deps): update rust crate quote to 1.0.36 2024-05-01 19:10:59 +00:00