Skip to content

Latest commit

 

History

History
140 lines (65 loc) · 5.98 KB

File metadata and controls

140 lines (65 loc) · 5.98 KB

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 (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 (2026-05-26)

Bug Fixes

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

0.9.3 (2025-11-17)

Bug Fixes

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

0.9.2 (2025-10-02)

Features

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

0.9.1 (2025-07-09)

Bug Fixes

  • sdist failed to install (#199) (71f192b)

0.9.0 (2025-01-02)

Bug Fixes

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

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 (2024-11-13)

Features

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

0.8.0 (2024-06-03)

BREAKING CHANGES

  • handle socket name collisions (#125) (a123717)

0.7.2 (2024-04-24)

CI

  • add PyPI publish job to publish workflow (#118) (1c7cfb7)

0.7.1 (2024-04-23)

Bug Fixes

  • set correct permission for the test directory. (#107) (169f346)

0.7.0 (2024-04-01)

BREAKING CHANGES

0.6.1 (2024-03-25)

Bug Fixes

  • Add delete permission to thesecure_open (#92) (6d066ad)

0.6.0 (2024-03-22)

BREAKING CHANGES

  • Move the named_pipe_helper.py under the folder adaptor_runtime_client (#87) (1398c56)

Bug Fixes

  • Update request method in windows Client interface to blocking call. (#90) (e66d592)
  • increase max named pipe instances to 4 (#91) (7440c53)
  • specify max named pipe instances (#86) (d959381)

0.5.1 (2024-03-05)

Features

  • add macOS socket support and enable macOS CI (#65) (4da070d)

0.5.0 (2024-02-21)

BREAKING CHANGES

  • add adaptor interface/data versioning (#73) (9575aea)
  • show-config is now a command, remove "run" as default, refactor (#74) (8030890)

Bug Fixes

  • fix signal handling (#76) (bc38027)

0.4.2 (2024-02-13)

Features

  • Add the ability for the adaptor to specify its reentry executable (#69) (9647ec8)