Skip to content

Commit

Permalink
Update docs for upcoming v9.0 deprecations (#6547)
Browse files Browse the repository at this point in the history
* Update deprecated-features.rst

* Update important-upgrade-notes.rst

* Update deprecated-features.rst

* Update deprecated-features.rst

* Update source/install/deprecated-features.rst

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>

* Update deprecated-features.rst

* Update deprecated-features.rst

* Update important-upgrade-notes.rst

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
  • Loading branch information
amyblais and cwarnermm authored Aug 17, 2023
1 parent 2b83bab commit 27c9ca9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion source/install/deprecated-features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ This page describes features that are removed from support for Mattermost, or wi
Removed features in upcoming versions
-------------------------------------

Mattermost Server v9.0.0
~~~~~~~~~~~~~~~~~~~~~~~~

- Mattermost Boards will transition to being fully community supported, with various other plugins following suit. See this `forum post <https://forum.mattermost.com/t/upcoming-product-changes-to-boards-and-various-plugins/16669>`_ for more details.
- Removing deprecated Insights feature.
- Gfycat as a GIF service is being `discontinued <https://techcrunch.com/2023/07/05/gfycat-shuts-down-on-september-1/>`_ on September 1, 2023. The in-product GIF picker currently powered by Gfycat will be replaced with GIPHY in the 9.0 release and in our `supported versions <https://docs.mattermost.com/upgrade/release-lifecycle.html>`_.

Removed features by Mattermost version
----------------------------------------

Expand All @@ -14,7 +21,7 @@ Mattermost Server v8.0.0

- Removed ``ExperimentalSettings.PatchPluginsReactDOM``. If this setting was previously enabled, confirm that:
- All Mattermost-supported plugins are updated to the latest versions.
- Any other plugins have been updated to support React 17. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for v7.7 for more information.
- Any other plugins have been updated to support React 17. See the `Important Upgrade Notes <https://docs.mattermost.com/upgrade/important-upgrade-notes.html>`_ for v7.7 for more information.
- Deprecated Insights for all new instances and for existing servers that upgrade to Mattermost v8.0.
- Removed deprecated ``PermissionUseSlashCommands``.
- Removed deprecated ``model.CommandArgs.Session``.
Expand Down
1 change: 1 addition & 0 deletions source/upgrade/important-upgrade-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Important Upgrade Notes
- Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts.
- When upgrading to 7.x from a 5.x release please make sure to upgrade to 5.37.10 first for the upgrade to complete successfully.
- Disable global drafts. Admins can set the feature flag ``MM_FEATUREFLAGS_GLOBALDRAFTS`` to ``false`` to disable server-wide. It can't be disabled on a per-user basis. The code is located `here <https://github.com/mattermost/mattermost-server/blob/master/server/public/model/feature_flags.go#L74>`__.
- Please see the `list of deprecations <https://docs.mattermost.com/install/deprecated-features.html>`_ planned for an upcoming v9.0 release (currently scheduled for September 15th, 2023).

+----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| If you’re upgrading from a version earlier than... | Then... |
Expand Down

0 comments on commit 27c9ca9

Please sign in to comment.