Skip to content

Releases: aternosorg/php-curl-psr

v1.3.1

10 Mar 11:57
b867a2a
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

  • remove content-type and content-encoding headers when changing method to GET on redirect

v1.3.0

09 Mar 20:27
70d8834
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Redirects

  • Redirects no longer always fail when a request body is present, only if it is not seekable
  • Status 303 now correctly changes the request method to GET
  • Other status codes can be configured to also change the method to GET using setRedirectToGetStatusCodes
  • Redirects can now be disabled using setFollowRedirects, which, in contrast to setting the redirect limit to 0, will not throw an exception and instead just return the redirect response

Client

  • The Client constructor now accepts two additional optional arguments, a UriFactoryInterface and a UriResolverInterface.

v1.2.0

04 Mar 15:54
cee91ea
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

  • support setting request http protocol version to 1.1

v1.1.1

18 Feb 12:49
cab1d5d
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

  • Fix empty strings returned from request body streams being interpreted as EOF

v1.1.0

07 Feb 13:33
2cb8277
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.1.0

  • allow UploadedFiles to use streams that are not based on files

v1.0.3

14 Jan 19:26
a7f1de8
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

  • Fix request target for URLs with empty path

v1.0.2

20 Nov 11:51
029bf7e
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

  • Mark psr/http-message 1.1 as supported in composer.json

v1.0.1

19 Nov 12:53
5456f35
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

  • Add LICENSE
  • Add test workflow

v1.0.0

19 Nov 12:35
836e131
Compare
Choose a tag to compare