From 8dbcf07b5d25304d08a6b6f1034a26b528552518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20B=C3=A4lter?= Date: Thu, 16 Nov 2023 14:02:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32217d..dd76cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2023-11-16 + +### Changed + +- `basic_publish_confirm` waits for all unconfirmed messages to be confirmed. +- `wait_for_confirm(msgid)` and `on_confirm(msgid)` and deprecated in favour of new `wait_for_confirms`. + +### Added + +- `no_wait` support for queue declare/delete/purge. + ## [1.0.12] - 2023-07-05 ### Fixed @@ -23,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Update connection tune parameters after negotation (before eg. the frame_max wouldn't be respected if tuned to a lower value by the server) +- Update connection tune parameters after negotiation (before eg. the frame_max wouldn't be respected if tuned to a lower value by the server) ## [1.0.10] - 2022-12-05