Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit ba128f4

Browse files
committed
Prepared changelog for the approaching V3
1 parent df1611a commit ba128f4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
## 3.0.0
2-
##### xx xxxx 2018
2+
##### 1 june 2018
3+
4+
- Added Symfony 4 (Flex) compatibility (thanks to @Pastisd)
5+
- Updated Phpfastcache service which is now private, use Symfony [D.I](https://symfony.com/doc/current/components/dependency_injection.html) instead.
6+
- Updated Phpfastcache dependency to the v7
7+
- Updated namespace for more consistency and to comply with moderns standards
8+
- Improved DataCollector interface by retrieving more information about cache
9+
- Improved Opcache efficiency, thanks to PHP7
10+
- Added deep tests (unit. + func.) to ensure you that the bundle is well-tested
11+
- Added CRUD-like commands, check out [README.md](./README.md#computer-cli-command-interactions)
12+
- Added "Cacheable Response" feature, check out [README.md](./README.md#bulb-introducing-cacheable-responses-v3-only)
13+
- Performed global code review to remove code aberrations and simplify portions of code.
14+
- Migration guide available [here](./src/Resources/Docs/migration/MigratingFromV2ToV3.md) to migrate from the Phpfastcache Bundle v2.
15+

0 commit comments

Comments
 (0)