Skip to content

Commit

Permalink
Cloud changelog - Aug 31st release (#6589)
Browse files Browse the repository at this point in the history
* Update cloud-changelog.md

* Apply suggestions from code review

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Update cloud-changelog.md

* Apply suggestions from code review

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>

* Update cloud-changelog.md

* Update source/install/cloud-changelog.md

Co-authored-by: Caleb Roseland <[email protected]>

* Update cloud-changelog.md

* Update cloud-changelog.md

---------

Co-authored-by: Carrie Warner (Mattermost) <[email protected]>
Co-authored-by: Caleb Roseland <[email protected]>
  • Loading branch information
3 people authored Aug 31, 2023
1 parent 2a16249 commit 543c737
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion source/install/cloud-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,54 @@ This changelog summarizes updates to [Mattermost Cloud](https://mattermost.com/g

Latest Mattermost Cloud releases:

- [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)
- [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-29

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

Expand Down

0 comments on commit 543c737

Please sign in to comment.