From addf121ac19d5d7d4d5bd93adcefb7388aa9a950 Mon Sep 17 00:00:00 2001 From: Andreas Stocker Date: Fri, 3 Nov 2023 09:40:45 +0100 Subject: [PATCH] Prepare for 1.1.0 release --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ad6bd..33cda34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2023-11-03 ### Added - Added support for Python 3.11 and Python 3.12 - Added support for Celery 5.2 and 5.3 @@ -13,9 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed support for Python 3.6 and Python 3.7 - Removed support for Celery 5.0 and 5.1 +### Fixed +- Queues not cleaned up after an `AMQPWaitTimeoutException` + ## [1.0.0] - 2021-10-19 ### Added - AMQP result backend for Celery -[Unreleased]: https://github.com/anexia/celery-amqp-backend/compare/1.0.0...HEAD +[Unreleased]: https://github.com/anexia/celery-amqp-backend/compare/1.1.0...HEAD +[1.1.0]: https://github.com/anexia/celery-amqp-backend/releases/tag/1.1.0 [1.0.0]: https://github.com/anexia/celery-amqp-backend/releases/tag/1.0.0