Guzzle Cache Middleware Versions Save

A HTTP Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack.

v5.1.0

6 months ago
  • always return stale on rejection (#169)

v5.0.0

6 months ago
  • (feat): Upgrade to Flysystem v2 (#183)

v4.1.2

11 months ago
  • fix: restore cache entry unserialization compatibility #181

v4.1.1

11 months ago
  • use __serialize instead of __sleep on CacheEntry #163

v4.1.0

11 months ago

The inspect_all function has been changed to Utils::inspectAll #178

v4.0.2

1 year ago
  • Update composer allow-plugins directive #168
  • Set empty string as default value #161

v4.0.1

2 years ago
  • #159 Rewind body stream

v4.0.0

2 years ago
  • Drop support of PHP <7.2.0 #154
  • Fix igbinar_serialize error #156
  • Invalide cache when HTTP unsafe methods are used #157

v3.5.0

2 years ago
  • Allow guzzlehttp/psr7 to use version ^2.0.0 #151