Skip to content

Releases: oittaa/uuid-php

1.10

10 Jul 20:23
a0efdb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9...1.10

1.9

25 Oct 20:52
f78ee83
Compare
Choose a tag to compare
1.9

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 100 nanosecond granularity.

What's Changed

  • Add UUIDv8, change UUIDv7 to millisecond precision by @oittaa in #63

Full Changelog: 1.8...1.9

1.8

25 Jun 16:34
5bbc670
Compare
Choose a tag to compare
1.8

What's Changed

Full Changelog: 1.7...1.8

1.7

14 Apr 00:56
eae8be3
Compare
Choose a tag to compare
1.7

What's Changed

Full Changelog: 1.6...1.7

1.6

05 Apr 02:52
e7860f8
Compare
Choose a tag to compare
1.6

What's Changed

  • Draft 03 by @oittaa in #47
    • UUIDv7 field and bit layout has changed

Full Changelog: 1.5...1.6

1.5

30 Jan 23:21
fac8ac1
Compare
Choose a tag to compare
1.5

What's Changed

  • Fix UUIDv6 getTime() near Unix Epoch by @oittaa in #36
  • Correctly calculate the maximum UUIDv7 time value by @oittaa in #38

Full Changelog: 1.4...1.5

1.4

02 Jan 06:48
d0ea93f
Compare
Choose a tag to compare
1.4

What's Changed

Full Changelog: 1.3...1.4

1.3

18 Dec 21:35
d5ce881
Compare
Choose a tag to compare
1.3

What's Changed

Full Changelog: 1.2...1.3

1.2

15 Dec 22:05
d1991ff
Compare
Choose a tag to compare
1.2

What's Changed

  • Benchmark uuid7() by @oittaa in #24
  • Avoid generating UUIDs within the same timestamp by @oittaa in #25

Full Changelog: 1.1...1.2

1.1

28 Nov 19:41
72f3828
Compare
Choose a tag to compare
1.1

What's Changed

Full Changelog: 1.0...1.1