Skip to content

v2.1.3

Choose a tag to compare

@bpiwowar bpiwowar released this 07 Mar 10:26
· 120 commits to master since this release

[2.1.3] - 2026-03-07

Bug Fixes

  • Preserve failure reason in job state serialization for monitoring (e7755d7)
  • Make xp.wait() properly block until all jobs finish and propagate Ctrl+C (e335c6c)
  • Stop job submissions after Ctrl+C signal is received (1877778)

Documentation

Features

  • Reuse SSH connection for rsync via ControlMaster multiplexing (51ea555)

Performance

  • Replace inspect.stack() with sys._getframe() in Config.init (382a52e)
  • Skip file I/O for unrelated jobs in EventReader.start_watching() (4d8056a)

Testing

  • Add tests verifying xp.wait() blocks until all jobs finish (a3c8030)