uuid6 / prototypes

Draft Prototypes and Tests for UUIDv6 and beyond
46 stars 16 forks source link

Call for Draft 03 Prototype Testing #21

Closed kyzer-davis closed 2 years ago

kyzer-davis commented 2 years ago

@jdknezek, @Daegalus, @chrylis, @mikemix, @kurttheviking, @sprql, @kjmph, @MatrixAI, @kripod, @karwa, @mareek, @oittaa, @jakwings, @fabiolimace, @LiosK, @theckman

Draft 03 Announcement

The Official Draft 03 can be found at the following locations:


Thanks all!

kripod commented 2 years ago

I’ve just released @kripod/uuidv7 v0.3 on npm, which supports the latest draft of the specification. Thank you for notifying me about its release and cheers for putting it together 🙌

oittaa commented 2 years ago

Thanks for pushing this forward. I've also updated my test libraries oittaa/uuid-php and oittaa/uuid6-python.

daegalus commented 2 years ago

thx for the heads up, might take me a bit to update, but ill get to it soon.

sprql commented 2 years ago

I’ve just released @sprql/uuid7-ruby v0.2.0 ruby gem, which based the latest draft of the specification. Thank you for notifying me.

daegalus commented 2 years ago

I just pushed up changes to catch me up to Draft 3, and added a UUIDv8, opened a PR with the changes. #29

kjmph commented 2 years ago

I updated my public Postgres gist; note, as I was used to microsecond precision, I also added UUID v8 for those looking to preserve that capability.