Skip to content

Releases: celery/billiard

v4.2.4

30 Nov 13:28
69c2f29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.3...v4.2.4

v4.2.3

16 Nov 17:48
e8f51d1

Choose a tag to compare

What's Changed

  • Ensure that task results are delivered during pool shutdown by @weetster in #435
  • Prepare for release: v4.2.3 by @Nusnus in #436

New Contributors

Full Changelog: v4.2.2...v4.2.3

v4.2.2

20 Sep 14:45
0642d2e

Choose a tag to compare

What's Changed

  • Add codespell support (config, workflow to detect/not fix) and make it fix few typos by @yarikoptic in #416
  • initial python 3.13 support by @auvipy in #421
  • Copy code.co_qualname on Python >= 3.11 by @cjwatson in #423
  • Added DeepWiki to README by @Nusnus in #424
  • Fix the failing pre-commit.ci job by @cclauss in #429
  • GitHub Actions: Test on Python 3.14 release candidate 2 by @cclauss in #428
  • Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in #430
  • Bump the github-actions group with 2 updates by @dependabot[bot] in #431
  • Prepare for release: v4.2.2 by @Nusnus in #432

New Contributors

Full Changelog: v4.2.1...v4.2.2

v4.2.1

21 Sep 13:40
366ac5f

Choose a tag to compare

What's Changed

  • Remove SIGUSR2 from TERMSIGS_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

Full Changelog: v4.2.0...v4.2.1

v4.2.0

06 Nov 05:25

Choose a tag to compare

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

Full Changelog: v4.1.0...v4.2.0

v4.1.0

14 Dec 08:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

03 Aug 06:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

01 Aug 11:18

Choose a tag to compare

What's Changed

  • Add support for Python 3.11 _posixsubprocess.fork_exec() arguments by @hroncok in #367
  • Keep exception traceback somehow by @J08nY in #368

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

24 Apr 08:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.4.0...v4.0.0

v3.6.4.0

01 Apr 09:25

Choose a tag to compare

3.6.4.0 - 2021-04-01

  • Issue #309: Add Python 3.9 support to spawnv_passfds()
  • fix #314
  • Add job id to WorkerLostError message (#317)
  • Updated psutils to 5.8