f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
410 stars 44 forks source link

IETF Draft Update 4 #67

Closed d-schmidt closed 2 years ago

d-schmidt commented 2 years ago

Version 6 (timeordered) has been changed to:

UUID version 6 (UUIDv6) A re-ordering of UUID version 1 so it is sortable as an opaque sequence of bytes. Easy to implement given an existing UUIDv1 implementation. See Section 5.1 UUID version 7 (UUIDv7) An entirely new time-based UUID bit layout sourced from the widely implemented and well known Unix Epoch timestamp source. See Section 5.2 UUID version 8 (UUIDv8) A free-form UUID format which has no explicit requirements except maintaining backward compatibility. See Section 5.3 Max UUID A specialized UUID which is the inverse of [RFC4122], Section 4.1.7 See Section 5.4

fabiolimace commented 2 years ago

UUID v6 had already been implemented several versions ago (TimeOrderedFactory).

Implemented for version v5.0.0:

fabiolimace commented 2 years ago

Released v5.0.0.

Thank you for your request!