You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/product-overview/mattermost-v11-changelog.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ If you upgrade from a release earlier than v11.3, please read the other [Importa
46
46
- Added CPU cores and total memory to the Support Packet [MM-66840](https://mattermost.atlassian.net/browse/MM-66840).
47
47
- Added a new ``MM_LOG_PATH`` environment variable to [restrict log file locations](https://docs.mattermost.com/administration-guide/manage/logging.html#log-path-restrictions). Log files must now be within a configured root directory.
48
48
49
+
#### Performance
50
+
- Benchmarking test results showed no significant difference: a 0.28% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.4).
51
+
49
52
### Bug Fixes
50
53
- Fixed an issue with the behavior of the right‑hand sidebar (RHS) when navigating to global threads. The application now checks the current RHS state and suppresses the sidebar only if it is not showing mentions, search results, or flagged posts [MM-66871](https://mattermost.atlassian.net/browse/MM-66871).
51
54
- Fixed an issue where the post list automatically scrolled to the bottom when a user edited a message [MM-64810](https://mattermost.atlassian.net/browse/MM-64810).
@@ -154,7 +157,8 @@ If you upgrade from a release earlier than v11.2, please read the other [Importa
154
157
- Updated the AWS SDK dependency [MM-66202](https://mattermost.atlassian.net/browse/MM-66202).
155
158
156
159
#### Performance
157
-
- Improved the performance of the post textbox and fixed typing bugs in the thread popout [MM-66832](https://mattermost.atlassian.net/browse/MM-66832).
160
+
- Benchmarking test results showed no significant difference: a 1.61% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.3).
161
+
- Improved the performance of the post textbox and fixed typing bugs in the thread popout [MM-66832](https://mattermost.atlassian.net/browse/MM-66832).
158
162
159
163
### Bug Fixes
160
164
- Fixed a translation issue for invalid slash commands to ensure all locales display the correct message.
@@ -269,6 +273,9 @@ If you upgrade from a release earlier than v11.1, please read the other [Importa
269
273
- Added ability to create OAuth public clients through the **Integrations** page.
270
274
- Added ``http.Flusher`` support to the plugin RPC layer.
271
275
276
+
#### Performance
277
+
- Benchmarking test results showed no significant difference: a 2.62% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.2).
278
+
272
279
### Bug Fixes
273
280
- Fixed a server panic that could occur when patching channel moderations with restricted permissions.
274
281
- Fixed the justification of sidebar icons for plugins.
@@ -373,6 +380,9 @@ If you upgrade from a release earlier than v11.0, please read the other [Importa
373
380
- Added ``Date`` and ``DateTime`` types for interactive dialogs.
374
381
- Added ``MultiForm`` and ``Element`` refresh support for interactive dialogs.
375
382
383
+
#### Performance
384
+
- Benchmarking test results showed no significant difference: a 3.64% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.1).
385
+
376
386
### Bug Fixes
377
387
- Fixed an issue where email address verification for SAML/LDAP users was required when a user’s email address changed.
378
388
- Fixed an issue where users could still message each other when not sharing a team, despite the configuration setting stating otherwise.
@@ -512,6 +522,9 @@ If you upgrade from a release earlier than v10.10, please read the other [Import
512
522
- Updated mmctl shell completion to fully support zsh, powershell, and fish. Check out ``mmctl completion`` for a guide on how to set it up for your shell.
513
523
- Added the ``mmctl cpa`` set of commands to manage Custom Profile Attributes.
514
524
525
+
#### Performance
526
+
- Benchmarking test results showed no significant difference: a 1.34% decrease in the number of supported users for the new release, which lies within the ``[-5%, +5%]`` prediction interval. View the full raw data and methodology in our [Performance Reports repository](https://github.com/mattermost/performance-reports/tree/main/performance-comparisons/v11.0).
527
+
515
528
### Bug Fixes
516
529
- Fixed an issue where extra date separators were added in search results, pinned posts and saved messages.
517
530
- Fixed an issue where MFA warning was thrown in the logs for unauthenticated plugin requests.
0 commit comments