Releases: oittaa/uuid6-python
Releases · oittaa/uuid6-python
2024.07.10
What's Changed
Full Changelog: 2024.01.12...2024.07.10
2024.01.12
What's Changed
Full Changelog: 2023.05.02...2024.01.12
2023.05.02
What's Changed
- Add
uuid1_to_uuid6()
function by @oittaa in #107 - Add optional
node
parameter touuid6()
by @oittaa in #109
Full Changelog: 2023.04.25...2023.05.02
2023.04.25
2022.10.25
NOTICE!
UUIDv7 timestamp was changed to millisecond granularity and larger entropy part as described in Draft 00 at https://github.com/ietf-wg-uuidrev/rfc4122bis
If you're regularly generating more than thousand UUIDs per second, you might want to migrate from uuid7()
to uuid8()
, which basically works like the older Draft versions of uuid7()
with nanosecond granularity.
What's Changed
- Python 3.11 support by @oittaa in #65
- Add UUIDv8, use the official format for UUIDv7 by @oittaa in #66
Full Changelog: 2022.06.25...2022.10.25
2022.06.25
What's Changed
- Draft 04 by @oittaa in #47 - uuid6/prototypes#31
Full Changelog: 2022.06.11...2022.06.25
2022.06.11
2022.04.05
2022.02.06
What's Changed
- Rename class to UUID by @oittaa in #24
- Test generated UUIDs against regular expressions by @oittaa in #25
Full Changelog: 2022.01.31...2022.02.06
2022.01.31
What's Changed
Full Changelog: 2022.01.02...2022.01.31