Releases: andfoy/winpty-rs
v1.0.4
This is a minor release of winpty-rs, it fixes an issue locating ConPTY's binaries in ARM64 platforms. It also updates windows-rs to v0.62.1`, which renamed some of the methods used to access to error codes.
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #100
- Update build.rs by @ImmortalEmperor in #101
- Update windows-rs dependencies to v0.62 by @andfoy in #103
New Contributors
- @ImmortalEmperor made their first contribution in #101
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
v1.0.1
Minor winpty-rs release that removes a dependency on a local fork of windows-rs that was created due to the non-exposure of the NtCreateNamedPipeFile Windows API.
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Major winpty-rs release! This new release fixes several performance and concurrency issues that lead to potential deadlocks, it now supports the latest ConPTY binaries (via NuGet), which provide asynchronous I/O access.
What's Changed
- Update which requirement from 6.0.0 to 7.0.0 by @dependabot[bot] in #80
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #81
- Update windows-rs to v0.59.0 by @andfoy in #86
- Prevent PTY output truncation by correctly handling EOF in cache_thread by @andfoy in #87
- Update windows requirement from 0.59.0 to 0.60.0 by @dependabot[bot] in #88
- Update windows requirement from 0.60.0 to 0.61.1 by @dependabot[bot] in #91
Full Changelog: v0.4.0...v1.0.0
WinPTY-rs release v0.4.1
This is a minor winpty-rs release that updates windows-rs to v0.59.0 and also fixes a minor issue related to process output being truncated if output remained queued long after the process had ended.
What's Changed
- Update which requirement from 6.0.0 to 7.0.0 by @dependabot in #80
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #81
- Update windows-rs to v0.59.0 by @andfoy in #86
Full Changelog: v0.4.0...v0.4.1
WinPTY-rs release v0.4.0
Minor winpty-rs that fixes a regression introduced in v0.3.16 that lead to deadlocks when a process exited too soon. It also introduces the wait_for_exit method to block a thread until the process has stopped.
What's Changed
- Update README to state that LIB variable is also required by @andfoy in #78
- Prevent reading thread from hanging if process has stopped by @andfoy in #79
Full Changelog: v0.3.16...v0.4.0
WinPTY-rs release v0.3.16
Minor WinPTY-rs release that fixes a major performance issue when reading from a PTY output stream, it also updates windows-rs to the latest version
What's Changed
- Update windows requirement from 0.53.0 to 0.54.0 by @dependabot in #71
- Update windows requirement from 0.54.0 to 0.56.0 by @dependabot in #73
- Update windows requirement from 0.56.0 to 0.57.0 by @dependabot in #74
- fix: remove 100ms delay on first and subsequent read calls by @SilverMira in #76
- Update windows requirement from 0.57.0 to 0.58.0 by @dependabot in #77
New Contributors
- @SilverMira made their first contribution in #76
Full Changelog: v0.3.15...v0.3.16
WinPTY-rs release v0.3.15
Minor maintenance release of WinPTY-rs that updates windows-rs to its latest version, v0.53.0
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #69
- Update windows requirement from 0.52.0 to 0.53.0 by @dependabot in #70
Full Changelog: v0.3.14...v0.3.15
WinPTY-rs release v0.3.14
Minor WinPTY-rs release that upgrades several Rust dependencies to their latest versions.
What's Changed
- Update windows requirement from 0.51.1 to 0.52.0 by @dependabot in #64
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #66
- Update enum-primitive-derive requirement from 0.2.2 to 0.3.0 by @dependabot in #65
- Update which requirement from 4.1.0 to 6.0.0 by @dependabot in #68
Full Changelog: v0.3.13...v0.3.14