Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@mdomke mdomke released this 25 May 22:54
· 3 commits to main since this release
2.6.0
e25f438

Changed

  • Use stricter validation when a ULID value from user input. When using ULID.from_str() we will check if the characters match the base32 alphabet. In general, it is ensured that the timestamp part of the ULID is not out of range.