Skip to content

4.4.0

Latest
Compare
Choose a tag to compare
@daegalus daegalus released this 08 Apr 18:24
· 4 commits to main since this release
  • 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