Skip to content

Releases: adammcdonagh/open-task-framework

v26.18.1

09 May 00:18
ae3aac3

Choose a tag to compare

What's Changed

  • Fix memory leak in batches caused by now tidying up the remote handler objects after a task has completed.
  • Fixed potential but very small memory leak in logger where loggers were not being removed from the logger dictionary after they were closed.
  • Add OTF_LOG_MEMORY_USAGE environment variable to allow logging of RSS memory usage at each batch poll interval using the batch logger. This is useful for diagnosing memory growth in long-running batches. Added optional dev dependency psutil to allow this. Needs to be installed manually, otherwise log will just output -1.0 for RSS memory usage.

v26.18.0

05 May 21:31
dac575a

Choose a tag to compare

What's Changed

  • Disable logging of initialisation events by default, can be enabled by setting env var OTG_LOG_INIT_EVENTS=1
  • Ensure that setting OTF_LOG_LEVEL to DEBUG actually sets the log level to DEBUG in the root logger, which ensures addons like the AWS addon will trigger botocore to log it's debug messages too.
  • Update README.md and help text to include new environment variables, and any missing ones.

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