All Versions
15
Latest Version
Avg Release Cycle
107 days
Latest Release
1243 days ago

Changelog History
Page 2

  • v1.3.4 Changes

    October 18, 2017
    • #213 / #215 Don't set Host header in setUrl if already set
    • #218 Extra check when Host header was null before
  • v1.3.3 Changes

    October 18, 2017
    • #216 Prevent first header from being lost when combining arrays
    • #186 / #187 Always override request method if CURLOPT_CUSTOMREQUEST is set
  • v1.3.2 Changes

    December 23, 2016
    • #175 Set POST method when CURLOPT_POSTFIELDS is set
    • #151 Fix parallel Curl requests
    • #158 / #185 Fix bug with StreamProcessor::stream_lock
  • v1.3.1 Changes

    October 26, 2016

    #147 Reset request on curl_reset
    ๐Ÿšš #170 Removed test for non implemented feature and bumped phpunit
    #171 Fixes #153 and #152: SoapClient::__getLastRequest() returns NULL in PHP 5.3 and 5.4

  • v1.3.0 Changes

    October 19, 2016

    We are bumping minor instead of patch versions because of small breaks, like symfony event version and the way to handle headers.

    ๐Ÿ‘ #166 Improve versions constraints to better compatibility
    ๐Ÿ“œ #163 Fix for parsing header values that include colons followed by spaces
    ๐Ÿ“š #164 Documentation and hide old changelogs
    โœ… #165 Fixed SOAP tests by replacing the public weather API