Good morning UUID fans.   I just wanted to mention that clj-uuid is out and 
provides support for RFC,http://www.ietf.org/rfc/rfc9562.txt which updates 
the older RFC-4122 with new features and recommendations.

What does this mean to you?   Primarily, this means support for two new 
UUID types:

v6 — a fast, time-encoding, lexically sortable, unique identifier. This  is 
a field-compatible version of v1, reordered for improved DB locality. 

v7 — unix time-encoding, lexically sortable, index-friendly UUID with 
randomized monotonic counter, and cryptographically secure random portion. 
As such, creation of v7 UUIDs may be slower, but have improved entropy 
characteristics compared to v1 or v6 UUIDs.

This release is fully backward compatible with also some improvements and 
bug fixes, so I’d recommend all users upgrade to [danlentz/clj-uuid "0.2.0"]

 If interested, please read on at https://github.com/danlentz/clj-uuid

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/215e7518-29fd-45e2-8ac6-5ac837f84f2en%40googlegroups.com.

Reply via email to