Can I (or Alexey) do a release of HTTP_Request2?
[email protected] (Michael Gauthier) Sun, 7 Feb 2016 16:49:14 -0400
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <[email protected]> |
HTTP_Request2 has not seen a release in 2 years. The proposed changelog for 2.3.0 would be: New Features: - Observer object which can do on-the-fly decoding to a stream. - Improved unit tests and added network tests, Travis CI integration. - Better event dispatching for cURL adapter. Fixed bugs: - False value returned from mime-type detection. - Double decoding of body if using cURL. - #20228 Dispatch warning event if incomplete body is received for chunked request. - #19937, #20401 Add option to ignore invalid cookies. - #20561 Ure correct URL when storing cookies after redirect. - #20440 cURL adapter with PUT request does not send request body. HTTP_Request2 has an up-to-date README, good CI tests (which look like they are failing due to an error on Travis-CI's side) and an up-to-date composer.json. Cheers, Mike