Skip to content

Releases: Toflar/psr6-symfony-http-cache-store

4.2.0

18 Sep 14:46
9b3eb5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.1

06 Feb 10:45
25623d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.1.1

4.1.0

20 Dec 08:32
c811206
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

21 Dec 12:54
76f1e56
Compare
Choose a tag to compare

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: 3.0.1...4.0.0

3.0.1

23 Nov 21:40
0a6dd0d
Compare
Choose a tag to compare

Cleanup

3.0.0

20 Nov 14:45
fe22805
Compare
Choose a tag to compare
  • 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.3.0

14 Apr 17:59
Compare
Choose a tag to compare
  • Optimized pruning of content digests cache items (did not expire until now)
  • Allow to disable generating content digests altogether
  • Improved docs

2.2.0

14 Apr 18:00
Compare
Choose a tag to compare
  • Added support for clearing the whole cache

2.1.0

04 Sep 14:56
Compare
Choose a tag to compare
  • Added support for BinaryFileResponse instances.