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 7 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
35 changes: 34 additions & 1 deletion source/install/cloud-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,45 @@ 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.

#### 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.
- 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.
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.

### Known Issues
-

## Release 2023-08-09

Expand Down