- Add user friendly message when the exectuable isn't found (#219) (
e908f47)
- sdist failed to install (#199) (
71f192b)
- Ensure all open uses UTF-8 instead of default encoding. (#171) (
74fe730)
This release allows pywin32 version 307 and above to be used as a dependency for this package. Previously, only pywin32 version 308 was allowed.
- Adding optional override for adaptor request timeout default to EntryPoint start method (#149) (
652164f)
- handle socket name collisions (#125) (
a123717)
- add PyPI publish job to publish workflow (#118) (
1c7cfb7)
- set correct permission for the test directory. (#107) (
169f346)
- public release (#101) (
c9be773)
- Add
deletepermission to thesecure_open(#92) (6d066ad)
- Move the
named_pipe_helper.pyunder the folderadaptor_runtime_client(#87) (1398c56)
- 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)
- add macOS socket support and enable macOS CI (#65) (
4da070d)
- add adaptor interface/data versioning (#73) (
9575aea) - show-config is now a command, remove "run" as default, refactor (#74) (
8030890)
- fix signal handling (#76) (
bc38027)
- Add the ability for the adaptor to specify its reentry executable (#69) (
9647ec8)