Releases: uuid-rs/uuid
v1.15.1
v1.15.0
What's Changed
- Add a manual
Debug
implementation for NonNilUUid by @rick-de-water in #808 - Support higher precision, shiftable timestamps in V7 UUIDs by @KodrAus in #809
- Prepare for 1.15.0 release by @KodrAus in #810
New Contributors
- @rick-de-water made their first contribution in #808
Full Changelog: v1.14.0...v1.15.0
v1.14.0
v1.13.2
1.13.1
What's Changed
- Fix
wasm32
withatomics
by @bushrat011899 in #797 - Prepare for 1.13.1 release by @KodrAus in #799
New Contributors
- @bushrat011899 made their first contribution in #797
Full Changelog: 1.13.0...1.13.1
1.13.0
⚠️ Potential Breakage
This release updates our version of getrandom
to 0.3
and rand
to 0.9
. It is a potentially breaking change for the following users:
no-std users who enable the rng
feature
uuid
still uses getrandom
by default on these platforms. Upgrade your version of getrandom
and follow its new docs on configuring a custom backend.
wasm32-unknown-unknown
users who enable the rng
feature without the js
feature
Upgrade your version of getrandom
and follow its new docs on configuring a backend.
You'll also need to enable the rng-getrandom
or rng-rand
feature of uuid
to force it to use getrandom
as its backend:
[dependencies.uuid]
version = "1.13.0"
- features = ["v4"]
+ features = ["v4", "rng-getrandom"]
[dependencies.getrandom]
version = "0.3"
If you're on wasm32-unknown-unknown
and using the js
feature of uuid
you shouldn't see any breakage. We've kept this behavior by vendoring in getrandom
's web-based backend when the js
feature is enabled.
What's Changed
- Update
getrandom
to0.3
andrand
to0.9
by @KodrAus in #793 - Support forcing
getrandom
onwasm32-unknown-unknown
without JavaScript by @KodrAus in #794 - Prepare for 1.13.0 release by @KodrAus in #795
Full Changelog: 1.12.1...1.13.0
1.12.1
1.12.0
⚠️ Possible Breakage
This release includes additional PartialEq
implementations on Uuid
, which can break inference in some cases.
What's Changed
- feat: Add
NonZeroUuid
type for optimizedOption<Uuid>
representation by @ab22593k in #779 - Finalize
NonNilUuid
by @KodrAus in #783 - Prepare for 1.12.0 release by @KodrAus in #784
New Contributors
Full Changelog: 1.11.1...1.12.0
1.11.1
What's Changed
- Finish cut off docs by @KodrAus in #777
- Fix links in CONTRIBUTING.md by @jacobggman in #778
- Update rust toolchain before building by @KodrAus in #781
- Prepare for 1.11.1 release by @KodrAus in #782
New Contributors
- @jacobggman made their first contribution in #778
Full Changelog: 1.11.0...1.11.1
1.11.0
What's Changed
- Upgrade zerocopy to 0.8 by @yotamofek in #771
- Prepare for 1.11.0 release by @KodrAus in #772
New Contributors
- @yotamofek made their first contribution in #771
Full Changelog: 1.10.0...1.11.0