Releases: sator-imaging/Half-Ulid
v2.0.0
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
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0