Skip to content

Releases: amphp/hpack

3.2.1

21 Mar 19:01
v3.2.1
4f29306
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

3.2.0

05 Sep 20:12
v3.2.0
95895d2
Compare
Choose a tag to compare
  • Improved detection of libnghttp2, i.e. libnghttp2.so.14 and looking in the Homebrew path

Full Changelog: v3.1.7...v3.2.0

3.1.7

05 Sep 05:55
v3.1.7
cde6bb9
Compare
Choose a tag to compare
  • Fixed encoding of headers with length of exactly 255 bytes (#12)

3.1.6

04 Sep 19:13
v3.1.6
1dee97a
Compare
Choose a tag to compare
  • Fixed decoding proxy-authenticate header (was decoded as proxy-authentication before)
  • Fix float conversion on too large integers (properly rejected with an exception now)

3.1.5

15 Aug 19:32
v3.1.5
5835a14
Compare
Choose a tag to compare
  • Fixed decoding headers if FFI is enabled

Full Changelog: v3.1.4...v3.1.5

3.1.4

15 Aug 19:27
v3.1.4
a7b1e01
Compare
Choose a tag to compare

This release contains a broken version of the FFI implementation, please use v3.1.5 instead.

  • Fixed decoding headers if empty on older versions of PHP with FFI enabled (#13)

Full Changelog: v3.1.3...v3.1.4

3.1.3

13 Aug 16:40
v3.1.3
65b34cb
Compare
Choose a tag to compare
  • Fixed encoding headers if the array contains non-strings.
  • Updated FFI usage in HPackNghttp2 for compatibility with PHP 8.3.

Full Changelog: v3.1.2...v3.1.3

3.1.2

11 Aug 14:05
v3.1.2
500aa8e
Compare
Choose a tag to compare
  • Fixed decoding header values when empty.

Full Changelog: v3.1.1...v3.1.2

3.1.1

25 Jun 16:22
cf4f166
Compare
Choose a tag to compare

3.1.0

12 Jan 17:45
v3.1.0
Compare
Choose a tag to compare
  • Fixed possible DoS via table size updates
  • Fixed possible uninitialized string offset warnings on invalid data (#8)
  • Added static lookup tables to improve performance and memory usage if opcache is enabled (#9)