All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use GATs for
Encoder
trait to allow encoding of borrowed data. See PR 9.
- Error handling in
CborCodec
andJsonCodec
decode
, more specifically not advancing the data buffer on partial decoding. See #7 for details.
Framed::send_high_water_mark
andFramed::set_send_high_water_mark
#3.
- Permit conversion into and creation from "parts" #2.
- Update to
bytes
v1
andpin-project-lite
v0.2
.