Skip to content

Releases: adammcdonagh/open-task-framework

v26.15.0

19 Apr 23:52
2392532

Choose a tag to compare

What's Changed

  • Add OTF_STALE_RUNNING_LOG_SECONDS environment variable to allow resuming of batches from a _running log file that is older than the specified number of seconds.
  • Update GPG key used for testing with a 10 year expiry to stop tests failing.
  • Bump minimum versions dependencies to:
    • jsonpath-ng >= 1.8
    • jsonschema >= 4.26
    • paramiko >= 4.0
    • requests >= 2.33
    • referencing >= 0.37
    • tenacity >= 9.1
    • python-gnupg >= 0.5.6

v26.8.1

28 Feb 13:41
537ac6a

Choose a tag to compare

What's Changed

  • Fix race condition in logging when creating directories and renaming log files
  • Bump black to latest version

v25.37.0

20 Sep 21:27
933dab3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v25.22.0...v25.37.0

v25.26.1

05 Jul 14:17
98f60b5

Choose a tag to compare

What's Changed

Full Changelog: v25.22.0...v25.26.1

v24.46.0

12 Nov 19:35
d109ca7

Choose a tag to compare

What's Changed

  • Add additional delta_hours helper function to config loader by @iwilson-oa in #114
  • PostCopy Action Improvements by @atroiano-glue in #115

Full Changelog: v24.45.1...v24.46.0

v24.42.0

19 Oct 21:38
3331e11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.37.2...v24.42.0

v24.21.0

25 May 20:33
b489ff1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v24.17.3...v24.21.0

v24.17.3

01 May 20:08
d87986a

Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...v24.17.3

v0.15.0

09 Oct 13:58

Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.15.0

v0.13.0 - Logging & test improvments

25 Jul 14:24
a3f2ac3

Choose a tag to compare

  • Add additional tests to improve coverage
  • Fix some SSH code to use SFTP client whenever possible
  • Improve logging for batch tasks
  • Fix a bug in local executions where timeouts were failing to parse the process listing, and run the kill command correctly
  • Altered log format to include filename and lineno for log messages
  • Remove transfer.py script. All transfer related commands for SSH protocol are now done natively using the SSH connection or SFTP commands

https://pypi.org/project/opentaskpy/0.13.0/