Psr6 Symfony Http Cache Store Versions Save

An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.

4.2.0

8 months ago

4.1.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Toflar/psr6-symfony-http-cache-store/compare/4.1.0...4.1.1

4.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Toflar/psr6-symfony-http-cache-store/compare/4.0.0...4.1.0

4.0.0

2 years ago

What's Changed

  • Symfony 6 support
  • PHP 8 support

Important note: If you still need Symfony <6 or PHP <8 support, stick with 3.x, both branches are supported.

Full Changelog: https://github.com/Toflar/psr6-symfony-http-cache-store/compare/3.0.1...4.0.0

3.0.1

3 years ago

Cleanup

3.0.0

3 years ago
  • Dropped support for Symfony < 4.4
  • Dropped support for PHP < 7.2
  • Added type hints wherever possible (hence a new major version)
  • Added support for PHP 8
  • Renamed master branch to main
  • Migrated from travis to GitHub Actions

2.2.0

4 years ago
  • Added support for clearing the whole cache

2.3.0

4 years ago
  • Optimized pruning of content digests cache items (did not expire until now)
  • Allow to disable generating content digests altogether
  • Improved docs

2.1.0

4 years ago
  • Added support for BinaryFileResponse instances.