Skip to content

Releases: php-http/message

1.10.0

11 Nov 10:21
39db36d
Compare
Choose a tag to compare
  • Added PHP8 support

1.9.1

13 Oct 06:21
@dbu dbu
1.9.1
Compare
Choose a tag to compare
  • Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.

1.9.0

24 Aug 13:31
@dbu dbu
1.9.0
Compare
Choose a tag to compare
  • 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

05 Aug 06:56
@dbu dbu
1.8.0
Compare
Choose a tag to compare

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

01 Nov 09:35
@dbu dbu
1.7.2
b159ffe
Compare
Choose a tag to compare

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

01 Nov 09:33
@dbu dbu
v1.7.1
a296f8b
Compare
Choose a tag to compare

Fixed

  • FilteredStream is not actually seekable

Release 1.7.0

15 Aug 13:49
741f226
Compare
Choose a tag to compare

See change log for all changes.

Release 1.6.0

05 Jul 07:58
Compare
Choose a tag to compare

See change log for all changes.

v1.5.0

14 Feb 09:00
Compare
Choose a tag to compare
  • 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.

v1.4.1

16 Dec 21:28
v1.4.1
bfd895a
Compare
Choose a tag to compare
Tagged v1.4.1