Skip to content

Commit

Permalink
version 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Feb 20, 2024
1 parent 98c0bc7 commit 82aa2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0] - 2024-02-19
## [v2.0.0-rc.1] - 2024-02-19

- Rewrite of the proxy where Channels are pooled rather than connections. When a client opens a channel it will get a channel on a shared upstream connection, the proxy will remap the channel numbers between the two. Many client connections can therefor share a single upstream connection. Upside is that way fewer connections are needed to the upstream server, downside is that if there's a misbehaving client, for which the server closes the connection, all channels for other clients on that shared connection will also be closed.

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
version: 2.0.0-rc.1

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

0 comments on commit 82aa2c7

Please sign in to comment.