Skip to content

Commit aafa908

Browse files
3.2.0
1 parent 02cfd77 commit aafa908

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

ChangeLog.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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

lib/sneakers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Sneakers
2-
VERSION = "3.2.0.pre"
2+
VERSION = "3.2.0"
33
end

0 commit comments

Comments
 (0)