Releases: OpenJobDescription/openjd-sessions-for-python
Releases · OpenJobDescription/openjd-sessions-for-python
0.9.1
0.9.1 (2024-12-12)
Features
- directly signal session action processes using CAP_KILL (#196) (
84008be
)
0.9.0
0.9.0 (2024-11-13)
Features
Bug Fixes
- unhandled exception in cancellation workflow (#186) (
f8a9a48
)
0.8.4
0.8.4 (2024-09-20)
Features
- add log content metadata to log records (#175) (
a50e94f
)
0.8.3
0.8.3 (2024-09-19)
Features
Bug Fixes
- Run Windows Session cleanup at high priority. (#173) (
6fb09b5
)
- run python instead of pythonservice on windows to signal subprocesses (#171) (
186b2a7
)
0.8.2
0.8.2 (2024-08-12)
Bug Fixes
0.8.1
0.8.1 (2024-06-24)
Features
- log process return code on process exit (#150) (
c716e09
)
0.8.0
0.8.0 (2024-06-17)
BREAKING CHANGES
- Windows locate_executable finds wrong binary to run (#141) (
03defd9
)
- Adds a new requirement that when impersonating a user for subprocesses, the Python installation hosting the library can be run by the impersonated user as well.
Bug Fixes
- eliminate TranslateName usage on Windows systems (#144) (
f27b422
)
0.7.2
0.7.2 (2024-04-16)
Documenation
- Windows is no longer marked as experimental in documentation.
0.7.1
0.7.1 (2024-03-25)
Features
- Support for multi line env variables in enter env (#115) (
96e02ae
)
- resolve windows command location prior to run (#116) (
69f72e3
)
Bug Fixes
- Failing to parse openjd_env and openjd_unset_env should fail session action (#111) (
8576a73
)
- restrict handles inherited by win32 subprocess (#112) (
aba3071
)
0.7.0
0.7.0 (2024-03-11)
BREAKING CHANGES
- remove group property from WindowsSessionUser (#102) (
5fa8bf2
)