Skip to content

Releases: OpenJobDescription/openjd-sessions-for-python

0.8.4

20 Sep 20:57
006689a

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

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

Choose a tag to compare

0.8.2 (2024-08-12)

Bug Fixes

0.8.1

24 Jun 21:59
a90696c

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

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

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

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

Choose a tag to compare

0.7.0 (2024-03-11)

BREAKING CHANGES

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

0.6.1

06 Mar 00:23
904b46f

Choose a tag to compare

0.6.1 (2024-03-05)

This release does not contain any functional changes. It is functionally identical to 0.6.0.
This release was only made to fix an issue with the tests in our internal systems.

0.6.0

05 Mar 22:54
18efb5a

Choose a tag to compare

0.6.0 (2024-03-05)

BREAKING CHANGES

  • remove methods from public interface of WindowsSessionUser (#91) (788a503)

Features

  • Sessions can now be run in a Windows Service context (#97) (72ff65b)