diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 8541afb0cde..10bf74a20b2 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -15,14 +15,14 @@ Support for Mattermost Server v9.5 [Extended Support Release](https://docs.matte ### Important Upgrade Notes - We no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11. - Apps Framework is deprecated for new installs. Please extend Mattermost using webhooks, slash commands, OAuth2 apps, and plugins. - - Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features and security updates will only be added to Playbooks v2 moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running [supported v9.x Mattermost server releases](https://docs.mattermost.com/about/mattermost-server-releases.html). + - Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025. - Renamed ``Channel Moderation`` to ``Advanced Access Control`` in the channel management section in the **System Console**. - Renamed announcement banner feature to “system-wide notifications”. - Renamed “Collapsed Reply Threads” to “Threaded Discussions” in the System Console. - Renamed “System Roles” to “Delegated Granular Administration” in the System Console. - Renamed "Office 365" to "Entra ID" for SSO logins. - Fully deprecated the ``/api/v4/image`` endpoint when the image proxy is disabled. - - Pre-packaged Calls plugin [v1.0.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1). This includes breaking changes such as allowing calls in direct message channels only on unlicensed servers. + - Pre-packaged Calls plugin [v1.0.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.0.1). This includes breaking changes including removal of group calls from unlicensed servers in order to focus supportability and quality on licensed servers. Unlicensed servers can continue to use Calls in direct message channels, which represent the majority of activity. - Removed deprecated ``Config.ProductSettings``, ``LdapSettings.Trace``, and ``AdvancedLoggingConfig`` configuration fields. - Removed deprecated ``pageSize`` query parameter from most API endpoints. - Deprecated the experimental Strict CSRF token enforcement. This feature will be fully removed in Mattermost v11. diff --git a/source/guides/repeatable-processes.rst b/source/guides/repeatable-processes.rst index 0d42514a14a..42b1b6f24ad 100644 --- a/source/guides/repeatable-processes.rst +++ b/source/guides/repeatable-processes.rst @@ -6,7 +6,7 @@ Build repeatable processes .. important:: - Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features & security updates will only be added to Playbooks v2 moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running :doc:`supported v9.x Mattermost server releases `. + Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025. Use collaborative playbooks in Mattermost to provide structure, monitoring and automation for repeatable, team-based processes integrated with the Mattermost platform. Playbooks are :doc:`configurable checklists ` for teams to achieve :doc:`specific and predictable outcomes `, such as incident response, software release management, and logistical operations. diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index 7ee6d232434..b2901dcce87 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -21,9 +21,8 @@ Important Upgrade Notes | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Apps Framework is deprecated for new installs. Please extend Mattermost using webhooks, slash commands, OAuth2 apps, and plugins. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features and security updates will only be added to Playbooks v2 | -| | moving forward; however, Playbooks v1 will be maintained for Team Edition and Professional instances running | -| | `supported v9.x Mattermost server releases `__. | +| | Mattermost v10 introduces Playbooks v2 for all Enterprise licensed customers. New Playbooks features will only be added to Playbooks v2 moving forward; | +| | however, Team Edition and Professional instances may continue to use Playbooks v1 as-is which will be maintained and supported until May 2025. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Renamed ``Channel Moderation`` to ``Advanced Access Control`` in the channel management section in the **System Console**. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -37,8 +36,9 @@ Important Upgrade Notes | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Fully deprecated the ``/api/v4/image`` endpoint when the image proxy is disabled. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | Pre-packaged Calls plugin `v1.0.1 `__. This includes breaking changes such as allowing| -| | calls in direct message channels only on unlicensed servers. | +| | Pre-packaged `Calls plugin v1.0.1 `_. This includes breaking changes including | +| | the removal of group calls from unlicensed servers in order to focus supportability and quality on licensed servers. Unlicensed servers can continue to use | +| | Calls in direct message channels, which represent the majority of activity. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Removed deprecated ``Config.ProductSettings``, ``LdapSettings.Trace``, and ``AdvancedLoggingConfig`` configuration fields. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+