Skip to content

v2.4.0

Choose a tag to compare

@bpiwowar bpiwowar released this 19 May 12:16
· 16 commits to master since this release

[2.4.0] - 2026-05-19

Bug Fixes

  • Treat typing.Any as a wildcard in generic type compatibility (0c01bc1)

Features

  • Mark deleted jobs with DELETED failure status (#210) (e271bb2)
  • Encode params.json paths relative to job or workspace (#228) (1853feb)
  • Archive jobs to auxiliary workspace folders (beta) (#55) (04d397b)

Miscellaneous Tasks

  • Move demo submodule to docs/source/demo (ab7d7d7)
  • Ignore .claude and .codegraph tool directories (993f745)

Testing

  • Add hang watchdog and retry decorator for flaky CI tests (f33acc4)
  • Catch pytest.fail() in retry_on_flake (43eee9a)