Skip to content

Releases: reactphp/http-client

v0.4.10

21 Mar 14:03
Compare
Choose a tag to compare
  • Improvement: Update react/socket-client dependency to all supported versions @clue

v0.4.9

08 Mar 12:16
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Improvement: Avoid hiding exceptions thrown in HttpClient\Request error handlers @arnaud-lb

v0.4.7

24 Sep 19:36
Compare
Choose a tag to compare
  • Improvement: Set protocol version on request creation @WyriHaximus

v0.4.6

20 Sep 20:24
Compare
Choose a tag to compare
  • Improvement: Support explicitly using HTTP/1.1 protocol version @clue

v0.4.5

31 Aug 10:26
Compare
Choose a tag to compare
  • Improvement: Replaced the abandoned guzzle/parser with guzzlehttp/psr7 @WyriHaximus

v0.4.4

16 Jun 21:22
Compare
Choose a tag to compare
  • Improvement: Emit drain event when the request is ready to receive more data by @arnaud-lb

v0.4.3

15 Jun 19:31
Compare
Choose a tag to compare
  • Improvement: Added support for using auth informations from URL by @arnaud-lb

v0.4.2

14 May 21:47
Compare
Choose a tag to compare
  • Improvement: Pass Response object on with data emit by @dpovshed

v0.4.1

05 Jun 11:15
Compare
Choose a tag to compare
  • Improvement: Use EventEmitterTrait instead of base class by @cursedcoder
  • Improvement: Changed Stream to DuplexStreamInterface in Response::__construct by @mbonneau