Skip to content

Releases: sator-imaging/Half-Ulid

v2.0.0

17 Dec 08:47
b669b65
Compare
Choose a tag to compare

HUlid v2 Design Note

Half ULID version 2 stores year offset in 1-127 range, formerly in range from 0 to 127.

The reason of update is that there are 2 famous epoch years, 1970 (UNIX) and 1900 (NTP). Those are used to calculate UNIX time and NTP time which are stored as elapsed time from epoch year.

The minimum value of Half ULID v2 HUlid.MinValue is changed to extremely high number 144,115,188,075,855,872 (1UL << 57).
It points around A.D. 4,500,000 in UNIX time and when trying convert it to DateTime object, C# throws unhandled exception.

Updated design makes non-explicitly typed HUlid (a long primitive) identifiable and meaningful.

Full Changelog: v1.3.0...v2.0.0

v1.3.0

26 Jun 10:56
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.3.0

v1.2.1

24 Jun 17:05
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Jun 16:04
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

20 Jun 16:28
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Jun 13:27
Compare
Choose a tag to compare
v1.0.0