-
2.1.0
### Release Notes for [2.1.0](https://github.com/doctrine/cache/milestone/31) Feature release (minor) ### 2.1.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [384: Merge release 1.12.0 into 2.1.x](https://github.com/doctrine/cache/pull/384) thanks to @github-actions[bot] #### Documentation - [379: Document deprecation of package and remove obsolete docs](https://github.com/doctrine/cache/pull/379) thanks to @alcaeus
-
1.12.0
### Release Notes for [1.12.0](https://github.com/doctrine/cache/milestone/28) This release adds compatibility with `psr/cache` v3 by adding dedicated `CacheItemInterface` implementations for PHP 8. ### 1.12.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [383: Allow psr/cache v3](https://github.com/doctrine/cache/pull/383) thanks to @derrabus
-
2.0.3
### Release Notes for [2.0.3](https://github.com/doctrine/cache/milestone/36) 2.0.x bugfix release (patch) ### 2.0.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [377: Merge release 1.11.3 into 2.0.x](https://github.com/doctrine/cache/pull/377) thanks to @github-actions[bot]
-
1.11.3
### Release Notes for [1.11.3](https://github.com/doctrine/cache/milestone/35) 1.11.x bugfix release (patch) ### 1.11.3 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [376: Fix wrong return type for DoctrineProvider::wrap](https://github.com/doctrine/cache/pull/376) thanks to @alcaeus
-
2.0.2
### Release Notes for [2.0.2](https://github.com/doctrine/cache/milestone/34) 2.0.x bugfix release (patch) ### 2.0.2 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [374: Merge release 1.11.2 into 2.0.x](https://github.com/doctrine/cache/pull/374) thanks to @github-actions[bot]
-
1.11.2
### Release Notes for [1.11.2](https://github.com/doctrine/cache/milestone/33) 1.11.x bugfix release (patch) ### 1.11.2 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Documentation - [373: Make "@return mixed" explicit on CacheItem::get()](https://github.com/doctrine/cache/pull/373) thanks to @nicolas-grekas
-
2.0.1
### Release Notes for [2.0.1](https://github.com/doctrine/cache/milestone/30) 2.0.x bugfix release (patch) ### 2.0.1 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [372: Merge release 1.11.1 into 2.0.x](https://github.com/doctrine/cache/pull/372) thanks to @github-actions[bot]
-
1.11.1
### Release Notes for [1.11.1](https://github.com/doctrine/cache/milestone/27) 1.11.x bugfix release (patch) ### 1.11.1 - Total issues resolved: **1** - Total pull requests resolved: **2** - Total contributors: **3** #### Bug - [371: CacheAdapter: fix lifetime type](https://github.com/doctrine/cache/pull/371) thanks to @PavelJurasek - [370: Fix wrong assumption about cache in adapter](https://github.com/doctrine/cache/pull/370) thanks to @alcaeus and @stof
-
2.0.0
### Release Notes for [2.0.0](https://github.com/doctrine/cache/milestone/29) Backwards incompatible release (major) ### 2.0.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [368: Fix tests for 2.0 branch](https://github.com/doctrine/cache/pull/368) thanks to @alcaeus
-
1.11.0
### Release Notes for [1.11.0](https://github.com/doctrine/cache/milestone/26) ### 1.11.0 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **6** #### Improvement - [367: Prevent wrapping chains of cache wrappers](https://github.com/doctrine/cache/pull/367) thanks to @alcaeus - [366: Import DoctrineProvider class to remove dependencies on symfony/cache](https://github.com/doctrine/cache/pull/366) thanks to @alcaeus - [360: Add PSR-6 adapter](https://github.com/doctrine/cache/pull/360) thanks to @nicolas-grekas - [355: Deprecate cache implementations](https://github.com/doctrine/cache/pull/355) thanks to @alcaeus #### Bug - [361: Fixed fetchMultiple method for the Predis cache provider.](https://github.com/doctrine/cache/pull/361) thanks to @anyt - [348: Merge release 1.10.2 into master](https://github.com/doctrine/cache/pull/348) thanks to @doctrinebot - [344: Merge release 1.10.1 into master](https://github.com/doctrine/cache/pull/344) thanks to @doctrinebot - [306: Revert deprecation of memcache driver](https://github.com/doctrine/cache/pull/306) thanks to @bobvandevijver #### Enhancement - [335: Allow to indicate default TTL for downstream CacheProviders](https://github.com/doctrine/cache/pull/335) thanks to @holtkamp
-
1.10.1
Release [1.10.1](https://github.com/doctrine/cache/milestone/24) 1.10.1 ====== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** - [343: Allow PHP 8](https://github.com/doctrine/cache/pull/343) thanks to @greg0ire
-
1.10.0
Release [1.10.0](https://github.com/doctrine/cache/milestone/22) 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](https://github.com/doctrine/cache/pull/334) thanks to @alcaeus - [308: Prevent invalid memcached key to be used](https://github.com/doctrine/cache/pull/308) thanks to @gquemener Bug --- - [331: Merge release 1.9.1 into master](https://github.com/doctrine/cache/pull/331) thanks to @doctrinebot - [328: Fix flaky MongoDB test](https://github.com/doctrine/cache/pull/328) thanks to @alcaeus and @lcobucci - [324: Drop RiakCache support](https://github.com/doctrine/cache/pull/324) thanks to @reedy - [292: PHP 7.2 compatibility](https://github.com/doctrine/cache/issues/292) thanks to @pavlepredic Won't Fix --------- - [291: Cannot use Riak\Object as Object because 'Object' is a special class name](https://github.com/doctrine/cache/issues/291) thanks to @BenMorel - [206: RiakCache: rewrite to use native PHP riak client](https://github.com/doctrine/cache/issues/206) thanks to @robocoder Enhancement,Won't Fix --------------------- - [213: Fixes #206 - BashoRiakCache uses native PHP Riak client; deprecate RiakCache](https://github.com/doctrine/cache/pull/213) thanks to @robocoder
-
1.9.1
Release [1.9.1](https://github.com/doctrine/cache/milestone/23) 1.9.1 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Bug --- - [330: Fix typo in `Redis` cache implementation](https://github.com/doctrine/cache/pull/330) thanks to @jandlouhy
-
1.9.0
Release [1.9.0](https://github.com/doctrine/cache/milestone/19) 1.9.0 ===== - Total issues resolved: **0** - Total pull requests resolved: **13** - Total contributors: **9** Enhancement ----------- - [322: Add .doctrine-project.json to .gitattributes](https://github.com/doctrine/cache/pull/322) thanks to @reedy - [318: Add .github folder to .gitattributes](https://github.com/doctrine/cache/pull/318) thanks to @reedy - [307: Changed RedisCache to use pipeline in operations with multiple keys](https://github.com/doctrine/cache/pull/307) thanks to @yura3d - [304: Move to doctrine/coding-standard 6](https://github.com/doctrine/cache/pull/304) thanks to @patrickjahns - [297: Use Ubuntu 16.04 for CI builds](https://github.com/doctrine/cache/pull/297) thanks to @carusogabriel Improvement,Incomplete ---------------------- - [321: Merge release 1.8.2 into master](https://github.com/doctrine/cache/pull/321) thanks to @doctrinebot Bug,Duplicate,Enhancement ------------------------- - [320: Merge release 1.8.1 into master](https://github.com/doctrine/cache/pull/320) thanks to @doctrinebot Improvement ----------- - [302: CI: Test against PHP 7.4snapshot instead of nightly (8.0)](https://github.com/doctrine/cache/pull/302) thanks to @Majkl578 Documentation ------------- - [296: point to the current version of the docs](https://github.com/doctrine/cache/pull/296) thanks to @vladyslavstartsev - [295: Update broken link pointing to moved caching ORM docs](https://github.com/doctrine/cache/pull/295) thanks to @vladyslavstartsev - [279: Update homepage](https://github.com/doctrine/cache/pull/279) thanks to @Majkl578 Bug --- - [293: Alias `Riak\Object as RiakObject` to prevent errors in PHP 7.2](https://github.com/doctrine/cache/pull/293) thanks to @pavlepredic Documentation,Enhancement ------------------------- - [276: Don't ship docs](https://github.com/doctrine/cache/pull/276) thanks to @willemstuursma
-
1.8.2
Release [1.8.2](https://github.com/doctrine/cache/milestone/21) 1.8.2 ===== - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Bug --- - [319: Backport #293 into 1.8.x](https://github.com/doctrine/cache/pull/319) thanks to @reedy
-
1.8.1
Release [1.8.1](https://github.com/doctrine/cache/milestone/20) 1.8.1 ===== - Total issues resolved: **1** - Total pull requests resolved: **1** - Total contributors: **2** Bug,Duplicate ------------- - [313: RedisCache delete is deprecated](https://github.com/doctrine/cache/issues/313) thanks to @flaushi Improvement ----------- - [312: [Redis] Fix deprecation: Use `del` instead of `delete`](https://github.com/doctrine/cache/pull/312) thanks to @ruudk
-
v1.8.1
1.8.1 [](https://travis-ci.org/doctrine/cache) This release fixes deprecation notes introduced by Redis extension v5. - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** Improvement ----------- - [312: [Redis] Fix deprecation: Use `del` instead of `delete`](https://github.com/doctrine/cache/pull/312) thanks to @ruudk