Releases: Xaeroxe/async-io-typed
Releases · Xaeroxe/async-io-typed
3.0.0
CHANGELOG
- Swap out bool in constructors for a new type enum called
ChecksumEnabled
to make user code more readable
2.0.0
CHANGELOG
- Bump protocol version number to 2
- Add initial message stream descriptor sequence for checking protocol version and features
- Add optional message checksum feature
1.0.4
CHANGELOG:
- Update docs to better show when you should and shouldn't use this crate
- Add function to allow you to optimize the memory usage of this crate if necessary.
1.0.3
Changelog
- Fixed bugs for partial transmission of message length, add unit tests for these
- Re-use buffer allocations for receiving and sending messages
1.0.2
Changelog
- Several fixes to the documentation
1.0.1
Changelog
- Fix link to repository in crate metadata
- No other changes