Skip to content

Commit fcf406e

Browse files
committed
version bump
1 parent 1ae0596 commit fcf406e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.0.0] - 2024-06-17
11+
12+
- IPv6 addresses in brackets supported in upstream URL (eg. amqp://[::1])
13+
- Otherwise unchanged from v2.0.0-rc.8
14+
- 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
15+
1016
## [v2.0.0-rc.8] - 2024-04-12
1117

1218
- Allow large client frame sizes, but split body frames to client if smaller than upstream frame size, to support large Header frames

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: amqproxy
2-
version: 2.0.0-rc.8
2+
version: 2.0.0
33

44
authors:
55
- CloudAMQP <contact@cloudamqp.com>

0 commit comments

Comments
 (0)