Skip to content

Releases: spatie/laravel-responsecache

3.2.0

19 Jun 06:24
Compare
Choose a tag to compare
  • add support for BinaryFileResponse

3.1.0

27 Apr 20:36
Compare
Choose a tag to compare
  • add support for taggable cache

3.0.1

17 Mar 00:00
Compare
Choose a tag to compare
  • fixed php version dependency in composer.json

3.0.0

16 Mar 22:40
Compare
Choose a tag to compare
  • added enabled method on cache profiles
  • added events
  • middleware won't automatically be registered anymore
  • renamed config file
  • renamed various methods for readability
  • dropped PHP 5.6 support

2.0.0

24 Jan 16:54
Compare
Choose a tag to compare
  • added support for Laravel 5.4
  • dropped support for all older Laravel versions

1.1.7

10 Oct 08:00
Compare
Choose a tag to compare
  • added usage of RESPONSE_CACHE_LIFETIME env var to config file

1.1.6

06 Aug 22:32
Compare
Choose a tag to compare
  • debug headers will not be sent when APP_DEBUG is set to false.

1.1.5

28 Aug 12:31
Compare
Choose a tag to compare

Fixed an issue where the cache middleware couldn't correctly determine the currently authenticated user

1.1.4

12 Aug 09:36
Compare
Choose a tag to compare
  • Fixed an issue where cached request were still served even if the package was disabled via the config file

1.1.3

11 Aug 15:13
Compare
Choose a tag to compare
  • Fixed an issue where the cache header could not be set