Releases: php-http/message
Releases · php-http/message
1.9.1
- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
1.9.0
- Omitted binary body in FullHttpMessageFormatter and CurlCommandFormatter.
[binary stream omitted]
will be shown instead.
Added
- New Header authentication method for arbitrary header authentication.
1.8.0
Changed
- Raised minimum PHP version to 7.1
Fixed
- Fatal error on
CurlCommandFormatter
when body is larger than escapeshellarg
allowed length.
- Do not read stream in message formatter if stream is not seekable.
1.7.2
Fixed
- FilteredStream uses
@trigger_error
instead of throwing exceptions to not
break careless users. You still need to fix your stream code to respect
isSeekable
. Seeking does not work as expected, and we will add exceptions
in version 2.
1.7.1
Fixed
- FilteredStream is not actually seekable
v1.5.0
- Added
Cookie::createWithoutValidation
and Cookie::isValid
- No string factories does not rewind streams
FilteredStream::getSize
returns null
See change log for all changes between all versions.