Releases: celery/billiard
Releases Β· celery/billiard
v4.2.1
What's Changed
- Remove
SIGUSR2
fromTERMSIGS_DEAULT
by @0x2b3bfa0 in #398 - Add on_ready_counter to Worker.reduce. by @Androidown in #400
- Adapt for logging lock internal changes in Python3.13 by @musicinmybrain in #404
- blacksmith.sh: Migrate workflows to Blacksmith by @blacksmith-sh in #410
- Prepare for release: v4.2.1 by @Nusnus in #411
New Contributors
- @0x2b3bfa0 made their first contribution in #398
- @Androidown made their first contribution in #400
- @musicinmybrain made their first contribution in #404
- @blacksmith-sh made their first contribution in #410
- @Nusnus made their first contribution in #411
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Switch references to the master branch to main by @thedrow in #384
- Update process.py to close during join only if process has completed by @benmosher in #390
- adjust the repr in ApplyResult by @xuxuman in #387
- remove python 3.7 by @auvipy in #391
- fix(co_positions): resolve issue caused by absence
co_positions
by @moaddib666 in #395 - FIX: Replaced mktemp usage for PY2 with Python 3 ones. by @fazledyn-or in #394
- added python 3.12 to CI by @auvipy in #396
- change nose dependency by @auvipy in #383
- changed nose test to pytest by @auvipy in #397
New Contributors
- @benmosher made their first contribution in #390
- @xuxuman made their first contribution in #387
- @moaddib666 made their first contribution in #395
- @fazledyn-or made their first contribution in #394
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.2
What's Changed
- ExceptionInfo.exception should be an exception by @woutdenolf in #372
New Contributors
- @woutdenolf made their first contribution in #372
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
What's Changed
- Support Sphinx 4.x by @dirkmueller in #333
- Fix PyPI: README is RST by @hugovk in #334
- Fix typos by @kianmeng in #341
- Added Github CI by @matusvalo in #345
- Remove dependency to case by @matusvalo in #344
- Drop support of Python < 3.7 by @matusvalo in #346
- update dependencies by @auvipy in #348
- update test dependencies by @auvipy in #349
- added codeql checks by @auvipy in #350
- update language to c from cpp by @auvipy in #351
- test psutil 5.9.0 by @auvipy in #353
- Add python_requires to enforce Python version by @gopackgo90 in #359
- Replace deprecated threading Event.isSet with Event.is_set by @mnito in #360
- Prevent segmentation fault in get_pdeathsig while using ctypes by @thedrow in #361
- try python 3.10 & tox-gh-actions for CI by @auvipy in #362
- unit tests clean up by @auvipy in #364
- remove python 2 compat imports by @auvipy in #365
New Contributors
- @dirkmueller made their first contribution in #333
- @hugovk made their first contribution in #334
- @kianmeng made their first contribution in #341
- @gopackgo90 made their first contribution in #359
- @mnito made their first contribution in #360
Full Changelog: v3.6.4.0...v4.0.0