Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/deckarep/golang-set/v2 from 2.1.0 to 2.7.0 #262

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps github.com/deckarep/golang-set/v2 from 2.1.0 to 2.7.0.

Release notes

Sourced from github.com/deckarep/golang-set/v2's releases.

v2.6.0 - Adds ContainsOne method to mitigate allocations

What's Changed

  • Adds ContainsOne method to mitigate allocation as discussed in: deckarep/golang-set#118
  • Comprehensive benchmarks and unit-tests added to warrant and prove this change out
  • Brought to you by: @​vladvalkov - Thank You and Happy Holidays! 🎊 🍾

Full Changelog

deckarep/golang-set@v2.5.0...v2.6.0

Patch Release: Bug fix affecting JSON deserialization

What's Changed

  • After a simplification previous refactor to get rid of one layer of indirection a bug was introduced that affected JSON unmarshaling that resulted in a panic - fix prepared by @​fujie-xiyou

Full Changelog

deckarep/golang-set@v2.3.0...v2.3.1

Minor Release: Performance optimization to minimize memory allocs on allocation of Set

What's Changed

  • Utilizes map capacity hint in all constructors to minimize memory allocation churn with instantiation and population of Set - originally proposed by @​fy0
  • New *WithSize constructors: NewThreadUnsafeSetWithSize and NewSetWithSize to allow for minimizing allocation churn and unnecessary resizing of internal state.
  • Adds a RemoveAll convenience method

Full Changelog

deckarep/golang-set@v2.2.0...v2.3.0

Minor release: better docs, small optimizations, additional convenience methods and constructors.

What's Changed

  • Streamline pointer indirection, and docs and optimized Clear method by @​fakefloordiv
  • NewSetFromMapKeys and NewThreadUnsafeSetFromMapKeys convenience constructor methods by @​jay-babu
  • Append method for adding multiple elements in a single command by @​SignorMercurio

Full Changelog

deckarep/golang-set@v2.1.0...v2.2.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) from 2.1.0 to 2.7.0.
- [Release notes](https://github.com/deckarep/golang-set/releases)
- [Commits](deckarep/golang-set@v2.1.0...v2.7.0)

---
updated-dependencies:
- dependency-name: github.com/deckarep/golang-set/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@edigaryev edigaryev self-requested a review March 3, 2025 17:52
@edigaryev edigaryev merged commit eab3098 into main Mar 3, 2025
3 of 4 checks passed
@edigaryev edigaryev deleted the dependabot/go_modules/github.com/deckarep/golang-set/v2-2.7.0 branch March 3, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants