Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update UUIDv7 implementation with RFC Draft Rev 03 spec #99

Merged
merged 2 commits into from
Sep 9, 2022

Commits on Sep 9, 2022

  1. update UUIDv7 implementation with RFC Draft Rev 03 spec

    Currently, UUIDv6 and UUIDv7 implementations follow RFC draft rev 02 [1].
    However, it has already been updated by RFC draft rev 03 [2] in March 2022.
    
    Rev3 updates v6 and v7 and v8 specifications, but the v6 changes seem to
    have no impact on implementation. Therefore, v6 and (unimplemented) v8 are
    not affected, so only the UUIDv7 implementation will be updated.
    
    [1] https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-02
    [2] https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-03
    convto committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9719ee8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5279295 View commit details
    Browse the repository at this point in the history