Skip to content

Commit f536f3c

Browse files
committed
Add a note about the change in the default cache namespace generation to the upgrade guide
1 parent ecd1d92 commit f536f3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UPGRADE-7.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Cache
4545
-----
4646

4747
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter` with Couchbase 3 instead
48+
* The algorithm for the default cache namespace changed from SHA256 to XXH128
4849

4950
DependencyInjection
5051
-------------------

src/Symfony/Component/Cache/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CHANGELOG
88
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter`
99
* Add support for URL encoded characters in Couchbase DSN
1010
* Add support for using DSN with PDOAdapter
11+
* The algorithm for the default cache namespace changed from SHA256 to XXH128
1112

1213
7.0
1314
---

0 commit comments

Comments
 (0)