Releases: paupino/rust-decimal
Releases · paupino/rust-decimal
1.40.0
1.39.0
What's Changed
- v1
postgres->postgres_backendby @Logarithmus in #751 - Remove doc_auto_cfg and address lifetime warnings by @paupino in #755
- Version 1.39.0 by @paupino in #756
New Contributors
- @Logarithmus made their first contribution in #751
Full Changelog: 1.38.0...1.39.0
1.38.0
What's Changed
- Add new align16 feature to force 16 byte alignment for Decimal by @Tony-Samuels in #735
- Improved exp by @Danvil in #739
- Add
#[inline]toDecimal::from_parts(v1 backport) by @finnbear in #744 - Add from_scientific_round, that parses like from_scientific but behaves like from_str for numbers with greater precision that Decimal supports by @tenuous-guidance in #746
- Version 1.38.0 by @paupino in #748
Full Changelog: 1.37.2...1.38.0
1.37.2
What's Changed
- More efficient is_zero check | v1 by @ivanrg99 in #719
- Fix panic on 0.x parsing by @Tony-Samuels in #731
Full Changelog: 1.37.1...1.37.2
1.37.1
1.37.0
What's Changed
- Bumps diesel version by @Dylan-DPC in #677
- Fix
f64dec limit edge case by @finnbear in #678 - Rkyv 0.8 example by @Tony-Samuels in #683
- Add explanation of how to enable
mathsfeature by @olgabot in #681 - Create pub constant Decimal::MAX_SCALE by @Tony-Samuels in #685
- Fix panic when parsing improper scientific notation. by @schungx in #700
- Clean up tests to use Ok/Err format by @paupino in #703
- Add
dec!()macro by example by @daniel-pfeiffer in #692 - feat: add rand-0_9 crate feature by @robjtede in #702
- Cargo.toml: Only enable mysql_backend on diesel, not the whole mysql feature by @mcronce in #707
- Backwards compatibility for
dec!()macro by @paupino in #711 - Specify fixed version for macros dependency by @paupino in #712
New Contributors
- @Dylan-DPC made their first contribution in #677
- @finnbear made their first contribution in #678
- @Tony-Samuels made their first contribution in #683
- @olgabot made their first contribution in #681
- @daniel-pfeiffer made their first contribution in #692
- @mcronce made their first contribution in #707
Full Changelog: 1.36.0...1.37.0
1.36.0
What's Changed
- Fix FromSql for Postgres Numeric NaNs by @lukoktonos in #656
- Fix negation with overflow by @benschulz in #657
- Updating github workflow in preperation for target testing by @paupino in #658
- Bump macro version to 1.35 by @paupino in #661
- Deprecate diesel1 feature and upgrade diesel to v2.2 by @paupino in #663
- Replace filtery with a strategy for implementation of proptest::Arbitrary by @uzytkownik in #659
- Fixes issue with abs_sub whereby it was not computing the difference correctly by @paupino in #666
- serde.rs: Fix type infer error by @shank03 in #670
- Version 1.36.0 by @paupino in #672
New Contributors
- @lukoktonos made their first contribution in #656
- @benschulz made their first contribution in #657
- @uzytkownik made their first contribution in #659
- @shank03 made their first contribution in #670
Full Changelog: 1.35.0...1.36.0
1.35.0
What's Changed
- Replace feature-guarded dependencies on 'postgres' and 'tokio_postgres' with 'postgres_types' by @the-kenny in #651
- Fixes issue with overflow for Postgres by @paupino in #653
New Contributors
- @the-kenny made their first contribution in #651
Full Changelog: 1.34.3...1.35.0