-
Notifications
You must be signed in to change notification settings - Fork 592
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.7 Changelog #7797
base: v10.7-documentation
Are you sure you want to change the base?
v10.7 Changelog #7797
Conversation
Newest code from mattermost has been published to preview environment for Git SHA c5250cd |
Newest code from mattermost has been published to preview environment for Git SHA 6c6db75 |
Newest code from mattermost has been published to preview environment for Git SHA f343788 |
Newest code from mattermost has been published to preview environment for Git SHA e858a4f |
Newest code from mattermost has been published to preview environment for Git SHA 900ff44 |
Newest code from mattermost has been published to preview environment for Git SHA 6958ea1 |
Newest code from mattermost has been published to preview environment for Git SHA 340f3e5 |
Newest code from mattermost has been published to preview environment for Git SHA 99ca301 |
Newest code from mattermost has been published to preview environment for Git SHA e6fe112 |
Newest code from mattermost has been published to preview environment for Git SHA e4a21b6 |
Newest code from mattermost has been published to preview environment for Git SHA 68bd96f |
Newest code from mattermost has been published to preview environment for Git SHA 899248c |
Newest code from mattermost has been published to preview environment for Git SHA aa7802a |
Newest code from mattermost has been published to preview environment for Git SHA 73f217e |
Co-authored-by: Maria A Nunez <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA b2155bc |
Newest code from mattermost has been published to preview environment for Git SHA 3811fdc |
Co-authored-by: Christopher Poile <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA e4e7e97 |
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.
Provided editorial review inline
- Updated the ``marked`` package which includes full-width punctuation intervals for Unicode characters fix. | ||
- Added a minor change in the message priority checkbox menu item; the description width is now smaller than in previous versions. | ||
- Updated the library used for controlling and positioning the emoji picker. | ||
- Added a browser window title to the Scheduled Posts tab. The title is ``Scheduled - <team name>``, same pattern as in the Drafts tab. |
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 a browser window title to the Scheduled Posts tab. The title is ``Scheduled - <team name>``, same pattern as in the Drafts tab. | |
- Added a browser window title to the **Scheduled Posts** tab. The title is **Scheduled - <team name>**, using the same pattern as the **Drafts** tab. |
- Upgraded ``react-select`` from v3.0.3 to v5.9.0. | ||
|
||
### Bug Fixes | ||
- Fixed an issue with the alignment of the draft list when scheduled posts was disabled. |
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.
- Fixed an issue with the alignment of the draft list when scheduled posts was disabled. | |
- Fixed an issue with the alignment of the draft list when scheduled posts are disabled. |
- Fixed an issue where DND statuses did not expire at the expiry time displayed in the app. | ||
- Fixed an issue where the group mentions permission was missing. | ||
- Fixed an issue where a system bot reply to a command entered in a thread was also posted in the channel. | ||
- Fixed an issue where the channel member menu might open in the wrong direction. |
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.
- Fixed an issue where the channel member menu might open in the wrong direction. | |
- Fixed an issue where the channel member menu could open in the wrong direction. |
|
||
#### Changes to all plans: | ||
- Under ``MetricsSettings`` in ``config.json``: | ||
- Added ``ClientSideUserIds`` where users can set the user IDs that they want to track for client side webapp metrics. Note that the total number of userIDs have been capped to 5 for performance reasons. Otherwise Prometheus gets overwhelmed with high label cardinality. It is recommended not to keep changing this list too often to track different sets of users, otherwise Prometheus might start to have poor performance. |
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 ``ClientSideUserIds`` where users can set the user IDs that they want to track for client side webapp metrics. Note that the total number of userIDs have been capped to 5 for performance reasons. Otherwise Prometheus gets overwhelmed with high label cardinality. It is recommended not to keep changing this list too often to track different sets of users, otherwise Prometheus might start to have poor performance. | |
- Added ``ClientSideUserIds`` where users can set the user IDs that they want to track for client-side webapp metrics. The total number of userIDs have been capped to 5 for performance reasons, otherwise Prometheus gets overwhelmed with high label cardinality. We recommend modifying this list infrequently to ensure Prometheus performance. |
| | | | ||
| | .. code-block:: sql | | ||
| | | | ||
| | ALTER TABLE channels ADD COLUMN IF NOT EXISTS bannerinfo jsonb; | |
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.
Any lines of code following a ..code-block:: sql
directive needs to be indented in order to display as expected in generated output.
Newest code from mattermost has been published to preview environment for Git SHA 7d03a1e |
No description provided.