-
Notifications
You must be signed in to change notification settings - Fork 583
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
v10.4 Changelog #7664
base: v10.4-documentation
Are you sure you want to change the base?
v10.4 Changelog #7664
Conversation
Newest code from mattermost has been published to preview environment for Git SHA 9940a33 |
Newest code from mattermost has been published to preview environment for Git SHA d3c01f0 |
Newest code from mattermost has been published to preview environment for Git SHA 2e6babc |
Newest code from mattermost has been published to preview environment for Git SHA 3b5dfa0 |
Newest code from mattermost has been published to preview environment for Git SHA 63f7973 |
- Removed the feature to import themes from Slack. | ||
|
||
#### Administration | ||
- Redis is now available as an alternative cache backend for all enterprise customers. It can be leveraged to run Mattermost at a very high scale. There is a new section in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@agnivade / @streamer45, is this ready for production use? (I'm thinking we haven't yet deployed this to Mattermost Cloud, so wondering if we should caveat the changelog accordingly.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have soaked this for quite a while in Community and even fixed some bugs. This falls in the same bucket as ES/OS where we use that in Community, but not in Cloud. It should be okay for customers to start using it.
- Fixed an issue where System Admins could not pull posts from Direct Message channels that they were not in. | ||
|
||
### config.json | ||
New setting options were added to ``config.json``. Below is a list of the additions and their default values on install. The settings can be modified in ``config.json``, or the System Console when available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we described the new CacheSettings
above, but they aren't listed here under config.json changes. Intentional?
- Added new ``AmazonS3StorageClass`` and ``ExportAmazonS3StorageClass``, both default to ``""`` to preserve the current behavior. Administrators may configure this storage class to the storage class required by their S3 solution. | ||
|
||
### API Changes | ||
- Added a new query string to exclude threads that are not part of the team ``GET api/v4/users/{user_id:[A-Za-z0-9]+}/teams/{team_id:[A-Za-z0-9]+}/threads``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be missing some information -- the new query string isn't evident here. Can we get the author to chime in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding @enahum to help take a look.
Newest code from mattermost has been published to preview environment for Git SHA c0067a0 |
#### User Interface (UI) | ||
- Pre-packaged Calls plugin [v1.4.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.4.0). | ||
- Improved the handling of Thai script in search terms. | ||
- Added tooltips to the buttons shown in the channel info right-hand side. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Added tooltips to the buttons shown in the channel info right-hand side. | |
- Added tooltips to the buttons shown in the channel info in the right pane. |
- Removed the feature to import themes from Slack. | ||
|
||
#### Administration | ||
- Redis is now available as an alternative cache backend for all enterprise customers. It can be leveraged to run Mattermost at a very high scale. There is a new section in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Redis is now available as an alternative cache backend for all enterprise customers. It can be leveraged to run Mattermost at a very high scale. There is a new section in | |
- Redis is now available as an alternative cache backend for all Enterprise customers. It can be leveraged to run Mattermost at a very high scale. There is a new section in |
No description provided.