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 5f5c284 commit b8cd2aeCopy full SHA for b8cd2ae
en/appendices/5-1-migration-guide.rst
@@ -26,6 +26,10 @@ Behavior Changes
26
name is already added.
27
- ``TestCase::loadPlugins()`` will now clear out any previously loaded plugins. So
28
you must specify all plugins required for any subsequent tests.
29
+- The hashing algorithm for ``Cache`` configurations that use ``groups``. Any
30
+ keys will have new group prefix hashes generated which will cause cache
31
+ misses. Consider an incremental deploy to avoid operating on an entirely cold
32
+ cache.
33
34
Deprecations
35
============
0 commit comments