Update dependency bunny to v3 - autoclosed - #7270
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/bunny-3.x-lockfile
branch
2 times, most recently
from
August 25, 2026 14:36
c06693c to
017a7c4
Compare
renovate
Bot
force-pushed
the
renovate/bunny-3.x-lockfile
branch
2 times, most recently
from
August 25, 2026 17:43
017a7c4 to
e660bb3
Compare
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.
This PR contains the following updates:
2.24.0→3.1.0Release Notes
ruby-amqp/bunny (bunny)
v3.1.0Compare Source
Modernization for Ruby 3.x
Contributed by @eglitobias.
GitHub issue: #735
amq-protocolBump to2.8.0This version optimizes deserialization of a few frame types,
most benefitting applications that primarily consume messages.
Bug Fixes
Connection Recovery Survives connection.close During Negotiation and Repeated Failures Mid-Recovery
Overlapping (concurrent) connection recovery attempts could leave a client
permanently disconnected, in particular when target node was put into maintenance mode
which closes all client connections before the node is restarted.
Several changes address this scenario:
:openand the heartbeat sender is startedonly after
connection.open-okis actually receivedconnection.closereceived during negotiation with automatic recoveryenabled is now raised in the recovery thread and handled by the recovery
retry logic, instead of being delivered to the session error handler
(by maintenance mode) protocol listener would not cause client connections
to linger waiting for a socket event that will never arrive
In addition, a failure to redeclare a single entity during topology recovery no
longer aborts the entire recovery process and will catch transport timeout
exceptions.
Reader Loop No Longer Crashes on a Frameset for an Already Closed Channel
Session#handle_framesetnow guards against a missing channel likeSession#handle_framealready did.GitHub issue: #741
Bunny::ConsumerIdentity Preserved on RecoveryConsumers registered via
Queue#subscribe_withorChannel#basic_consume_withare no longer replaced with a freshly constructed
Bunny::Consumerduringautomatic connection recovery.
The original instance is restored, so callbacks such as
on_cancellationdefinedbefore recovery continue to function.
Contributed by @jollopre.
GitHub issue: #737
v3.0.0Compare Source
on_errorCallback Runs in a Separate ThreadChannel#on_errorcallbacks are now invoked in a separate threadwhen triggered by the reader loop. This allows callbacks to perform
blocking operations such as
Channel#reopenwithout deadlocking.Internal Connection Recovery Improvements
A detected connection failure now immediately marks all channels
on the connection as closed.
This has no practical consequences for most applications but
helps make connection recovery tests more robust.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.