Skip to content

Releases: spatie/laravel-responsecache

6.0.2

31 Jul 07:06
Compare
Choose a tag to compare
wip

6.0.1

09 Jul 16:35
cbd5e60
Compare
Choose a tag to compare
  • use Rfc2822S formatted date in cache time header

6.0.0

20 May 08:20
Compare
Choose a tag to compare
  • 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 with text
  • removed deprecated Flush command
  • \Spatie\ResponseCache\ResponseCacheFacade has been removed
  • dropped support for carbon v1
  • dropped support for PHP 7.2

5.0.3

10 May 14:35
02f07d4
Compare
Choose a tag to compare
  • make sure the request starts with the app url - fixes #177

5.0.2

05 Apr 18:27
273ad2f
Compare
Choose a tag to compare
  • make host specific caches

5.0.1

15 Mar 18:31
b89b976
Compare
Choose a tag to compare
  • fix cache lifetime in config file

5.0.0

27 Feb 11:40
141b67b
Compare
Choose a tag to compare
  • 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

27 Feb 10:58
10044a6
Compare
Choose a tag to compare
  • add support for Laravel 5.8 and PHPUnit 8.0
  • you can no longer add multiple CacheResponse middlewares to one route

4.4.4

27 Sep 06:47
Compare
Choose a tag to compare
  • fix for caching urls with query parameters

4.4.3

23 Sep 12:16
61ba330
Compare
Choose a tag to compare
  • fix for forgetting a specific url