Releases: Kevinrob/guzzle-cache-middleware
Releases · Kevinrob/guzzle-cache-middleware
v0.8
Add some basic support of Cache-Control
in the Request
: (#25)
Cache-Control: no-store
Cache-Control: no-cache
Pragma: no-cache
v0.7
- Rename
DoctrineCacheWrapper
to DoctrineCacheStorage
- Add storage
FlysystemStorage
for Flysystem (league/flysystem
)
v0.6.2
- Some bugs/logic fixed (#11, #32)
- Refactoring
v0.6.1
Expires
with Cache-Control
#31
v0.5.3
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
Merge pull request #18 from Kevinrob/scrutinizer-patch-1
Scrutinizer Auto-Fixes
v0.5.1
- Fix a possible bug with some streams
- Add a TTL for the cache storage
v0.5
Refactoring the code and clean up a little bit.