Releases: guzzle/psr7
Releases · guzzle/psr7
2.9.0
Added
- Added nested array expansion support to
MultipartStream - Added
@return statictoMessageTraitmethods
Changed
- Updated MIME type mappings
See also the change log for changes.
2.8.1
Fixed
- Encode
+signs inUri::withQueryValue()andUri::withQueryValues()to prevent them being interpreted as spaces
See also the change log for changes.
2.8.0
Added
- Allow empty lists as header values
Changed
- PHP 8.5 support
See also the change log for changes.
2.7.1
Fixed
- Fixed uppercase IPv6 addresses in URI
Changed
- Improve uploaded file error message
See also the change log for changes.
2.7.0
Added
- Add
Utils::redactUserInfo()method - Add ability to encode bools as ints in
Query::build
See also the change log for changes.
2.6.3
Fixed
- Make
StreamWrapper::stream_stat()returnfalseif inner stream's size isnull
Changed
- PHP 8.4 support
See also the change log for changes.
2.6.2
Fixed
- Fixed another issue with the fact that PHP transforms numeric strings in array keys to ints
Changed
- Updated links in docs to their canonical versions
- Replaced
call_user_func*with native calls
See also the change log for changes.
2.6.1
See change log for changes.
2.6.0
See change log for changes.
2.5.1
See change log for changes.