Releases: ksuid/ksuid
Releases · ksuid/ksuid
ksuid-1.1.4
ksuid-1.1.3
ksuid-1.1.2
What's Changed
- Add convenience method
Ksuid.fromInstant(instant)for creating Ksuid with a given Instant.
Full Changelog: ksuid-1.1.1...ksuid-1.1.2
ksuid-1.1.1
What's Changed
- Ksuid class now implements Serializable interface. PR #9
Full Changelog: ksuid-1.1.0...ksuid-1.1.1
ksuid-1.1.0
What's Changed
- Add support for unsigned 32 bit UTC timestamps, for timestamps with years after 2082. PR #2
- Add Ksuid.newKsuid() convenience method. PR #4
- Ksuid.toString() is now more friendly but the change is technically backward-incompatible. Previous toString() method is available as new toLogString() method.
- Add cli main program for generating ksuid. PR #6
Full Changelog: ksuid-1.0.0...ksuid-1.1.0
ksuid-1.0.0
Initial release of ksuid-1.0.0