Skip to content

chore(deps): bump github.com/golang-queue/queue from 0.3.0 to 0.4.0 #32

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps github.com/golang-queue/queue from 0.3.0 to 0.4.0.

Release notes

Sourced from github.com/golang-queue/queue's releases.

v0.4.0

Changelog

Features

  • 603cfe44b80289d707d6588fb4403ee7869e589d: feat: add configurable retry interval for queue retries (#144) (@​appleboy)
  • 6acb4533307a3804a045b043f1fc73c33647c5be: feat: implement listener for asynchronous notifications in queue (#146) (@​appleboy)

Bug fixes

  • d46e5d5bec8134e7c2226c40edf686a4d120f677: fix: improve task queue resizing condition and API usage (@​appleboy)
  • 15d348a0133385cd8562fd3a4ac824a3378d7235: fix: refactor logging system and improve test reliability (@​appleboy)

Enhancements

  • f6d59cdd2dc8c2b1bdbfa997260f16c732dc8e61: chore(deps): bump github.com/appleboy/com from 0.2.1 to 0.3.0 (#141) (@​dependabot[bot])
  • 2afd57469d1ab944582a1d6ae1924d1f29c6c037: chore: update project dependencies and refine API integrations (@​appleboy)

Refactor

  • bd9c305c67816004399022bed2871d39d27eb814: refactor: clean up code by removing commented-out sections (@​appleboy)
  • ccb9133e5d6e8e7e40516fa49a037e0868a00cc8: refactor: refactor logging stack handling and improve logger methods (@​appleboy)
  • 76cd814c0226088f8fbb86af09718d7895f41b7a: refactor: refactor metric handling by removing IncCompletedTask method (#140) (@​appleboy)
  • 033194d4c2ff9db818a9776bc402ebf342b6e58e: refactor: replace interface{} types with any in multiple files (@​appleboy)

Build process updates

  • 92272732353449d86bb7dcc70539c179bc9b7b92: ci: simplify configuration and improve CI flexibility (@​appleboy)
  • 6ada93fd9495af403b99bc037c99557f3ee2900a: ci: update golangci-lint workflow and configuration (@​appleboy)
  • 832f9e2465008cd5c709685329e580c0a89acb1c: ci: update project dependencies and CI configurations (@​appleboy)

Documentation updates

  • e2fce4f7489a52a7ee11011a5190505c3bf84bed: docs: add Chinese translations to README files (@​appleboy)
  • 6b56538f9ce0028bd8f56cfee183726fe5419b79: docs: improve code documentation and comments for clarity and detail (@​appleboy)
  • 8ce039c7e28d59e30a52e2a2d07bfb4b2e2a2fec: docs: improve documentation clarity and readability throughout (@​appleboy)
  • e194b80c5f2d5ef79cc8966076af2160d31869fa: docs: improve performance and compatibility across multiple modules (@​appleboy)
  • 94d1fc8ccd0362eaefbd41e3a6abbc41b917d2b7: docs: switch to circular buffer queues in README (@​appleboy)

Others

  • c71c794e30ed7429ded5277698c2d84599d4d64e: test: add comprehensive benchmarks for queue operations (@​appleboy)
  • ee2103147eac17e8c43419ca6839e37e03adc62b: test: add comprehensive tests for routine group functionalities (@​appleboy)
Commits
  • 6acb453 feat: implement listener for asynchronous notifications in queue (#146)
  • ccb9133 refactor: refactor logging stack handling and improve logger methods
  • 033194d refactor: replace interface{} types with any in multiple files
  • 6ada93f ci: update golangci-lint workflow and configuration
  • 2afd574 chore: update project dependencies and refine API integrations
  • ee21031 test: add comprehensive tests for routine group functionalities
  • c71c794 test: add comprehensive benchmarks for queue operations
  • 603cfe4 feat: add configurable retry interval for queue retries (#144)
  • e2fce4f docs: add Chinese translations to README files
  • 8ce039c docs: improve documentation clarity and readability throughout
  • 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 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/golang-queue/queue](https://github.com/golang-queue/queue) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang-queue/queue/releases)
- [Changelog](https://github.com/golang-queue/queue/blob/master/.goreleaser.yaml)
- [Commits](golang-queue/queue@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/golang-queue/queue
  dependency-version: 0.4.0
  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 Apr 14, 2025
# for free to join this conversation on GitHub. Already have an account? # 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