Releases: reactphp/http-client
Releases · reactphp/http-client
v0.4.10
21 Mar 14:03
Compare
Sorry, something went wrong.
No results found
Improvement: Update react/socket-client dependency to all supported versions @clue
v0.4.9
08 Mar 12:16
Compare
Sorry, something went wrong.
No results found
Improvement: PHP 7 memory leak, related to PHP bug 71737 @jmalloc
Improvement: Clean up all listeners when closing request @weichenlin
v0.4.8
05 Oct 19:14
Compare
Sorry, something went wrong.
No results found
Improvement: Avoid hiding exceptions thrown in HttpClient\Request error handlers @arnaud-lb
v0.4.7
24 Sep 19:36
Compare
Sorry, something went wrong.
No results found
Improvement: Set protocol version on request creation @WyriHaximus
v0.4.6
20 Sep 20:24
Compare
Sorry, something went wrong.
No results found
Improvement: Support explicitly using HTTP/1.1 protocol version @clue
v0.4.5
31 Aug 10:26
Compare
Sorry, something went wrong.
No results found
Improvement: Replaced the abandoned guzzle/parser with guzzlehttp/psr7 @WyriHaximus
v0.4.4
16 Jun 21:22
Compare
Sorry, something went wrong.
No results found
Improvement: Emit drain event when the request is ready to receive more data by @arnaud-lb
v0.4.3
15 Jun 19:31
Compare
Sorry, something went wrong.
No results found
Improvement: Added support for using auth informations from URL by @arnaud-lb
v0.4.2
14 May 21:47
Compare
Sorry, something went wrong.
No results found
Improvement: Pass Response object on with data emit by @dpovshed
v0.4.1
05 Jun 11:15
Compare
Sorry, something went wrong.
No results found
Improvement: Use EventEmitterTrait instead of base class by @cursedcoder
Improvement: Changed Stream to DuplexStreamInterface in Response::__construct by @mbonneau