All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- merge #48
Minor update to README.md
- version of tokio-serial indicated in README.md example.
Final release of version 5.4. No code changes besides bumping mio-serial
to 5.0 since the
previous 5.4.0-beta4.
- ColinFinck added as maintainer for
tokio-serial
- estokes added as maintainer for
tokio-serial
- Bumped mio-serial to 5.0.0
- #46 @ColinFinck fixed some docs.
- Check in CI tests for building against the MSRV (currently
1.43.0
)
- Bumped mio-serial to 4.0.0-beta4
- #45 @ColinFinck fixed the example.
- Renamed
SerialPortBuilderExt::open_async
toSerialPortBuilderExt::open_native_async
to reflect the original intention - @drbrain fixed formatting issues with this changelog in #43
- Bumped mio-serial to 4.0.0-beta3
Major release drawing in updates to tokio
and mio-serial
(and the upstream serialport-rs
)
- Following
mio-serial
, addedtokio_serial::SerialStream
with platform specific requirements at compile time with#[cfg()]
- Removed
SerialPortSettings
,serialport-rs
now uses the builder pattern
SerialPortBuilderExt
extension trait forserialport::SerialPortBuilder
to open a serial port in async mode- Re-exports of both
mio_serial::new
andmio_serial::available_ports
- Bumped tokio to 1.0
- Bumped mio-serial to 4.0.0-beta2
- #35 by georgmu found an early bug in the AsyncRead trait impl
- #39 and #41 by ColinFinck took it upon himself to push windows support for Tokio 1.X and did the vast majority of the initial work and paved the way
- @Darksonn bumped tokio dependencies to version 0.2.0 and cleaned up some dependencies in PR #24
- @Darksonn bumped tokio dependencies to version 0.2.0-alpha.6 in PR #23
- Updated README.md to include latest tokio-serial version numbers for both tokio 0.1 and 0.2-alpha based libraries.
- Bumped to tokio dependencies to version 0.2 Majority of work done by @12101111 and @will-w in PR's #19 and #21 respectively
- @D1plo1d bumped the tokio dependency to 0.2.0-alpha.2 in #22
- Bumped mio-serial to 3.3.0
- Switched to "2018" edition
- Bumped mio-serial to 3.2.14 (tracking mio version 0.14)
- Merged #17 @nanpuyue updated the printline example.
- Bumped serialport-rs to 3.2
- Merged #16 @yuja fixed feature flags
- Bumped
mio-serial
dependency to 3.1
- Bumped
mio-serial
dependency to 3.0
- Windows support (through mio-serial 0.7)
- Appveyor testing support
- Bumped
mio-serial
dependency to 0.7
- Re-exporting
mio_serial::Error
(itself a re-export ofserialport::Error
)
- Bumped
mio-serial
dependency to 0.6
- Bumped
mio-serial
dependency to 0.5 Future releases will trackmio-serial
versions.