Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud changelog - Aug 31st release #6589

Merged
merged 23 commits into from
Aug 31, 2023
Merged
Changes from 15 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion source/install/cloud-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,51 @@ 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.
- 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.
Copy link
Member

@cwarnermm cwarnermm Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@esethna - Is Antivirus going to be a pre-packaged plugin moving forward for both Cloud and self-hosted deployments?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwarnermm summary answer: no, antivirus and other plugins transitional plugins are not being made available to Cloud.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwarnermm see mattermost/mattermost#24311 (comment) for a much longer explanation

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the Antivirus plugin note from this PR based on #6589 (review)

amyblais marked this conversation as resolved.
Show resolved Hide resolved
- 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.
- 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.
- 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.
- 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.
amyblais marked this conversation as resolved.
Show resolved Hide resolved
- 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.
amyblais marked this conversation as resolved.
Show resolved Hide resolved
- 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.
- Fixed an issue with the in-product marketplace theming.

## Release 2023-08-09

Expand Down