Skip to content

Releases: bahlo/sonyflake-rs

v0.4.0

20 Jul 16:04
d6ecb38

Choose a tag to compare

Changed

  • Make pnet a 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

09 Oct 08:53
ab131b5

Choose a tag to compare

Shoutout to @negezor, thank you for the contributions!

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

22 Jun 19:49
9ba33d8

Choose a tag to compare

Kudos for @negezor for doing most of the changes in this release (see #19).

⚠️ Breaking changes

  • Remove &mut requirement for next_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

v0.1.2

11 Sep 15:42
635b412

Choose a tag to compare

Changed

  • Updated pnet as the old version used an unmaintained dependency (#1)

v0.1.1

29 Dec 12:19
25dc1e4

Choose a tag to compare

Fixed

  • Error is now Send + Sync

v0.1.0

29 Dec 09:55

Choose a tag to compare

This is the initial version.