Releases: bahlo/sonyflake-rs
Releases · bahlo/sonyflake-rs
v0.4.0
Changed
- Make
pneta feature (enabled by default). This can be turned off if there's
platform problems or people want to bring their own function to generate a
machine id and want to save a dependency. - Upgrade crate to Rust Edition 2024
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Shoutout to @negezor, thank you for the contributions!
What's Changed
- Use pnet datalink directly by @negezor in #24
- Update GitHub Actions CI by @negezor in #21
- Leave only the necessary features in chrono by @negezor in #23
- Include Cargo.lock in repository by @negezor in #25
- Replace deprecated timestamp_nanos_opt method by @negezor in #22
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Kudos for @negezor for doing most of the changes in this release (see #19).
⚠️ Breaking changes
- Remove
&mutrequirement fornext_id - Decompose now returns a struct instead of a HashMap.
Unbreaking changes
- Upgrade crate to Rust Edition 2021
- Upgrade pnet to 0.33
Full Changelog: v0.1.2...v0.2.0