Skip to content

v5.3.1

Latest
Compare
Choose a tag to compare
@kohenkatz kohenkatz released this 10 Feb 21:27
· 3 commits to master since this release
142fcab

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