Skip to content

Releases: oittaa/uuid6-python

2024.07.10

10 Jul 16:39
e647035
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.01.12...2024.07.10

2024.01.12

12 Jan 08:10
4f87984
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.05.02...2024.01.12

2023.05.02

02 May 09:33
fba4f04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.04.25...2023.05.02

2023.04.25

25 Apr 10:03
c9e16af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.10.25...2023.04.25

2022.10.25

25 Oct 20:45
76665b9
Compare
Choose a tag to compare

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

25 Jun 16:37
8d79b41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.06.11...2022.06.25

2022.06.11

11 Jun 14:57
f4ced79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.04.05...2022.06.11

2022.04.05

05 Apr 01:22
00b4f0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.02.06...2022.04.05

2022.02.06

06 Feb 02:31
24158e9
Compare
Choose a tag to compare

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

30 Jan 23:56
075e7f7
Compare
Choose a tag to compare

What's Changed

  • Add all arguments from the original uuid class by @oittaa in #16

Full Changelog: 2022.01.02...2022.01.31