Skip to content

Releases: Xaeroxe/async-io-typed

3.0.0

29 Jan 20:17
Compare
Choose a tag to compare

CHANGELOG

  • Swap out bool in constructors for a new type enum called ChecksumEnabled to make user code more readable

2.0.0

23 Jan 18:52
Compare
Choose a tag to compare

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

02 Jan 22:12
Compare
Choose a tag to compare

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

01 Jan 15:57
Compare
Choose a tag to compare

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

01 Jan 15:55
Compare
Choose a tag to compare

Changelog

  • Several fixes to the documentation

1.0.1

01 Jan 15:53
Compare
Choose a tag to compare

Changelog

  • Fix link to repository in crate metadata
  • No other changes

1.0.0

01 Jan 15:50
Compare
Choose a tag to compare

Initial Release!