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

Does it meets the final specs? #49

Closed
rettinghaus opened this issue May 13, 2024 · 3 comments
Closed

Does it meets the final specs? #49

rettinghaus opened this issue May 13, 2024 · 3 comments

Comments

@rettinghaus
Copy link

Since RFC 9562 is final now, I was wondering if this implementation is already compliant with finalized UUID7.

@aminalaee
Copy link
Owner

aminalaee commented May 13, 2024

This library uses the uuid crate from Rust but according to their code and docs seems like it is the same implementation:
https://github.com/uuid-rs/uuid/blob/98fc36df4d3f33669d54f1d7b999888f75d8b71f/src/v7.rs
https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04#section-5.2

@Devon-Dickson
Copy link

Devon-Dickson commented Jun 26, 2024

Version 1.9 if the rust crate now supports a counter, so that UUIDs created in the same millisecond are still sortable. Are there plans to upgrade this dependency?

https://github.com/uuid-rs/uuid/blob/4a129e728174a340ac2772f3cc6310ba77d1969f/src/v7.rs#L47

@aminalaee
Copy link
Owner

Sure, I'll try to get it released today or tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants