Skip to content

[gomod] Bump the all-dependencies group across 1 directory with 6 updates - #234

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-dependencies-46cd249b5c
Open

[gomod] Bump the all-dependencies group across 1 directory with 6 updates#234
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/all-dependencies-46cd249b5c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 6 updates in the / directory:

Package From To
github.com/rabbitmq/amqp091-go 1.11.0 1.13.0
golang.org/x/net 0.55.0 0.57.0
golang.org/x/sync 0.20.0 0.22.0
github.com/klauspost/compress 1.18.6 1.19.1
github.com/lmittmann/tint 1.1.3 1.2.0
github.com/mattn/go-isatty 0.0.22 0.0.24

Updates github.com/rabbitmq/amqp091-go from 1.11.0 to 1.13.0

Release notes

Sourced from github.com/rabbitmq/amqp091-go's releases.

v1.13.0

What's Changed

Full Changelog: rabbitmq/amqp091-go@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: rabbitmq/amqp091-go@v1.11.0...v1.12.0

Changelog

Sourced from github.com/rabbitmq/amqp091-go's changelog.

v1.13.0 (2026-07-21)

Full Changelog

Implemented enhancements:

  • feat: skip-and-continue topology recovery with per-entity error surfacing #365 (suchitd)
  • Make TopologyRecoveryAllEnabled the default topology recovery mode #362 (suchitd)
  • feature: implement automatic topology recovery #357 (suchitd)

Fixed bugs:

  • Evict auto-delete queues and exchanges from topology store to prevent stale resurrection during recovery #368
  • Data race in Connection.shutdown between buffered listener send goroutine and close(listener) #360
  • fix: reject frames exceeding negotiated frame_max before allocation #369 (suchitd)
  • fix: prevent recursive channel recovery during connection reconnection #367 (suchitd)
  • fix: eliminate multiple data races in Channel and Connection operations #366 (suchitd)
  • fix: forget auto-delete topology on last consumer/binding removal #363 (suchitd)
  • fix: explicitly enforce TLS 1.2 minimum version in tlsConfigFromURI #355 (suchitd)
  • fix: return error when shortstr exceeds 255 bytes #354 (suchitd)
  • fix: enforce AMQP minimum frame size during negotiation #353 (suchitd)
  • fix: URL-encode TLS file paths in URI.String() query string #352 (suchitd)
  • Reject negative prefetch values in Qos #351 (suchitd)
  • fix: redact and zero out plaintext SASL credentials after handshake #350 (suchitd)
  • Avoid notifications blocking reader. #349 (MirahImage)
  • Return error when longstring too long. #347 (MirahImage)
  • Cap body pre-allocation to FrameMax. #346 (MirahImage)
  • Safely handle negative x- field length. #344 (MirahImage)

Merged pull requests:

  • chore(deps): bump actions/setup-go from 6 to 7 in the github-actions group #370 (dependabot[bot])
  • docs: update CLAUDE.md to document automatic recovery and new notify methods #359 (suchitd)
  • chore(deps): bump actions/cache from 5 to 6 in the github-actions group #358 (dependabot[bot])
  • chore(deps): bump actions/checkout from 6 to 7 in the github-actions group #356 (dependabot[bot])

v1.12.0 (2026-06-16)

Full Changelog

Implemented enhancements:

  • Feature: implement automatic connection and channel recovery with state change notifications #339 (suchitd)
  • Add integration test for publish with immediate flag #338 (suchitd)
  • Add integration tests for QueueUnbind and QueuePurge #337 (suchitd)
  • Add integration test for exchange-to-exchange binding and unbinding #336 (suchitd)

Fixed bugs:

  • Fix Client example to work with RabbitMQ 4.3 #341 (suchitd)

... (truncated)

Commits
  • d26d57e Release v1.13.0
  • df5953b Merge pull request #365 from rabbitmq/feature/topology-recovery-skip-failure-...
  • 80e7d1e refactor: extract Channel.reopenIfClosed, fix channel-id leak, add error context
  • 2219a1f fix: infinite recovery loop from skipped, permanently-failing topology entities
  • 3d42358 refactor: remove isRecoverable check in favor of unified recovery shunts
  • cb4e045 Enhance TopologyRecoveryEntity to work with bindings
  • d69d856 feat: skip-and-continue topology recovery with per-entity error surfacing
  • 1b0bfd8 chore(deps): bump actions/setup-go in the github-actions group (#370)
  • 08f7f63 fix: reject frames exceeding negotiated frame_max before allocation (#369)
  • 3a6c497 fix: eliminate multiple data races in Channel and Connection operations (#366)
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.55.0 to 0.57.0

Commits
  • b8f09f6 go.mod: update golang.org/x dependencies
  • f05f21b idna: reject all-ASCII xn-- labels on all Go versions
  • 0f748cf internal/http3: clean up stream I/O methods usages in tests
  • 0bb961e internal/http3: add net/http.ResponseController support
  • 0ca694d webdav: document Dir's lack of defense against filesystem modification
  • bd5f1dc http2: initialize Transport on NewClientConn
  • 488ff63 bpf: add security considerations to package docs
  • 93d1f25 xsrftoken: avoid token collisions
  • 5a3baee internal/http3: prevent panic in QPACK decoder due to overflow
  • 9e7fdbf internal/http3: fix wrong argument being given when validating header value
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.20.0 to 0.22.0

Commits
  • 1eb64d4 semaphore: panic on negative weights
  • 5071ed6 all: fix some comments to improve readability
  • See full diff in compare view

Updates github.com/klauspost/compress from 1.18.6 to 1.19.1

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.19.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.19.0...v1.19.1

v1.19.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.18.6...v1.19.0

v1.18.7

  • Fix s2.NewDict OOB read.

Security release without other changes.

Full Changelog: klauspost/compress@v1.18.6...v1.18.7

Commits
  • 2602f4a Update changelog for version 1.19.0
  • 983acec add defensive checks
  • 9960386 zstd: Validate SnappyConverter literal copies (#1170)
  • e29d4d3 flate: use Peek instead of ReadByte for the bufio.Reader decode path (#...
  • c0bbc84 zstd: bump avo pin, regenerate arm64 asm (#1167)
  • efdb6ed build(deps): bump the github-actions group with 6 updates (#1166)
  • f0953f9 flate: fix buffer formatting in tests (#1165)
  • ab2e3cc zstd: Add arm64 decoder asm (#1160)
  • bb2723d Merge commit from fork
  • 539243b s2sx: Clean symlink targets (#1163)
  • Additional commits viewable in compare view

Updates github.com/lmittmann/tint from 1.1.3 to 1.2.0

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.2.0

tint.NewHandler is now deprecated in favor of the new tint.NewTextHandler. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically.

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.3...v1.2.0

Commits

Updates github.com/mattn/go-isatty from 0.0.22 to 0.0.24

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 16, 2026
@dependabot dependabot Bot changed the title [gomod] bump the all-dependencies group across 1 directory with 6 updates [gomod] Bump the all-dependencies group across 1 directory with 6 updates Jul 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-dependencies-46cd249b5c branch from c392990 to 9bb2a4a Compare July 20, 2026 23:23
…ates

Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) | `1.11.0` | `1.13.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.55.0` | `0.57.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.22.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.18.6` | `1.19.1` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.1.3` | `1.2.0` |
| [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.22` | `0.0.24` |



Updates `github.com/rabbitmq/amqp091-go` from 1.11.0 to 1.13.0
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md)
- [Commits](rabbitmq/amqp091-go@v1.11.0...v1.13.0)

Updates `golang.org/x/net` from 0.55.0 to 0.57.0
- [Commits](golang/net@v0.55.0...v0.57.0)

Updates `golang.org/x/sync` from 0.20.0 to 0.22.0
- [Commits](golang/sync@v0.20.0...v0.22.0)

Updates `github.com/klauspost/compress` from 1.18.6 to 1.19.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.6...v1.19.1)

Updates `github.com/lmittmann/tint` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.1.3...v1.2.0)

Updates `github.com/mattn/go-isatty` from 0.0.22 to 0.0.24
- [Commits](mattn/go-isatty@v0.0.22...v0.0.24)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-dependencies-46cd249b5c branch from 9bb2a4a to 0b01b96 Compare July 28, 2026 23:22
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 30407787602

Coverage remained the same at 85.854%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 3167
Covered Lines: 2719
Line Coverage: 85.85%
Coverage Strength: 7.33 hits per line

💛 - Coveralls

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.

1 participant