-
Notifications
You must be signed in to change notification settings - Fork 1
⬆️ - Update Rust crate uuid to v1.18.1 #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
=======================================
Coverage 19.75% 19.76%
=======================================
Files 100 99 -1
Lines 4899 4998 +99
=======================================
+ Hits 968 988 +20
- Misses 3931 4010 +79 ☔ View full report in Codecov by Sentry. |
2d0e3eb to
422e3f6
Compare
422e3f6 to
f13ac74
Compare
f13ac74 to
2f27ec7
Compare
2f27ec7 to
1864c57
Compare
1864c57 to
fb72c24
Compare
fb72c24 to
e0c9826
Compare
e0c9826 to
6493267
Compare
6493267 to
c05c861
Compare
c05c861 to
eb06f9a
Compare
eb06f9a to
7a412eb
Compare
7a412eb to
6170a09
Compare
6170a09 to
f434cfb
Compare
f434cfb to
8faf54b
Compare
8faf54b to
286af63
Compare
286af63 to
9c30b59
Compare
f4d7db2 to
39c52af
Compare
39c52af to
40aa717
Compare
|
This PR contains the following updates:
1.6.1->1.18.1Release Notes
uuid-rs/uuid (uuid)
v1.18.1Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
Timestampandstd::time::SystemTimeby @dcormier in #835New Contributors
Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
wasm32v1-noneSupport by @bushrat011899 in #828New Contributors
Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Uuid::new_v8const by @tguichaoua in #815New Contributors
Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0
v1.15.1Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.15.0...v1.15.1
v1.15.0Compare Source
What's Changed
Debugimplementation for NonNilUUid by @rick-de-water in #808New Contributors
Full Changelog: uuid-rs/uuid@v1.14.0...v1.15.0
v1.14.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.13.2...v1.14.0
v1.13.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@1.13.1...v1.13.2
v1.13.1Compare Source
What's Changed
wasm32withatomicsby @bushrat011899 in #797New Contributors
Full Changelog: uuid-rs/uuid@1.13.0...1.13.1
v1.13.0Compare Source
This release updates our version of
getrandomto0.3andrandto0.9. It is a potentially breaking change for the following users:no-std users who enable the
rngfeatureuuidstill usesgetrandomby default on these platforms. Upgrade your version ofgetrandomand follow its new docs on configuring a custom backend.wasm32-unknown-unknownusers who enable therngfeature without thejsfeatureUpgrade your version of
getrandomand follow its new docs on configuring a backend.You'll also need to enable the
rng-getrandomorrng-randfeature ofuuidto force it to usegetrandomas its backend:If you're on
wasm32-unknown-unknownand using thejsfeature ofuuidyou shouldn't see any breakage. We've kept this behavior by vendoring ingetrandom's web-based backend when thejsfeature is enabled.What's Changed
getrandomto0.3andrandto0.9by @KodrAus in #793getrandomonwasm32-unknown-unknownwithout JavaScript by @KodrAus in #794Full Changelog: uuid-rs/uuid@1.12.1...1.13.0
v1.12.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.12.0...1.12.1
v1.12.0Compare Source
This release includes additional
PartialEqimplementations onUuid, which can break inference in some cases.What's Changed
NonZeroUuidtype for optimizedOption<Uuid>representation by @ab22593k in #779NonNilUuidby @KodrAus in #783New Contributors
Full Changelog: uuid-rs/uuid@1.11.1...1.12.0
v1.11.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.11.0...1.11.1
v1.11.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.10.0...1.11.0
v1.10.0Compare Source
Deprecations
This release deprecates and renames the following functions:
Builder::from_rfc4122_timestamp->Builder::from_gregorian_timestampBuilder::from_sorted_rfc4122_timestamp->Builder::from_sorted_gregorian_timestampTimestamp::from_rfc4122->Timestamp::from_gregorianTimestamp::to_rfc4122->Timestamp::to_gregorianWhat's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.9.1...1.10.0
v1.9.1Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@1.9.0...1.9.1
v1.9.0Compare Source
Uuid::now_v7()is guaranteed to be monotonicBefore this release,
Uuid::now_v7()would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.8.0...1.9.0
v1.8.0Compare Source
A new
impl AsRef<Uuid> for Uuidbound has been added, which can break inference on code like:You can fix these by explicitly typing the result of the conversion:
or by calling
as_bytesinstead:What's Changed
wasm-bindgenas a dependency onwasm32-unknown-unknownby @emilk in #738New Contributors
Full Changelog: uuid-rs/uuid@1.7.0...1.8.0
v1.7.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.6.1...1.7.0
Configuration
📅 Schedule: Branch creation - "after 1pm and before 5pm on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.