-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Comparing changes
Open a pull request
base repository: celery/celery
base: v5.6.0
head repository: celery/celery
compare: v5.6.1
- 15 commits
- 30 files changed
- 12 contributors
Commits on Dec 3, 2025
-
Fix Redis Sentinel ACL authentication support (#10013)
- Extract username from sentinel URL in _params_from_url - Pass credentials (username/password) to master_for() in _get_pool - Add unit tests for ACL authentication
Configuration menu - View commit details
-
Copy full SHA for 9f0a61c - Browse repository at this point
Copy the full SHA 9f0a61cView commit details -
[pre-commit.ci] pre-commit autoupdate (#10012)
updates: - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc94764 - Browse repository at this point
Copy the full SHA fc94764View commit details
Commits on Dec 5, 2025
-
Fix: Broker heartbeats not sent during graceful shutdown (#9986)
* Continue firing timers while pool drains * Unit tests * flake8 fix * Code review changes * Integration test for prefork shutdown * Additional code review changes * Documentation update * Code review changes * Update documentation to specify that the behaviour described only applies to the prefork pool --------- Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>Configuration menu - View commit details
-
Copy full SHA for ab711a0 - Browse repository at this point
Copy the full SHA ab711a0View commit details -
Document confirm_publish broker transport option (#10016)
Signed-off-by: JaeHyuck Sa <wogur981208@gmail.com> Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>Configuration menu - View commit details
-
Copy full SHA for 12e764c - Browse repository at this point
Copy the full SHA 12e764cView commit details
Commits on Dec 9, 2025
-
close DB pools only in prefork mode (#10020)
* close DB pools only in prefork mode * fix tests --------- Co-authored-by: petr.prikryl <petr.prikryl@olc.cz>
Configuration menu - View commit details
-
Copy full SHA for a4f9beb - Browse repository at this point
Copy the full SHA a4f9bebView commit details -
Fix: Avoid unnecessary Django database connection creation during cle…
…anup (#10015) * Update database connection closing to initialized only Avoid creating and closing connections immediately by only iterating over existing connections. * update mock in django test * support old Django versions method signature * Apply suggestion from @auvipy --------- Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cc3350e - Browse repository at this point
Copy the full SHA cc3350eView commit details
Commits on Dec 16, 2025
-
reliable prefork detection (#10023)
* reliable prefork detection * copilot feedback * better coverage --------- Co-authored-by: petr.prikryl <petr.prikryl@olc.cz>
Configuration menu - View commit details
-
Copy full SHA for cb08d50 - Browse repository at this point
Copy the full SHA cb08d50View commit details -
[pre-commit.ci] pre-commit autoupdate (#10027)
updates: - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 170fe55 - Browse repository at this point
Copy the full SHA 170fe55View commit details -
Co-authored-by: petr.prikryl <petr.prikryl@olc.cz> Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>Configuration menu - View commit details
-
Copy full SHA for 6da72bd - Browse repository at this point
Copy the full SHA 6da72bdView commit details -
Bump mypy from 1.19.0 to 1.19.1 (#10028)
Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f19db70 - Browse repository at this point
Copy the full SHA f19db70View commit details -
Clarify 'result_extended' setting usage in tasks
Added note about 'result_extended' and periodic task context.
Configuration menu - View commit details
-
Copy full SHA for 5f8659b - Browse repository at this point
Copy the full SHA 5f8659bView commit details
Commits on Dec 18, 2025
-
Bump google-cloud-firestore from 2.21.0 to 2.22.0
Bumps [google-cloud-firestore](https://github.com/googleapis/python-firestore) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/googleapis/python-firestore/releases) - [Changelog](https://github.com/googleapis/python-firestore/blob/main/CHANGELOG.md) - [Commits](googleapis/python-firestore@v2.21.0...v2.22.0) --- updated-dependencies: - dependency-name: google-cloud-firestore dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0527296 - Browse repository at this point
Copy the full SHA 0527296View commit details
Commits on Dec 22, 2025
-
Stop importing pytest_subtests
This doesn't seem to be necessary either with pytest<9 (where pytest-subtests was a separate package) or with pytest>=9 (where subtest support is integrated into pytest).
Configuration menu - View commit details
-
Copy full SHA for 2167529 - Browse repository at this point
Copy the full SHA 2167529View commit details -
Only use exceptiongroup backport for Python < 3.11 (#10033)
Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>Configuration menu - View commit details
-
Copy full SHA for ba20bed - Browse repository at this point
Copy the full SHA ba20bedView commit details
Commits on Dec 29, 2025
-
Prepare for release: v5.6.1 (#10037)
* Bump version: 5.6.0 → 5.6.1 * Added Changelog for v5.6.1
Configuration menu - View commit details
-
Copy full SHA for 21dbc73 - Browse repository at this point
Copy the full SHA 21dbc73View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.6.0...v5.6.1