Releases: marcomq/fast-uuid-v7
Releases · marcomq/fast-uuid-v7
Release list
v0.1.6
What's Changed
-
New Features
- First-class UUID object plus convenience helpers for string and hex output; new hex-format helper for 32-char hex UUIDs
-
Improvements
- uuid7() returns a UUID object; format_uuid() accepts UUID objects and hex strings
- Benchmarks expanded with an additional comparison target and new formatting benchmarks
-
Documentation
- Updated Python usage examples to demonstrate UUID object APIs
-
Tests
- Added unit tests covering new UUID APIs and helpers
-
Chores
- Package version bumped; CI now optionally attempts installing an extra comparison package; dev deps group added
Full Changelog: v0.1.5...v0.1.6
What's Changed
Full Changelog: v0.1.5...v0.1.6
v0.1.5
-
New Features
- Three UUID v7 generators with embedded sub-millisecond fractions added (Rust + Python).
-
Documentation
- Docs and usage examples updated to describe the new generators, tradeoffs, and limitations.
-
Tests & Benchmarks
- Unit tests and benchmarks added/extended to cover the new variants and diagnostics.
-
CI / Chores
- CI enhanced with a manual trigger and per-OS diagnostic runs; package metadata and version bumped; Python package typing/exports added.
What's Changed
New Contributors
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Added python support
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
Full Changelog: https://github.com/marcomq/fast-uuid-v7/commits/v0.1.1