Update module github.com/deckarep/golang-set/v2 to v2.9.0#47
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update module github.com/deckarep/golang-set/v2 to v2.9.0#47renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.1.0→v2.9.0Release Notes
deckarep/golang-set (github.com/deckarep/golang-set/v2)
v2.9.0: - Reduce allocations, new PopN method, BSON support, deadlock fixCompare Source
What's Changed
New Contributors
Full Changelog: deckarep/golang-set@v2.8.0...v2.9.0
v2.8.0: - Now support for Go 1.23+ iteratorsCompare Source
This change brings support for Go's new flavor of iterators. Additionally, a convenience method was added for
ContainsAnyElementand a fix to spelling. Please visit this issue for a deeper context on how this works for newer versions of Go vs older versions of Go. Cheers!What's Changed
New Contributors
Full Changelog: deckarep/golang-set@v2.7.0...v2.8.0
v2.7.0: - Proper support for JSON Marshaling/Unmarshaling, no more workarounds needed.Compare Source
What's Changed
Full Changelog
v2.6.0: - Adds ContainsOne method to mitigate allocationsCompare Source
What's Changed
Full Changelog
v2.5.0: - Adds generic Sorted method to easily get elements into a sorted slice.Compare Source
What's Changed
Full Changelog
v2.4.0: - Improvements/fixes to docs and a new IsEmpty method.Compare Source
What's Changed
IsEmptymethod added - prepared by @JibaruFull Changelog
v2.3.1: Patch Release: Bug fix affecting JSON deserializationCompare Source
What's Changed
Full Changelog
v2.3.0: Minor Release: Performance optimization to minimize memory allocs on allocation of SetCompare Source
What's Changed
*WithSizeconstructors:NewThreadUnsafeSetWithSizeandNewSetWithSizeto allow for minimizing allocation churn and unnecessary resizing of internal state.RemoveAllconvenience methodFull Changelog
v2.2.0: Minor release: better docs, small optimizations, additional convenience methods and constructors.Compare Source
What's Changed
NewSetFromMapKeysandNewThreadUnsafeSetFromMapKeysconvenience constructor methods by @jay-babuAppendmethod for adding multiple elements in a single command by @SignorMercurioFull Changelog
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.