Releases: php-http/cache-plugin
Releases · php-http/cache-plugin
2.0.1
- Test with PHP 8.3 and 8.4.
2.0.0
Changed
- Drop support of deprecated PHP-HTTP
StreamFactory
, only PSR-17 StreamFactoryInterface
is now supported.
1.8.1
- Allow installation with Symfony 7.
1.8.0
- Avoid PHP warning about serializing resources when serializing the response by detaching the stream.
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
- Allow installation with psr/cache 3.0 (1.0 and 2.0 are still allowed too)
1.7.4
Added
- Allow installation with Symfony 6
1.7.3
Changed
- Be more defensive about cache hits. A cache entry can technically contain
null
.
1.7.2
Added
- Allow installation with psr/cache 2.0 (1.0 still allowed too)