github daegalus/dart-uuid 4.4.0

latest releases: 4.5.2, 4.5.1, 4.5.0...
19 months ago
  • Fix MathRNG with Seed being recreated on each use, generating the same list of bytes. (thanks @showband)
  • Fix UUIDv5 UTF8 inconsistencies. (thanks @vjamrich)
  • Use static state storage for random number generator to prevent MathRNG issue.
  • Replace V1, v6, V7, V8 MathRNG preventively, the issue didn't exhibit there due to other factors in the UUID generation (primarily time, and clockseq)

What's Changed

  • fixed MathRNG - it now uses the initial seed properly by @showband in #109
  • Fix V5 UUID inconsistencies when using UTF-8 characters by @vjamrich in #112

New Contributors

Full Changelog: 4.3.3...4.4.0

Don't miss a new dart-uuid release

NewReleases is sending notifications on new releases.