1.2.0
Release Notes for 1.2.0
Feature release (minor)
Added
- Added support for PHP 8.0
Changed
- The maximum key length of memcached is
250. The storage capabilities provided255which will lead to errors when keys up to this length would've been used. - The capabilities of this storage now contain dynamic key lengths as whenever the
namespaceornamespaceSeparatoris changed, the maximum key length will change as well as the namespace prefix will reserve some space in the cache key.
1.2.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 2
Bug
Enhancement
- 14: Bump coding standard to v2.2.0 thanks to @boesing
- 13: Support for PHP 8.0 thanks to @boesing
- 10: Remove file headers thanks to @ghostwriter