gofrs / uuid

A UUID package for Go
MIT License
1.55k stars 108 forks source link

Link to new UUID draft #118

Closed victoraugustolls closed 2 months ago

victoraugustolls commented 1 year ago

Hi! First of all, thanks for the library!

AFAIK the new UUID drafts didn't change the uuidv6 / uuidv7 implementations, the README could be updated to say that this library is compatible with the most recent draft. WDYT?

Link to the new draft: https://datatracker.ietf.org/doc/html/draft-ietf-uuidrev-rfc4122bis-02

Edit: actually it looks like there are some changes to the uuidv6 implementation since the referenced draft in the readme.

cameracker commented 1 year ago

Hi, thanks for reporting! There's a draft PR that applies this change that we're waiting on.

victoraugustolls commented 1 year ago

@cameracker There is already a new draft after the one referenced in the pull request 😅!

kohenkatz commented 4 months ago

Sorry for the delay on updating the draft PR. 😢

I'm looking into it right now, updating to draft 14.

kohenkatz commented 2 months ago

The new RFC has been released! 4122 has been obsoleted by 9562. My Pull Request has been updated to reflect this. Hopefully it will be reviewed and merged soon.