Skip to content

Releases: celery/kombu

v5.2.4

06 Mar 05:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.3...v5.2.4

v5.2.3

29 Dec 05:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.2.2...v5.2.3

v5.2.2

16 Nov 14:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.1...v5.2.2

v5.2.1

08 Nov 00:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

05 Nov 03:09
5523028
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

5.2.0rc1

07 Sep 06:15
Compare
Choose a tag to compare
5.2.0rc1 Pre-release
Pre-release

5.2.0rc1

:release-date: 2021-09-07 7:00 P.M UTC+6:00
:release-by: Asif Saif Uddin

  • Remove backward compatible code not used anymore (#1344).
  • Add support for setting redis username (#1351).
  • Add support for Python 3.9.
  • Use hostname from URI when server_host is None.
  • Use Python's built-in json module by default, instead of simplejson.
  • SQS Channel.predefined_queues should be {} if not defined.
  • Add global key prefix for keys set by Redis transporter (#1349).
  • fix: raise BrokenPipeError (#1231).
  • fix: add missing commands to prefix.
  • Make BrokerState Transport specific.
  • Tests & Docs cleanup.

v5.1.0

26 May 15:29
Compare
Choose a tag to compare
Bump version: 5.1.0b1 → 5.1.0

v5.1.0b1

01 Apr 16:32
Compare
Choose a tag to compare

5.1.0b1

:release-date: 2021-04-01 10:30 P.M UTC+6:00
:release-by: Asiff Saif Uddin

  • Wheels are no longer universal.
  • Revert "Added redis transport key_prefix from envvars".
  • Redis Transport: Small improvements of SentinelChannel (#1253).
  • Fix pidbox not using default channels.
  • Revert "on worker restart - restore visible regardless to time (#905)".
  • Add vine to dependencies.
  • Pin urllib3<1.26 to fix failing unittests.
  • Add timeout to producer publish (#1269).
  • Remove python2 compatibility code (#1277).
  • redis: Support Sentinel with SSL.
  • Support for Azure Service Bus 7.0.0 (#1284).
  • Allow specifying session token (#1283).
  • kombu/asynchronous/http/curl: implement _set_timeout.
  • Disable namedtuple to object feature in simplejson (#1297).
  • Update to tox docker 2.0.
  • SQS back-off policy (#1301).
  • Fixed SQS unittests.
  • Fix: non kombu json message decoding in SQS transport (#1306).
  • Add Github Actions CI (#1309).
  • Update default pickle protocol version to 4 (#1314).
  • Update connection.py (#1311).
  • Drop support for the lzma backport.
  • Drop obsolete code importing pickle (#1315).
  • Update default login method for librabbitmq and pyamqp (#936).
  • SQS Broker - handle STS authentication with AWS (#1322).
  • Min py-amqp version is v5.0.6 (#1325).
  • Numerous docs & example fixes.
  • Use a thread-safe implementation of cached_property (#1316).

v5.0.2

24 Feb 15:50
Compare
Choose a tag to compare
Bump version: 5.0.1 → 5.0.2

v5.0.1

24 Feb 15:50
Compare
Choose a tag to compare
Bump version: 5.0.0 → 5.0.1