Skip to content

Version 1.5.1

Choose a tag to compare

@Radiergummi Radiergummi released this 17 Feb 07:15
· 3 commits to master since this release
324bd93

Change log

  • Fix: The cache flushing was handled using a PSR CacheInterface method (clear) instead of the Laravel-specific method (flush). Despite this should have had the same effect, calling clear on Laravel caches purges the entire store, even if called on a TaggedStore. This is a bug in Laravel, but they won't fix it.
  • Fix: If the response cache was used with a long-running application server, such as Octane, and the cache would be enabled or disabled at runtime, this change may in some circumstances have not been picked up.