Skip to content

Releases: quic-go/qpack

v0.5.1

07 Sep 03:31
696c8e2
Compare
Choose a tag to compare

This release fixes a bug where we incorrectly rejected N=1 in a Literal Field Line with Name Reference.

Changelog

  • remove N=1 check when decoding a literal field line with name reference by @marten-seemann in #52

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Sep 09:25
9160514
Compare
Choose a tag to compare

This release doesn't come with any new feature, nor does it fix any bugs.

The most notable change is the testing setup. We moved away from the Ginkgo test framework to standard Go tests (using testify). See quic-go/quic-go#3652 for more details on this effort.

Changelog

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

v0.4.0

23 Dec 20:58
3e7287c
Compare
Choose a tag to compare

This release updates the import path to the new repo location: quic-go/qpack.

v0.3.0

11 Oct 12:19
ce1336e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kokes made their first contribution in #28

Full Changelog: v0.2.1...v0.3.0

v0.2.1

29 Oct 03:35
4f43360
Compare
Choose a tag to compare

Fixes incorrect static table entry at index 80 (see #19).

v0.2.0

08 Aug 07:30
f1218f6
Compare
Choose a tag to compare

This version:

  • adds support for encoding using the static table (#10)
  • uses Huffman-encoding to encode string literals (#16)

v0.1.0

04 Aug 07:48
f8170ed
Compare
Choose a tag to compare