This repository was archived by the owner on Apr 27, 2024. It is now read-only.
Releases: vincentdaogithub/tsid
Releases · vincentdaogithub/tsid
v0.1.2 - Make Tsid Serializable
Release v0.1.2
What's New?
- Made
Tsidto beSerializablefor working with Spring.
Full Changelog: v0.1.1...v0.1.2
v0.1.1 - Update to Documentations & License
Release v0.1.1
What's New?
- Updated README to give more details on how to use
Tsidwith databases. - Added MIT License.
- Added some references for others to further understand this project.
Full Changelog: v0.1.0...v0.1.1
v0.1.0 - Initialized the repo
Release v0.1.0
What's New?
- Initialized the project and implemented TSID (Time-Sorted ID) based on Snowflake ID.
- Added bare minimum tests and documentation.
Features
Tsidclass representing TSID andTsidFactoryfor generating TSIDs in a thread-safe per-node manner.
References
- Snowflake ID
- Vlad's post on TSID
- Discord's implementation of Snowflake ID (for example and explanation)