Releases: puddly/serialx
Releases · puddly/serialx
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
v1.6.0
v1.5.0
v1.4.1
v1.4.0
v1.3.0
What's Changed
- Custom URI handler registration by @puddly in #62
- Rename
noise_psktokeyin ESPHome by @puddly in #63 - Implement async serial port listing for ESPHome by @puddly in #64
- Allow ESPHome transport to be used across threads and event loops by @puddly in #65
- Provide a no-op default implementation of serial port listing by @puddly in #66
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Sphinx documentation by @puddly in #56
- Fix
astral-sh/setup-uvversion for docs CI by @puddly in #57 - Add more pyserial compatibility by @puddly in #59
- Add tests for pyserial compatibility and expand by @puddly in #60
- Fix async locking for POSIX and allow shared usage on Windows by @puddly in #61
Full Changelog: v1.2.2...v1.2.3