Skip to content

Releases: vadelabs/uid

v2025.11.07-15

07 Nov 06:35
v2025.11.07-15
384b0a6

Choose a tag to compare

Initial release of UID library

Features:

  • UUID (RFC9562) support: v0, v1, v3, v4, v5, v6, v7, v8, and SQUUID
  • Flake: 192-bit time-ordered identifiers with nanosecond precision
  • Comprehensive test suite: 77 tests, 4816 assertions

Installation:

{:deps {com.vadelabs/uid {:mvn/version "2025.11.07-15"}}}

Acknowledgements:

  • Flake implementation inspired by μ/log by Bruno Bonacci
  • UUID implementation inspired by clj-uuid by Dan Lentz