Skip to content

Releases: ramsey/uuid

3.5.2

22 Nov 21:38
5677cfe
Compare
Choose a tag to compare

Fixed

  • Improve test coverage

3.5.1

02 Oct 15:52
a07797b
Compare
Choose a tag to compare

Fixed

  • Fix issue where the same UUIDs were not being treated as equal when using
    mixed cases

3.5.0

02 Aug 18:41
Compare
Choose a tag to compare

Added

  • Add OrderedTimeCodec to store UUID in an optimized way for InnoDB

Fixed

  • Fix invalid node generation in RandomNodeProvider
  • Avoid multiple unnecessary system calls by caching failed attempt to retrieve
    system node

3.4.1

24 Apr 15:45
Compare
Choose a tag to compare

Fixed

  • Fix test that violated a PHP CodeSniffer rule, breaking the build

3.4.0

24 Apr 00:10
Compare
Choose a tag to compare

Added

  • Add TimestampFirstCombCodec and TimestampLastCombCodec codecs to provide
    the ability to generate [COMB sequential UUIDs] with the timestamp encoded as
    either the first 48 bits or the last 48 bits
  • Improve logic of CombGenerator for COMB sequential UUIDs

3.3.0

22 Mar 18:43
Compare
Choose a tag to compare

Security

2.9.0

22 Mar 18:42
Compare
Choose a tag to compare

Security

3.2.0

17 Feb 23:33
Compare
Choose a tag to compare

Added

  • Add SodiumRandomGenerator to allow use of the PECL libsodium extension as
    a random bytes generator when creating UUIDs

3.1.0

17 Dec 15:23
Compare
Choose a tag to compare

Added

  • Implement the PHP Serializable interface to provide the ability to
    serialize/unserialize UUID objects

2.8.4

17 Dec 20:11
Compare
Choose a tag to compare

Added

  • Add support for symfony/console v3 in the uuid CLI application