Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 508 Bytes

File metadata and controls

22 lines (14 loc) · 508 Bytes

Changelog

v3.0.1 - 11.07.2026

  • Optimize reallocations

v3.0.0 - 02.07.2026

  • Introduce DecodedHeaderBlock as a success return value for decoding header block
  • Fill micro code optimizations
  • Benchmark and profile to summarize difference between hpack solutions

v2.0.0 - 23.03.2026

  • Remove header field validation
  • Add expect_table_size_update for decoder-side size update enforcement
  • Return BitArray instead of BytesTree on encoding

v1.0.0 - 17.02.2026

  • Initial release