6.0.0
Release Notes for 6.0.0
Backwards incompatible release (major)
Breaking Changes
This release removes the default out-of-the-box cache implementation:
OcraCachedViewResolver\Module::CONFIG_CACHE_DEFINITION
was removed- you are now responsible for declaring your own
OcraCachedViewResolver\Module::CONFIG_CACHE_SERVICE
, which must be the name of a service implementingLaminas\Cache\Storage\StorageInterface
6.0.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
enhancement
- 161: Configured mutation testing setup, adjusted mutation score badge and
README.md
accordingly thanks to @Ocramius
dependencies,enhancement,php
- 160: PHP 8.1 support thanks to @Ocramius
bc break,dependencies,php
- 97: Bump laminas/laminas-cache from 2.13.2 to 3.1.2 thanks to @dependabot[bot]