From fcf406e7a3dd6da2d24e3aa83ab4cb6755182d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Mon, 17 Jun 2024 13:31:22 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ shard.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe726b..9aa3e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/shard.yml b/shard.yml index f356cbd..fb744cd 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: amqproxy -version: 2.0.0-rc.8 +version: 2.0.0 authors: - CloudAMQP