2.0.0
Release Notes for 2.0.0
Backwards incompatible release (major)
Added
- Adds support for PHP 8.1
- Adds support for
laminas-cachev3.0.0
Breaking Changes
- Adapter was marked as
final
Changed
- TTL precision have been raised from
50milliseconds to1second
2.0.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 1
BC Break,Enhancement
- 23: PHP 8.1 support thanks to @boesing
- 15: Change TTL precision to 1 second thanks to @boesing
Enhancement
- 19: Introduce benchmarks thanks to @boesing
- 16: Provide compatibility for
laminas-cachev3.0 thanks to @boesing - 14: Migrate benchmark from
laminas-cachethanks to @boesing