Releases: ramsey/uuid
Releases · ramsey/uuid
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.0
Security
- Drop the use of OpenSSL as a fallback and use paragonie/random_compat to
supportRandomBytesGenerator
in versions of PHP earlier than 7.0;
this addresses and fixes the collision issue
2.9.0
Security
- Drop the use of OpenSSL as a fallback and use paragonie/random_compat to
supportRandomBytesGenerator
in versions of PHP earlier than 7.0;
this addresses and fixes the collision issue
3.2.0
Added
- Add
SodiumRandomGenerator
to allow use of the PECL libsodium extension as
a random bytes generator when creating UUIDs