Skip to content

v3.0.0

Choose a tag to compare

@andfoy andfoy released this 12 Aug 20:32
· 93 commits to main since this release

This a major pywinpty release that provides support for the latest winpty-rs release, which now provides async compatibility on ConPTY, it also ships the latest binaries published by the Windows Terminal team at Microsoft. An important improvement over the 2.x series relates to performance, where now reading from a pseudoterminal takes numbers in the orders of tenths of microseconds and not 100ms as previously.

Major breaking-compatibility changes

read now does no longer accept num_bytes as a parameter, instead all available bytes in the stream will be returned directly, delegating any buffering to downstream consumers of the library.

What's Changed

New Contributors

Full Changelog: v2.0.15...v3.0.0