Releases: spatie/laravel-responsecache
Releases · spatie/laravel-responsecache
6.0.2
wip
6.0.1
- use Rfc2822S formatted date in cache time header
6.0.0
- added support for replacers
- you can now swap out
RequestHasher
in favour of a custom one CacheAllSuccessfulGetRequests
will only cache responses of which the content type starts withtext
- removed deprecated
Flush
command \Spatie\ResponseCache\ResponseCacheFacade
has been removed- dropped support for carbon v1
- dropped support for PHP 7.2
5.0.3
- make sure the request starts with the app url - fixes #177
5.0.2
- make host specific caches
5.0.1
- fix cache lifetime in config file
5.0.0
- drop support for Laravel 5.7 and lower
- drop support for PHP 7.0 and lower
- change all cache time parameters to seconds (see UPGRADING.md)
4.4.5
- add support for Laravel 5.8 and PHPUnit 8.0
- you can no longer add multiple
CacheResponse
middlewares to one route
4.4.4
- fix for caching urls with query parameters
4.4.3
- fix for forgetting a specific url