Skip to content

chore(deps): bump github.com/alitto/pond/v2 from 2.4.0 to 2.6.2#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/alitto/pond/v2-2.6.2
Open

chore(deps): bump github.com/alitto/pond/v2 from 2.4.0 to 2.6.2#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/alitto/pond/v2-2.6.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 16, 2026

Bumps github.com/alitto/pond/v2 from 2.4.0 to 2.6.2.

Release notes

Sourced from github.com/alitto/pond/v2's releases.

Release v2.6.2

What's Changed

  • fix(pool): ensure pool recovers after runtime.Goexit() by @​alitto in alitto/pond#137
  • Run tests against the latest versions of go (1.24 and 1.25)

Full Changelog: alitto/pond@v2.6.1...v2.6.2

Release v2.6.1

What's Changed

Full Changelog: alitto/pond@v2.6.0...v2.6.1

Release v2.6.0

What's Changed

Breaking Changes

  • Setting the queue size option to zero (0) via WithQueueSize(0) now disables the task queue altogether (all task submissions block until a worker becomes available unless the pool is set to non-blocking mode). Before this change, setting queue size to 0 would cause the queue to be unbounded. Pools are still unbounded by default, but now there's a constant that can be used to set queue size to unbounded explicitly. E.g. pond.NewPool(10, pond.WithQueueSize(pond.Unbounded)).

Full Changelog: alitto/pond@v2.5.0...v2.6.0

Release v2.5.0

What's Changed

New Contributors

Full Changelog: alitto/pond@v2.4.0...v2.5.0

Commits
  • 38ae30e chore(test): run tests against the latest versions of go
  • 49be637 fix(pool): ensure pool recovers after runtime.Goexit()
  • 642bffa fix(stop-and-wait): handle call to runtime.Goexit() in task
  • 505910b feat(optional-panic-recovery): Add option to disable panic recovery
  • e8bb01e feat(disable-queue): Allow disabling task queue by setting it to 0
  • 4503e79 Merge pull request #131 from alitto/dependabot/github_actions/actions/checkout-6
  • d53df42 chore(deps): bump actions/checkout from 5 to 6
  • de8edd9 Merge pull request #126 from alitto/dependabot/github_actions/actions/checkout-5
  • 52572db chore(deps): bump actions/checkout from 4 to 5
  • 998332d Merge pull request #122 from tech-voker/chore/rename-result-interface
  • Additional commits viewable in compare view

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 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/alitto/pond/v2](https://github.com/alitto/pond) from 2.4.0 to 2.6.2.
- [Release notes](https://github.com/alitto/pond/releases)
- [Commits](alitto/pond@v2.4.0...v2.6.2)

---
updated-dependencies:
- dependency-name: github.com/alitto/pond/v2
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants