Releases: OpenJobDescription/openjd-adaptor-runtime-for-python
Releases · OpenJobDescription/openjd-adaptor-runtime-for-python
0.9.6
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.9.4 (2026-05-26)
Bug Fixes
use plain open() when creating empty config files (#260 ) (2d42366 )
0.9.3
Compare
Sorry, something went wrong.
No results found
0.9.3 (2025-11-17)
Bug Fixes
path mapping lru cache grows indefinitely (#239 ) (8937f21 )
0.9.2
Compare
Sorry, something went wrong.
No results found
0.9.2 (2025-10-02)
Features
Add user friendly message when the exectuable isn't found (#219 ) (e908f47 )
0.9.1
Compare
Sorry, something went wrong.
No results found
0.9.1 (2025-07-09)
Bug Fixes
0.9.0
Compare
Sorry, something went wrong.
No results found
0.9.0 (2025-01-02)
Bug Fixes
Ensure all open uses UTF-8 instead of default encoding. (#171 ) (74fe730 )
0.8.2
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.8.1 (2024-11-13)
Features
Adding optional override for adaptor request timeout default to EntryPoint start method (#149 ) (652164f )
0.8.0
Compare
Sorry, something went wrong.
No results found
0.8.0 (2024-06-03)
BREAKING CHANGES