Releases: danlentz/clj-uuid
Releases · danlentz/clj-uuid
RFC-9562 Support
Updates, new features, and documentation in support of IETF RFC-9562: Universally Unique IDentifiers (UUIDs).
v6 UUID -- Time based, index-friendly, lexically sortable, does not disclose MAC
v7 UUID -- POSIX time based, index-friendly, lexically sortable, cryptographically secure
v8 UUID -- User customizable
Maintenance Release
feature/documentation complete release
- new: get-instant, get-clk-seq, get-variant
- Documentation completed for all symbols visible as public API
- Documentation completed for initial user getting started guide
- Documentation completed for xref implentation strategy withapplicable sections of RFC
initial non SNAPSHOT realease
- promoted to non-SNAPSHOT signed clojars deployment
- more configuration-tolerant node-id calculation
- minor cleanup and updates to documentation
Get a UUID before light can travel 200 feet in a vacuum
- Time-based (v1) UUID's now 10x faster than java.util.UUID/randomUUID
- Common, non-MAC disclosing node-id code for all levels of JDK
- Updates to test suite
Initial Release
- Performant, thread-safe v1 UUID's
- Documentation and docstrings
- Greatly expanded test coverage, including concurrency tests
Preliminary API; Informal Testing/Verification
0.0.6 Minor: Eliminate accidental repitition