From 1327aed33b3fedacf0b04064d4c1191dc47f92d1 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:22:58 -0400 Subject: [PATCH] Add missing breaking change (#6679) * Update self-managed-changelog.md * Update source/install/self-managed-changelog.md Co-authored-by: Jesse Hallam * Update important-upgrade-notes.rst --------- Co-authored-by: Jesse Hallam --- source/install/self-managed-changelog.md | 1 + source/upgrade/important-upgrade-notes.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/source/install/self-managed-changelog.md b/source/install/self-managed-changelog.md index 2cd837fe555..f6358f2c0d7 100644 --- a/source/install/self-managed-changelog.md +++ b/source/install/self-managed-changelog.md @@ -19,6 +19,7 @@ Latest Mattermost Releases: ### Important Upgrade Notes - Removed the deprecated Insights feature. - Mattermost Boards and various other plugins have transitioned to being fully community supported. See this [forum post](https://forum.mattermost.com/t/upcoming-product-changes-to-boards-and-various-plugins/16669) for more details. + - The ``channel_viewed`` websocket event was changed to ``multiple_channels_viewed``, and is now only triggered for channels that actually have unread messages. **IMPORTANT:** If you upgrade from a release earlier than v8.1, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index 677f61ef13e..7413dea945c 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -18,6 +18,8 @@ Important Upgrade Notes | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Mattermost Boards and various other plugins have transitioned to being fully community supported. See this | | | `forum post `_ for more details. | +| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| | The ``channel_viewed`` websocket event was changed to ``multiple_channels_viewed``, and is now only triggered for channels that actually have unread messages. | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | v8.1 | In v8.1.2, improved performance on data retention ``DeleteOrphanedRows`` queries. | | | |