From a9b499f57baa7c10d076e1cc0b7c7a2ed293f361 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:43:26 -0400 Subject: [PATCH 01/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 05f8c88de11..41422407d5d 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -4,12 +4,38 @@ This changelog summarizes updates to [Mattermost Cloud](https://mattermost.com/g Latest Mattermost Cloud releases: +- [Release 2023-08-31](#release-2023-08-31) - [Release 2023-08-09](#release-2023-08-09) - [Release 2023-08-03](#release-2023-08-03) - [Release 2023-07-26](#release-2023-07-26) - [Release 2023-07-20](#release-2023-07-20) - [Release 2023-07-19](#release-2023-07-19) -- [Release 2023-07-11](#release-2023-07-11) + +## Release 2023-08-31 + +### Improvements + +#### User Interface (UI) + - Added functionality to bulk mark a whole channel category as read. + - Removed Boards product tour code. + +#### Administration + - API examples are now updated to reflect latest Go API conventions, deprecating older code samples. + - Updated the public server module version to v0.0.7. + - Added a ``Post Action`` plugin hook to allow plugins to register new items in the post menu. + - Added a ``Post Editor Action`` plugin hook to allow plugins to register new items in the post editor menu. + - Improved logging on plugin initialization, activation and removal. + - Removed the deprecated ``ManifestExecutables`` struct. + - Removed the deprecated ``UserAuth.Password`` field. + - The server is now built using a node version matching server. + - Remote users are no longer counted as part of the license. + - Improved data retention logs. + +### Bug Fixes + - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. + +### Known Issues + - ## Release 2023-08-09 From 4f7ceb311270d9a0d2a6512d48ea0d3696bfdf07 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:49:44 -0400 Subject: [PATCH 02/17] Apply suggestions from code review Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/install/cloud-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 41422407d5d..6ca58ff4bc9 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -24,10 +24,10 @@ Latest Mattermost Cloud releases: - Updated the public server module version to v0.0.7. - Added a ``Post Action`` plugin hook to allow plugins to register new items in the post menu. - Added a ``Post Editor Action`` plugin hook to allow plugins to register new items in the post editor menu. - - Improved logging on plugin initialization, activation and removal. + - Improved logging on plugin initialization, activation, and removal. - Removed the deprecated ``ManifestExecutables`` struct. - Removed the deprecated ``UserAuth.Password`` field. - - The server is now built using a node version matching server. + - The server is now built using a node version matching the server version. - Remote users are no longer counted as part of the license. - Improved data retention logs. From dd3ab8857a1764ca6b9f2f6624d3106e5c5f6068 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:02:12 -0400 Subject: [PATCH 03/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 6ca58ff4bc9..3921a137e08 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -33,6 +33,7 @@ Latest Mattermost Cloud releases: ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. + - Fixed an issue where CRLF line endings passed to mmctl commands were not being stripped from commands. ### Known Issues - From 28dc57197d73dbb6024bf6235b46235898df5f6e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 18 Aug 2023 08:37:31 -0400 Subject: [PATCH 04/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 3921a137e08..c7ef096c924 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -30,10 +30,14 @@ Latest Mattermost Cloud releases: - The server is now built using a node version matching the server version. - Remote users are no longer counted as part of the license. - Improved data retention logs. + - Removed ``/opengraph`` endpoint as it was unused. + - Transitionally prepackaged plugins are now installed to the filestore for continuity when a future release stops prepackaging those plugins. ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. - Fixed an issue where CRLF line endings passed to mmctl commands were not being stripped from commands. + - Fixed an issue where text copied from Microsoft OneNote pastes it as an image. + - Fixed an issue preventing successful activation of trial licenses. ### Known Issues - From 7708da58821b50d7aef1d82b8c9253bd27cccb13 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:25:16 -0400 Subject: [PATCH 05/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 1 - 1 file changed, 1 deletion(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index c7ef096c924..0c7adb0ea1e 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -27,7 +27,6 @@ Latest Mattermost Cloud releases: - Improved logging on plugin initialization, activation, and removal. - Removed the deprecated ``ManifestExecutables`` struct. - Removed the deprecated ``UserAuth.Password`` field. - - The server is now built using a node version matching the server version. - Remote users are no longer counted as part of the license. - Improved data retention logs. - Removed ``/opengraph`` endpoint as it was unused. From 06bb27c333d63edbefcffda7b3c56f8fbf3f5f6c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:24:25 -0400 Subject: [PATCH 06/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 0c7adb0ea1e..dff9ae72d38 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -18,6 +18,7 @@ Latest Mattermost Cloud releases: #### User Interface (UI) - Added functionality to bulk mark a whole channel category as read. - Removed Boards product tour code. + - Replaced Gfycat with Giphy in the gif picker. #### Administration - API examples are now updated to reflect latest Go API conventions, deprecating older code samples. @@ -31,6 +32,8 @@ Latest Mattermost Cloud releases: - Improved data retention logs. - Removed ``/opengraph`` endpoint as it was unused. - Transitionally prepackaged plugins are now installed to the filestore for continuity when a future release stops prepackaging those plugins. + - Added a ``NotificationWillBePushed`` plugin API method which allows plugins to send push notifications to a specific user's mobile sessions. + - Added a ``NotificationWillBePushed`` plugin hook invoked before the push notification is processed and sent to the notification service. Plugins may reject the push notification. ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. From b2a6aad50f578fb707b35e76b19f698364cd5224 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:33:20 -0400 Subject: [PATCH 07/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index dff9ae72d38..c61942a1bb4 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -34,12 +34,14 @@ Latest Mattermost Cloud releases: - Transitionally prepackaged plugins are now installed to the filestore for continuity when a future release stops prepackaging those plugins. - Added a ``NotificationWillBePushed`` plugin API method which allows plugins to send push notifications to a specific user's mobile sessions. - Added a ``NotificationWillBePushed`` plugin hook invoked before the push notification is processed and sent to the notification service. Plugins may reject the push notification. + - Removed the deprecated ``Manifest.RequiredConfig`` field. ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. - Fixed an issue where CRLF line endings passed to mmctl commands were not being stripped from commands. - Fixed an issue where text copied from Microsoft OneNote pastes it as an image. - Fixed an issue preventing successful activation of trial licenses. + - Fixed an issue where a custom group wouldn't get marked as a mention if it was not part of the webapp's local state. ### Known Issues - From a7ecc08450e276ea51087496ffe2fa38d8bb976a Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:40:51 -0400 Subject: [PATCH 08/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index c61942a1bb4..bd636c13321 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -42,6 +42,7 @@ Latest Mattermost Cloud releases: - Fixed an issue where text copied from Microsoft OneNote pastes it as an image. - Fixed an issue preventing successful activation of trial licenses. - Fixed an issue where a custom group wouldn't get marked as a mention if it was not part of the webapp's local state. + - Fixed several issues with loading of licenses. ### Known Issues - From 3cb568e2bccff320c6b32fa30b9f74388f1b3098 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 24 Aug 2023 08:44:35 -0400 Subject: [PATCH 09/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index bd636c13321..46f5984ec3c 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -19,6 +19,8 @@ Latest Mattermost Cloud releases: - Added functionality to bulk mark a whole channel category as read. - Removed Boards product tour code. - Replaced Gfycat with Giphy in the gif picker. + - Updated Focalboard plugin version to 7.11.3. + - Pre-packaged Playbooks version 1.38.1. #### Administration - API examples are now updated to reflect latest Go API conventions, deprecating older code samples. From 3b534933679a9d6a500a45cd99e3a9163e74cd75 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:00:31 -0400 Subject: [PATCH 10/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 46f5984ec3c..d462e8fcc71 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -34,9 +34,9 @@ Latest Mattermost Cloud releases: - Improved data retention logs. - Removed ``/opengraph`` endpoint as it was unused. - Transitionally prepackaged plugins are now installed to the filestore for continuity when a future release stops prepackaging those plugins. - - Added a ``NotificationWillBePushed`` plugin API method which allows plugins to send push notifications to a specific user's mobile sessions. - - Added a ``NotificationWillBePushed`` plugin hook invoked before the push notification is processed and sent to the notification service. Plugins may reject the push notification. - Removed the deprecated ``Manifest.RequiredConfig`` field. + - Added a ``NotificationWillBePushed`` plugin hook invoked before the push notification is processed and sent to the notification service. Plugins may modify or reject the push notification. + - Added a `SendPushNotification` plugin api method which allows plugins to send push notifications to a specific user's mobile sessions. ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. From 2aa7749eff5be0d865da1b02a22140c612f9325e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:31:46 -0400 Subject: [PATCH 11/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index d462e8fcc71..64870835f2c 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -21,6 +21,7 @@ Latest Mattermost Cloud releases: - Replaced Gfycat with Giphy in the gif picker. - Updated Focalboard plugin version to 7.11.3. - Pre-packaged Playbooks version 1.38.1. + - Upgraded prepackaged Zoom plugin to v1.6.2, and Antivirus plugin to v1.0.0. #### Administration - API examples are now updated to reflect latest Go API conventions, deprecating older code samples. From 097f369d80765699cf026560d4e028595ec927e5 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:27:31 -0400 Subject: [PATCH 12/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 64870835f2c..6d20b6c4845 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -22,6 +22,7 @@ Latest Mattermost Cloud releases: - Updated Focalboard plugin version to 7.11.3. - Pre-packaged Playbooks version 1.38.1. - Upgraded prepackaged Zoom plugin to v1.6.2, and Antivirus plugin to v1.0.0. + - Enabled prepackaged plugins to be included in the in-product marketplace for Cloud. #### Administration - API examples are now updated to reflect latest Go API conventions, deprecating older code samples. @@ -38,6 +39,7 @@ Latest Mattermost Cloud releases: - Removed the deprecated ``Manifest.RequiredConfig`` field. - Added a ``NotificationWillBePushed`` plugin hook invoked before the push notification is processed and sent to the notification service. Plugins may modify or reject the push notification. - Added a `SendPushNotification` plugin api method which allows plugins to send push notifications to a specific user's mobile sessions. + - Disabled ``PluginSettings.EnableRemoteMarketplace`` functionality. ### Bug Fixes - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. @@ -46,9 +48,7 @@ Latest Mattermost Cloud releases: - Fixed an issue preventing successful activation of trial licenses. - Fixed an issue where a custom group wouldn't get marked as a mention if it was not part of the webapp's local state. - Fixed several issues with loading of licenses. - -### Known Issues - - + - Fixed an issue with the in-product marketplace theming. ## Release 2023-08-09 From 5ebaf1ad3af51331cfacbf10eda73a4250e9af45 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:52:34 -0400 Subject: [PATCH 13/17] Apply suggestions from code review Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/install/cloud-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 6d20b6c4845..005bcabe226 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -42,9 +42,9 @@ Latest Mattermost Cloud releases: - Disabled ``PluginSettings.EnableRemoteMarketplace`` functionality. ### Bug Fixes - - Fixed accessibility issues: tab support at login, reset and signup pages, and App bar. + - Fixed accessibility issues: tab support at login, reset pages, sign up pages, and App bar. - Fixed an issue where CRLF line endings passed to mmctl commands were not being stripped from commands. - - Fixed an issue where text copied from Microsoft OneNote pastes it as an image. + - Fixed an issue where text copied from Microsoft OneNote is pasted as an image. - Fixed an issue preventing successful activation of trial licenses. - Fixed an issue where a custom group wouldn't get marked as a mention if it was not part of the webapp's local state. - Fixed several issues with loading of licenses. From fc8c2f95fff339585bddcbfd3b72b21a16f8c750 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:54:57 -0400 Subject: [PATCH 14/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 005bcabe226..2f912fd45d2 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -50,6 +50,9 @@ Latest Mattermost Cloud releases: - Fixed several issues with loading of licenses. - Fixed an issue with the in-product marketplace theming. +### Known Issues + - Text overlaps when opening the Playbook RHS panel [MM-54261](https://mattermost.atlassian.net/browse/MM-54261). + ## Release 2023-08-09 ### Improvements From d404c98deec7392ff095c01c7cef324a5c447797 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:20:19 -0400 Subject: [PATCH 15/17] Update source/install/cloud-changelog.md Co-authored-by: Caleb Roseland --- source/install/cloud-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 2f912fd45d2..1c0ff5104ca 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -21,7 +21,7 @@ Latest Mattermost Cloud releases: - Replaced Gfycat with Giphy in the gif picker. - Updated Focalboard plugin version to 7.11.3. - Pre-packaged Playbooks version 1.38.1. - - Upgraded prepackaged Zoom plugin to v1.6.2, and Antivirus plugin to v1.0.0. + - Upgraded prepackaged Zoom plugin to v1.6.2. - Enabled prepackaged plugins to be included in the in-product marketplace for Cloud. #### Administration From a3bc1ae5989a2c9f3332d51ad31cf5f31832102b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:42:54 -0400 Subject: [PATCH 16/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 1c0ff5104ca..870ab27ec1d 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -4,7 +4,7 @@ This changelog summarizes updates to [Mattermost Cloud](https://mattermost.com/g Latest Mattermost Cloud releases: -- [Release 2023-08-31](#release-2023-08-31) +- [Release 2023-08-29](#release-2023-08-29) - [Release 2023-08-09](#release-2023-08-09) - [Release 2023-08-03](#release-2023-08-03) - [Release 2023-07-26](#release-2023-07-26) From d15d2a710f86aff93c1d0a5c0915199a58b6547e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:08:29 -0400 Subject: [PATCH 17/17] Update cloud-changelog.md --- source/install/cloud-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install/cloud-changelog.md b/source/install/cloud-changelog.md index 870ab27ec1d..d16ca753c40 100644 --- a/source/install/cloud-changelog.md +++ b/source/install/cloud-changelog.md @@ -11,7 +11,7 @@ Latest Mattermost Cloud releases: - [Release 2023-07-20](#release-2023-07-20) - [Release 2023-07-19](#release-2023-07-19) -## Release 2023-08-31 +## Release 2023-08-29 ### Improvements