response-cache

A Laravel package that adds a smart cache for full responses

MIT License

Downloads
4.7K
Stars
2

Bot releases are hidden (Show)

response-cache - Version 1.4.2 Latest Release

Published by Radiergummi 3 months ago

Changelog

  • Fix: If a response could not be resolved from the cache despite being reported as existing, the Response typehint of the middleware handler would cause the request to fail.

Full Changelog: https://github.com/matchory/response-cache/compare/1.4.1...1.4.2

response-cache - Version 1.4.1

Published by Radiergummi 4 months ago

Changelog

  • Fix: The response cache flush command alias would not be recognised properly, leading to an invalid command entry
response-cache - Version 1.4.0

Published by Radiergummi 4 months ago

Changelog

This release adds support for Laravel 11.

response-cache - Version 1.3.2

Published by Radiergummi about 1 year ago

Changelog

  • Fix: The artisan response-cache:flush command has been renamed to artisan response-cache:clear, which keeps it in line with other cache clearing commands in Laravel. An alias has been put into place, so the previous version keeps on working.
    Additionally, a log message akin to the Laravel commands will be printed now, to make it feel more "Laravel-y".
  • Chore: Bumped dependency versions
response-cache - Version 1.3.1

Published by Radiergummi over 1 year ago

Changelog

  • Fix: Removed readonly declaration from base strategy
response-cache - Version 1.3.0

Published by Radiergummi over 1 year ago

Changelog

  • Feature: switched to PHP 8.2
  • Fix: Fixed potential issue where tags would be null
  • Chore: added tests
  • Chore: Widened Laravel support to include 8/9/10
response-cache - Version 1.2.2

Published by Radiergummi over 2 years ago

Change log

  • Fix: Configuration repository would not be injected as a callable
response-cache - Version 1.2.1

Published by Radiergummi over 2 years ago

Change log

  • Fix: The config resolver could not be resolved
response-cache - Version 1.2.0

Published by Radiergummi over 2 years ago

Change log

  • Feature: Compatibility with Laravel Octane: The library will not create memory leaks anymore and reacts to configuration changes at runtime if running in Laravel Octane.
  • Fix: The source code would contain references to reserved copyright, conflicting with the package license (MIT). Those comments have been removed.
response-cache - Version 1.1.2

Published by Radiergummi almost 3 years ago

Change log

  • Fix: Disabling via config flag enabled = false would not work in some scenarios (#4)
  • Chore: Cleaned up
  • Chore: Bumped dependency versions
response-cache - Version 1.1.1

Published by Radiergummi over 3 years ago

Change log

  • Fix: Passing a TTL to the middleware using Laravel's middleware strings would trigger a type error if running in strict mode. (#1)
response-cache - Version 1.1.0

Published by Radiergummi over 3 years ago

Change log

  • Feature: Added possibility to use route bindings in cache tags
  • Fix: Swapped Model for Illuminate\Contracts\Routing\UrlRoutable to enable usage with anything advertising itself as URL routable
response-cache - Version 1.1.0 (Beta 2)

Published by Radiergummi over 3 years ago

Change log

  • Fix: Swapped Model for Illuminate\Contracts\Routing\UrlRoutable to enable usage with anything advertising itself as URL routable
response-cache - Version 1.1.0 (Beta 1)

Published by Radiergummi over 3 years ago

Change log

  • Feature: Added possibility to use route bindings in cache tags
response-cache - Version 1.0.0

Published by Radiergummi over 3 years ago

Change log

  • Fix: The cache flush command would not work without passing tags
  • Fix: The cache repository would not properly detect tag support
response-cache - Version 0.1.0

Published by Radiergummi over 3 years ago

Initial Release

This is the initial, working, but potentially broken release!