Skip to content

Releases: OpenJobDescription/openjd-adaptor-runtime-for-python

0.9.6

Choose a tag to compare

@client-software-ci client-software-ci released this 21 Jul 20:49
1e58ef0

0.9.6 (2026-07-21)

Bug Fixes

  • decode subprocess output with errors="backslashreplace" to keep the reader thread alive (#275, #277) (8ffb2ed, 67efbac)

0.9.5

Choose a tag to compare

@client-software-ci client-software-ci released this 18 Jun 17:08
976969a

0.9.5 (2026-06-18)

Features

  • print adaptor and runtime version on start (#259) (cd2178c)

Bug Fixes

  • daemon mode wasn't reporting progress (#264) (ceff17f)
  • retry LookupAccountName with exponential backoff to prevent ERROR_NONE_MAPPED on fresh EC2 instances (#262) (0c85c36)
  • avoid LookupAccountName for SYSTEM user in named pipe security attributes (0c85c36)
  • use real PySID in tests to prevent TypeError on Windows (0c85c36)

0.9.4

Choose a tag to compare

@client-software-ci client-software-ci released this 26 May 15:41
f0964bd

0.9.4 (2026-05-26)

Bug Fixes

  • use plain open() when creating empty config files (#260) (2d42366)

0.9.3

Choose a tag to compare

@client-software-ci client-software-ci released this 17 Nov 15:55
2678195

0.9.3 (2025-11-17)

Bug Fixes

  • path mapping lru cache grows indefinitely (#239) (8937f21)

0.9.2

Choose a tag to compare

@client-software-ci client-software-ci released this 02 Oct 20:27
5e08d54

0.9.2 (2025-10-02)

Features

  • Add user friendly message when the exectuable isn't found (#219) (e908f47)

0.9.1

Choose a tag to compare

@client-software-ci client-software-ci released this 09 Jul 22:38
86cc223

0.9.1 (2025-07-09)

Bug Fixes

0.9.0

Choose a tag to compare

@client-software-ci client-software-ci released this 02 Jan 22:21
7c374ab

0.9.0 (2025-01-02)

Bug Fixes

  • Ensure all open uses UTF-8 instead of default encoding. (#171) (74fe730)

0.8.2

Choose a tag to compare

@client-software-ci client-software-ci released this 29 Nov 17:49
509a868

0.8.2 (2024-11-29)

This release allows pywin32 version 307 and above to be used as a dependency for this package. Previously, only pywin32 version 308 was allowed.

0.8.1

Choose a tag to compare

@client-software-ci client-software-ci released this 13 Nov 21:07
f22dec0

0.8.1 (2024-11-13)

Features

  • Adding optional override for adaptor request timeout default to EntryPoint start method (#149) (652164f)

0.8.0

Choose a tag to compare

@client-software-ci client-software-ci released this 03 Jun 20:12
a8bb375

0.8.0 (2024-06-03)

BREAKING CHANGES