X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=CHANGELOG.md;h=651aff1a5df9e0b38e509d5260277100232cc781;hp=9e2d12dcf4dd92fa0c9c7b1e643f3881d2115860;hb=4e5f36bd0b770444c8e5151c498fa96326e261c5;hpb=b2cddc09fda9358c7c2bdfaf487196cb3ff34749 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e2d12d..651aff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,63 @@ +# ChangeLog v4 + +## 4.0.0beta2, TBR + +* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 + +## 4.0.0beta1, 2020-09-23 + +* PHP 8 compatibility + - Drop ext-propro support: + PHP 8 removes the object get/set API from the ZendEngine, which renders + that extension dysfunctional. As a consequence, the header property of + http\Message and derived classes cannot be modified in place, and thus + by reference. + # ChangeLog v3 +## 3.2.4, TBR + +* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 + +## 3.2.3, 2019-10-29 + +* Fixed Windows build (Jan Ehrhardt) + +## 3.2.2, 2019-10-24 + +* PHP-7.4 compatibility +* Fixed gh-issue #92: http\Message\Body::addForm() discards numeric names +* Fixed gh-issue #95: typo in http\Message::getResponseCode()'s error message + +## 3.2.1, 2019-06-07 + +* Fixed gh-issue #88: Unable to run test suite (Remi Collet) +* Fixed gh-issue #86: test failure with curl 7.64 +* Fixed gh-issue #85: [-Wformat-extra-args] build warnings +* Fixed gh-issue #84: segfault and build failure since curl 7.62 +* Fixed gh-issue #82: Test harness improvements (Chris Wright) +* Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan) +* Fixed http\QueryString::getGlobalInstance() +* Fixed missing 2nd reflection argument info of http\Client::notify() +* Fixed PHP-7.4 compatibility + +## 3.2.0, 2018-07-19 + +* PHP-7.2 compatibility +* Fixed gh-issue #73: build fails with libidn and libidn2 ++ Added brotli compression support ++ Implemented gh-issue #58: Notify observers before any request is built + +Changes from RC1: +* Fixed gh-issue #78: PHP-7.3 build crashes + +## 3.2.0RC1, 2018-04-09 + +* PHP-7.2 compatibility +* Fixed gh-issue #73: build fails with libidn and libidn2 ++ Added brotli compression support ++ Implemented gh-issue #58: Notify observers before any request is built + ## 3.1.0, 2016-12-12 + Added http\Client\Curl\User interface for userland event loops @@ -143,4 +201,3 @@ PHP7 compatible release based on the 2.5.x series with the following backwards i PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes: - removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead -