Skip to content

Releases: kaznak/pgx_uuidv7

v0.1.1

02 Jan 05:11
Compare
Choose a tag to compare

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

01 Nov 23:39
Compare
Choose a tag to compare

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.