Releases: php-http/cache-plugin
Releases · php-http/cache-plugin
2.1.0
Compare
Sorry, something went wrong.
No results found
dbu
released this
12 May 09:45
Added EtagCachePlugin to cache only ETag-backed responses and always revalidate them before serving cached bodies.
2.0.2
Compare
Sorry, something went wrong.
No results found
dbu
released this
01 Dec 08:39
Support Symfony 8.
Test with PHP 8.5.
2.0.1
Compare
Sorry, something went wrong.
No results found
dbu
released this
02 Oct 11:26
Test with PHP 8.3 and 8.4.
2.0.0
Compare
Sorry, something went wrong.
No results found
dbu
released this
19 Feb 17:03
Changed
Drop support of deprecated PHP-HTTP StreamFactory, only PSR-17 StreamFactoryInterface is now supported.
1.8.1
Compare
Sorry, something went wrong.
No results found
dbu
released this
21 Nov 08:53
Allow installation with Symfony 7.
1.8.0
Compare
Sorry, something went wrong.
No results found
dbu
released this
28 Apr 10:58
Avoid PHP warning about serializing resources when serializing the response by detaching the stream.
1.7.6
Compare
Sorry, something went wrong.
No results found
dbu
released this
28 Apr 10:45
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
Compare
Sorry, something went wrong.
No results found
dbu
released this
18 Jan 12:25
Allow installation with psr/cache 3.0 (1.0 and 2.0 are still allowed too)
1.7.4
Compare
Sorry, something went wrong.
No results found
dbu
released this
30 Nov 07:07
Added
Allow installation with Symfony 6
1.7.3
Compare
Sorry, something went wrong.
No results found
dbu
released this
03 Nov 07:27
Changed
Be more defensive about cache hits. A cache entry can technically contain null.