1.10.0
版本发布时间: 2019-11-29 23:36:58
doctrine/cache最新发布版本:2.2.0(2022-05-21 04:14:45)
Release 1.10.0
This release drops support for the Riak driver, as it was never supported on PHP 7 and caused issues due to the reserved object
keyword. This library now officially supports PHP 7.4.
1.10.0
- Total issues resolved: 7
- Total pull requests resolved: 6
- Total contributors: 8
Improvement
- 334: Support php 7.4 thanks to @alcaeus
- 308: Prevent invalid memcached key to be used thanks to @gquemener
Bug
- 331: Merge release 1.9.1 into master thanks to @doctrinebot
- 328: Fix flaky MongoDB test thanks to @alcaeus and @lcobucci
- 324: Drop RiakCache support thanks to @reedy
- 292: PHP 7.2 compatibility thanks to @pavlepredic
Won't Fix
- 291: Cannot use Riak\Object as Object because 'Object' is a special class name thanks to @BenMorel
- 206: RiakCache: rewrite to use native PHP riak client thanks to @robocoder
Enhancement,Won't Fix
- 213: Fixes #206 - BashoRiakCache uses native PHP Riak client; deprecate RiakCache thanks to @robocoder