Skip to content

Commit

Permalink
2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jun 12, 2023
1 parent d8ff73d commit 03cd575
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## Changes between Bunny 2.21.0 and 2.22.0 (in development)
## Changes between Bunny 2.22.0 and 2.23.0 (in development)

No changes yet.

## Changes between Bunny 2.21.0 and 2.22.0 (June 12, 2023)

### New Connection Callback: `:recovery_attempts_exhausted`

A new connection callback, `:recovery_attempts_exhausted`, is invoked when
all allowed recovery attempts have failed.

Contributed by @Schmitze333.

GitHub issue: [#666](https://github.com/ruby-amqp/bunny/pull/666)

### `Bunny::Channel#default_exchange` Caching

Expand Down
2 changes: 1 addition & 1 deletion lib/bunny/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Bunny
# @return [String] Version of the library
VERSION = "2.22.0.pre"
VERSION = "2.22.0"
end

0 comments on commit 03cd575

Please sign in to comment.