Skip to content

Releases: Kevinrob/guzzle-cache-middleware

v1.3

03 May 14:52
Compare
Choose a tag to compare
  • #51 Add update method for make it easy to change the behavior (PR #52)

v1.2.2

07 Apr 06:48
Compare
Choose a tag to compare
  • #50 Better usage of hash for the cache key and check if the CacheEntry is correct

v1.2.1

23 Mar 20:09
Compare
Choose a tag to compare

v1.2

12 Mar 16:16
Compare
Choose a tag to compare

Add storage for PSR6 Cache php-fig/cache (#46 @webda2l)

v1.1.2

27 Feb 17:36
Compare
Choose a tag to compare
  • Fix issue with headers and re-validate reponses (#45 @ppaulis)

v1.1.1

14 Feb 09:37
Compare
Choose a tag to compare

v1.1

22 Jan 21:38
Compare
Choose a tag to compare

v1.0.1

23 Nov 16:44
Compare
Choose a tag to compare
  • Little fix for not breaking cache when upgrading from <1.0

v1.0

13 Nov 15:10
Compare
Choose a tag to compare

First released version of the library with support of:

  • Cache-Control in Request and Response
  • Expires
  • Pragma: no-cache
  • Age in cached Response
  • Adapter for doctrine/cache => Kevinrob\GuzzleCache\Storage\DoctrineCacheStorage
  • Adapter for thephpleague/flysystem => Kevinrob\GuzzleCache\Storage\FlysystemStorage

v0.8.1

13 Nov 12:34
Compare
Choose a tag to compare
  • #23 Implement header Age
  • #25 Implement "Request Cache-Control Directives"