github gofrs/uuid v5.3.1

one day ago

Summary

This release fixes the calculation of times from version 7 UUIDs (discovered by @nathanmcgarvey-modopayments in #195). There was previously an int64 overflow that caused the wrong results for any time after the year 2262 (because that is when time.Time's UnixNano() method overflows).

This release also contains updated documentation to clarify the returned time format when converting our internal Timestamp to a standard time.Time.

What's Changed

New Contributors

Full Changelog: v5.3.0...v5.3.1

Don't miss a new uuid release

NewReleases is sending notifications on new releases.