Changelog

This page keeps a detailed human friendly rendering of what’s new and changed in specific versions.

v2.0.2

Bug Fixes

  • Fix a bug with retrieving the private ip.

v2.0.1

Bug Fixes

  • Fix failing to get private IP address on macos.

v2.0.0

Breaking Changes

  • Remove the AsyncSonyflake class. All functionality is now consolidated into the Sonyflake class.

  • Remove the id attribute from the DecomposedSonyflake class, as it was unnecessary — the structure is intended to represent only the individual components of the ID.

New Features

Miscellaneous

  • Update documentation to reflect the new API.

  • Improve error messages throughout the library for better clarity and debugging.

  • Expand and improve examples to cover all supported methods of the Sonyflake class.

v1.1.0

New Features

  • Add support for multithreaded async environments in AsyncSonyflake.

Miscellaneous

  • Fix documentation for correctness and remove unnecessary content.

v1.0.0

  • Initial Release