File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.4
2+ current_version = 5.6.0b1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 44 Change history
55================
66
7+ .. _version-5.6.0b1 :
8+
9+ 5.6.0b1
10+ =======
11+ :release-date: 29 July, 2025
12+ :release-by: Tomer Nosrati
13+
14+ What's Changed
15+ ~~~~~~~~~~~~~~
16+
17+ - Revert "Feature: urllib3 instead of curl" (#2261)
18+ - Fix #2286 : SQS - Enhance support for receiving message attributes. Allow string in msg body. (#2300)
19+ - Update gcpubsub.txt for protobuf (#2320)
20+ - fix body bytes encoding in curl.py (#2322)
21+ - Hotfix(aws_ssl): validate secure connection (#2323)
22+ - Update setup.py to remove deprecation warning (#2298)
23+ - Update protobuf to 5.29.5 (#2199)
24+ - Allow setting `tags ` in initial `boto3.sqs.create_queue ` call via `transport_options ` (#2321)
25+ - Add sts_token_buffer_time parameter to transport options (#2216)
26+ - Docs: Fix incorrect "added in 5.6.0" note for sts_token_timeout in SQS transport docs (#2327)
27+ - SQS: when redelivering a message apply visibility timeout based on wait_time_seconds (long polling time) (#2049)
28+ - Bump redis requirement to <6 to support v5.3 (#2329)
29+ - Pidbox: support queue_exclusive / queue_durable (RabbitMQ 4.x) (#2338)
30+ - Prepare for (pre) release: v5.6.0b1 (#2343)
31+
732.. _version-5.5.4 :
833
9345.5.4
@@ -23,8 +48,6 @@ What's Changed
2348- Fixed lint error from `kombu/transport/native_delayed_delivery.py ` (#2308)
2449- Prepare for release: v5.5.4 (#2309)
2550
26- .. _version-5.5.2 :
27-
2851.. _version-5.5.3 :
2952
30535.5.3
Original file line number Diff line number Diff line change 44
55|build-status | |coverage | |license | |wheel | |pyversion | |pyimp | |downloads |
66
7- :Version: 5.5.4
7+ :Version: 5.6.0b1
88:Documentation: https://kombu.readthedocs.io/
99:Download: https://pypi.org/project/kombu/
1010:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 1- :Version: 5.5.4
1+ :Version: 5.6.0b1
22:Web: https://kombu.readthedocs.io/
33:Download: https://pypi.org/project/kombu/
44:Source: https://github.com/celery/kombu/
Original file line number Diff line number Diff line change 88from collections import namedtuple
99from typing import Any , cast
1010
11- __version__ = '5.5.4 '
11+ __version__ = '5.6.0b1 '
1212__author__ = 'Ask Solem'
1313__contact__ = 'auvipy@gmail.com'
1414__homepage__ = 'https://kombu.readthedocs.io'
You can’t perform that action at this time.
0 commit comments