Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2025-01-08

Added

  • Added support for Celery 5.4

Removed

  • Removed support for Python 3.8

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

Removed

  • 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