Releases: kaznak/pgx_uuidv7
Releases · kaznak/pgx_uuidv7
v0.1.1
v0.1.1 release:
features:
- Generate or Cast to UUIDv7
- Cast from UUIDv7 to timestamptz
changes:
- Refine build process.
- Build for PostgreSQL 16(only)
- Add a function, uuid_get_version
v0.1.0
v0.1.0 release:
first release with basic features:
- Generate or Cast to UUIDv7
- Cast from UUIDv7 to timestamptz
lots of code is copied and modified from these following repositories:
Thank you.