Skip to content

Releases: php-http/cache-plugin

Release 1.7.0

26 Dec 16:18
d137d46
Compare
Choose a tag to compare

Added

  • Support for Symfony 5.
  • Support for PSR-17 StreamFactoryInterface.
  • Added blacklisted_paths option, which takes an array of strings (regular expressions) and allows to define paths, that shall not be cached in any case.

1.6.0

23 Jan 16:53
@dbu dbu
1.6.0
Compare
Choose a tag to compare
  • Support for HTTPlug 2 / PSR-18
  • Added cache_listeners option, which takes an array of CacheListeners, who get notified and can optionally act on a Response based on a cache hit or miss event. An implementation, AddHeaderCacheListener, is provided which will add an X-Cache header to the response with this information.

Release 1.5.0

29 Nov 20:46
c573ac6
Compare
Choose a tag to compare

See Change log for changes.

Release 1.4.0

05 Apr 20:10
Compare
Choose a tag to compare

See Change log for changes.

Release 1.3.0

28 Mar 07:15
Compare
Choose a tag to compare

See Change log for changes.

v1.2.0

16 Aug 12:13
b4e421c
Compare
Choose a tag to compare
Prepare release

Initial release

04 May 22:42
v1.0.0
a9d59c1
Compare
Choose a tag to compare

Plugin separated from the main plugins repo