Skip to content

Releases: amphp/hpack

3.2.2

03 May 19:32
v3.2.2
291da27

Choose a tag to compare

What's Changed

  • Fix chr() deprecation warning in Huffman encoding by @aleswita in #18
  • Add PHP 8.5, 8.4, 8.3 to test matrix by @kelunik in #24

New Contributors

Full Changelog: v3.2.1...v3.2.2

3.2.1

21 Mar 19:01
v3.2.1
4f29306

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

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

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

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

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

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

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

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

Choose a tag to compare