Added
- Add support for version 8, custom UUIDs, as defined in draft-ietf-uuidrev-rfc4122bis-00, section 5.8. While still an Internet-Draft, version 8 is stable and unlikely to change in any way that breaks compatibility.
- Use
Ramsey\Uuid\Uuid::uuid8()
to generate version 8 UUIDs. - Version 8 UUIDs are of type
Ramsey\Uuid\Rfc4122\UuidV8
. - The constant
Ramsey\Uuid\Uuid::UUID_TYPE_CUSTOM
exists for version 8 UUIDs.
- Use
Fixed
- Ensure monotonicity of version 7 UUIDs.