Releases: litespeedtech/ls-qpack
Releases · litespeedtech/ls-qpack
Use struct lsxpack_header for input and output
v2.0.0 Release 2.0.0: API: use struct lsxpack_header for input and output
No major changes
v0.14.0 Update version to 0.14.0
API: add lsqpack_get_stx_tab_id()
v0.11.2 Update version to 0.11.2
Bug fixes: decoder is resistant to garbage
Fuzzing revealed two bugs in the decoder when parsing input. These bugs are fixed in this release.
Support QPACK Draft 11
There are no changes since previous version. This change is meant to indicate that the library supports QPACK Draft 11.
Code cleanup
v0.10.7 Update version to 0.10.7
Maintenance: silence a few warnings
v0.10.6 Update version to 0.10.6
Improve compression performance
v0.10.5 Update version to 0.10.5
Bugfix release: don't go over maximum risked streams
- Fix encoder not to go over maximum risked streams.
- Use pragmas to silence bogus uninitialized warnings.
- Decoder: log message when going over max blocked streams.
- API: add lsqpack_dec_ratio().
- Several code optimizations.
- Fix interop-encode: in immediate ack mode, ack immediately.
Risk streams fix, API change
- Fix: do not risk streams when it is not allowed
- Fix benign warning in Huffman encoder on 32-bit machine
- API: get properties of encoder header block when it ends
- interop-encode: add -f option to encode "f"ast