Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: andfoy/winpty-rs

v1.0.4

03 Oct 19:21

Choose a tag to compare

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

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

11 Aug 18:49

Choose a tag to compare

Minor winpty-rs release that changes the way that EOF testing is performed.

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Aug 21:02

Choose a tag to compare

Minor winpty-rs release that fixes some publishing issues to crates.io

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Aug 20:07

Choose a tag to compare

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

  • Expose NtCreateNamedPipeFile directly in package, remove pin to windows-rs fork by @andfoy in #97

Full Changelog: v1.0.0...v1.0.1

v1.0.0

25 Jul 20:52

Choose a tag to compare

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

31 Jan 20:33

Choose a tag to compare

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

Full Changelog: v0.4.0...v0.4.1

WinPTY-rs release v0.4.0

17 Oct 15:35

Choose a tag to compare

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

09 Aug 21:42

Choose a tag to compare

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

Full Changelog: v0.3.15...v0.3.16

WinPTY-rs release v0.3.15

24 Feb 00:57

Choose a tag to compare

Minor maintenance release of WinPTY-rs that updates windows-rs to its latest version, v0.53.0

What's Changed

Full Changelog: v0.3.14...v0.3.15

WinPTY-rs release v0.3.14

24 Jan 00:21

Choose a tag to compare

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