Skip to content
Tatu Saloranta edited this page Jun 3, 2024 · 2 revisions

Java UUID Generator 5.x Release notes

5.1.0 (02-Jun-2024)

  • #99: New factory method to create TimeBasedEpochRandomGenerator
  • #105: UUIDUtil.extractTimestamp() is broken for versions 1 and 6

5.0.0 (23-Feb-2024)

  • #53: Increase JDK baseline to JDK 8
  • #81: Add UUIDUtil.extractTimestamp() for extracting 64-bit timestamp for all timestamp-based versions
  • #85: Fix LazyRandom for native code generation tools (f.ex GraalVM)
  • #94: Add alternate version to UUIDv7 generator that uses random values on every call (not just for different timestamp)