Releases: php-http/cache-plugin
Releases · php-http/cache-plugin
Release 1.7.0
Added
- Support for Symfony 5.
- Support for PSR-17
StreamFactoryInterface. - Added
blacklisted_pathsoption, which takes an array ofstrings(regular expressions) and allows to define paths, that shall not be cached in any case.
1.6.0
- Support for HTTPlug 2 / PSR-18
- Added
cache_listenersoption, which takes an array ofCacheListeners, who get notified and can optionally act on a Response based on a cache hit or miss event. An implementation,AddHeaderCacheListener, is provided which will add anX-Cacheheader to the response with this information.
Release 1.5.0
See Change log for changes.
Release 1.4.0
See Change log for changes.
Release 1.3.0
See Change log for changes.
v1.2.0
Prepare release
Initial release
Plugin separated from the main plugins repo