Skip to content

Releases: nomasystems/nuid

Release list

v1.0.0

Choose a tag to compare

@javiergarea javiergarea released this 16 Jun 10:44
a53bf4e

Added

  • RFC 4122 UUIDs: versions 1, 3 (MD5), 4, and 5 (SHA-1)
  • RFC 9562 UUIDs: versions 6, 7, and 8
  • Nil and max UUIDs
  • nuid1: hex-timestamped identifier with 128 bits of randomness, sortable and ordered after RFC 9562 version 6 UUIDs
  • nuid2: timestamped, node-tagged identifier with 128 bits of randomness, sortable and URL-safe
  • Sortable, URL-safe base64 codec (nuid_base64)
  • Time and node recovery via uuid1_info/1, uuid6_info/1, uuid7_info/1, nuid1_info/1, nuid2_info/1
  • Property-based test suites backed by triq

Full Changelog: https://github.com/nomasystems/nuid/commits/v1.0.0