What's Changed
- Remove dialect feature depencies by @pv42 in #312
- fix: remove outdated slugs dialect by @pv42 in #314
- Documentation improvements by @pv42 in #315
- lock-free {SerialConnection, AsyncSerialConnection} sequence by @onur-ozkan in #318
- avoid unnecessary buffer allocation in
PeekReader
by @onur-ozkan in #322 - use single atomic operation for both write and read by @onur-ozkan in #323
- chore(deps): update quick-xml requirement from 0.36 to 0.37 by @dependabot in #289
- remove outdated
serial
and migrate toserialport
by @onur-ozkan in #325 - implement
try_recv
toMavConnection
by @onur-ozkan in #320 - refactor: split serial port into separate r/w mutexes by @onur-ozkan in #329
- Revert "refactor: split serial port into separate r/w mutexes" by @onur-ozkan in #331
- refactor: split serial port into separate r/w mutexes by @onur-ozkan in #332
New Contributors
- @onur-ozkan made their first contribution in #318
Full Changelog: 0.14.1...0.15.0