Releases: amphp/hpack
Releases · amphp/hpack
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.14
and 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
FFI
usage inHPackNghttp2
for 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