|
| 1 | +Because the V9.2 is **completely** backward compatible with the V9.1, there's a small guide to help you to migrate your code: |
| 2 | + |
| 3 | +### :warning: Phpfastcache core drivers has been moved to their own extensions |
| 4 | +If you were using one of those drivers: |
| 5 | + |
| 6 | +`Arangodb` |
| 7 | +`Couchdb` |
| 8 | +`Dynamodb` |
| 9 | +`Firestore` |
| 10 | +`Mongodb` |
| 11 | +`Solr` |
| 12 | + |
| 13 | +Your **CODE IS SAFE AND FINE**, you just need to add a new composer dependency, ex: |
| 14 | +```bash |
| 15 | +composer install phpfastcache/arangodb-extension |
| 16 | +``` |
| 17 | + |
| 18 | +### :new: Couchbasev4 has been as an extension: |
| 19 | +```bash |
| 20 | +composer install phpfastcache/couchbasev4-extension |
| 21 | +``` |
| 22 | +However `Couchbasev3` **will stay in the core** for compatibility reasons but will be deprecated. |
| 23 | + |
| 24 | + |
| 25 | +That's it :) |
| 26 | +------ |
| 27 | +More information in our comprehensive [changelog](./../../CHANGELOG.md). |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
0 commit comments