Skip to content

Releases: php-http/cache-plugin

2.0.0

19 Feb 17:03
@dbu dbu
2.0.0
Compare
Choose a tag to compare

Changed

  • Drop support of deprecated PHP-HTTP StreamFactory, only PSR-17 StreamFactoryInterface is now supported.

1.8.1

21 Nov 08:53
@dbu dbu
1.8.1
Compare
Choose a tag to compare
  • Allow installation with Symfony 7.

1.8.0

28 Apr 10:58
@dbu dbu
1.8.0
Compare
Choose a tag to compare
  • Avoid PHP warning about serializing resources when serializing the response by detaching the stream.

1.7.6

28 Apr 10:45
@dbu dbu
1.7.6
Compare
Choose a tag to compare
  • Test with PHP 8.1 and 8.2
  • Made phpspec tests compatible with PSR-7 2.0 strict typing
  • Detect null and use 0 explicitly to calculate expiration

1.7.5

18 Jan 12:25
@dbu dbu
1.7.5
Compare
Choose a tag to compare
  • Allow installation with psr/cache 3.0 (1.0 and 2.0 are still allowed too)

1.7.4

30 Nov 07:07
@dbu dbu
1.7.4
Compare
Choose a tag to compare

Added

  • Allow installation with Symfony 6

1.7.3

03 Nov 07:27
@dbu dbu
1.7.3
Compare
Choose a tag to compare

Changed

  • Be more defensive about cache hits. A cache entry can technically contain null.

1.7.2

14 Apr 06:06
@dbu dbu
1.7.2
Compare
Choose a tag to compare

Added

  • Allow installation with psr/cache 2.0 (1.0 still allowed too)

1.7.1

13 Jul 15:42
@dbu dbu
1.7.1
a1cb3e2
Compare
Choose a tag to compare

Added

  • Support for PHP 8

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.