Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Releases: gokure/hyperf-http-client

v1.1.1

11 Nov 11:40
Compare
Choose a tag to compare

Fix Http facades.

v1.1.0

27 Sep 05:03
1989372
Compare
Choose a tag to compare

Implementing new features of laravel 8.x

  • Return a new or existing guzzle client based on context
  • Allow passing when callback to Http client retry method
  • Call on_stats handler in Http stub callbacks
  • Make Request macroable
  • Makes the retrieval of Http client transferStats safe
  • Adds new ConnectionFailed, RequestSending and ResponseReceived events
  • Adds tests.

v1.0.2

24 Jun 08:12
Compare
Choose a tag to compare

Fix Facades calls.

v1.0.1

02 Jun 03:46
Compare
Choose a tag to compare
  • Compatible with guzzle/promises 1.3.x and earlier versions.
  • Fix docblocks.