Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 1.04 KB

Changelog

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.

[0.7.0]

Changed

  • Use GATs for Encoder trait to allow encoding of borrowed data. See PR 9.

[0.6.2]

Fixed

  • Error handling in CborCodec and JsonCodec decode, more specifically not advancing the data buffer on partial decoding. See #7 for details.

[0.6.1] - 2022-11-08

Added

  • Framed::send_high_water_mark and Framed::set_send_high_water_mark #3.

[0.6.0] - 2021-02-01

Changed

  • Permit conversion into and creation from "parts" #2.

[0.5.0] - 2021-01-06

Changed

  • Update to bytes v1 and pin-project-lite v0.2.