Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 1.32 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.

Unreleased

  • Add missing implementation to support Client Certificate Authorization (#135)

0.17.0 - 2024-01-06

  • Update to stable rust

0.16.3 - 2023-11-04

  • Don't block when reading into an empty buffer

0.16.2 - 2023-11-02

  • Re-add impl_trait_projections to support older nightly rustc versions

0.16.1 - 2023-10-30

  • Corrected recommended read buffer size (16640 bytes instead of 16384)
  • Use unwrap macro where possible
  • Update to embedded-io 0.6
  • Update dependencies

0.15.0 - 2023-08-26

  • Updated p256 dependency from 0.11 to 0.13.2 (#124)
  • Fix reading buffered data in multiple steps (#121, #122)
  • Fix error in NewSessionTicket message handling (#120)

0.14.1 - 2023-04-29

  • Correctly handle transcript of coalesced records, attempt 2.

0.14.0 - 2023-04-29

  • Refactoring and improving API.
  • Support splitting read and write of a connection.
  • Properly flush write buffer after handshake.
  • Implement BufRead traits for connections.
  • Better handling of protocol violations and unsupported features.
  • Correctly handle transcript of coalesced records.