haskell-hvr / uuid

A Haskell library for creating, printing and parsing UUIDs
http://hackage.haskell.org/package/uuid
61 stars 38 forks source link

Adding UUIDv6 & UUIDv7 #76

Open Vlix opened 1 year ago

Vlix commented 1 year ago

Just wanted to set up an issue to track the status of this draft so that if/when it's accepted, it could be added to this library.

kephas commented 8 months ago

It's been renamed from draft-peabody-dispatch-new-uuid-format to draft-ietf-uuidrev-rfc4122bis.

joeyh commented 3 months ago

It would also be useful to add UUIDv8, which is also in that spec.

phadej commented 3 months ago

The new rfc9562 was published in May 2024, and it includes v6, v7 and v8

bgohla commented 3 months ago

I'd like to contribute a v7 implementation, unless someone is already working on that.

shinzui commented 3 months ago

The mmzk-typeid package has a v7 implementation.