Skip to content

Releases: lukewaite/ringphp-guzzle-handler

v2.2.0

23 Apr 17:02
057c1a4
Compare
Choose a tag to compare

[v2.2.0] - 2021-04-23

  • Add PHP 8 support (#8)

v2.1.0

21 Jan 22:01
767d6d1
Compare
Choose a tag to compare

[v2.1.0] - 2019-01-21

  • Add support for Async calls (#2)
  • Provide a default client (#3)
  • Use Guzzle to convert stream into stream (#4)

Thanks to @jderusse for the contributions!

v2.0.0 - add support for handling authentication / credentials

23 Aug 14:19
560853a
Compare
Choose a tag to compare

[v2.0.0] - 2018-08-23

  • Breaking change: minimum PHP version now 7.0
  • add support for handling authentication / credentials (#1)

v1.0.1 - Initial Release

08 Jul 15:09
95f2bcd
Compare
Choose a tag to compare

v1.0.1 - 2017-07-08

  • Breaking change: must now pass in a GuzzleHttp Client, not just config for one
  • Test cases added with travis