1.11.0
版本发布时间: 2021-04-22 16:33:01
doctrine/cache最新发布版本:2.2.0(2022-05-21 04:14:45)
Release Notes for 1.11.0
1.11.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 6
Improvement
- 367: Prevent wrapping chains of cache wrappers thanks to @alcaeus
- 366: Import DoctrineProvider class to remove dependencies on symfony/cache thanks to @alcaeus
- 360: Add PSR-6 adapter thanks to @nicolas-grekas
- 355: Deprecate cache implementations thanks to @alcaeus
Bug
-
361: Fixed fetchMultiple method for the Predis cache provider. thanks to @anyt
-
348: Merge release 1.10.2 into master thanks to @doctrinebot
-
344: Merge release 1.10.1 into master thanks to @doctrinebot
-
306: Revert deprecation of memcache driver thanks to @bobvandevijver
Enhancement
- 335: Allow to indicate default TTL for downstream CacheProviders thanks to @holtkamp