You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/product-overview/deprecated-features.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ Mattermost Server v11.0.0 (October 2025)
11
11
12
12
- The ``TeamSettings.ExperimentalViewArchivedChannels`` setting will be deprecated in favor of a new setting, ``TeamSettings.BrowseArchivedPublicChannels``. See more details in `this forum post <https://forum.mattermost.com/t/viewing-accessing-archived-channels-v11/22626>`__.
13
13
- Playbooks will be unsupported for Free Edition and Professional customers. Professional customers using Playbooks can contact their Customer Success Manager to discuss potential upgrade options with discounting applied as appropriate. Additional details can be found in the `Clarification on Playbooks in Mattermost v10 <https://forum.mattermost.com/t/clarification-on-playbooks-in-mattermost-v10/20563>`__ article on the Mattermost Discussion Forums.
14
-
- Experimental Bleve Search functionality will be retired. Admins can transition to database-only search by ensuring the configuration setting `Disable database search <https://docs.mattermost.com/configure/environment-configuration-settings.html#disable-database-search>`__ is disabled. For teams with advanced search requirements, our Enterprise plan includes Elasticsearch and OpenSearch for robust performance and scalability. See more details in `this forum post <https://forum.mattermost.com/t/transitioning-from-bleve-search-in-mattermost-v11/22982>`__.
15
-
- Support for MySQL will be ended. Admins must migrate to PostgreSQL before upgrading to v11. Our `migration guide <https://docs.mattermost.com/deploy/manual-postgres-migration.html>`__ outlines the steps, tools and support available. See more details in `this forum post <https://forum.mattermost.com/t/transition-to-postgresql/19551>`__.
16
-
- The default value of the ``ExperimentalStrictCSRFEnforcement`` setting will be changed to ``true`` for new installations. The legacy ``X-Requested-With`` header fallback will still be supported but only when explicitly disabled by setting ``ExperimentalStrictCSRFEnforcement`` to ``false``. See more details in `this forum post <https://forum.mattermost.com/t/default-value-of-the-experimental-strict-csrf-enforcement-setting-to-be-changed-to-true-v11/23139>`__.
14
+
- Experimental Bleve Search functionality will be retired. See more details in `this forum post <https://forum.mattermost.com/t/transitioning-from-bleve-search-in-mattermost-v11/22982>`__.
15
+
- Support for MySQL will be ended. See more details in `this forum post <https://forum.mattermost.com/t/transition-to-postgresql/19551>`__.
16
+
- The default value of the ``ExperimentalStrictCSRFEnforcement`` setting will be changed to ``true`` for new installations. See more details in `this forum post <https://forum.mattermost.com/t/default-value-of-the-experimental-strict-csrf-enforcement-setting-to-be-changed-to-true-v11/23139>`__.
17
17
- The ``registerPostDropdownMenuComponent`` hook in the web app’s plugin API will be removed in favour of ``registerPostDropdownMenuAction``. See more details in `this forum post <https://forum.mattermost.com/t/deprecating-a-post-dropdown-menu-component-plugin-api-v11/25001>`__.
18
-
- The web app will no longer expose the `Styled Components <https://styled-components.com/>`__ dependency for use by web app plugins. If you maintain a plugin which relies on the web app to provide the Styled Components library, update your plugin to include that in the bundle. If you use `Playbooks <https://github.com/mattermost/mattermost-plugin-playbooks>`__, upgrade to v2.3.0 or newer. See more details in `this forum post <https://forum.mattermost.com/t/removing-styled-components-export-for-web-app-plugins-v11/25002>`__.
19
-
- The version of React used by the Mattermost web app will be updated from React 17 to React 18. While we expect this to cause little to no disruption, React is a core dependency of the web app and its plugins, so we want to give ample warning in case any plugins are affected by the upgrade. See more details in `this forum post <https://forum.mattermost.com/t/upgrading-the-mattermost-web-app-to-react-18-v11/25000>`__.
20
-
- Omnibus support will be deprecated. Admins can use the standard Ubuntu deployment or RHEL/CentOS deployment instead. See deployment options at https://docs.mattermost.com/deployment-guide/server/server-deployment-planning.html.
18
+
- The web app will no longer expose the `Styled Components <https://styled-components.com/>`__ dependency for use by web app plugins. See more details in `this forum post <https://forum.mattermost.com/t/removing-styled-components-export-for-web-app-plugins-v11/25002>`__.
19
+
- The version of React used by the Mattermost web app will be updated from React 17 to React 18. See more details in `this forum post <https://forum.mattermost.com/t/upgrading-the-mattermost-web-app-to-react-18-v11/25000>`__.
20
+
- Omnibus support will be deprecated.
21
21
- The default ``maxOpenConns/maxIdleConns`` settings in ``model.Config`` will be adjusted. Admins can choose to update their own settings to match the recommended defaults.
22
22
- Deprecated ``include_removed_members`` option in ``api/v4/ldap/sync`` will be removed. Admins can use the LDAP setting ``ReAddRemovedMembers``.
23
23
- All telemetry support will be removed from Mattermost. The system will no longer collect or send telemetry data to external services.
0 commit comments