3.2.0 #31
michaelklishin
announced in
Announcements
3.2.0
#31
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Changes Between 3.1.0 and 3.2.0 (Jan 26, 2025)
Improved Support for Bring-Your-Own-Connection (BYOC)
Kicks now supports passing in a callable (e.g. a proc) instead of an externally-initialized
and managed Bunny connection.
In this case, it is entirely up to the caller
to configure the connection and call
Bunny::Session#start
on itat the right moment.
Contributed by @tie.
GitHub issue: #29
ActiveJob Adapter Compatibility with Ruby on Rails Older Than 7.2
Contributed by @dixpac.
GitHub issues: #19, #28
This discussion was created from the release 3.2.0.
Beta Was this translation helpful? Give feedback.
All reactions