Skip to content

Releases: Xaeroxe/async-io-converse

3.0.0

29 Jan 21:34
Compare
Choose a tag to compare

CHANGELOG

  • Make drive_forever return the future it generates, rather than immediately spawning that future onto the tokio runtime.
  • Update async-io-typed to 3.0.0
  • Use newtype enum for checksum_enabled in order to make user code more readable

2.0.0

23 Jan 18:53
Compare
Choose a tag to compare

CHANGELOG

  • Bump async-io-typed to version 2.0.0
  • Add support for optional checksum feature from async-io-typed.

1.0.2

02 Jan 22:10
Compare
Choose a tag to compare

CHANGELOG:

  • Add optimize_memory_usage functions, allowing you to reduce the memory usage of this library if it grows too large.

1.0.1

02 Jan 04:54
Compare
Choose a tag to compare

CHANGELOG:

  • fix: don't discard messages just because something was removed from the pending replies box

1.0.0

01 Jan 15:59
Compare
Choose a tag to compare

Initial Release!