We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd1d92 commit f536f3cCopy full SHA for f536f3c
UPGRADE-7.1.md
@@ -45,6 +45,7 @@ Cache
45
-----
46
47
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter` with Couchbase 3 instead
48
+ * The algorithm for the default cache namespace changed from SHA256 to XXH128
49
50
DependencyInjection
51
-------------------
src/Symfony/Component/Cache/CHANGELOG.md
@@ -8,6 +8,7 @@ CHANGELOG
8
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter`
9
* Add support for URL encoded characters in Couchbase DSN
10
* Add support for using DSN with PDOAdapter
11
12
13
7.0
14
---
0 commit comments