Releases: puddly/serialx
Releases · puddly/serialx
v1.8.2
What's Changed
- Fix POSIX ioctls on big-endian systems (s390x for example) by @EdwardBetts in #104
New Contributors
- @EdwardBetts made their first contribution in #104
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- Ensure ESPHome calls
configurebeforesubscribeby @puddly in #92 - fix: handle missing USB string descriptors in linux_list_serial_ports by @StefCoene in #95
- Add more async lifecycle tests and fix potential POSIX cancellation fd leak by @puddly in #93
- Add minimum versions for dependencies by @TheJulianJES in #99
- Avoid rebinding passed parameters by @puddly in #98
- Fully drain RFC2217 on graceful close by @puddly in #100
- fix(win32): handle missing asyncio protocol methods in _MethodProxy by @HiDiHo01 in #97
- Ensure
closeandconnection_lostdo not race in Win32 by @puddly in #101
New Contributors
- @StefCoene made their first contribution in #95
- @TheJulianJES made their first contribution in #99
- @HiDiHo01 made their first contribution in #97
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.3
v1.7.2
v1.7.1
v1.7.0
What's Changed
- Log a warning if the Rust extension doesn't import by @puddly in #74
- Partially implement
flushfor RFC2217 by @puddly in #75 - Don't run
no-commit-to-branchcheck for CI by @puddly in #76 - Move warning for missing Rust extension into function body by @puddly in #77
- Expose more compatibility constants and ensure
StopBitsis numerical by @puddly in #78 - Bump all CI dependencies by @puddly in #80
- Make
descriptionbackwards compatible with pyserial by @puddly in #81 - Add a simple async API by @puddly in #79
Full Changelog: v1.6.0...v1.7.0