Supported UUID versions
masterThe package implements the following UUID versions as defined in RFC-9562:
- Version 1: Based on timestamp and MAC address.
- Version 3: Based on MD5 hashing of a named value.
- Version 4: Based on random numbers.
- Version 5: Based on SHA-1 hashing of a named value.
- Version 6: A k-sortable ID based on timestamp, field-compatible with v1.
- Version 7: A k-sortable ID based on timestamp.
- Version 8: For custom UUID implementations.