src
3 years ago
.php_cs
7 years ago
.styleci.yml
7 years ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
puli.json
7 years ago
CHANGELOG.md
174 lines
| 1 | # Change Log |
| 2 | |
| 3 | ## Unreleased |
| 4 | |
| 5 | |
| 6 | ## 1.7.1 - 2018-03-36 |
| 7 | |
| 8 | ### Fixed |
| 9 | |
| 10 | - #36: Failure evaluating code: is_resource($handle) (string assertions are deprecated in PHP 7.2) |
| 11 | |
| 12 | |
| 13 | ## 1.7 - 2017-02-09 |
| 14 | |
| 15 | ### Changed |
| 16 | |
| 17 | - #30: Make sure we rewind streams |
| 18 | |
| 19 | ## 1.6.2 - 2017-01-02 |
| 20 | |
| 21 | ### Fixed |
| 22 | |
| 23 | - #29: Request not using CURLOPT_POSTFIELDS have content-length set to |
| 24 | |
| 25 | ### Changed |
| 26 | |
| 27 | - Use binary mode to create response body stream. |
| 28 | |
| 29 | |
| 30 | ## 1.6.1 - 2016-11-11 |
| 31 | |
| 32 | ### Fixed |
| 33 | |
| 34 | - #27: ErrorPlugin and sendAsyncRequest() incompatibility |
| 35 | |
| 36 | |
| 37 | ## 1.6 - 2016-09-12 |
| 38 | |
| 39 | ### Changed |
| 40 | |
| 41 | - `Client::sendRequest` now throws `Http\Client\Exception\NetworkException` on network errors. |
| 42 | - `\UnexpectedValueException` replaced with `Http\Client\Exception\RequestException` in |
| 43 | `Client::sendRequest` and `Client::sendAsyncRequest` |
| 44 | |
| 45 | |
| 46 | ## 1.5.1 - 2016-08-29 |
| 47 | |
| 48 | ### Fixed |
| 49 | |
| 50 | - #26: Combining CurlClient with StopwatchPlugin causes Promise onRejected handler to never be |
| 51 | invoked. |
| 52 | |
| 53 | |
| 54 | ## 1.5 - 2016-08-03 |
| 55 | |
| 56 | ### Changed |
| 57 | |
| 58 | - Request body can be send with any method except GET, HEAD and TRACE. |
| 59 | - #25: Make discovery a hard dependency. |
| 60 | |
| 61 | |
| 62 | ## 1.4.2 - 2016-06-14 |
| 63 | |
| 64 | ### Added |
| 65 | |
| 66 | - #23: "php-http/async-client-implementation" added to "provide" section. |
| 67 | |
| 68 | |
| 69 | ## 1.4.1 - 2016-05-30 |
| 70 | |
| 71 | ### Fixed |
| 72 | |
| 73 | - #22: Cannot create the client using `HttpClientDiscovery`. |
| 74 | |
| 75 | |
| 76 | ## 1.4 - 2016-03-30 |
| 77 | |
| 78 | ### Changed |
| 79 | |
| 80 | - #20: Minimize memory usage when reading large response body. |
| 81 | |
| 82 | |
| 83 | ## 1.3 - 2016-03-14 |
| 84 | |
| 85 | ### Fixed |
| 86 | |
| 87 | - #18: Invalid "Expect" header. |
| 88 | |
| 89 | ### Removed |
| 90 | |
| 91 | - #13: Remove HeaderParser. |
| 92 | |
| 93 | |
| 94 | ## 1.2 - 2016-03-09 |
| 95 | |
| 96 | ### Added |
| 97 | |
| 98 | - #16: Make sure discovery can find the curl client |
| 99 | |
| 100 | ### Fixed |
| 101 | |
| 102 | - #15: "Out of memory" sending large files. |
| 103 | |
| 104 | |
| 105 | ## 1.1.0 - 2016-01-29 |
| 106 | |
| 107 | ### Changed |
| 108 | |
| 109 | - Switch to php-http/message 1.0. |
| 110 | |
| 111 | |
| 112 | ## 1.0.0 - 2016-01-28 |
| 113 | |
| 114 | First stable release. |
| 115 | |
| 116 | |
| 117 | ## 0.7.0 - 2016-01-26 |
| 118 | |
| 119 | ### Changed |
| 120 | |
| 121 | - Migrate from `php-http/discovery` and `php-http/utils` to `php-http/message`. |
| 122 | |
| 123 | ## 0.6.0 - 2016-01-12 |
| 124 | |
| 125 | ### Changed |
| 126 | |
| 127 | - Root namespace changed from `Http\Curl` to `Http\Client\Curl`. |
| 128 | - Main client class name renamed from `CurlHttpClient` to `Client`. |
| 129 | - Minimum required [](https://packagist.org/packages/php-http/discoveryphp-http/discovery](https://packagist.org/packages/php-http/discovery](https://packagist.org/packages/php-http/discovery) |
| 130 | version changed to 0.5. |
| 131 | |
| 132 | |
| 133 | ## 0.5.0 - 2015-12-18 |
| 134 | |
| 135 | ### Changed |
| 136 | |
| 137 | - Compatibility with php-http/httplug 1.0 beta |
| 138 | - Switch to php-http/discovery 0.4 |
| 139 | |
| 140 | |
| 141 | ## 0.4.0 - 2015-12-16 |
| 142 | |
| 143 | ### Changed |
| 144 | |
| 145 | - Switch to php-http/message-factory 1.0 |
| 146 | |
| 147 | |
| 148 | ## 0.3.1 - 2015-12-14 |
| 149 | |
| 150 | ### Changed |
| 151 | |
| 152 | - Requirements fixed. |
| 153 | |
| 154 | |
| 155 | ## 0.3.0 - 2015-11-24 |
| 156 | |
| 157 | ### Changed |
| 158 | |
| 159 | - Use cURL constants as options keys. |
| 160 | |
| 161 | |
| 162 | ## 0.2.0 - 2015-11-17 |
| 163 | |
| 164 | ### Added |
| 165 | |
| 166 | - HttpAsyncClient support. |
| 167 | |
| 168 | |
| 169 | ## 0.1.0 - 2015-11-11 |
| 170 | |
| 171 | ### Added |
| 172 | |
| 173 | - Initial release |
| 174 |