Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jun 17, 2024
1 parent 1ae0596 commit fcf406e
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] - 2024-06-17

- IPv6 addresses in brackets supported in upstream URL (eg. amqp://[::1])
- Otherwise unchanged from v2.0.0-rc.8
- Main difference against v1.x is that channels are pooled, multiple client channels are shared on a single upstream connection, dramatically decreasing the number of upstream connections needed

## [v2.0.0-rc.8] - 2024-04-12

- Allow large client frame sizes, but split body frames to client if smaller than upstream frame size, to support large Header frames
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.8
version: 2.0.0

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

0 comments on commit fcf406e

Please sign in to comment.