Releases: andfoy/winpty-rs
WinPTY-rs release v0.3.7
Minor winpty-rs release that brings compatibility with windows-rs
version 0.38.0
What's Changed
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #32
- Update windows requirement from 0.29.0 to 0.38.0 by @dependabot in #37
Full Changelog: v0.3.6...v0.3.7
WinPTY-rs release v0.3.6
Minor winpty-rs that fixes some minor synchronization issues related to the use of WaitForSingleObject
with a timeout larger than zero.
What's Changed
Full Changelog: v0.3.5...v0.3.6
WinPTY-rs release v0.3.5
Minor winpty-rs release that improves the is_alive
verification by replacing GetExitCodeProcess
by WaitForSingleObject
, which provides better thread-safety guarantees.
What's Changed
- PR: Use WaitForSingleObject instead of GetExitCodeProcess to determine if the PTY process ended by @andfoy in #26
Full Changelog: v0.3.4...v0.3.5
WinPTY-rs release v0.3.4
Minor winpty-rs release that removes some CI constraints introduced to support windows-2019
CIs, since windows-2022
fix all the issues, such constraints are no longer needed.
What's Changed
- PR: Remove CI constraints used with windows-2019 by @andfoy in #24
- Bump actions/checkout from 2 to 3 by @dependabot in #22
New Contributors
- @dependabot made their first contribution in #22
Full Changelog: v0.3.3...v0.3.4
WinPTY-rs release v0.3.3
Minor winpty-rs release that fixes an issue related to write
, where some unintended extra NUL
characters were inserted.
What's Changed
- Fix write corruption caused by writing an unintended NUL byte by @segevfiner in #16
- PR: Emit newline in process when setting CONPTY_CI by @andfoy in #17
New Contributors
- @segevfiner made their first contribution in #16
Full Changelog: v0.3.2...v0.3.3
WinPTY-rs release v0.3.2
Minor winpty-rs release that fixes some minor issues when building the arguments to spawn a process using the winpty
backend.
What's Changed
Full Changelog: v0.3.1...v0.3.2
WinPTY-rs release v0.3.1
Minor release of winpty-rs that fixes some issues related to output redirection when testing read
functions on the CI.
What's Changed
Full Changelog: v0.3.0...v0.3.1
WinPTY-rs release v0.3.0
Major winpty-rs release that improves performance and security issues. read
now uses a thread to cache stdout output.
What's Changed
- PR: Improve read performance and rewrite iseof by @andfoy in #8
- PR: Fix concurrency errors related to read and other safety issues by @andfoy in #9
Full Changelog: v0.2.0...v0.3.0
WinPTY-rs release v0.2.0
Major winpty-rs release that adds the get_pid
to the PTY
struct.
What's Changed
Full Changelog: v0.1.2...v0.2.0
WinPTY-rs release v0.1.2
This release fixes some issues related to the thread safety of the PTYImpl
trait.
What's Changed
Full Changelog: v0.1.1...v0.1.2