From 26cc07850419dbdca8547148e96dc9e3e568823e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:17:29 +0300 Subject: [PATCH 01/13] Update mattermost-desktop-releases.md --- source/about/mattermost-desktop-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/about/mattermost-desktop-releases.md b/source/about/mattermost-desktop-releases.md index 203e92600e0..5ea9f38de60 100644 --- a/source/about/mattermost-desktop-releases.md +++ b/source/about/mattermost-desktop-releases.md @@ -21,7 +21,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v5.12 [Download](https://github.com/mattermost/desktop/releases/tag/v5.12.1) \| {ref}`Changelog ` | 2025-05-16 | 2025-08-15 | {ref}`v10.8 `, {ref}`v10.7 `, {ref}`v10.6 `, {ref}`v10.5 ` | +| v5.12 [Download](https://github.com/mattermost/desktop/releases/tag/v5.12.1) \| {ref}`Changelog ` | 2025-05-16 | 2025-08-15 | {ref}`v10.10 `, {ref}`v10.9 `, {ref}`v10.8 `, {ref}`v10.7 `, {ref}`v10.6 `, {ref}`v10.5 ` | | v5.11 [Download](https://github.com/mattermost/desktop/releases/tag/v5.11.3) \| {ref}`Changelog ` | 2025-02-14 | 2025-11-15 | {ref}`v10.7 `, {ref}`v10.6 `, {ref}`v10.5 `, {ref}`v10.4 `, {ref}`v10.3 `, {ref}`v9.11 ` | | v5.10 [Download](https://github.com/mattermost/desktop/releases/tag/v5.10.2) \| {ref}`Changelog ` | 2024-11-15 | 2025-02-13 | {ref}`v10.2 `, {ref}`v10.1 `, {ref}`v10.0 `, {ref}`v9.11 `, {ref}`v9.5 ` | | v5.9 [Download](https://github.com/mattermost/desktop/releases/tag/v5.9.2) \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | {ref}`v9.11 `, {ref}`v9.10 `, {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.5 ` | From e57333d71a6aa425c1dbe612993235d70bc93525 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:18:32 +0300 Subject: [PATCH 02/13] Update mattermost-server-releases.md --- source/about/mattermost-server-releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/about/mattermost-server-releases.md b/source/about/mattermost-server-releases.md index 6703d01cd32..0a4cf7380c8 100644 --- a/source/about/mattermost-server-releases.md +++ b/source/about/mattermost-server-releases.md @@ -18,6 +18,7 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | **Release** | **Released on** | **Support ends** | |:---|:---|:---| +| v10.10 [Download](https://releases.mattermost.com/10.10.0/mattermost-10.10.0-linux-amd64.tar.gz) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost/releases/download/v10.10.0/sbom-mattermost-v10.10.0.json) | 2025-07-16 | 2025-10-15 | | v10.9 [Download](https://releases.mattermost.com/10.9.0/mattermost-10.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost/releases/download/v10.9.0/sbom-mattermost-v10.9.0.json) | 2025-06-16 | 2025-09-15 | | v10.8 [Download](https://releases.mattermost.com/10.8.1/mattermost-10.8.1-linux-amd64.tar.gz) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost/releases/download/v10.8.1/sbom-mattermost-v10.8.1.json) | 2025-05-16 | 2025-08-15 | | v10.7 [Download](https://releases.mattermost.com/10.7.3/mattermost-10.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` \| [SBOM download](https://github.com/mattermost/mattermost/releases/download/v10.7.3/sbom-mattermost-v10.7.3.json) | 2025-04-16 | 2025-07-15 | From 645c2c634d7c2408437580679a153d00d23395b6 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:18:58 +0300 Subject: [PATCH 03/13] Update deploy-tar.rst --- source/deploy/server/linux/deploy-tar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deploy/server/linux/deploy-tar.rst b/source/deploy/server/linux/deploy-tar.rst index 8098e2c4e58..eccfbd363ff 100644 --- a/source/deploy/server/linux/deploy-tar.rst +++ b/source/deploy/server/linux/deploy-tar.rst @@ -38,7 +38,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server. .. code-block:: sh - wget https://releases.mattermost.com/10.9.0/mattermost-10.9.0-linux-amd64.tar.gz + wget https://releases.mattermost.com/10.10.0/mattermost-10.10.0-linux-amd64.tar.gz .. tab:: Current ESR From 525f78ddc9d307fe15713be1a12764a618f98c3c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:19:14 +0300 Subject: [PATCH 04/13] Update deploy-rhel.rst --- source/deploy/server/linux/deploy-rhel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deploy/server/linux/deploy-rhel.rst b/source/deploy/server/linux/deploy-rhel.rst index b427b99724d..ef131f5d874 100644 --- a/source/deploy/server/linux/deploy-rhel.rst +++ b/source/deploy/server/linux/deploy-rhel.rst @@ -39,7 +39,7 @@ In a terminal window, ssh onto the system that will host the Mattermost Server. .. code-block:: sh - wget https://releases.mattermost.com/10.9.0/mattermost-10.9.0-linux-amd64.tar.gz + wget https://releases.mattermost.com/10.10.0/mattermost-10.10.0-linux-amd64.tar.gz .. tab:: Current ESR From 5f24304886d54a7e9ab1c39dd56aa1ea33b2be65 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:19:45 +0300 Subject: [PATCH 05/13] Update open-source-components.rst --- source/upgrade/open-source-components.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/upgrade/open-source-components.rst b/source/upgrade/open-source-components.rst index 502a2fbd729..fa1e59942a9 100644 --- a/source/upgrade/open-source-components.rst +++ b/source/upgrade/open-source-components.rst @@ -35,6 +35,7 @@ Desktop Mobile ------- +- Mattermost Mobile v2.30.0 - `View Open Source Components `__. - Mattermost Mobile v2.29.0 - `View Open Source Components `__. - Mattermost Mobile v2.28.0 - `View Open Source Components `__. - Mattermost Mobile v2.27.0 - `View Open Source Components `__. @@ -125,6 +126,7 @@ Mobile Server ------------------------------ +- Mattermost Enterprise Edition v10.10.0 - `View Open Source Components `__. - Mattermost Enterprise Edition v10.9.0 - `View Open Source Components `__. - Mattermost Enterprise Edition v10.8.0 - `View Open Source Components `__. - Mattermost Enterprise Edition v10.7.0 - `View Open Source Components `__. From 5e717d9f57a6372085d9e21b730dc665c8a0d62b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:34:42 +0300 Subject: [PATCH 06/13] Update mattermost-v10-changelog.md --- source/about/mattermost-v10-changelog.md | 95 ++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index cc59dfef52f..d489ef45ee1 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -3,6 +3,101 @@ ```{Important} ```{include} common-esr-support-upgrade.md ``` +(release-v10.10-feature-release)= +## Release v10.10 - [Feature Release](https://docs.mattermost.com/about/release-policy.html#release-types) + +**Release Day: July 16, 2025** + +### Important Upgrade Notes + - + +```{Important} +If you upgrade from a release earlier than v10.9, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +#### User Interface (UI) + - Prepackaged GitLab plugin [v1.10.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.10.0). + - Prepackaged GitHub plugin [v2.4.0](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.4.0). + - Pre-packaged Boards plugin [v9.1.3](https://github.com/mattermost/mattermost-plugin-boards/releases/tag/v9.1.3). + - Resolved inconsistent styling issues in new integration pages. + - Improved the visual styling of blockquotes and comment threads for better readability and a modern appearance. + - Improved screen reader support for autocompletes and channel switcher. + - Added an aria-live region for improved accessibility of file preview modal carousel position updates. + - Add focusability to react-select remove button in notifications settings. + - Updated **Profile** settings client-side validation to use more modern/accessible paradigms. + - Enhanced the accessibility of login and password reset functionality. + - Stopped the Threads textbox from automatically taking focus when it contained a draft. + - Added a user setting to toggle rendering of emoticons (e.g., :D) as emojis (e.g., 😄). + - Added support for the ``from:`` search filter in cross-team searches. + - Standardized button styling by consolidating color variables and removing redundant theme definitions. + - Ignored email domain in user searches on the client side. + - Automatically detected and updated timezone changes without requiring a client refresh. + +#### Administration + - Added support for group messages in Shared Channels. + - Added support for licenses that enforce seat counts with 5% grace period. + - Added support for selecting a default team on secure connections for incoming channel invites. + - Organized cluster files into directories for the Support Packet. + - Partially sanitized database datasources for the Support Packet. + - Added deactivation status to the mmctl user search output. + - Hid plugin components in Shared Channels and introduced ``EnableSharedChannelsPlugins`` to re-enable them if needed. + +#### Performance + - Improved memory performance of post list scrolling. + - Improved the performance of sidebar update APIs slightly. + +### Bug Fixes + - Fixed an issue where a ``MESSAGES`` badge appeared in the search bar after clearing text and closing the search box. + - Fixed an issue where overridden webhook usernames did not appear in replies when Collapsed Reply Threads was disabled. + - Fixed indentation issues in markdown lists containing checkboxes. + - Fixed desktop notifications for posts without text content to display "posted a message" instead of "did something new." + - Fixed the height of the automatic replies text area to align with proper dimensions. + - Fixed various accessibility issues in the User Groups modals. + - Fixed accessibility issues in Profile Settings to enhance usability. + - Fixed dialog dropdowns to ensure they were not cut off visually. + - Fixed an issue where deactivated users still maintained their previous status. + - Fixed an issue with plugin dialogs triggering errors upon submission. + - Fixed the version number of Support Packet v2. + - Fixed an issue with MIME type detection for video files (e.g., MP4, MOV, AVI, WEBM, WMV, MKV, MPG/MPEG) uploaded to S3 storage, enabling inline video playback in browsers. + - Fixed Support Packet caching issues. + - Fixed the **Threads** textbox changing width when a message was typed on certain screens. + - Fixed an issue with log messages including blank "user_id" field when request session was not valid or had a blank user_id. + - Fixed an issue where the emoji picker focus did not return to button when not selecting an emoji. + - Fixed the label in notification settings for the notification sound combo box. + +### 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. + +#### Changes to all plans: + - Under ``ExperimentalSettings`` in ``config.json``: + - Added ``ExperimentalChannelCategorySorting`` configuration setting to add the ability to automatically sort channels into categories upon creation/renaming. + +#### Changes to Enterprise plan: + - Under ``DataRetentionSettings`` in ``config.json``: + - Added ``PreservePinnedPosts`` configuration setting. If it's set to ``true``, pinned posts will not be deleted by data retention. + +#### Changes to Enterprise Advanced plan: + - ``MemberSyncBatchSize``, ``SyncUsersOnConnectionOpen``, ``GlobalUserSyncBatchSize``. + +### API Changes + - Added property fields and value methods to the plugin API. + - Improved the semantics of Groups API errors when invalid parameters were specified. + +### Open Source Components + - Added ``mholt/archives`` and removed ``code.sajari.com/docconv`` from https://github.com/mattermost/mattermost. + +### Go Version + - v10.10 is built with Go ``v1.24.3``. + +### Known Issues + - Setting the license file location through an environment variable still gives the option to upload a new license through the System Console, resulting in the license being overwritten by the one set through the environment variable. See this [knowledge base article](https://support.mattermost.com/hc/en-us/articles/33911983851284-System-console-still-displays-old-license-after-uploading-a-new-one) on how to resolve this issue. + +### Contributors + - + + (release-v10.9-feature-release)= ## Release v10.9 - [Feature Release](https://docs.mattermost.com/about/release-policy.html#release-types) From eff9259566a35ca61e3f51fbe2481da09cdbc813 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:39:23 +0300 Subject: [PATCH 07/13] Update mattermost-v10-changelog.md --- source/about/mattermost-v10-changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index d489ef45ee1..7ab8c547b1f 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -9,7 +9,7 @@ **Release Day: July 16, 2025** ### Important Upgrade Notes - - + - Added a new column ``DefaultCategoryName`` to the ``Channels`` table. This is nullable and stores a category name to be added/created when new users join a channel. This is only used if the ``ExperimentalChannelCategorySetting`` is enabled. No database downtime is expected for this upgrade. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for more details. ```{Important} If you upgrade from a release earlier than v10.9, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). @@ -79,7 +79,8 @@ New setting options were added to ``config.json``. Below is a list of the additi - Added ``PreservePinnedPosts`` configuration setting. If it's set to ``true``, pinned posts will not be deleted by data retention. #### Changes to Enterprise Advanced plan: - - ``MemberSyncBatchSize``, ``SyncUsersOnConnectionOpen``, ``GlobalUserSyncBatchSize``. + - Under ``ConnectedWorkspacesSettings`` in ``config.json``: + - Added ``MemberSyncBatchSize``, ``SyncUsersOnConnectionOpen``, ``GlobalUserSyncBatchSize`` configuration settings to allow remote users to be discoverable in the Direct/Group Message modal. ### API Changes - Added property fields and value methods to the plugin API. From 1d84fa044bbb6415c58ce5fe364ebfd0aebb33ca Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:41:43 +0300 Subject: [PATCH 08/13] Update release-policy.md --- source/about/release-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/about/release-policy.md b/source/about/release-policy.md index 0f8b37da472..10c713289ee 100644 --- a/source/about/release-policy.md +++ b/source/about/release-policy.md @@ -61,7 +61,7 @@ gantt v10.4 :done, 2025-01-16, 2025-04-15 v10.5 & Desktop App v5.11 Extended Support :crit, 2025-02-16, 2025-11-15 v10.6 :done, 2025-03-16, 2025-06-15 - v10.7 :active, 2025-04-16, 2025-07-15 + v10.7 :done, 2025-04-16, 2025-07-15 v10.8 :active, 2025-05-16, 2025-08-15 v10.9 :active, 2025-06-16, 2025-09-15 v10.10 :active, 2025-07-16, 2025-10-15 From 841a389c2f9038cb5f1e215517529b73455a1069 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:46:29 +0300 Subject: [PATCH 09/13] Update important-upgrade-notes.rst --- source/upgrade/important-upgrade-notes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index 2894ff2525b..a828bcc1493 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -16,6 +16,16 @@ Important Upgrade Notes | If you’re upgrading | Then... | | from a version earlier than... | | +====================================================+==================================================================================================================================================================+ +| v10.10 | Added a new column ``DefaultCategoryName`` to the ``Channels`` table. This is nullable and stores a category name to be added/created when new users join a | +| | channel. This is only used if the ``ExperimentalChannelCategorySetting`` is enabled. The migrations are fully backwards-compatible and no table locks or | +| | existing operations on the table are impacted by this upgrade. Zero downtime is expected when upgrading to this release. The SQL queries included are: | +| | | +| | PostgreSQL: https://github.com/mattermost/mattermost/blob/master/server/channels/db/migrations/postgres/000138_add_default_category_name_to_channel.down.sql and | +| | https://github.com/mattermost/mattermost/blob/master/server/channels/db/migrations/postgres/000138_add_default_category_name_to_channel.up.sql | +| | | +| | MySQL: https://github.com/mattermost/mattermost/blob/master/server/channels/db/migrations/mysql/000138_add_default_category_name_to_channel.down.sql and | +| | https://github.com/mattermost/mattermost/blob/master/server/channels/db/migrations/mysql/000138_add_default_category_name_to_channel.up.sql | ++----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | v10.9 | A new index to the ``CategoryId`` column in ``SidebarChannels`` table was added to improve query performance. No database downtime is expected for this upgrade. | | | For PostgreSQL, it takes around 2s to add the index on a table with 1.2M rows with an instance size of 8 cores and 16GB RAM. For MySQL, it takes around 5s on a | | | table with 300K rows on an instance size of 8 cores and 16GB RAM. The migrations are fully backwards-compatible and no table locks or existing operations on the | From e6ebeceda24add4a200e65bd2a2b110838e3b6d3 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:32:51 +0300 Subject: [PATCH 10/13] Update mattermost-v10-changelog.md --- source/about/mattermost-v10-changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 7ab8c547b1f..e4d4e320c94 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -18,6 +18,7 @@ If you upgrade from a release earlier than v10.9, please read the other [Importa ### Improvements #### User Interface (UI) + - Pre-packaged Calls plugin [v1.9.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.9.1). - Prepackaged GitLab plugin [v1.10.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.10.0). - Prepackaged GitHub plugin [v2.4.0](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.4.0). - Pre-packaged Boards plugin [v9.1.3](https://github.com/mattermost/mattermost-plugin-boards/releases/tag/v9.1.3). @@ -38,7 +39,13 @@ If you upgrade from a release earlier than v10.9, please read the other [Importa #### Administration - Added support for group messages in Shared Channels. - Added support for licenses that enforce seat counts with 5% grace period. + - Replaced fixed 5% grace period for user seat limits with configurable ``ExtraUsers`` field for exact control over additional seats. - Added support for selecting a default team on secure connections for incoming channel invites. + - LDAP Wizard: added a **Test Group Attributes** button for feedback on which group attributes match. + - LDAP Wizard: added a **Test Connection** button with improved error reporting. + - LDAP Wizard: added an expandable section to the **User Filters** section and added "More info" hover texts. + - LDAP Wizard: added a **Test Attributes** button with feedback on attribute success and number of users matching attribute. + - LDAP Wizard: added a **Test Filters** button with feedback on failure. - Organized cluster files into directories for the Support Packet. - Partially sanitized database datasources for the Support Packet. - Added deactivation status to the mmctl user search output. From 23a5c95887d63583f51f366804753661602b817b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:25:15 +0300 Subject: [PATCH 11/13] Update mattermost-v10-changelog.md --- source/about/mattermost-v10-changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 33096d91d92..f6874026d89 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -19,8 +19,8 @@ If you upgrade from a release earlier than v10.9, please read the other [Importa #### User Interface (UI) - Pre-packaged Calls plugin [v1.9.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v1.9.1). - - Prepackaged GitLab plugin [v1.10.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.10.0). - - Prepackaged GitHub plugin [v2.4.0](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.4.0). + - Pre-packaged GitLab plugin [v1.10.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.10.0). + - Pre-packaged GitHub plugin [v2.4.0](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.4.0). - Pre-packaged Boards plugin [v9.1.3](https://github.com/mattermost/mattermost-plugin-boards/releases/tag/v9.1.3). - Resolved inconsistent styling issues in new integration pages. - Improved the visual styling of blockquotes and comment threads for better readability and a modern appearance. From 14144fbc50b875a15d699dac6095c5ad82cbedd4 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:01:40 +0300 Subject: [PATCH 12/13] Update source/about/mattermost-v10-changelog.md Co-authored-by: Jesse Hallam --- source/about/mattermost-v10-changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index f6874026d89..64c8380833d 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -38,8 +38,7 @@ If you upgrade from a release earlier than v10.9, please read the other [Importa #### Administration - Added support for group messages in Shared Channels. - - Added support for licenses that enforce seat counts with 5% grace period. - - Replaced fixed 5% grace period for user seat limits with configurable ``ExtraUsers`` field for exact control over additional seats. + - Added support for licenses that enforce seat counts with a configurable ``ExtraUsers`` field for exact control over allowed overages. - Added support for selecting a default team on secure connections for incoming channel invites. - LDAP Wizard: added a **Test Group Attributes** button for feedback on which group attributes match. - LDAP Wizard: added a **Test Connection** button with improved error reporting. From 31684ed0374888f3d6207b69e4e80b090ac11599 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 19 Jun 2025 19:02:44 +0300 Subject: [PATCH 13/13] Update source/about/mattermost-v10-changelog.md Co-authored-by: Jesse Hallam --- source/about/mattermost-v10-changelog.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index 64c8380833d..0785b49bd1d 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -97,10 +97,6 @@ New setting options were added to ``config.json``. Below is a list of the additi ### Go Version - v10.10 is built with Go ``v1.24.3``. - -### Known Issues - - Setting the license file location through an environment variable still gives the option to upload a new license through the System Console, resulting in the license being overwritten by the one set through the environment variable. See this [knowledge base article](https://support.mattermost.com/hc/en-us/articles/33911983851284-System-console-still-displays-old-license-after-uploading-a-new-one) on how to resolve this issue. - ### Contributors -