Skip to content

Commit c2acb9c

Browse files
NusnusMingyuanRen
authored andcommitted
Prepare for (pre) release: v5.6.0b1 (celery#2343)
* Bump version: 5.5.4 → 5.6.0b1 * Added Changelog for v5.6.0b1
1 parent d60a37d commit c2acb9c

5 files changed

Lines changed: 29 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.5.4
2+
current_version = 5.6.0b1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

Changelog.rst

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@
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

934
5.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

3053
5.5.3

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

kombu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from collections import namedtuple
99
from 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'

0 commit comments

Comments
 (0)