Skip to content

v2.0.5

Choose a tag to compare

@bpiwowar bpiwowar released this 01 Mar 11:34
· 131 commits to master since this release

[2.0.5] - 2026-03-01

Bug Fixes

  • Python 3.14 compatibility for annotations and Union types (5ba8316)
  • Prevent cleanup from deleting event files of active jobs (85ba2e1)
  • Stale job state and failed counter in SSH monitoring mode (acfa46e)
  • Move TUI data fetching to background workers for SSH responsiveness (b43b827)
  • Shared JobEventWriter and proper event file cleanup on restart (1dbb8b9)
  • Restore carbon metrics in MockJob.from_state_dict() and apply_event() (de3fcb1)
  • Replay job events on restart for up-to-date progress/carbon/timestamps (65cbead)
  • Move event replay after load_from_disk to prevent state overwrite (f7eb1f1)
  • Update tests for EventReader.follow() return type change (1785d67)

CI

  • Improved and fixed cliff file (63802c6)
  • Run tests for all stable python (up to 3.14) (9b74411)
  • Correct skip message (ae22ddb)

Features

  • Add centralized FileWatcherService with TailedFilePool (c528a99)

Miscellaneous Tasks