Skip to content

v0.5.0

Latest

Choose a tag to compare

@matthunz matthunz released this 06 Feb 16:47

What's Changed

  • Reexport Bytes and BytesMut from this crate by @thomaseizinger in #41
  • Added some extra methods to be compatible with tokio_util::codec by @katyo in #42
  • End stream if decode_eof consumed buffer and returned None by @goto-bus-stop in #44
  • impl std::error::Error for *CodecError by @fogti in #48
  • Reduce dependencies by @Kestrer in #50
  • Fix clippy warnings. by @najamelan in #53
  • Update dependencies (pin-project-lite + bytes) by @Keruspe in #57

New Contributors

Full Changelog: v0.4.0...v0.5.0