Releases: amphp/hpack
Releases · amphp/hpack
3.2.2
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
- @aleswita made their first contribution in #18
- @dependabot made their first contribution in #22
Full Changelog: v3.2.1...v3.2.2
3.2.1
What's Changed
- Make implicit nullable types explicit by @nicolas-grekas in #16
Full Changelog: v3.2.0...v3.2.1
3.2.0
- Improved detection of
libnghttp2, i.e.libnghttp2.so.14and looking in the Homebrew path
Full Changelog: v3.1.7...v3.2.0
3.1.7
3.1.6
3.1.5
- Fixed decoding headers if FFI is enabled
Full Changelog: v3.1.4...v3.1.5
3.1.4
3.1.3
- Fixed encoding headers if the array contains non-strings.
- Updated
FFIusage inHPackNghttp2for compatibility with PHP 8.3.
Full Changelog: v3.1.2...v3.1.3
3.1.2
- Fixed decoding header values when empty.
Full Changelog: v3.1.1...v3.1.2