chore(ci): bump actions/checkout from 4 to 5#4
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 4 to 5.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)