Skip to content

chore(deps)(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 in /src/amqp-go#2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/amqp-go/golang.org/x/crypto-0.43.0
Closed

chore(deps)(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 in /src/amqp-go#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/src/amqp-go/golang.org/x/crypto-0.43.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown

Bumps golang.org/x/crypto from 0.42.0 to 0.43.0.

Commits
  • 627cb89 go.mod: update golang.org/x dependencies
  • dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback
  • 1336e21 x509roots/fallback: update bundle
  • 2beaa59 ssh: add VerifiedPublicKeyCallback
  • 66c3d8c ssh: add support for FIPS mode
  • ddb4e80 ssh: remove custom contains, use slices.Contains
  • f4d47b0 ssh: return clearer error when signature algorithm is used as key format
  • 96dc232 x509roots/fallback/bundle: add bundle package to export root certs
  • 8c9ba31 all: freeze and deprecate more packages
  • 559e062 ssh/agent: return an error for unexpected message types
  • See full diff 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)

@dependabot @github

dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/src/amqp-go/golang.org/x/crypto-0.43.0 branch from 9859ba1 to 2d8d7f5 Compare November 4, 2025 22:33
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.43.0.
- [Commits](golang/crypto@v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/src/amqp-go/golang.org/x/crypto-0.43.0 branch from 2d8d7f5 to ba7c29d Compare November 5, 2025 23:30
@dependabot @github

dependabot Bot commented on behalf of github Nov 17, 2025

Copy link
Copy Markdown
Author

Superseded by #10.

@dependabot dependabot Bot closed this Nov 17, 2025
@dependabot
dependabot Bot deleted the dependabot/go_modules/src/amqp-go/golang.org/x/crypto-0.43.0 branch November 17, 2025 18:50
x0a1b added a commit that referenced this pull request Jun 26, 2026
CRITICAL fixes:
- #1 Fanout clone: clone *Message per target queue in PublishMessage
  so each queue owns its own copy with its own DeliveryTag (R6 fix)
- #2 PendingAck: implement in-memory sync.Map-based pending ack
  tracking (was all no-op stubs — multiple-ack/reject/nack broken)
- #3 Nil WAL guard: guard spill path with ds.wal != nil check (was
  nil-pointer panic on disk failure)
- #4 Wire AckCursor: call RegisterConsumerCursor/DeliverToConsumer/
  AckFromConsumer/NackFromConsumer/UnregisterConsumerCursor from
  broker (all 7 interface methods were never called — dead code)

MAJOR fixes:
- #5 minAckCursor skip-ahead: sync QueueState.minAckCursor from
  storage AckCursor after each ACK (was only +1, stuck under
  out-of-order ACKs causing permanent backpressure)
- #6 Duplicate ACK guard: check deliveryIndex before processing
  (was double-decrementing inflight counter)
- #7 RejectMessage requeue: always requeue or discard (was depending
  on GetPendingAck which always returned not-found — requeue never
  executed, message orphaned)
- #8 NacknowledgeMessage: same fix as RejectMessage
- #9 computeDepthHighWM default: align with storage default 256K
  (was 64K — publishers blocked 4x too early)

Cleanup:
- Removed dead AdvanceMinAckCursor (passed tag=0, never called)
- Set message.DeliveryTag on original pointer for caller inspection
- Added SetMinAckCursor to QueueState

Full test suite passes with -race across all 13 packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants