Skip to content

fix(deps): update module github.com/gofrs/uuid to v5 - autoclosed

This MR contains the following updates:

Package Type Update Change
github.com/gofrs/uuid require major v4.3.1+incompatible -> v5.3.2

Release Notes

gofrs/uuid

v5.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2

v5.3.1

Compare Source

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: https://github.com/gofrs/uuid/compare/v5.3.0...v5.3.1

v5.3.0

Compare Source

Summary

In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development workflows and added some fuzz tests. Additionally, We added AtTime generators for V1, V6, and V7 so that users may generate UUIDs from time stamps.

NOTE Technically, the additional of the AtTime generators is a breaking change to the Generator interface. We decided to go with a minor update because of the unlikelihood of this interface being implemented by a consumer, and to reduce the impact of releasing a major version for this feature.  

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.2.0...v5.3.0

v5.2.0

Compare Source

This minor release updates the UUID v6 and v7 features of package to be complaint to draft RFC-9562, which replaces the previous family of uuid drafts. Additionally, it adds more specific error types, and tunes up Github Actions safety practices

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.1.0...v5.2.0

v5.1.0

Compare Source

This release adds a new constant for the Max UUID. Max UUID defined in draft-ietf-uuidrev-rfc4122bis-14 as having maximum values for all bits.

NOTE: Because this feature is part of a draft, it is subject to removal on a minor version of this package if it is removed from a later revision of the RFC.

Full Changelog: v5.1.0...v5.0.1

v5.0.1

Compare Source

  • Fixed an issue with TimestampFromV7 reporting the wrong UUID version in the error message, contributed by @​jaredLunde and @​PatrLind

Full Changelog: v5.0.1...v5.0.0

v5.0.0

Compare Source

This is a major release that changes no behavior of the package since the previous release (v4.4.0) and only incorporates gomodules.

Full Changelog: v4.4.0...v5.0.0

v4.4.0

Compare Source

NOTE: This release uses Time.UnixMilli() internally which is only available on Go 1.17 or later.

Full Changelog: v4.3.1...v4.4.0


Configuration

📅 Schedule: "before 6am on Monday" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports

Loading