Skip to content

Commit

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

## [Unreleased]

## [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
- Don't log normal client disconnect errors
- Don't allow busy connection to dominate, Fiber.yield every 4k msgs
- --term-timout support, wait X seconds after signal TERM and then forefully close remaining connections
- Always negotate 4096 frame_max size, as that's the minimum all clients support

## [v2.0.0-rc.2] - 2024-03-09

- Heartbeat support on the client side
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.2
version: 2.0.0-rc.3

authors:
- CloudAMQP <[email protected]>
Expand Down

0 comments on commit 996c6d4

Please sign in to comment.