Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for UUIDv7+8+MAX #47451

Closed
@nicolas-grekas

Description

@nicolas-grekas

Description

The IETF is working on UUIDv6+7+8.
Everything is described at https://datatracker.ietf.org/doc/draft-peabody-dispatch-new-uuid-format/

  • We already support UUIDv6. Let's just confirm we're aligned with the spec for this version.
  • UUIDv7 is new, and very close conceptually to ULID.
  • UUIDv8 exists also, but what it contains is left unspecified, aka "use it as you want for private needs".
  • And UUID MAX, is the oppositite of UUID NIL.

It'd be nice to support them all.

/cc @fancyweb since you worked on the UID component before ;)

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureHelp wantedIssues and PRs which are looking for volunteers to complete them.Uid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions