Skip to content

v6.1.0-BETA1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabpot fabpot released this 15 Apr 10:23
· 581 commits to 7.3 since this release
v6.1.0-BETA1

Changelog (v6.0.7...v6.1.0-BETA1)

  • feature #45812 Improve default content-type handling (nicolas-grekas)
  • feature #43931 Add button to copy a request as a cURL command (Deuchnord)
  • feature #45616 Remove credentials from requests redirected to same host but different port (GromNaN)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #44568 Allow yielding Exception from MockResponse's $body to mock transport errors (fancyweb)