From 4b30822ce4504768cc05e1bf0d554fce1fd65474 Mon Sep 17 00:00:00 2001 From: Erik Olof Gunnar Andersson Date: Thu, 10 Jun 2021 19:59:03 -0700 Subject: [PATCH] Releasing 2.9.0 --- CHANGELOG.rst | 6 ++++++ README.rst | 6 ++++++ amqpstorm/__init__.py | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 549e8d6a..c83c4b5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 2.9.0 +------------- +- Added support for custom Message implementations - Thanks Jay Hogg. +- Fixed a bug with confirm_delivery not working after closing and re-opening an existing channel. +- Re-worked the channel re-use code. + Version 2.8.5 ------------- - Fixed a potential deadlock when opening a channel with a broken connection [#97] - Thanks mehdigmira. diff --git a/README.rst b/README.rst index 08f3a835..61533497 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,12 @@ Additional documentation is available on `amqpstorm.io