Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 19, 2022
1 parent e59ad79 commit fb8fa88
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## Changes between Bunny 2.20.x and 2.21.0 (in development)
## Changes between Bunny 2.20.x and 2.20.1 (December 19, 2022)

No changes yet.
### Gracefully Handles a Race Condition Between Server-sent and Client Channel Closure

Contributed by @milgner.

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

## Changes between Bunny 2.19.x and 2.20.0 (December 15, 2022)

### New `Bunny::Channel` helpers for declaring quorum queues and streams

Introduce a few helpers for quorum queues, streams, and durable client-named
queues in general, similar in spirit to `Bunny::Channel#temporary_queue`
for temporary queues.
Introduce a few helpers for quorum queues, streams, and durable client-named
queues in general, similar in spirit to `Bunny::Channel#temporary_queue`
for temporary queues.

#### `Bunny::Channel#quorum_queue`

Expand Down

0 comments on commit fb8fa88

Please sign in to comment.