Releases: spatie/laravel-responsecache
Releases · spatie/laravel-responsecache
7.4.2
7.4.1
What's Changed
- Cache bypass header now also prevents an already cached response from being returned by @fgilio in #407
Full Changelog: 7.4.0...7.4.1
7.4.0
7.3.1
What's Changed
- Handle missed cache gracefully by @antennaio in #383
New Contributors
- @antennaio made their first contribution in #383
Full Changelog: 7.3.0...7.3.1
7.3.0
7.2.0
- support Laravel 9
7.1.0
- add
CacheItemSelector
7.0.1
7.0.0
- require PHP 8+
- drop support for PHP 7.x
- use PHP 8 syntax where possible