UUID v3.0.0-alpha2 Release Notes

Release Date: 2015-07-28 // over 8 years ago
  • โž• Added

    • ๐Ÿ”จ Refactor time-based (version 1) UUIDs into a TimeGeneratorInterface to allow for other sources to generate version 1 UUIDs in this library
    • โž• Add PeclUuidTimeGenerator and PeclUuidRandomGenerator for creating version 1 or version 4 UUIDs using the pecl-uuid extension
    • โž• Add RandomBytesGenerator for use with PHP 7. ramsey/uuid will default to use this generator when running on PHP 7

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Default RandomLibAdapter to a medium-strength generator with [ircmaxell/random-lib]; this is configurable, so other generator strengths may be used

    โœ‚ Removed

    • โœ‚ Remove PeclUuidFactory in favor of using pecl-uuid with generators