You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New function Uuidx.make_v7_uuid, with the idea being that ordering v7
UUIDs alphabetically will also order them by creation time. The code
that constructs a v7 UUIDs from a time and some random bytes has been
submitted in a PR to the uuidm module, with the intention that if it
gets merged we can delete our version of it.
* The values produced by Uuidx.make_uuid_urnd hadn't necessarily been
valid UUIDs, since the variant and version fields were being filled in
randomly - this is now fixed so that it returns v4 UUIDs as
constructed by the uuidm module.
* There is a function for generating v7 from known inputs, for the
purpose of unit testing.
Signed-off-by: Robin Newton <[email protected]>
0 commit comments