Skip to content

v2.0.0 - UUIDv7 support

Choose a tag to compare

@bart-oz bart-oz released this 08 Jan 13:22
· 8 commits to main since this release
79dd257

馃殌 Changes:

  • Add uuid_version config option (:v7 default, :v4 for compatibility)
  • Create unified UUID generator with Ruby version detection
  • Update generates_uuid to use centralized generator
  • Add install generator for initializer creation
  • UUIDv7 requires Ruby 3.3+ (clear error on older versions)
  • Ruby 3.1/3.2 users can continue using v4
  • Default UUID version changed from v4 to v7

馃摝 Upgrade

bundle update sqlite_crypto