Skip to content

Releases: OpenJobDescription/openjd-sessions-for-python

0.9.1

12 Dec 15:44
b9be7a4
Compare
Choose a tag to compare

0.9.1 (2024-12-12)

Features

  • directly signal session action processes using CAP_KILL (#196) (84008be)

0.9.0

13 Nov 19:38
d6ce403
Compare
Choose a tag to compare

0.9.0 (2024-11-13)

Features

Bug Fixes

  • unhandled exception in cancellation workflow (#186) (f8a9a48)

0.8.4

20 Sep 20:57
006689a
Compare
Choose a tag to compare

0.8.4 (2024-09-20)

Features

  • add log content metadata to log records (#175) (a50e94f)

0.8.3

19 Sep 20:07
9d2fccf
Compare
Choose a tag to compare

0.8.3 (2024-09-19)

Features

  • introduce log content on log records (#170) (6e98f16)

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

12 Aug 17:46
44e22d8
Compare
Choose a tag to compare

0.8.2 (2024-08-12)

Bug Fixes

0.8.1

24 Jun 21:59
a90696c
Compare
Choose a tag to compare

0.8.1 (2024-06-24)

Features

  • log process return code on process exit (#150) (c716e09)

0.8.0

17 Jun 19:16
525d566
Compare
Choose a tag to compare

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

16 Apr 20:47
a05a70a
Compare
Choose a tag to compare

0.7.2 (2024-04-16)

Documenation

  • Windows is no longer marked as experimental in documentation.

0.7.1

26 Mar 00:02
4c395f9
Compare
Choose a tag to compare

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

11 Mar 20:38
9db0d4f
Compare
Choose a tag to compare

0.7.0 (2024-03-11)

BREAKING CHANGES

  • remove group property from WindowsSessionUser (#102) (5fa8bf2)