Skip to content

build(deps): bump github.com/gammazero/workerpool from 1.1.1 to 1.1.3#162

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gammazero/workerpool-1.1.3
Open

build(deps): bump github.com/gammazero/workerpool from 1.1.1 to 1.1.3#162
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/gammazero/workerpool-1.1.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps github.com/gammazero/workerpool from 1.1.1 to 1.1.3.

Release notes

Sourced from github.com/gammazero/workerpool's releases.

v1.1.3

What's Changed

  • Fix tests not working with goleak
  • Use sync.WaitGroup to ensure that all workers exit before Stop exits
  • perf: unify startWorker and worker to spawn less goroutines
  • make it work with deque0.2 and go 1.18
  • Task queue does not need to be buffered by

New Contributors

Full Changelog: gammazero/workerpool@v1.1.2...v1.1.3

v1.1.2

No release notes provided.

Commits
  • 04acb16 Task queue does not need to be buffered (#65)
  • 56fe285 make it work with deque0.2 and go 1.18 (#64)
  • c38099e perf: unify startWorker and worker to spawn less goroutines (#59)
  • 85cc841 Use sync.WaitGroup to ensure that all workers exit before Stop exits
  • 1adbd90 Fix tests not working with goleak
  • 1ca2fa9 Update README.md
  • bec41fa Update README
  • d21b850 Update pacer.go
  • e0aef0d Update pacer_test.go
  • c0523c1 Create golangci-lint.yml
  • 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 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 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/gammazero/workerpool](https://github.com/gammazero/workerpool) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/gammazero/workerpool/releases)
- [Commits](gammazero/workerpool@v1.1.1...v1.1.3)

---
updated-dependencies:
- dependency-name: github.com/gammazero/workerpool
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 15, 2022
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