Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed May 11, 2024
1 parent b4218f0 commit bba0571
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0-rc.4] - 2024-04-11

- Bufix: Only send channel.close once, and gracefully wait for closeok
- Buffer publish frames and only send full publishes as RabbitMQ doesn't support channel.close in the middle of a publish frame sequence
- Optimization: only flush socket buffer after a full publish sequence, not for each frame

## [v2.0.0-rc.3] - 2024-04-09

- Never reuse channels, even publish only channels are not safe if not all publish frames for a message was sent before the client disconnected
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amqproxy
version: 2.0.0-rc.3
version: 2.0.0-rc.4

authors:
- CloudAMQP <contact@cloudamqp.com>
Expand Down

0 comments on commit bba0571

Please sign in to comment.