Skip to content

Releases: php-http/cache-plugin

2.1.0

Choose a tag to compare

@dbu dbu released this 12 May 09:45
2.1.0
  • Added EtagCachePlugin to cache only ETag-backed responses and always revalidate them before serving cached bodies.

2.0.2

Choose a tag to compare

@dbu dbu released this 01 Dec 08:39
2.0.2
  • Support Symfony 8.
  • Test with PHP 8.5.

2.0.1

Choose a tag to compare

@dbu dbu released this 02 Oct 11:26
2.0.1
  • Test with PHP 8.3 and 8.4.

2.0.0

Choose a tag to compare

@dbu dbu released this 19 Feb 17:03
2.0.0

Changed

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

1.8.1

Choose a tag to compare

@dbu dbu released this 21 Nov 08:53
1.8.1
  • Allow installation with Symfony 7.

1.8.0

Choose a tag to compare

@dbu dbu released this 28 Apr 10:58
1.8.0
  • Avoid PHP warning about serializing resources when serializing the response by detaching the stream.

1.7.6

Choose a tag to compare

@dbu dbu released this 28 Apr 10:45
1.7.6
  • 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

Choose a tag to compare

@dbu dbu released this 18 Jan 12:25
1.7.5
  • Allow installation with psr/cache 3.0 (1.0 and 2.0 are still allowed too)

1.7.4

Choose a tag to compare

@dbu dbu released this 30 Nov 07:07
1.7.4

Added

  • Allow installation with Symfony 6

1.7.3

Choose a tag to compare

@dbu dbu released this 03 Nov 07:27
1.7.3

Changed

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