Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 26 Jan 16:44
· 4 commits to main since this release
aafa908

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 it
at 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