@@ -8,6 +8,45 @@ This document contains change notes for bugfix & new features
88in the main branch & 5.6.x series, please see :ref: `whatsnew-5.6 ` for
99an overview of what's new in Celery 5.6.
1010
11+ .. _version-5.6.0b2 :
12+
13+ 5.6.0b2
14+ =======
15+
16+ :release-date: 2025-10-20
17+ :release-by: Tomer Nosrati
18+
19+ Celery v5.6.0 Beta 2 is now available for testing.
20+ Please help us test this version and report any issues.
21+
22+ What's Changed
23+ ~~~~~~~~~~~~~~
24+
25+ - GitHub Actions: Test on Python 3.14 release candidate 2 (#9891)
26+ - Update pypy to python 3.11 (#9896)
27+ - Feature: Add support credential_provider to Redis Backend (#9879)
28+ - Celery.timezone: try tzlocal.get_localzone() before using LocalTimezone (#9862)
29+ - Run integration tests on Python 3.14 (#9903)
30+ - Fix arithmetic overflow for MSSQL result backend (#9904)
31+ - Add documentation for task_id param for apply_async function (#9906)
32+ - Support redis client name (#9900)
33+ - Bump Kombu to v5.6.0rc1 (#9918)
34+ - Fix broker connection retry attempt counter in the error log (#9911)
35+ - fix: restrict disable-prefetch feature to Redis brokers only (#9919)
36+ - fix(): preserve group order in replaced signature (#9910)
37+ - Remove Python 3.8 from CI workflow (#9930)
38+ - Update default Python versions in integration tests (#9931)
39+ - Update tox.ini to remove Python 3.8 (#9932)
40+ - Remove Python 3.8 from Dockerfile (#9933)
41+ - Update Python version requirement to 3.9 (#9935)
42+ - Update pypy version from 3.10 to 3.11 in Dockerfile (#9934)
43+ - Flake8 fixes (#9955)
44+ - Remove test-pypy3.txt from Dockerfile dependencies (#9939)
45+ - Remove backports.zoneinfo for Python 3.9 compatibility (#9956)
46+ - Update pytest-cov version for Python compatibility (#9957)
47+ - Update pytest-rerunfailures and pre-commit versions (#9958)
48+ - Prepare for (pre) release: v5.6.0b2 (#9938)
49+
1150.. _version-5.6.0b1 :
1251
13525.6.0b1
0 commit comments