Releases: andfoy/winpty-rs
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
WinPTY-rs release v0.3.13
Minor WinPTY-rs release that updates windows-rs
to its latest version, v0.51.1. Additionally, an error message emitted by the winpty
backend was fixed.
What's Changed
- Fix error message returned by winpty is alway Success by @indirection42 in #60
- Update windows requirement from 0.48.0 to 0.51.1 by @dependabot in #61
- Bump actions/checkout from 3 to 4 by @dependabot in #62
New Contributors
- @indirection42 made their first contribution in #60
Full Changelog: v0.3.12...v0.3.13
WinPTY-rs release v0.3.12
Minor maintenance release of WinPTY-rs, it updates windows-rs
to the v0.48.0 version.
What's Changed
- Update windows requirement from 0.43.0 to 0.44.0 by @dependabot in #48
- Update windows-rs to v0.48.0 by @andfoy in #58
Full Changelog: v0.3.11...v0.3.12
WinPTY-rs release v0.3.11
Minor followup winpty-rs release to v0.3.10 that fixes a major issue related to the iseof
detection.
What's Changed
- Update windows requirement from 0.40.0 to 0.43.0 by @dependabot in #46
- Prevent iseof from returning immediately by @andfoy in #47
Full Changelog: v0.3.10...v0.3.11
WinPTY-rs release v0.3.10
Minor winpty-rs version that brings compatibility with windows-rs
v0.43.0
WinPTY-rs release v0.3.9
Minor winpty-rs version that brings compatibility with windows-rs v0.40.0
What's Changed
- Update windows requirement from 0.39.0 to 0.40.0 by @dependabot in #42
Full Changelog: v0.3.8...v0.3.9
WinPTY-rs release v0.3.8
Minor winpty-rs that brings compatibility with windows-rs
v0.3.9 and fixes some issues when the documentation is being compiled in a non-Windows host
What's Changed
- Update windows requirement from 0.38.0 to 0.39.0 by @dependabot in #40
- Make sure that the docs can be compiled from a non-Windows host machine by @andfoy in #41
Full Changelog: v0.3.7...v0.3.8