Skip to content

Releases: Kevinrob/guzzle-cache-middleware

v0.7.1

26 Sep 17:04
Compare
Choose a tag to compare

v0.7

19 Sep 18:38
Compare
Choose a tag to compare
  • Rename DoctrineCacheWrapper to DoctrineCacheStorage
  • Add storage FlysystemStorage for Flysystem (league/flysystem)

v0.6.2

17 Sep 09:30
Compare
Choose a tag to compare
  • Some bugs/logic fixed (#11, #32)
  • Refactoring

v0.6.1

06 Sep 12:24
Compare
Choose a tag to compare
  • Expires with Cache-Control #31

v0.6

16 Aug 10:15
Compare
Choose a tag to compare
Code style

v0.5.3

30 Jul 17:57
Compare
Choose a tag to compare

Use a better way to parse Cache-Control header with a beautiful and RFC compliant regex.
Before this, many responses was "MISS".

v0.5.2

25 Jul 22:12
Compare
Choose a tag to compare
Merge pull request #18 from Kevinrob/scrutinizer-patch-1

Scrutinizer Auto-Fixes

v0.5.1

21 Jul 08:18
Compare
Choose a tag to compare
  • Fix a possible bug with some streams
  • Add a TTL for the cache storage

v0.5

19 Jul 14:45
Compare
Choose a tag to compare

Refactoring the code and clean up a little bit.

v0.4.2

17 Jul 14:43
Compare
Choose a tag to compare
  • Fix a bug if max-age is not the first in Cache-Control
  • Fix a bug with custom cache provider (serialize the CacheEntry)