Skip to content

Releases: celery/kombu

v5.5.3

16 Apr 12:46
1645812
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.2...v5.5.3

v5.5.2

30 Mar 21:19
9e1c5f1
Compare
Choose a tag to compare

What's Changed

  • Bump tzdata from 2025.1 to 2025.2 by @dependabot in #2268
  • Downgrad kafka version to make the CI green again by @auvipy in #2271
  • Attempt to fix retry loop in maybe_declare() when broken connection by @olii in #2275
  • Prepare for release: v5.5.2 by @Nusnus in #2278

Full Changelog: v5.5.1...v5.5.2

v5.5.1

24 Mar 21:18
74c1ff6
Compare
Choose a tag to compare

What's Changed

  • Update trove classifier with missing python 3.13 by @auvipy in #2262
  • Fix native_delayed_delivery for queue with explicit bindings by @banksemi in #2263
  • SQS: Fix Query Protocol Content-Type header by @hfern in #2266
  • SQS: More Protocol Tests by @hfern in #2267
  • Prepare for release: v5.5.1 by @Nusnus in #2270

Full Changelog: v5.5.0...v5.5.1

v5.5.0

13 Mar 16:15
0411b23
Compare
Choose a tag to compare

Key Highlights

Native Delayed Delivery

Official support to RabbitMQ Delayed Delivery, which is required to enable ETA tasks with quorum queues in Celery.

urllib3 instead of curl

We can finally say goodbye to the pycurl dependency and use urllib3 instead.

Transport: Google Pub/Sub

New support for Google Pub/Sub as a transport broker.

What's Changed

New Contributors

Full Changelog: v5.4.2...v5.5.0

v5.5.0rc3

19 Feb 22:06
19d9750
Compare
Choose a tag to compare
v5.5.0rc3 Pre-release
Pre-release

Key Highlights

Native Delayed Delivery

Official support to RabbitMQ Delayed Delivery, which is required to enable ETA tasks with quorum queues in Celery.

urllib3 instead of curl

We can finally say goodbye to the pycurl dependency and use urllib3 instead.

Transport: Google Pub/Sub

New support for Google Pub/Sub as a transport broker.

What's Changed

New Contributors

Full Changelog: v5.5.0rc2...5.5.0rc3

v5.5.0rc2

29 Oct 12:30
2f2190b
Compare
Choose a tag to compare
v5.5.0rc2 Pre-release
Pre-release

Key Highlights

Native Delayed Delivery

Official support to RabbitMQ Delayed Delivery, which is required to enable ETA tasks with quorum queues in Celery.

urllib3 instead of curl

We can finally say goodbye to the pycurl dependency and use urllib3 instead.

Transport: Google Pub/Sub

New support for Google Pub/Sub as a transport broker.

What's Changed

Full Changelog: v5.5.0rc1...v5.5.0rc2

v5.5.0rc1

14 Oct 14:43
1691d3e
Compare
Choose a tag to compare
v5.5.0rc1 Pre-release
Pre-release

Key Highlights

Native Delayed Delivery

Official support to RabbitMQ Delayed Delivery, which is required to enable ETA tasks with quorum queues in Celery.

urllib3 instead of curl

We can finally say goodbye to the pycurl dependency and use urllib3 instead.

Transport: Google Pub/Sub

New support for Google Pub/Sub as a transport broker.

What's Changed

New Contributors

Full Changelog: v5.4.2...v5.5.0rc1

v5.4.2

19 Sep 12:26
8957e55
Compare
Choose a tag to compare

What's Changed

Fixed issue with SQS #2113

New Contributors

  • @blacksmith-sh made their first contribution in #2112

Full Changelog: v5.4.1...v5.4.2

v5.4.1

11 Sep 11:37
5c9db06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

06 Aug 13:44
dbd93b0
Compare
Choose a tag to compare

We want to add a special thanks to contribution #2007 by @awmackowiak for fixing the Redis reconnection bug. Restoring Redis stability has been an essential improvement - thank you!

The rest of the changes are listed below.

What's Changed

Dependencies Updates

Changes since 5.4.0rc3

New Contributors

Full Changelog: v5.3.7...v5.4.0