3.1.0 #733
michaelklishin
announced in
Maintainer announcements
3.1.0
#733
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changes between Bunny 3.0.0 and 3.1.0 (Apr 1, 2026)
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.
This discussion was created from the release 3.1.0.
Beta Was this translation helpful? Give feedback.
All reactions