Skip to content

Latest commit

 

History

History
83 lines (39 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

83 lines (39 loc) · 3.41 KB

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)