We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b1981 commit 7c89475Copy full SHA for 7c89475
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [v2.0.0-rc.6] - 2024-04-11
11
+
12
+- Bugfix: Send Connection.Close-ok to client before closing TCP socket
13
+- Bugfix: Pass Channel.Close-ok down to client
14
15
## [v2.0.0-rc.5] - 2024-04-11
16
17
- Bugfix: negotiate frame_max 4096 for downstream clients
shard.yml
@@ -1,5 +1,5 @@
1
name: amqproxy
2
-version: 2.0.0-rc.5
+version: 2.0.0-rc.6
3
4
authors:
5
- CloudAMQP <contact@cloudamqp.com>
0 commit comments