File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Changes Between 3.1.0 and 3.2.0 (in development)
3+ ## Changes Between 3.2.0 and 3.3.0 (in development)
4+
5+ No (documented) changes yet.
6+
7+
8+ ## Changes Between 3.1.0 and 3.2.0 (Jan 26, 2025)
9+
10+ ### Improved Support for Bring-Your-Own-Connection (BYOC)
11+
12+ Kicks now supports a callable (e.g. a proc) to be passed for an externally-initialized
13+ and managed Bunny connection. In this case, it is entirely up to the caller
14+ to configure the connection and call ` Bunny::Session#start ` on it
15+ at the right moment.
16+
17+ Contributed by @tie .
18+
19+ GitHub issue: [ #29 ] ( https://github.com/ruby-amqp/kicks/pull/29 )
20+
421
522### ActiveJob Adapter Compatibility with Ruby on Rails Older Than 7.2
623
Original file line number Diff line number Diff line change 11module Sneakers
2- VERSION = "3.2.0.pre "
2+ VERSION = "3.2.0"
33end
You can’t perform that action at this time.
0 commit comments