From fc02104504ed24f15763afeb9c6e5506989b4058 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Mon, 6 May 2024 17:09:18 -0400 Subject: [PATCH 01/50] Started framework for new release lifecycle docs/guidance --- source/guides/client-compatibility.rst | 18 +++++++ source/guides/deployment.rst | 2 + source/guides/release-lifecycle.rst | 27 ++++++++++ .../extended-support-release.rst | 0 .../lifecycle/mattermost-server-releases.rst | 28 ++++++++++ .../release-lifecycle.rst | 0 source/lifecycle/release-policy.rst | 54 +++++++++++++++++++ .../version-archive.rst | 0 source/upgrade/release-definitions.rst | 2 + 9 files changed, 131 insertions(+) create mode 100644 source/guides/client-compatibility.rst create mode 100644 source/guides/release-lifecycle.rst rename source/{upgrade => lifecycle}/extended-support-release.rst (100%) create mode 100644 source/lifecycle/mattermost-server-releases.rst rename source/{upgrade => lifecycle}/release-lifecycle.rst (100%) create mode 100644 source/lifecycle/release-policy.rst rename source/{upgrade => lifecycle}/version-archive.rst (100%) diff --git a/source/guides/client-compatibility.rst b/source/guides/client-compatibility.rst new file mode 100644 index 00000000000..53f36d32096 --- /dev/null +++ b/source/guides/client-compatibility.rst @@ -0,0 +1,18 @@ +Client compatibility +===================== + +all plans; cloud & self-hosted + +what this section is about and who it's for + +see also: release lifecycle + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + Desktop app + Mobile app + +* :doc:`Access your Mattermost workspace ` - Log in to a Mattermost workspace to connect with your teammates. \ No newline at end of file diff --git a/source/guides/deployment.rst b/source/guides/deployment.rst index 9b4df5c4ac0..6db9306bff2 100644 --- a/source/guides/deployment.rst +++ b/source/guides/deployment.rst @@ -11,6 +11,7 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o :hidden: :titlesonly: + Mattermost release lifecycle Prepare your Mattermost database Deploy on Ubuntu Deploy using Docker @@ -35,6 +36,7 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o * Encountering issues with your deployment? See the :ref:`Deployment Troubleshooting ` or :doc:`high scale troubleshooting ` documentation for details. +* :doc:`Matermost release lifecycle ` - Learn about Mattermost releases, and our recommended practices around deployment updates and ESRs. * :doc:`Prepare your Mattermost database ` - Learn how to prepare and configure a database for Mattermost. * :doc:`Deploy on Ubuntu ` - Signed packages direct from Mattermost featuring a single command for install and upgrades. * :ref:`Deploy using Docker ` - The fastest way to try Mattermost and a great single server installation option. diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst new file mode 100644 index 00000000000..7828404d46e --- /dev/null +++ b/source/guides/release-lifecycle.rst @@ -0,0 +1,27 @@ +Mattermost release lifecycle +============================ + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +intro here + +.. important:: + + Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended. + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + Mattermost release policy + Mattermost Server releases + Mattermost Server changelogs + Server version archives + Desktop app + Mobile app + +* :doc:` Mattermost release policy ` - Learn about Mattermost’s release policy, and our recommended practices around deployment updates and ESRs. + + diff --git a/source/upgrade/extended-support-release.rst b/source/lifecycle/extended-support-release.rst similarity index 100% rename from source/upgrade/extended-support-release.rst rename to source/lifecycle/extended-support-release.rst diff --git a/source/lifecycle/mattermost-server-releases.rst b/source/lifecycle/mattermost-server-releases.rst new file mode 100644 index 00000000000..197b734948c --- /dev/null +++ b/source/lifecycle/mattermost-server-releases.rst @@ -0,0 +1,28 @@ +Mattermost Server releases +========================== + +.. include:: ../_static/badges/allplans-selfhosted.rst + :start-after: :nosearch: + +.. important:: + + Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended. + +Frequency +--------- + +Mattermost releases a new server version on the 16th of each month in :doc:`binary form `. + +- :doc:`Mattermost v9.x releases <>` +- :doc:`Mattermost v8.x releases <>` +- :doc:`Unsupported Mattermost legacy releases <>` + +Version archives + +Releases +-------- + + + + + diff --git a/source/upgrade/release-lifecycle.rst b/source/lifecycle/release-lifecycle.rst similarity index 100% rename from source/upgrade/release-lifecycle.rst rename to source/lifecycle/release-lifecycle.rst diff --git a/source/lifecycle/release-policy.rst b/source/lifecycle/release-policy.rst new file mode 100644 index 00000000000..7acf55c9ba8 --- /dev/null +++ b/source/lifecycle/release-policy.rst @@ -0,0 +1,54 @@ +Mattermost release policy +========================= + +.. include:: ../_static/badges/allplans-selfhosted.rst + :start-after: :nosearch: + +This page describes Mattermost’s release policy, and our recommended practices around deployment updates and ESRs, so that you can allocate your IT resources effectively. + +To ensure a secure, functional, performant, and efficient Mattermost deployment, system admins managing a self-hosted deployment need to be proactive in: +- monitoring release cycles and planning upgrades before life cycles end, +- considering the use of ESRs for longer-term stability, and +- keeping both server and client applications updated (compatibility) + +Release life cycles +------------------- + +Mattermost releases include feature, extended support, and major releases. Each release has a specified life cycle start and end date, and life cycles depend on the release type. + +- **Feature release**: Feature releases contain new features and include high severity and high impact security backported to the previous 3 monthly releases. This is to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply feature updates to maintain the security of your Mattermost deployment. +- **Extended Support Release (ESR)**: Releases maintained for a longer period of time that receive backports for security fixes and major bug fixes for the length of their life cycle. Learn more about `Mattermost <#extended-support-releases>` below. +- **Major release**: Annual mid-year releases that follow a release theme, and include multiple new features. + +With multiple release types, you can plan the upgrade path that best suits your organization's needs and compliance requirements. Align your plan with your organization's IT strategy and risk management policies to ensure continuous operation without exposure to security vulnerabilities. + +See the full list of all Mattermost Server and desktop app releases and life cycles. + +Extended support releases +------------------------- + +.. include:: ../_static/badges/ent-only.rst + :start-after: :nosearch: + +Mattermost Extended Support Releases (ESR) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. + +ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. + +We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. + +[image here] + +.. important:: + + High severity and high impact security fixes are backported to ESRs for the duration of their life cycle to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply these updates to maintain the security of your Mattermost deployment. + +ESR Notifications +~~~~~~~~~~~~~~~~~~ + +When an ESR is at the end of its life cycle, there will be announcements ahead of time to provide time for people to test, certify, and deploy a newer ESR version before support ends. After a release reaches its end-of-life, no further updates will be provided for that version. + +To receive updates about Extended Support Releases, sign up for `our mailing list `_. + +For a new upcoming ESR, an email is sent out 3 months before the end of support for an ESR version. This email includes a note about the new ESR that was just published. A second email is sent out during the month when an ESR version is reaching the end of support. + +For deprecated ESRs, an email announcement is sent 3 months in advance. We also add reminders on our release announcements, changelogs, :doc:`important upgrade notes `, and the `Mattermost Discussion Forums `_ site. \ No newline at end of file diff --git a/source/upgrade/version-archive.rst b/source/lifecycle/version-archive.rst similarity index 100% rename from source/upgrade/version-archive.rst rename to source/lifecycle/version-archive.rst diff --git a/source/upgrade/release-definitions.rst b/source/upgrade/release-definitions.rst index 94eb98a1d77..a61603c84af 100644 --- a/source/upgrade/release-definitions.rst +++ b/source/upgrade/release-definitions.rst @@ -1,3 +1,5 @@ +ARCHIVE & REDIRECT + Release definitions =================== From 44014c12abf23f4575a9ed40b5ebe9b1a02a4f2f Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 16 May 2024 15:19:28 -0400 Subject: [PATCH 02/50] Interim commit of markdown-formatted rel mgmt pages --- source/_static/badges/allplans-selfhosted.md | 11 + source/_static/badges/ent-only.md | 12 + .../mattermost-unsupported-legacy-releases.md | 14011 ++++++++++++++++ source/deploy/mattermost-v9-changelog.md | 993 ++ .../lifecycle/mattermost-server-releases.md | 27 + .../lifecycle/mattermost-server-releases.rst | 28 - .../{release-policy.rst => release-policy.md} | 52 +- 7 files changed, 15082 insertions(+), 52 deletions(-) create mode 100644 source/_static/badges/allplans-selfhosted.md create mode 100644 source/_static/badges/ent-only.md create mode 100644 source/deploy/mattermost-unsupported-legacy-releases.md create mode 100644 source/deploy/mattermost-v9-changelog.md create mode 100644 source/lifecycle/mattermost-server-releases.md delete mode 100644 source/lifecycle/mattermost-server-releases.rst rename source/lifecycle/{release-policy.rst => release-policy.md} (61%) diff --git a/source/_static/badges/allplans-selfhosted.md b/source/_static/badges/allplans-selfhosted.md new file mode 100644 index 00000000000..ac229579864 --- /dev/null +++ b/source/_static/badges/allplans-selfhosted.md @@ -0,0 +1,11 @@ +```{raw} html +
+``` + +![plans-img](../_static/images/badges/flag_icon.svg) Available on [all plans](https://mattermost.com/pricing/) + +![deployment-img](../_static/images/badges/deployment_icon.svg) [self-hosted](https://mattermost.com/deploy/) deployments + +```{raw} html +
+``` \ No newline at end of file diff --git a/source/_static/badges/ent-only.md b/source/_static/badges/ent-only.md new file mode 100644 index 00000000000..c8ea469dcf4 --- /dev/null +++ b/source/_static/badges/ent-only.md @@ -0,0 +1,12 @@ +```{raw} html +
+``` + +![plans-img](../_static/images/badges/flag_icon.svg) Available only on [Enterprise](https://mattermost.com/pricing/) plans + +```{raw} html +
+``` + + + diff --git a/source/deploy/mattermost-unsupported-legacy-releases.md b/source/deploy/mattermost-unsupported-legacy-releases.md new file mode 100644 index 00000000000..96d5570cdd0 --- /dev/null +++ b/source/deploy/mattermost-unsupported-legacy-releases.md @@ -0,0 +1,14011 @@ +# Mattermost unsupported legacy releases + +## Release v8.1 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) + +- **8.1.13, released 2024-04-25** + - Mattermost v8.1.13 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.13 contains no database or functional changes. + - Pre-packaged Playbooks version [v1.39.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.3). + - Increased the default payload size limit (``MaximumPayloadSizeBytes``) from 100 kB to 300 kB. +- **8.1.12, released 2024-03-26** + - Mattermost v8.1.12 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.12 contains no database or functional changes. +- **8.1.11, released 2024-03-06** + - Mattermost v8.1.11 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.11 contains no database or functional changes. + - Pre-packaged Calls version [v0.23.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.23.1). +- **8.1.10, released 2024-02-14** + - Mattermost v8.1.10 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.10 contains no database or functional changes. + - Pre-packaged Jira plugin version [v4.1.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.0). +- **8.1.9, released 2024-01-30** + - Mattermost v8.1.9 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with true-up reports sending active users and not activated users. Added **Monthly Active Users** (MAU) as part of the true-up reports. + - Mattermost v8.1.9 contains no database or functional changes. +- **8.1.8, released 2024-01-09** + - Mattermost v8.1.8 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with double URL encoding of Oauth redirect URI params. + - Pre-packaged Jira plugin version [v4.0.1](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.0.1). Also see [v4.0.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.0.0) for recent breaking changes. + - Mattermost v8.1.8 contains the following functional changes: + - Fixed an issue where invalid reactions could be added to posts. Added default limit of the number of reactions per post. +- **8.1.7, released 2023-11-29** + - Mattermost v8.1.7 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.7 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.21.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.21.1). + - Fixed an issue where users couldn't at-mention custom groups in group constrained teams and channels. +- **8.1.6, released 2023-11-13** + - Mattermost v8.1.6 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.6 contains no database or functional changes. + - Pre-packaged Playbooks plugin version [v1.39.1](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.1). + - Pre-packaged ToDo plugin version [v0.7.1](https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.7.1). + - Fixed an issue where the **About Mattermost** dialog reported an incorrect server version. +- **8.1.5, released 2023-11-06** + - Mattermost v8.1.5 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.5 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.20.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.20.0). + - Fixed an issue where **Recent Mentions** showed posts for other similar named users. +- **8.1.4, released 2023-10-27** + - Mattermost v8.1.4 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Focalboard plugin [v7.11.4](https://github.com/mattermost/focalboard/releases/tag/v7.11.4). + - Fixed an issue where plugin developers were unable to create a ``textarea`` in interactive dialogs. + - Fixed an issue where copy pasting images from Chrome failed. + - Mattermost v8.1.4 contains the following functional changes: + - Added a new configuration setting ``MaxFieldSize`` to add the ability to size-limit log fields during logging. + - Added a restriction to the mobile Oauth / SAML redirection to match the ``NativeAppSettings.AppCustomURLSchemes`` configuration setting. + - When ``ServiceSettings.ExperimentalEnableHardenedMode`` is enabled, standard users authenticated via username and password will not be able to use post props reserved for integrations, such as ``override_username`` or ``override_icon_url``. +- **8.1.3, released 2023-10-06** + - Mattermost v8.1.3 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.3 contains no database or functional changes. + - Fixed a potential read after write issue when loading license. + - Prepackaged Calls plugin version [v0.18.2](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.18.2). + - Fixed a panic where a simple worker would crash if it failed to get a job. +- **8.1.2, released 2023-09-08** + - Mattermost v8.1.2 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.2 contains the following database changes: + - Improved performance on data retention ``DeleteOrphanedRows`` queries. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for notes on a new migration that was added. Removed feature flag ``DataRetentionConcurrencyEnabled``. Data retention now runs without concurrency in order to avoid any performance degradation. Added a new configuration setting ``DataRetentionSettings.RetentionIdsBatchSize``, which allows admins to to configure how many batches of IDs will be fetched at a time when deleting orphaned reactions. The default value is 100. +- **8.1.1, released 2023-09-01** + - Mattermost v8.1.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.1.1 contains no database or functional changes. + - Fixed an issue preventing successful activation of trial licenses. + - Fixed several issues with loading of licenses. + - Fixed an issue where text copied from Microsoft OneNote pasted it as an image. + - Replaced Gfycat with Giphy in the gif picker. + - Fixed an issue where compliance export jobs were not able to start after disabling and enabling the compliance export. +- **8.1.0, released 2023-08-24** + - Original 8.1.0 release + +### Improvements + +#### User Interface (UI) + - Updated the user interface for the **Browse channels** modal. + - Increased the nickname field in the user interface from 22 to 64 characters. + - Updated links to documentation in the **System Console**. + - Emoji size is now in scale with the text size in the channel header. + - The emoji picker view modal is now displayed on mobile browsers. + - Prepackaged v1.2.2 of the Apps plugin. + - Prepackaged Focalboard plugin version 7.11.2. + - Prepackaged Playbooks version 1.38.0. + - Prepackaged Calls plugin version 0.18.0. + +#### Administration + - Added support for a separate Export storage and S3 presigned URLs generation for downloading the export files. + - Using ``https://github.com/reduxjs/redux-devtools`` in production builds is now allowed for webapp. + - Added a new feature flag, ``DataRetentionConcurrencyEnabled``, to enable/disable concurrency for data retention batch deletion. Also added a new configuration setting ``DataRetentionSettings.TimeBetweenBatchesMilliseconds`` to control the sleep time between batch deletions. + - Added a setting under **System Console > Authentication > Guest Access > Show Guest Tag** to remove the **Guest** badges from within the product. +- Added Apache 2.0 license to the public submodule, explicitly signalling to [pkg.go.dev](https://pkg.go.dev/github.com/mattermost/mattermost/server/public@v0.0.6) the license in play for this source code. + - Added the ability for admins to hide or customize the **Forgot password** link on the login page. + - The ``mattermost database reset`` command no longer starts the application server. It will only start the store layer and truncate the tables excluding the migrations table. + +### Bug Fixes + - Fixed an issue where scrollbars were not visible enough on the **File Preview** screen. + - Fixed an issue where SAML Admin Attribute only compared the first value instead of looping through the assertion values array. + - Fixed an issue where updates to recent emojis were not batched when multiple emojis were posted at once. + - Reverted a change that could cause the webapp to forget the current user's authentication method. + - Fixed an issue where drafts would persist after sending an ``@here`` mention in the right-hand side. + - Fixed an issue where the **New messages** toast appeared on channels that were completely visible. + - Fixed an UI issue related to profile popover on channel member search in the right hand pane. + - Fixed an issue where the multi-line channel header preview was too narrow on mobile web view. + - Fixed the render of the **Add Slash Command** page in the backstage area. + - Fixed an issue where user's timezone affected the date selection in the calendar. + - Fixed the clickable area of post textboxes being too small. + - Fixed an UI bug in the bot profile popover. + - Fixed an issue with missing time zone metadata in the Docker container. + - Fixed an issue with the ``registerMessageWillBeUpdatedHook`` plugin hook. + - Fixed an issue where the **Saved Posts** section would not show channel and team names. + - Fixed accessibility issues: tab support at login, reset and signup pages, and controls at the Apps bar. + +### config.json +Multiple 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 ``PasswordSettings`` in ``config.json``: + - Added ``EnableForgotLink`` to add the ability for admins to hide or customize the **Forgot password** link on the login page. + - Under ``FileSettings`` + - Added various export store settings to add support for a new Export storage. + +#### Changes to Professional and Enterprise plans: + - Under ``GuestAccountsSettings`` in ``config.json``: + - Added ``HideTags`` to add the ability to remove the **Guest** badges from within the product. + +#### Changes to Enterprise plan: + - ``DataRetentionSettings`` in ``config.json``: + - Added ``TimeBetweenBatchesMilliseconds`` setting to control the sleep time between batch deletions. + +### Go Version + - v8.1 is built with Go ``v1.19.5``. + +### Known Issues + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [3kami3](https://github.com/3kami3), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaMrDC](https://github.com/akaMrDC), [Alanchen](https://translate.mattermost.com/user/Alanchen), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [austin-denoble](https://github.com/austin-denoble), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [azistellar](https://translate.mattermost.com/user/azistellar), [bartoszpijet](https://github.com/bartoszpijet), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [BodhiHu](https://github.com/BodhiHu), [CI-YU](https://translate.mattermost.com/user/CI-YU), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danielcw-fortuna](https://github.com/danielcw-fortuna), [devinbinnie](https://github.com/devinbinnie), [dirosv-eden](https://translate.mattermost.com/user/dirosv-eden), [dsharma522](https://github.com/dsharma522), [EduardoSellanes](https://github.com/EduardoSellanes), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [esarafianou](https://github.com/esarafianou), [esethna](https://github.com/esethna), [fmartingr](https://github.com/fmartingr), [gabrieljackson](https://github.com/gabrieljackson), [guuw](https://translate.mattermost.com/user/guuw), [hanh.h.pham](https://translate.mattermost.com/user/hanh.h.pham), [harshal2030](https://github.com/harshal2030), [harshilsharma63](https://github.com/harshilsharma63), [hchorfispiria](https://github.com/hchorfispiria), [hmhealey](https://github.com/hmhealey), [ifoukarakis](https://github.com/ifoukarakis), [invalid-email-address](https://github.com/invalid-email-address), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [janostgren](https://github.com/janostgren), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jlandells](https://github.com/jlandells), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [karan2704](https://github.com/karan2704), [kayazeren](https://github.com/kayazeren), [komoon8934](https://github.com/komoon8934), [krmh04](https://github.com/krmh04), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [LeonardJouve](https://github.com/LeonardJouve), [lieut-data](https://github.com/lieut-data), [linkvn](https://github.com/linkvn), [loganrosen](https://github.com/loganrosen), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahaker](https://github.com/mahaker), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matinzd](https://github.com/matinzd), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [mkdbns](https://github.com/mkdbns), [morgancz](https://github.com/morgancz), [mustdiechik](https://github.com/mustdiechik), [mvitale1989](https://github.com/mvitale1989), [namanh-asher](https://github.com/namanh-asher), [nickmisasi](https://github.com/nickmisasi), [notlelouch](https://github.com/notlelouch), [orta-contrib](https://github.com/orta-contrib), [panoramix360](https://github.com/panoramix360), [PedroHmaker](https://github.com/PedroHmaker), [phoinix-mm-test](https://github.com/phoinix-mm-test), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://github.com/pjenicot), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [qryptdev](https://github.com/qryptdev), [ridwankabeer435](https://github.com/ridwankabeer435), [roadt](https://github.com/roadt), [saideepesh000](https://github.com/saideepesh000), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [ShrootBuck](https://github.com/ShrootBuck), [sinansonmez](https://github.com/sinansonmez), [sonichigo](https://github.com/sonichigo), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [thefourcraft](https://github.com/thefourcraft), [thinkGeist](https://github.com/thinkGeist), [ThrRip](https://github.com/ThrRip), [timmycheng](https://github.com/timmycheng), [toninis](https://github.com/toninis), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [veronicadip](https://github.com/veronicadip), [vish9812](https://github.com/vish9812), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yigitcan-prospr](https://github.com/yigitcan-prospr), [yomiadetutu1](https://github.com/yomiadetutu1) + +---- + +## Release v8.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) + +- **8.0.4, released 2023-10-06** + - Mattermost v8.0.4 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.0.4 contains no database or functional changes. + - Prepackaged Calls plugin version [v0.17.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.17.1). +- **v8.0.3, released 2023-09-08** + - Mattermost v8.0.3 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.0.3 contains no database or functional changes. +- **v8.0.2, released 2023-09-01** + - Mattermost v8.0.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.0.2 contains no database or functional changes. + - Fixed an issue with missing time zone metadata in the Docker container. + - Fixed an issue preventing successful activation of trial licenses. + - Replaced Gfycat with Giphy in the gif picker. +- **v8.0.1, released 2023-07-26** + - Mattermost v8.0.1 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v8.0.1 contains no database or functional changes. + - Added support for embedding Mattermost in a Microsoft Teams iframe. + - Fixed an issue where the v8.0.0 **About Mattermost** dialog reported an incorrect server version in the Free Plan [MM-53681](https://mattermost.atlassian.net/browse/MM-53681). + - Prepackaged Focalboard plugin version 7.11.2. +- **8.0.0, released 2023-07-14** + - Original 8.0.0 release + +### Important Upgrade Notes + + - Insights has been deprecated for all new instances and for existing servers that upgrade to v8.0. See more details in [this forum post](https://forum.mattermost.com/t/proposal-to-revise-our-insights-feature-due-to-known-performance-issues/16212) on why Insights has been deprecated. + - The Focalboard plugin is now disabled by default for all new instances and can be enabled in the **System Console > Plugin settings**. + - The Channel Export and Apps plugins are now disabled by default. + - Apps Bar is now enabled by default for on-prem servers. ``ExperimentalSettings.EnableAppBar`` was also renamed to ``ExperimentalSettings.DisableAppBar``. See more details at: + - https://docs.mattermost.com/configure/experimental-configuration-settings.html#disable-app-bar + - https://forum.mattermost.com/t/channel-header-plugin-changes/13551 + - Introduced the [public](https://github.com/mattermost/mattermost/tree/master/server/public) submodule, housing the familiar `model` and `plugin` packages, but now discretely versioned from the server. It is no longer necessary to `go get` a particular commit hash, as Go programs and plugins can now opt-in to importing `github.com/mattermost/mattermost-server/server/public` and managing versions idiomatically. While this submodule has not yet shipped a v1 and will introduce breaking changes before stabilizing the API, it remains both forwards and backwards compatible with the Mattermost server itself. + - In the main `server package`, the Go module path has changed from ``github.com/mattermost/mattermost-server/server/v8`` to ``github.com/mattermost/mattermost/server/v8``. But with the introduction of the `public` submodule, it should no longer be necessary for third-party code to import this `server` package. + - As part of the `public` submodule above, a ``context.Context`` is now passed to ``model.Client4`` methods. + - Removed support for PostgreSQL v10. The new minimum PostgreSQL version is now v11. + - The Mattermost public API for Go is now available as a distinctly versioned package. Instead of pinning a particular commit hash, use idiomatic Go to add this package as a dependency: go get ``github.com/mattermost/mattermost-server/server/public``. This relocated Go API maintains backwards compatibility with Mattermost v7. Furthermore, the existing Go API previously at github.com/mattermost/mattermost-server/v6/model remains forward compatible with Mattermost v8, but may not contain newer features. Plugins do not need to be recompiled, but developers may opt in to using the new package to simplify their build process. The new public package is shipping alongside Mattermost v8 as version 0.5.0 to allow for some additional code refactoring before releasing as v1 later this year. + - Three configuration fields have been added, ``LogSettings.AdvancedLoggingJSON``, ``ExperimentalAuditSettings.AdvancedLoggingJSON``, and ``NotificationLogSettings.AdvancedLoggingJSON`` which support multi-line JSON, escaped JSON as a string, or a filename that points to a file containing JSON. The ``AdvancedLoggingConfig`` fields have been deprecated. + - The Go MySQL driver has changed the ``maxAllowedPacket`` size from 4MiB to 64MiB. This is to make it consistent with the change in the server side default value from MySQL 5.7 to MySQL 8.0. If your ``max_allowed_packet`` setting is not 64MiB, then please update the MySQL config DSN with an additional param of ``maxAllowedPacket`` to match with the server side value. Alternatively, a value of 0 can be set to to automatically fetch the server side value, on every new connection, which has a performance overhead. + - Removed ``ExperimentalSettings.PatchPluginsReactDOM``. If this setting was previously enabled, confirm that: + + 1. All Mattermost-supported plugins are updated to the latest versions. + 2. Any other plugins have been updated to support React 17. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for v7.7 for more information. + + - Removed deprecated ``PermissionUseSlashCommands``. + - Removed deprecated ``model.CommandArgs.Session``. + - Pass a ``context.Context`` to Client4 methods. + - For servers wanting to allow websockets to connect from origins other than the origin of the site URL, please set the ``ServiceSettings.AllowCorsFrom`` [configuration setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). Also ensure that the ``siteURL`` is set correctly. + - In v8.0, the following repositories are merged into one: ``mattermost-server``, ``mattermost-webapp`` and ``mmctl``. Developers should read the updated [Developer Guide](https://developers.mattermost.com/contribute/developer-setup/) for details. + - Fixed an issue caused by a migration in the previous release. Query takes around 11ms on a PostgreSQL 14 DB t3.medium RDS instance. Locks on the preferences table will only be acquired if there are rows to delete, but the time taken is negligible. + - Fixed an issue where a user would still see threads in the threads view of channels they have left. Migration execution time in PostgreSQL: Execution time: 58.11 sec, DELETE 2766690. Migration execution time in MySQL: Query OK, 2766769 rows affected (4 min 47.57 sec). + - The file info stats query is now optimized by denormalizing the ``channelID`` column into the table itself. This will speed up the query to get the file count for a channel when selecting the right-hand pane. Migration times: + + - On a PostgreSQL 12.14 DB with 1731 rows in FileInfo and 11M posts, it took around 0.27s + - On a MySQL 8.0.31 DB with 1405 rows in FileInfo and 11M posts, it took around 0.3s + +```{Important} +If you upgrade from a release earlier than v7.10, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Private cloud LLMs, Azure AI, and OpenAI integrations + - Mattermost provides an OpenOps framework to integrate with private cloud LLMs, Azure AI, and OpenAI models to embed generative AI assistance in collaborative workflows and automation. [Learn more about OpenOps here](https://github.com/mattermost/openops). + +#### Mattermost for Microsoft Teams + - We’re extending our integration with the Microsoft 365 platform with a new embedded experience directly inside Microsoft Teams, as well as our updated MS Teams Connector. + +#### Mattermost for Atlassian Suite + - Uplevel your workflows within Mattermost using your Atlassian toolset. [Learn more about Mattermost for Atlassian Suite here](https://mattermost.com/atlassian/). + +#### Performance and efficiency with PostgreSQL + - To simplify management and scalability challenges, Mattermost 8.0 recommends deploying PostgreSQL over MySQL. + +#### New End User Training + - We’re introducing [9 new training modules](https://academy.mattermost.com/p/mattermost-end-user-onboarding) dedicated to educating users on the key components of the Mattermost platform and an additional [10 new use case modules](https://academy.mattermost.com/courses/category/use-case-training) tackling technical scenarios within DevOps, Security Ops, and Incident Management. + +### Improvements + +#### User Interface (UI) + - Persistent notifications (Professional and Enterprise Plans) allow users to notify recipients repeatedly until action is taken on an urgent message. Check out [our documentation](https://docs.mattermost.com/channels/message-priority.html#send-persistent-notifications) for more details. + - The apps bar is now enabled by default for on-prem servers. ``ExperimentalSettings.EnableAppBar`` was also renamed to ``ExperimentalSettings.DisableAppBar``. See more details at: + - https://docs.mattermost.com/configure/experimental-configuration-settings.html#disable-app-bar + - https://forum.mattermost.com/t/channel-header-plugin-changes/13551 + - Added a **Mattermost Marketplace** option to the bottom of the apps bar. The option is visible when the Marketplace is enabled, and the user has ``SYSCONSOLE_WRITE_PLUGINS`` permissions. + - Calls v0.17.0 introduces a new ringing feature (Beta): Calls in Direct and Group Message channels will ring and pop up a visual notification for the incoming call. Check out the Calls v0.17.0 release notes and [Calls documentation](https://docs.mattermost.com/channels/make-calls.html) for more details. + - Added an **Add channels** button to the bottom of the left-hand sidebar to make the action more obvious for users who want to create or join channels. + - Removed the Webapp Build Hash from **Main Menu > About Mattermost** since it is now identical to Server Build Hash. + - Replaced the ``compass-components`` icon component with ``compass-icons``. + - Added **hours ahead** timezone details to the user profile popover. + - Added an experimental feature to disable re-fetching of channel and channel members on browser focus. + - Bot users are now hidden in the user selector in apps forms. + - Removed the fetching of archived channels on page load. + - The **Channel Type** dropdown within the **Browse Channels** modal can now be focused. + - Removed in-app help pages that were no longer accessible. + - Removed system join/leave messages from thread replies and post them instead in the main channel. + - Added [an experimental setting](https://docs.mattermost.com/configure/experimental-configuration-settings.html#delay-channel-autocomplete) to make the channel autocomplete only appear after typing two characters instead of immediately after the tilde (~). + - Default user profile pictures will now regenerate a new picture when the username changes. + - Implemented URL auto generation on channel creation for when there's no URL-safe characters on its name. + - Added a new option to auto-follow all threads in the channel **Notification Preference** settings. + - ``CTRL/CMD + K`` shortcut can now be used to insert link formatting when text is selected. + - ``pas`` and ``pascal`` code blocks are now higlighted. + - Removed websocket state effects for the collapse/expand state of categories. + - Pre-packaged Jira plugin version 3.2.5. + - Pre-packaged GitHub plugin version 2.1.6. + - Pre-packaged Autolink plugin version 1.4.0. + - Pre-packaged Welcomebot plugin version 1.3.0. + - Pre-packaged NPS plugin version 1.3.2. + - Prepackaged Focalboard plugin version 7.11.0. + - Prepackaged Playbooks plugin version 1.37.0. + - Added support to specify different desktop notification sounds per channel. + - Calls: Ringing sounds can be enabled/disabled and selected in the **Desktop Notifications** preferences panel. + +#### Administration + - Added a new ``ConfigurationWillBeSaved`` plugin hook which is invoked before the configuration object is committed to the backing store. + - Admins can now specify index names to ignore while purging indexes from Elasticsearch with the ``ElasticsearchSettings.IgnoredPurgeIndexes`` setting. + - Added an option to use the German HPNS notification proxy. + - New flags were added to the [database migrate command](https://docs.mattermost.com/manage/command-line-tools.html#mattermost-db-migrate) as following: + + - ``auto-recover``: If the migration plan receives an error during migrations, this command will try to rollback migrations already applied within the plan. This option is not recommended to be added without reviewing migration plan. You can review the plan by combining ``--save-plan`` and ``--dry-run`` flags. + - ``save-plan``: The plan for the migration will be saved into the file store so that it can be used for reviewing the plan or to be used for downgrading. + - ``dry-run``: Does not apply the migrations, but it validates how the migration would run with the given conditions. + + - A new [database subcommand](https://docs.mattermost.com/manage/command-line-tools.html#mattermost-db-downgrade) "downgrade" was added to be able to rollback database migrations. The command either requires an update plan to rollback, or comma separated version numbers. + - Removed ``/api/v4/users/stats`` network request from ``InviteMembersButton``. + - Self-hosted admins can now define a separate shipping address during in-product license purchase. + - Added updates to the trial request forms to allow for a more tailored trial experience. + - First admins will now have an onboarding experience that includes first team creation based on company name and invite members link steps. + - Adds the ability to expand seats in-product for self-hosted servers. + - Added the ability to search a partial first name, last name, nickname, or username on the **System Console > Users** page. + - **Contact Support** now redirects users to Zendesk and pre-fills known information. + - Added a mechanism for public routes on products and used it to support publicly shared Board links. + - The database section in the **System Console** now has an additional read-only section which shows the active search backend in use. This can be helpful to confirm which search engine is currently active when there are multiple configured. + - Updated Docker Base Image from Debian to Ubuntu 22.04 LTS. + - Type-generated settings will now be generated (only for future generations) with a URL-safe version of base64 encoding. + - Mattermost is now resilient against database replica outages and will dynamically choose a replica if it's alive. Also a config parameter ``ReplicaMonitorIntervalSeconds`` was added and the default value is 5. This controls how frequently unhealthy replicas will be monitored for liveness check. + +#### Performance + - Improved the performance of webapp related to timezone calculations. + - Improved performance of code used for post list screen reader support. + +### API Changes + - An underscore is now used in the timeline API (``event-id`` -> ``event_id``) for consistency with other API arguments. + +### Bug Fixes + - Fixed a scrolling issue in the purchase modals. + - Fixed an issue where the experimental Shared Channels feature failed to synchronize if a previously removed table column was still present. + - Fixed an issue where clicking on a channel link (for a channel the user was not a part of) caused the webapp to refresh, dropping the user from a call. + - Fixed an issue with PDF preview rendering for certain Japanese characters. + - Fixed an issue where the screen reader did not announce the action of copying the link in the invite modal. + - Fixed an issue with post metadata not generating correctly for images due to missing content-type in response. This would result in certain embedded images not to display on mobile clients. + - Fixed an issue where edits to messages persisted after canceling. + - Added a condition for bot tags for webhook posts when a bot account is used for webhooks. + - Fixed the sorting value of categories in ``CreateSidebarCategoryForTeamForUser``. + - Fixed a potential crash when opening the user profile popover. + - Fixed permalink and thread reply navigation between teams. + - Fixed an issue with the installation of pre-packaged plugins that are not in the Marketplace. + - Fixed an issue caused by a migration in a previous release. The query takes around 11ms on a PostgreSQL 14 DB t3.medium RDS instance. Locks on the preferences table will only be acquired if there are rows to delete, but the time taken is negligible. + - Fixed an issue where modals did not close when clicking below them on certain screen sizes. + - Fixed an issue with a few translation labels that couldn't be translated. + - Fixed an issue where the server log UI for plain text formatting was unexpectedly removed in a previous release. + - Fixed an issue where combined system messages did not display in chronological order. + - Fixed an issue where the current user and status were not updated on WebSocket reconnect. + - Fixed an issue where certain hashtags were not searchable when using database search. + - Fixed the **New Messages** line overlapping date lines in the post list. + - Fixed an issue where post reactions disappeared when the search sidebar was open. + - Fixed an issue with broken "medical_symbol", "male_sign", and "female_sign" emojis. + - Fixed a panic where a JSON null value was passed as a channel update. + - Fixed an issue where the draft counter badge remained in cases where a deleted parent post was removed. + - Fixed an issue where posts were not fully sanitized for audit output when a link preview was included. + - Fixed an issue where the footer with **Save/Cancel** buttons did not get anchored properly in the System Console. + - Fixed an issue where the undo history was erased when links, tables, or code was pasted into the textbox. + - Fixed an issue where Elasticsearch didn't properly start on startup when enabled. Also added a missing ``IsEnabled`` method to Elasticsearch. + - Fixed an issue where text couldn't be copied from the post textbox. + - Fixed an issue where using **SHIFT+TAB** with a screen reader placed the cursor focus at the bottom of the channel rather than at the post that was linked to. + +### config.json +Multiple 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: + - Removed ``EnableInactivityEmail`` config setting. + - Added a new config setting section ``ProductSettings``. + - Under ``ExperimentalSettings`` in ``config.json``: + - Added ``DelayChannelAutocomplete``, to make the channel autocomplete only appear after typing a couple letters instead of immediately after a tilde. + - Added ``DisableRefetchingOnBrowserFocus``, to disable re-fetching of channel and channel members on browser focus. + - Added ``DisableAppBar`` to enable apps bar by default. + - Three configuration fields have been added, ``LogSettings.AdvancedLoggingJSON``, ``ExperimentalAuditSettings.AdvancedLoggingJSON``, and ``NotificationLogSettings.AdvancedLoggingJSON`` which support multi-line JSON, escaped JSON as a string, or a filename that points to a file containing JSON. The ``AdvancedLoggingConfig`` fields have been deprecated. + +#### Changes to Professional and Enterprise plans: + - Under ``ServiceSettings`` in ``config.json``: + - Added new configuration settings ``AllowPersistentNotifications``, ``PersistentNotificationIntervalMinutes``, ``PersistentNotificationMaxCount``, ``PersistentNotificationMaxRecipients``, to add a persistent notification option when sending urgent priority posts. + +#### Changes to Enterprise plan: + - Under ``ElasticsearchSettings`` in ``config.json``: + - Now you can specify index names to ignore while purging indexes from Elasticsearch with the ``IgnoredPurgeIndexes`` setting. + +### Go Version + - v8.0 is built with Go ``v1.19.5``. + +### Open Source Components: + - Added ``date-fns`` to https://github.com/mattermost/mattermost/. + +### Known Issues + - White screen might appear when creating a slash command [MM-53665](https://mattermost.atlassian.net/browse/MM-53665). + - When sending a draft message in a Thread, the message is not cleared if the thread is open in the right-hand side [MM-53520](https://mattermost.atlassian.net/browse/MM-53520). + - Channel and team names are missing from **Saved Posts** in the right-hand side [MM-53636](https://mattermost.atlassian.net/browse/MM-53636). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaMrDC](https://translate.mattermost.com/user/akaMrDC), [akaravashkin](https://github.com/akaravashkin), [amyblais](https://github.com/amyblais), [andriusbal](https://github.com/andriusbal), [andrleite](https://github.com/andrleite), [aqurilla](https://github.com/aqurilla), [asaadmahmood](https://github.com/asaadmahmood), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [chumano](https://translate.mattermost.com/user/chumano), [CI-YU](https://translate.mattermost.com/user/CI-YU), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [creeper-0910](https://translate.mattermost.com/user/creeper-0910), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [devinbinnie](https://github.com/devinbinnie), [diciwall](https://translate.mattermost.com/user/diciwall), [DieAkuteSense](https://github.com/DieAkuteSense), [dirosv-eden](https://github.com/dirosv-eden), [Ele7o](https://translate.mattermost.com/user/Ele7o), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [Esterjudith](https://github.com/Esterjudith), [fmartingr](https://github.com/fmartingr), [fnogcps](https://github.com/fnogcps), [gabrieljackson](https://github.com/gabrieljackson), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [ifoukarakis](https://github.com/ifoukarakis), [ilies-bel](https://github.com/ilies-bel), [invalid-email-address](https://github.com/invalid-email-address), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivalkshfoeif](https://github.com/ivalkshfoeif), [iyampaul](https://github.com/iyampaul), [janostgren](https://github.com/janostgren), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [jupenur](https://github.com/jupenur), [kaakaa](https://translate.mattermost.com/user/kaakaa), [karan2704](https://github.com/karan2704), [kayazeren](https://github.com/kayazeren), [kostaspt](https://github.com/kostaspt), [krmh04](https://github.com/krmh04), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [leonambeez](https://github.com/leonambeez), [LeonardJouve](https://github.com/LeonardJouve), [lieut-data](https://github.com/lieut-data), [lmedoshvili](https://translate.mattermost.com/user/lmedoshvili), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahaker](https://github.com/mahaker), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [MattSilvaa](https://github.com/MattSilvaa), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [morgancz](https://github.com/morgancz), [muratbayan](https://translate.mattermost.com/user/muratbayan), [mvitale1989](https://github.com/mvitale1989), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://translate.mattermost.com/user/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nihaldivyam](https://github.com/nihaldivyam), [pablo-suazo](https://github.com/pablo-suazo), [panklobouk](https://translate.mattermost.com/user/panklobouk), [Partizann](https://github.com/Partizann), [phoinix-mm-test](https://github.com/phoinix-mm-test), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://translate.mattermost.com/user/pjenicot), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [ridwankabeer435](https://github.com/ridwankabeer435), [rOt779kVceSgL](https://translate.mattermost.com/user/rOt779kVceSgL), [RoyI99](https://github.com/RoyI99), [saideepesh000](https://github.com/saideepesh000), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shivamjosh](https://github.com/shivamjosh), [sinansonmez](https://github.com/sinansonmez), [SkyLuke91](https://translate.mattermost.com/user/SkyLuke91), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [tejaskarelia17](https://github.com/tejaskarelia17), [tfromont](https://translate.mattermost.com/user/tfromont), [ThrRip](https://translate.mattermost.com/user/ThrRip), [timmycheng](https://github.com/timmycheng), [toninis](https://github.com/toninis), [tsabi](https://translate.mattermost.com/user/tsabi), [ujwalkumar1995](https://github.com/ujwalkumar1995), [vish9812](https://github.com/vish9812), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [zhsj](https://github.com/zhsj) + +---- + +## Release v7.11 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + + - The Mattermost v7.11 release has been canceled as we are working on architectural changes for the Mattermost platform. The next scheduled release is v8.0 this summer. + +## Release v7.10 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.10.5, released 2023-07-26** + - Mattermost v7.10.5 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.10.5 contains no database or functional changes. + - Fixed an issue where line breaks were introduced when pasting hyperlinks in the chat. + - Prepackaged Focalboard plugin version 7.10.5. +- **v7.10.4, released 2023-07-12** + - Mattermost v7.10.4 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.10.4 contains no database or functional changes. + - Fixed an issue where posts were not fully sanitized for audit output when a link preview was included. + - Updated prepackaged Playbooks plugin version to 1.36.2. +- **v7.10.3, released 2023-06-15** + - Mattermost v7.10.3 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Updated prepackaged Boards to v7.10.4. + - Included prepackaged Welcomebot plugin v1.3.0. + - For servers wanting to allow websockets to connect from origins other than the origin of the site URL, please set the ``ServiceSettings.AllowCorsFrom`` [configuration setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). Also ensure that the ``siteURL`` is set correctly. +- **v7.10.2, released 2023-05-18** + - Fixed an issue where v7.10 reported an incorrect mmctl version. +- **v7.10.1, released 2023-05-16** + - Mattermost v7.10.1 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where a user would still see threads in the threads view of channels they have left. Migration execution time in MySQL: Query OK, 2766769 rows affected (4 min 47.57 sec). Migration execution time in PostgreSQL: 58.11 sec, DELETE 2766690. + - Prepackaged version 1.2.1 of the Apps plugin. + - Prepackaged version 2.1.5 of the GitHub plugin. + - Updated prepackaged Playbooks v1.36.1. + - Fixed an issue where true-up review submissions always failed. + - Fixed an issue caused by a migration in the previous release. Query takes around 11ms on a PostgreSQL 14 DB t3.medium RDS instance. Locks on the preferences table will only be acquired if there are rows to delete, but the time taken is negligible. +- **v7.10.0, released 2023-04-14** + - Original 7.10.0 release + +Mattermost v7.10.0 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + + - In the next release, v7.11, the following repositories will be merged into one: ``mattermost-server``, ``mattermost-webapp``, ``focalboard`` and ``mattermost-plugin-playbooks``. Developers should read the updated [Developer Guide](https://developers.mattermost.com/contribute/developer-setup/) for details. **Playbooks and Boards will be core parts of the product that cannot be disabled**. + +```{Important} +If you upgrade from a release earlier than v7.9, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +#### User Interface (UI) + - Added the ability to set a reminder to read a message at a specific time via the **More** menu in messages. + - Mentions from muted channels are no longer shown or counted on the browser and desktop tabs. + - Updated descriptions for **Environment > Developer** settings in the **System Console** to clarify that changes require a server restart to take effect. + - The custom user status is now shown in the right-hand side **Members** pane and in **System Console > Users**. + - Added the ability to invite multiple people at a time by email to a Mattermost instance. + - Added accessibility support to the date picker. + - System admins are prompted to complete a feedback survey during a workspace downgrade process from Cloud Professional to Cloud Free. + - Migrated the message (...) **More** option to a Material UI (MUI) menu. + - Updated pre-packaged Boards to v7.10.0. + - Updated pre-packaged Calls to v0.15.1. + +#### Administration + - The ``ServiceSettings.PostEditTimeLimit`` config setting no longer affects Plugins, Shared Channels, Integration Actions, or Mattermost Products. + - The app server no longer starts if the telemetry ID in the systems table doesn't exist. Although there is no action required by the administrators, it may be good to be aware of this change. If the ID doesn't exist, administrators can read the error log and take action against it. + - Added additional values to the support packet. + - Self-hosted instances will now show invoices in **System Console > Billing & Account > Billing History*** for prior self-serve purchases. + - A 404 error is now returned if an invoice could not be fetched for a self-hosted deployment. + +#### Performance + - Writes to websocket now take 13% less memory and happen 22% faster per message. + +### API Changes + - Added a ``exclude_files_count`` parameter to exclude file counts from channel stats API. + +### Bug Fixes + - Fixed an issue where Shared Channels wasn't properly added to the Professional license. + - Fixed new teams to use the updated translation for default channels after a config change. + - Fixed issues with spacing in the channel categories and maintained the same spacing in the left-hand side. + - Fixed disproportionate height issues for tall single images. + - Fixed an issue where a single WebSocket reconnect could be handled multiple times which would negatively affect performance. + - Fixed an issue in **Top DM Insights**, where a deleted participant caused DM Insights to fail. + - Fixed an issue where Cloud limits would briefly flash in the System Console before disappearing. + - Fixed an issue with the compact message mode. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in the ``config.json``: + - ``SelfHostedExpansion`` config setting was added to support incremental additions/changes to this feature. + +### Go Version + - v7.10 is built with Go ``v1.19.5``. + +### Open Source Components + - Added ``date-fns`` to https://github.com/mattermost/mattermost-webapp/. + +### Known Issues + - Updating from v7.9.x to Focalboard 7.10.4 causes Boards attachments to be lost [MM-53240](https://mattermost.atlassian.net/browse/MM-53240). + - Users have trouble logging into Mattermost mobile app when the DiagnosticId is not properly stored in cache after startup [MM-53195](https://mattermost.atlassian.net/browse/MM-53195). + - Users are unexpectedly forced to enable JSON logging [MM-51453](https://mattermost.atlassian.net/browse/MM-51453). + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. See the `Insights `__ documentation for details. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [11sma](https://github.com/11sma), [adj2908](https://github.com/adj2908), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [andrius.balsevicius](https://translate.mattermost.com/user/andrius.balsevicius), [angeloskyratzakos](https://github.com/angeloskyratzakos), [AntalaFilip](https://github.com/AntalaFilip), [anx-ag](https://github.com/anx-ag), [aputtu](https://github.com/aputtu), [asaadmahmood](https://github.com/asaadmahmood), [AshishDhama](https://github.com/AshishDhama), [avas27JTG](https://github.com/avas27JTG), [ayusht2810](https://github.com/ayusht2810), [BenCookie95](https://github.com/BenCookie95), [bfontaine](https://github.com/bfontaine), [byigorv](https://github.com/byigorv), [calebroseland](https://github.com/calebroseland), [coltoneshaw](https://github.com/coltoneshaw), [ConorMacpherson](https://github.com/ConorMacpherson), [cpoile](https://github.com/cpoile), [creeper-0910](https://translate.mattermost.com/user/creeper-0910), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [d-wierdsma](https://github.com/d-wierdsma), [DaDummy](https://github.com/DaDummy), [devinbinnie](https://github.com/devinbinnie), [Dmitry](https://translate.mattermost.com/user/Dmitry), [dylanrichards](https://github.com/dylanrichards), [EduardoSellanes](https://github.com/EduardoSellanes), [Eleferen](https://translate.mattermost.com/user/Eleferen), [Elpunical](https://github.com/Elpunical), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [ericgaspar](https://github.com/ericgaspar), [esarafianou](https://github.com/esarafianou), [ewwollesen](https://github.com/ewwollesen), [fmartingr](https://github.com/fmartingr), [fnogcps](https://github.com/fnogcps), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gitstart](https://github.com/gitstart), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hattori611](https://github.com/hattori611), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [ifoukarakis](https://github.com/ifoukarakis), [isaacbegit](https://github.com/isaacbegit), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jnsgruk](https://github.com/jnsgruk), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kaykayehnn](https://github.com/kaykayehnn), [KBeDevel](https://github.com/KBeDevel), [khoipro](https://github.com/khoipro), [kmaed](https://github.com/kmaed), [komoon8934](https://translate.mattermost.com/user/komoon8934), [koox00](https://github.com/koox00), [kostaspt](https://github.com/kostaspt), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kwiersgalla](https://github.com/kwiersgalla), [larkox](https://github.com/larkox), [leonambeez](https://translate.mattermost.com/user/leonambeez), [lieut-data](https://github.com/lieut-data), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://translate.mattermost.com/user/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [MatthewDorner](https://github.com/MatthewDorner), [MattSilvaa](https://github.com/MattSilvaa), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michael_kim](https://translate.mattermost.com/user/michael_kim), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mini-bomba](https://github.com/mini-bomba), [mirshahriar](https://github.com/mirshahriar), [moatasim](https://translate.mattermost.com/user/moatasim), [MoatazMuhammad51](https://github.com/MoatazMuhammad51), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [muratbayan](https://translate.mattermost.com/user/muratbayan), [mvitale1989](https://github.com/mvitale1989), [natalie-hub](https://github.com/natalie-hub), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [Nityanand13](https://github.com/Nityanand13), [NixemDEV](https://translate.mattermost.com/user/NixemDEV), [oraliahdz](https://github.com/oraliahdz), [paolo-rossi](https://github.com/paolo-rossi), [Peytob](https://github.com/Peytob), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://translate.mattermost.com/user/pjenicot), [plant99](https://github.com/plant99), [plut0s](https://translate.mattermost.com/user/plut0s), [potatogim](https://translate.mattermost.com/user/potatogim), [pureiris](https://github.com/pureiris), [pvev](https://github.com/pvev), [Qui3t0wL](https://github.com/Qui3t0wL), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [roadt](https://github.com/roadt), [Rutboy](https://translate.mattermost.com/user/Rutboy), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [sibasankarnayak](https://github.com/sibasankarnayak), [simcard0000](https://github.com/simcard0000), [sinansonmez](https://github.com/sinansonmez), [Sjazz](https://github.com/Sjazz), [smallcms](https://github.com/smallcms), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [stevemudie](https://github.com/stevemudie), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [tanmay-des](https://github.com/tanmay-des), [tanmaythole](https://github.com/tanmaythole), [Tasy218](https://translate.mattermost.com/user/Tasy218), [toninis](https://github.com/toninis), [trilopin](https://github.com/trilopin), [varghesejose2020](https://github.com/varghesejose2020), [Wainwright0830](https://github.com/Wainwright0830), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wuwinson](https://github.com/wuwinson), [xiao](https://translate.mattermost.com/user/xiao), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1) + +---- + +## Release v7.9 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.9.6, released 2023-07-12** + - Mattermost v7.9.6 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.9.6 contains no database or functional changes. + - Fixed an issue where posts were not fully sanitized for audit output when a link preview was included. + - Updated prepackaged Playbooks plugin version to 1.36.2. +- **v7.9.5, released 2023-06-15** + - Mattermost v7.9.5 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Updated prepackaged Boards to v7.9.6. + - For servers wanting to allow websockets to connect from origins other than the origin of the site URL, please set the ``ServiceSettings.AllowCorsFrom`` [configuration setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). Also ensure that the ``siteURL`` is set correctly. +- **v7.9.4, released 2023-05-16** + - Mattermost v7.9.4 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where a user would still see threads in the threads view of channels they have left. Migration execution time in MySQL: Query OK, 2766769 rows affected (4 min 47.57 sec). Migration execution time in PostgreSQL: 58.11 sec, DELETE 2766690. + - Prepackaged version 1.2.1 of the Apps plugin. + - Prepackaged version 2.1.5 of the GitHub plugin. + - Backporting fix for oauth 2. Query times depend on if you have rows to delete or not. Please see the [important upgrade notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for more details. +- **v7.9.3, released 2023-04-27** + - Mattermost v7.9.3 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where true-up review submissions always failed. +- **v7.9.2, released 2023-04-12** + - Mattermost v7.9.2 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Updated prepackaged Boards to v7.9.3. + - Updated prepackaged Playbooks to v1.36.1. + - Fixed an issue with compact message mode. + - Fixed an issue where ``NotifyAdmin`` job reported an error for unlicensed servers. +- **v7.9.1, released 2023-03-17** + - Mattermost v7.9.1 contains a high severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.9.0, released 2023-03-16** + - Original 7.9.0 release + +Mattermost v7.9.0 contains a low severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + +- Added a new index on ``Posts(OriginalId)``. For a database with 11.8 million posts, on a machine with a i7-11800H CPU (8 cores, 16 threads), 32GiB of RAM and SSD, the index creation takes 98.51s on MYSQL and 2.6s on PostgreSQL. +- In PostgreSQL databases, the ``Posts`` table will be locked during index creation. To avoid locking this table, admins can create the index manually before performing the upgrade using the following non-blocking query: ``CREATE INDEX CONCURRENTLY idx_posts_original_id ON Posts(OriginalId);``. +- Admins managing PostgreSQL deployments containing fewer posts may prefer that the migration process creates the index, and accept that ``Posts`` table will remain locked until the migration is complete. + +```{Important} +If you upgrade from a release earlier than v7.8, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated Firefox minimum supported version to 102+. + - Updated Safari minimum supported version to 16.2+. + - Updated Windows minimum supported version to 10+. + - Updated Chromium minimum supported version to 110+. + - Updated Edge minimum supported version to 110+. + +### Highlights + +#### Boards + - System and team admins are now able to join any board on the team as a board admin via the board URL. + - Additional Compliance APIs to return the history of boards and blocks, including deleted items (available in Mattermost Enterprise Edition and above). + +### Improvements + +#### User Interface (UI) + - Prepackaged Calls v0.14.0. + - All post components were removed in favor of a unified approach. + - App bindings are now refreshed when a App plugin-enabled event gets triggered. + - Improvements were added to the sidebar channel and category menus. + - Removed right-click hijacking on code blocks in messages. + - The order of the Leave Channel and Archive Channel settings were updated to match the mobile app. + - Added the condition to remove unread styling for archived channels and to filter archived channels from local data. + - Changed the collapsed post fade out effect to be less buggy. + - Users now have the ability to see the history of edited messages and to restore an old message version with the current version. + - Improved the user interface of the user profile popover. + +#### Administration + - Boards cards are no longer mentioned as being limited in the **System Console**, the limits usage modal, the downgrade modal, or the left-hand side menu. + - Removed unused ``ProductLimits.Integrations``. + - Export files now contain the read and unread status for channels. + - Added an error message when running an LDAP sync with ``SyncEnabled`` set to ``false``. + - Added Admin log table filtering and sorting. + - GraphQL APIs are now correctly counted when measuring performance telemetry. + - Added a dynamic call-to-action under **System Console > Site Statistics and > Team Statistics** for air-gapped and non-air-gapped systems. The banner reminding about true-up follows the schedule [outlined here](https://docs.mattermost.com/about/self-hosted-subscriptions.html#quarterly-true-up-report). + - Screened self-hosted purchases now block the Admin from re-attempting a purchase for three days. + +#### Performance + - Reduced the rate that unreads are resynced when the window is focused from ten seconds to two minutes. + - The center channel is no longer shown as loading when switching teams. + - Added logging fixes: empty ``short_message`` for Gelf formatter is no longer allowed and ``params.Host`` is now used over ``params.IP`` for syslog config. + +### Bug Fixes + - Fixed an issue where the System Console link to purchase a self-hosted license would get stuck showing the in-product purchase progress modal. + - Fixed an issue where the true-up notification in the invite modal did not render the call-to-action correctly. + - Fixed new teams to use the updated translation for default channels after a configuration change. + - Fixed a layout issue in the System Console for smaller-sized tablets. + - Fixed an issue where a "plugin configured with a nil SecureConfig" warning was logged when starting each plugin. + - Fixed an issue where portal availability was checked when not on Enterprise edition. + - Fixed an issue where C# syntax highlighting was not working. + - Fixed an issue where incoming webhooks changed the user's activity while the user was offline/away. + - Fixed an issue where usernames were not clickable in the right-hand side. + +### API Changes + - Added an ``exclude_files_count`` parameter to exclude file counts from the channel stats API. + - Added a new API endpoint ``GET api/v4/posts/[POST_ID]/edit_history``. + - Added a new API endpoint ``DELETE /api/v4/cloud/delete-workspace``. + +### Database Changes + - Added the ``SentAt`` column to ``NotifyAdmin``. + - Updated ``NotifyAdmin.RequiredFeature`` column type to ``varchar(255)``. + - Updated ``NotifyAdmin.RequiredPlan`` column type to ``varchar(100)``. + +### Go Version + - v7.9 is built with Go ``v1.19.0``. + +### Open Source Components + - Added ``@mui/base``, ``@mui/material`` and ``@mui/styled-engine-sc``, and removed ``form-data`` from https://github.com/mattermost/mattermost-webapp/. + +### Known Issues + - Users are unexpectedly forced to enable JSON logging [MM-51453](https://mattermost.atlassian.net/browse/MM-51453). + - Checkmarks are missing from the left-hand side submenus [MM-51091](https://mattermost.atlassian.net/browse/MM-51091). + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [11sma](https://translate.mattermost.com/user/11sma), [aashish0909](https://github.com/aashish0909), [AbhinavVihan](https://github.com/AbhinavVihan), [aeomin](https://github.com/aeomin), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [akaMrDC](https://github.com/akaMrDC), [alzee](https://github.com/alzee), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [AntalaFilip](https://translate.mattermost.com/user/AntalaFilip), [anurag6713](https://github.com/anurag6713), [anx-ag](https://github.com/anx-ag), [aputsiak](https://translate.mattermost.com/user/aputsiak), [aputtu](https://github.com/aputtu), [asaadmahmood](https://github.com/asaadmahmood), [AshishDhama](https://github.com/AshishDhama), [avas27JTG](https://github.com/avas27JTG), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [cedricstocke](https://github.com/cedricstocke), [CI-YU](https://github.com/CI-YU), [coltoneshaw](https://github.com/coltoneshaw), [ConorMacpherson](https://github.com/ConorMacpherson), [cpoile](https://github.com/cpoile), [creeper-0910](https://github.com/creeper-0910), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [d-wierdsma](https://github.com/d-wierdsma), [davidboto](https://github.com/davidboto), [david.mach@mdsystem.cz](https://translate.mattermost.com/user/david.mach@mdsystem.cz), [devinbinnie](https://github.com/devinbinnie), [doc-sheet](https://github.com/doc-sheet), [DummyThatMatters](https://github.com/DummyThatMatters), [Eleferen](https://translate.mattermost.com/user/Eleferen), [Elpunical](https://github.com/Elpunical), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [fmartingr](https://github.com/fmartingr), [FMP-Dev](https://github.com/FMP-Dev), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [gitstart](https://github.com/gitstart), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hattori611](https://translate.mattermost.com/user/hattori611), [hereje](https://github.com/hereje), [hmhealey](https://github.com/hmhealey), [ichistmeinname](https://github.com/ichistmeinname), [icq4ever](https://github.com/icq4ever), [ifoukarakis](https://github.com/ifoukarakis), [iogungbade](https://github.com/iogungbade), [iot-defcon](https://github.com/iot-defcon), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [javaguirre](https://github.com/javaguirre), [jecepeda](https://github.com/jecepeda), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jordanafung](https://github.com/jordanafung), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kjh0523](https://github.com/kjh0523), [kayazeren](https://translate.mattermost.com/user/kayazeren), [KazminM](https://translate.mattermost.com/user/KazminM), [KBeDevel](https://translate.mattermost.com/user/KBeDevel), [koox00](https://github.com/koox00), [kostaspt](https://github.com/kostaspt), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [liz-segura98](https://github.com/liz-segura98), [m-ripper](https://github.com/m-ripper), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marciohouse](https://github.com/marciohouse), [marciosantos](https://translate.mattermost.com/user/marciosantos), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [mdsystem](https://github.com/mdsystem), [metanerd](https://github.com/metanerd), [mhd-sln](https://github.com/mhd-sln), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [microolapshare](https://github.com/microolapshare), [milotype](https://github.com/milotype), [mini-bomba](https://translate.mattermost.com/user/mini-bomba), [mirshahriar](https://github.com/mirshahriar), [MoatazMuhammad51](https://translate.mattermost.com/user/MoatazMuhammad51), [moussetc](https://github.com/moussetc), [munish7771](https://github.com/munish7771), [mvitale1989](https://github.com/mvitale1989), [mylonsuren](https://github.com/mylonsuren), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [nishit-prasad](https://github.com/nishit-prasad), [Nityanand13](https://github.com/Nityanand13), [nltb99](https://github.com/nltb99), [OGreSiv](https://translate.mattermost.com/user/OGreSiv), [oleksandr-kucheriavyi](https://github.com/oleksandr-kucheriavyi), [orsczech](https://translate.mattermost.com/user/orsczech), [OstapMelnychuk](https://github.com/OstapMelnychuk), [phoinixgrr](https://github.com/phoinixgrr), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [Rizumu85](https://github.com/Rizumu85), [Roy-Orbison](https://github.com/Roy-Orbison), [saturninoabril](https://github.com/saturninoabril), [satya-vinay](https://github.com/satya-vinay), [sbishel](https://github.com/sbishel), [Schleuse](https://github.com/Schleuse), [Sharuru](https://github.com/Sharuru), [shinnlok](https://github.com/shinnlok), [sinansonmez](https://github.com/sinansonmez), [Sjazz](https://github.com/Sjazz), [Sn-Kinos](https://translate.mattermost.com/user/Sn-Kinos), [Soldierplayz6867](https://github.com/Soldierplayz6867), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [stevemudie](https://github.com/stevemudie), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [tboulis](https://github.com/tboulis), [tiagodll](https://github.com/tiagodll), [toninis](https://github.com/toninis), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [Udval.O](https://translate.mattermost.com/user/Udval.O), [Van-cmyk](https://github.com/Van-cmyk), [varghesejose2020](https://github.com/varghesejose2020), [vhaarr](https://translate.mattermost.com/user/vhaarr), [Wainwright0830](https://github.com/Wainwright0830), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xiao](https://translate.mattermost.com/user/xiao), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [zclk](https://github.com/zclk) + +---- + +## Release v7.8 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) + +- **7.8.15 released 2023-11-13** + - Mattermost v7.8.15 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.15 contains no database or functional changes. + - Pre-packaged Playbooks plugin version [v1.36.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.36.3). +- **7.8.14, released 2023-11-06** + - Mattermost v7.8.14 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.14 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.20.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.20.0). + - Fixed an issue where **Recent Mentions** showed posts for other similar named users. +- **7.8.13, released 2023-10-27** + - Mattermost v7.8.13 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Focalboard plugin [v7.8.9](https://github.com/mattermost/focalboard/releases/tag/v7.8.9). + - Mattermost v7.8.13 contains the following functional changes: + - Added a new configuration setting ``MaxFieldSize`` to add the ability to size-limit log fields during logging. + - Added a restriction to the mobile Oauth / SAML redirection to match the ``NativeAppSettings.AppCustomURLSchemes`` configuration setting. + - When ``ServiceSettings.ExperimentalEnableHardenedMode`` is enabled, standard users authenticated via username and password will not be able to use post props reserved for integrations, such as ``override_username`` or ``override_icon_url``. +- **7.8.12, released 2023-10-06** + - Mattermost v7.8.12 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.12 contains no database or functional changes. + - Prepackaged Calls plugin version upgraded [v0.13.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.13.1). +- **v7.8.11, released 2023-09-08** + - Mattermost v7.8.11 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.11 contains the following database changes: + - Improved performance on data retention ``DeleteOrphanedRows`` queries. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for notes on a new migration that was added. Removed feature flag ``DataRetentionConcurrencyEnabled``. Data retention now runs without concurrency in order to avoid any performance degradation. Added a new configuration setting ``DataRetentionSettings.RetentionIdsBatchSize``, which allows admins to to configure how many batches of IDs will be fetched at a time when deleting orphaned reactions. The default value is 100. +- **v7.8.10, released 2023-09-01** + - Mattermost v7.8.10 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.10 contains no database or functional changes. + - Fixed an issue with missing time zone metadata in the Docker container. + - Replaced Gfycat with Giphy in the gif picker. +- **v7.8.9, released 2023-07-26** + - Mattermost v7.8.9 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.9 contains no database or functional changes. + - Prepackaged Focalboard plugin version 7.8.8. +- **v7.8.8, released 2023-07-07** + - Mattermost v7.8.8 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.8 contains no database or functional changes. + - Fixed an issue where posts were not fully sanitized for audit output when a link preview was included. + - Updated prepackaged Playbooks plugin version to 1.36.2. + - Fixed an issue where line breaks were introduced when pasting hyperlinks in the chat. + - New feature flag ``DataRetentionConcurrencyEnabled`` was added to enable/disable concurrency for data retention batch deletion. New config setting ``DataRetentionSettings.TimeBetweenBatchesMilliseconds`` was added to control the sleep time between batch deletions. +- **v7.8.7, released 2023-06-15** + - Mattermost v7.8.7 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v7.8.7 contains no database or functional changes. + - Updated prepackaged Boards to v7.8.7. + - Fixed typo in the database migration scripts that broke idempotency. + - For servers wanting to allow websockets to connect from origins other than the origin of the site URL, please set the ``ServiceSettings.AllowCorsFrom`` [configuration setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). Also ensure that the ``siteURL`` is set correctly. +- **v7.8.6, released 2023-05-31** + - Fixed an issue where the total user count was fetched for every client connection. It is only necessary to fetch this once. + - Prepackaged version 1.3.0 of the Welcomebot plugin. +- **v7.8.5, released 2023-05-17** + - Mattermost v7.8.5 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where a user would still see threads in the threads view of channels they have left. Migration execution time in MySQL: Query OK, 2766769 rows affected (4 min 47.57 sec). Migration execution time in PostgreSQL: 58.11 sec, DELETE 2766690. + - Prepackaged version 1.2.1 of the Apps plugin. + - Prepackaged version 2.1.5 of the GitHub plugin. + - Updated the Docker Base Image from Debian to Ubuntu 22.04 LTS. + - Backported a fix related to Oauth 2. Query times depend on if you have rows to delete or not. Please see the [important upgrade notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for more details. +- **v7.8.4, released 2023-04-27** + - Mattermost v7.8.4 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Limited channel search results to 50 to fix a performance issue. + - Fixed an issue where true-up review submissions always failed. +- **v7.8.3, released 2023-04-12** + - Mattermost v7.8.3 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Updated prepackaged Boards to v7.8.4. + - Updated prepackaged Playbooks to v1.36.1. + - Added additional values to the support packet. +- **v7.8.2, released 2023-03-17** + - Mattermost v7.8.2 contains a high severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a ``exclude_files_count`` parameter to exclude file counts from channel stats API. + - Excluded the file count on channel stats API call on from channel header. + - Fixed an issue where the Shared Channels feature wasn't properly included in the Professional license. +- **v7.8.1, released 2023-03-01** + - Mattermost v7.8.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.8.0, released 2023-02-16** + - Original 7.8.0 release + +Mattermost v7.8.0 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + + - [Message Priority & Acknowledgement](https://docs.mattermost.com/configure/site-configuration-settings.html#message-priority) is now enabled by default for all instances. You may disable this feature in the System Console by going to **Posts > Message Priority** or via the config ``PostPriority`` setting. + +```{Important} +If you upgrade from a release earlier than v7.5, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Boards + - Added support for person, multi-person, and date property filters in Boards. + - Added support for person property groups in Boards. + - See [the docs](https://docs.mattermost.com/boards/groups-filter-sort.html#work-with-groups-filter-and-sort) for more details. + +### Improvements + +#### User Interface (UI) + - Pre-packaged Calls v0.13.0. + - Pre-packaged Playbooks v1.36.0. + - Insights and drafts are now included when navigating through channels in the channel sidebar using ALT+UP/DOWN arrow keyboard keys. + - Added an onboarding tour point for Global Drafts. + - Updated prepackaged version of Apps plugin to 1.2.0. + - Added group members count to the group autocomplete. + - Selecting a group mention now displays group details and membership. + - Improved the collapsed state of the message formatting toolbar. + - App Framework channel and user fields now support multi-select properties to allow users to select multiple values in a form. + - Increased the character count for desktop notifications on Windows to 120 from 50. + - Prioritized members of recently viewed direct or group messages when adding users to a channel. + - Added support for multiple users and channels to the ``/invite`` slash command. + +#### Administration + - Self-hosted admins can now purchase licenses in-app when service setting ``SelfHostedPurchase`` is true. + - Endpoint to portal added to detect whether a license is suitable for self-expansion. Customers over their seat limit can expand their license seats. + - Airgapped purchase experience is now shown only when appropriate and a simplified authentication flow is now used for the self-hosted purchase. + - The export file now contains the server version and a creation timestamp. + - Total Activated Users was changed back to Total Active Users on the **System Console > Reporting > Site Statistics** page. + - Added ``restore_group`` permission to the mmctl and to the **System Console > Permissions**. + - Improved bulk export logging. + - Compliance export jobs can now cancel the SQL query execution during server shutdown which will allow the job to exit faster. + - The message export compliance job can now survive server restarts. The job will pause and save state when the server is shutting down, and resume from the previously saved state when the server starts back up. + - Only one instance of the job will be automatically scheduled to run as per the ``MessageExportSettings.DailyRunTime`` config value. + - Mattermost will throw an error if it detects an Elasticsearch version greater than 7. + - The maximum size of uploaded emojis is reduced to 512KB to reduce image download bandwidth. + - Users can now monitor the progress of the bulk export job via its metadata field. It is available at ``mmctl export job show ``. + - Compliance exports no longer time out when uploading to S3. + - Users can now supply a certificate authority (CA) file and client certificates for the Elasticsearch client. + - Enabled ``EnableOAuthServiceProvider`` by default. + - Grafana metrics are now available for database connection metrics. They are: + - ``max_open_connections`` + - ``open_connections`` + - ``in_use_connections`` + - ``idle_connections`` + - ``wait_count_total`` + - ``wait_duration_seconds_total`` + - ``max_idle_closed_total`` + - ``max_idle_time_closed_total`` + - ``max_lifetime_closed_total`` + - Made the ``registerChannelIntroButtonAction`` plugin API usable by plugins other than Boards. + - The following new HTTP headers and values are now written on all responses. These default values should make sense in most installations and can be overridden by a reverse proxy or ingress configuration. Note that the empty ``Permissions-Policy`` header does not have any actual effect. Users are recommended to change it to a more restrictive value based on their use case. For more information, see the [W3C Reference](https://www.w3.org/TR/permissions-policy/) or [this article](https://developer.mozilla.org/en-US/docs/Web/HTTP/Permissions_Policy). + + ``` + Permissions-Policy: + Referrer-Policy: no-referrer + X-Content-Type-Options: nosniff + ``` + +### Bug Fixes + - Fixed an issue where if a self-hosted purchase was not available, an air-gapped modal was shown instead of going to the CWS purchase portal experience directly. + - Fixed small visual issues with self-hosted purchase modal. Adjusted wording for admins trying to purchase when a purchase is already in progress. + - Fixed an issue where attempting to create a team with a duplicate URL displayed the wrong error. + - Fixed an issue where the custom status modal did not close when navigating to the custom emoji page. + - Fixed an issue where selections within a code block were not properly copied to clipboard. + - Fixed an issue where threads with 0 replies would show in all threads. + - Fixed an issue with the styling of date pickers. + - Fixed an issue with fetching the latest user's profile picture in Insights. + - Fixed an issue where ``--center-channel-text`` CSS variable was used instead of ``--center-channel-color``. + - Fixed an issue where the screen reader timestamp announcement was too long. + - Fixed an issue where profile pictures, usernames, and full names did not update instantly in Insights. + - Fixed an issue where the metrics server restarted for every config change. + - Fixed the slash command description help text. + - Fixed an issue where selecting **Contact Sales** didn't pre-fill the reason for contacting sales. + - Fixed an issue where the screen readers did not announce the selected state of the sidebar submenu items. + - Fixed an issue where the metrics server was not prevented from starting while running export commands. + - Fixed an issue where long group mentions and user mentions didn't wrap properly. + - Fixed an issue with fetching first/last name for GitLab user using OpenID. + - Fixed an issue with the plugin ``/public`` handling for subpaths. + - Fixed an issue where selecting **Pinned** on a post in the Threads view would result in the right-hand side being stuck in a loading state. + - Fixed an issue where the profile popover did not dismiss when opening a modal through a shortcut. + - Fixed an issue where the **Run Deletion Job Now** button for Data Retention wasn’t disabled when all policies were set to **keep forever**. + - Fixed an issue that prevented the creation of the initial admin user for new servers. + - Fixed an issue where making a channel non-read-only required a refresh of the client to see the change. + - Fixed an issue where Top Channels for Insights didn't show results if the current user's configured timezone wasn't present in MySQL's ``mysql.time_zone_name table``. + - Fixed an issue where a white screen appeared when a guest was removed from the last channel while on Threads. + - Fixed an issue where a Direct Message thread did not get disabled when a user was deactivated. + - Fixed an issue where email notifications for Direct Messages from Playbooks contained broken URLs. + - Fixed an issue where bulk import crashed with invalid memory address or nil pointer dereference. + - Fixed an issue with special characters in the System Console log filename causing logging configuration to break. + - Fixed an issue where the PDF renderer was not rendering all the pages. + - Fixed a 404 error from requests to ``/api/v4/system/notices/`` on page load. + - Fixed an issue where file uploading appeared "stuck" in processing state. + - Fixed an issue where archived channels appeared as unread in the channel switcher. + +### API Changes + - Added new API endpoint ``GET /api/v4/posts/:post_id/info`` to allow checking if the post that a permalink is pointing to is accessible by joining teams or channels. + - Added validity checks for role related parameters in ``GET /users``. + +### Go Version + - v7.8 is built with Go ``v1.18.1``. + +### Known Issues + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in high availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in high availability mode. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [AbhinavVihan](https://github.com/AbhinavVihan), [adityash1](https://github.com/adityash1), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amayasova](https://github.com/amayasova), [amyblais](https://github.com/amyblais), [andrewbrown00](https://github.com/andrewbrown00), [andrleite](https://github.com/andrleite), [anurag6713](https://github.com/anurag6713), [anx-ag](https://github.com/anx-ag), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [avinashlng1080](https://github.com/avinashlng1080), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [bobf7](https://github.com/bobf7), [calebroseland](https://github.com/calebroseland), [cedricstocke](https://github.com/cedricstocke), [CI-YU](https://github.com/CI-YU), [coltoneshaw](https://github.com/coltoneshaw), [ConorMacpherson](https://github.com/ConorMacpherson), [core](https://translate.mattermost.com/user/core), [cpoile](https://github.com/cpoile), [creeper-0910](https://github.com/creeper-0910), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cybersmurf](https://github.com/cybersmurf), [d-wierdsma](https://github.com/d-wierdsma), [david.mach@mdsystem.cz](https://translate.mattermost.com/user/david.mach@mdsystem.cz), [devinbinnie](https://github.com/devinbinnie), [dfun90](https://github.com/dfun90), [dontoisme](https://github.com/dontoisme), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [exbu](https://github.com/exbu), [florian-busch](https://github.com/florian-busch), [fmartingr](https://github.com/fmartingr), [fr0mdual](https://github.com/fr0mdual), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [geonmo](https://github.com/geonmo), [hamzaMM](https://github.com/hamzaMM), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [icq4ever](https://translate.mattermost.com/user/icq4ever), [ifoukarakis](https://github.com/ifoukarakis), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [ivenkwan](https://github.com/ivenkwan), [jasonblais](https://github.com/jasonblais), [javaguirre](https://github.com/javaguirre), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [KazminM](https://github.com/KazminM), [kevfocke](https://github.com/kevfocke), [koox00](https://github.com/koox00), [kostaspt](https://github.com/kostaspt), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kwiersgalla](https://github.com/kwiersgalla), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [li11amy](https://github.com/li11amy), [lieut-data](https://github.com/lieut-data), [luc-ass](https://github.com/luc-ass), [lynn915](https://github.com/lynn915), [m-ripper](https://github.com/m-ripper), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [mdsystem](https://github.com/mdsystem), [mhd-sln](https://github.com/mhd-sln), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mirshahriar](https://github.com/mirshahriar), [misaka10843](https://github.com/misaka10843), [mkraft](https://github.com/mkraft), [munish7771](https://github.com/munish7771), [mylonsuren](https://github.com/mylonsuren), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [Nityanand13](https://github.com/Nityanand13), [noxer](https://github.com/noxer), [NuriInfos_JSK](https://translate.mattermost.com/user/NuriInfos_JSK), [nydhy](https://github.com/nydhy), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [okias](https://github.com/okias), [oleksandr-kucheriavyi](https://github.com/oleksandr-kucheriavyi), [phuoc94](https://github.com/phuoc94), [pjenicot](https://github.com/pjenicot), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [rimakan](https://github.com/rimakan), [ronzim](https://github.com/ronzim), [Roy-Orbison](https://github.com/Roy-Orbison), [sadohert](https://github.com/sadohert), [safakkizkin](https://github.com/safakkizkin), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [SeoJoonsoo](https://github.com/SeoJoonsoo), [seoyeongeun](https://github.com/seoyeongeun), [Sharuru](https://github.com/Sharuru), [simcard0000](https://github.com/simcard0000), [sinansonmez](https://github.com/sinansonmez), [Sjazz](https://github.com/Sjazz), [sonichigo](https://github.com/sonichigo), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [stevemudie](https://github.com/stevemudie), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [tboulis](https://github.com/tboulis), [tintou](https://github.com/tintou), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [wgshtg](https://github.com/wgshtg), [wiggin77](https://github.com/wiggin77), [witjem](https://github.com/witjem), [worldworm](https://github.com/worldworm), [wuwinson](https://github.com/wuwinson), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [zeraussiul](https://github.com/zeraussiul), [zygfryd](https://github.com/zygfryd) + +---- + +## Release v7.7 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.7.4, released 2023-04-12** + - Mattermost v7.7.4 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.7.3, released 2023-03-17** + - Mattermost v7.7.3 contains a high severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.7.2, released 2023-03-01** + - Mattermost v7.7.2 contains medium to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - [Message Priority & Acknowledgement](https://docs.mattermost.com/configure/site-configuration-settings.html#message-priority) is now enabled by default for all instances. You may disable this feature in the System Console by going to **Posts > Message Priority** or via the config ``PostPriority`` setting. + - Fixed an issue where threads were not marked as unread in the Threads view. + - Fixed an issue where the server sent a wrong badge number when marking a message as unread in a Direct Message channel. + - Fixed an issue where the Team edition returned a 400 Bad request for attempts to check CWS availability. + - Fixed an issue where file uploading would appear "stuck" in processing state. + - Fixed an issue where the Shared Channels feature wasn't properly included in the Professional license. +- **v7.7.1, released 2023-01-20** + - Fixed an issue that prevented the creation of the initial admin user for new servers [MM-49720](https://mattermost.atlassian.net/browse/MM-49720). + - Fixed an issue where the Top Channels for Insights didn't show results if the current user's configured timezone wasn't present in MySQL's ``mysql.time_zone_name table`` [MM-49688](https://mattermost.atlassian.net/browse/MM-49688). +- **v7.7.0, released 2023-01-16** + - Original 7.7.0 release + +Mattermost v7.7.0 contains low severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + + - Plugins with a webapp component may need to be updated to work with Mattermost v7.7 release and the updated ``React v17`` dependency. + - This is to avoid plugins crashing with an error about ``findDOMNode`` being called on an unmounted component. While our [starter template](https://github.com/mattermost/mattermost-plugin-starter-template) depended on an external version of ``React``, it did not do the same for ``ReactDOM``. Plugins need to update their ``webpack.config.js`` directives to externalize ``ReactDOM``. For reference, see https://github.com/mattermost/mattermost-plugin-playbooks/pull/1489. Server-side only plugins are unaffected. This change can be done for existing plugins any time prior to upgrading to Mattermost v7.7 and is backwards compatible with older versions of Mattermost. If you run into issues, you can either enable ``ExperimentalSettings.PatchPluginsReactDOM`` or just disable the affected plugin while it's updated. + - Denormalized ``Threads`` table by adding the ``ThreadTeamId`` column. See details for schema changes in the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). + - Starting with the Calls version shipping with v7.7, there's now a minimum version requirement when using the external RTCD service. This means that if Calls is configured to use the external service, customers need to upgrade RTCD first to at least version 0.8.0 or the plugin will fail to start. + +```{Important} +If you upgrade from a release earlier than v7.5, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated the minimum version of MacOS to 11+. + +### Highlights + +#### Calls + - [Audio calling and screen sharing](https://docs.mattermost.com/configure/calls-deployment.html) in channels is now generally available to all Mattermost customers. + - Updated [the keyboard shortcut](https://docs.mattermost.com/channels/keyboard-shortcuts-for-channels.html#calls-shortcuts) to start and join calls. + - Please see [the docs](https://docs.mattermost.com/configure/plugins-configuration-settings.html#calls) for additional details on configuration setting updates. + +#### Boards + - Boards now supports [file attachments](https://docs.mattermost.com/boards/work-with-cards.html#attach-files), including PDFs, images, videos, and any other file types. + - Users can now [drag and drop boards and categories](https://docs.mattermost.com/boards/navigate-boards.html#manage-boards-on-the-sidebar) on the sidebar and organize them in any order they prefer. + - The [template picker](https://docs.mattermost.com/boards/work-with-boards.html#choose-a-board-template) has been improved to make it easier for users to find the best template for their project. + +#### Playbooks + - Added an option to [run playbooks](https://docs.mattermost.com/playbooks/work-with-playbooks.html#runs-and-channel-behavior) without creating a new channel every time in order to reduce the unnecessary overhead. + - In addition to the daily digest, users can now also view [a task inbox](https://docs.mattermost.com/playbooks/work-with-tasks.html#task-inbox) from the global header bar while in Playbooks. + +#### Message Priority and Acknowledgments + - Added [message priority labels](https://docs.mattermost.com/channels/message-priority.html) to the Threads view. + - Added support for users to request acknowledgements on posts and to acknowledge posts (Professional license). + +#### Global Drafts + - Added [a centralized Drafts view](https://docs.mattermost.com/channels/send-messages.html#draft-messages) for draft messages. + +#### ServiceNow Integration + - ServiceNow customers can now access and share their ServiceNow data from within Mattermost. + +#### ServiceNow Virtual Agent Integration + - The [Mattermost ServiceNow Virtual Agent Integration](https://mattermost-2.wistia.com/medias/ixvgukv2qf) makes it easy for employees and customers to resolve issues fast. + +#### GitLab Playbooks Integration + - Through the updated [GitLab integration and playbook task actions](https://mattermost.com/marketplace/gitlab-plugin/), teams can automate release management processes to help increase efficiency and reduce errors. + +### Improvements + +#### User Interface (UI) + - Implemented progressive image loading in the webapp. + - When the "Custom Brand Text" is left blank with custom branding enabled, the default text is now hidden. + - The **Mark as Unread** option was added to the **More** (...) menu for channels in the left-hand side sidebar. Pressing Alt while selecting a channel on the left-hand side now also marks the last post in the channel as unread. + - Channel members are now able to remove themselves from a channel via the right-hand side channel members list. + - Removed video check to allow the browser to decide what video types it can play. + - Added a tooltip to the right-hand side files filter icon. + - The number of users that can be added to a user group at once was increased to 256. + - Keyboard and focus handling was improved in profile popovers and @mentions. + - Updated prepackaged version of plugins affected by React 17 upgrade. + - Updated the **Remove license and download** text in-product to clarify that server will be downgraded to Mattermost Free as a result. + - Updated prepackaged NPS version to 1.3.1. + - Updated in-product confirmation modal for ``@here`` mentions to clarify that people & timezone counts don't include the current user. + - Downgraded French language support to Beta. + +#### Administration + - If an Admin encounters an invitation error “SMTP is not configured in System Console", a link to the SMTP configuration within the **System Console** is now included in the error message. + - Crashing jobs now sets the job status to "failed". + - Optimized ``ThreadStore.MarkAllAsUnreadByTeam``. + - SQL migrations for PostgreSQL will now filter by the current schema name when checking for information from the ``information_schema.columns`` view. This does not affect anything because usually there's only one installation in a given database, but this gives flexibility to users to store multiple Mattermost instances under a single database. + - **My Insights** was added to the Free plan. + - Team scheme APIs are now allowed to be administered with a Professional plan. + - A global banner as well as a notice banner are displayed to admins on the **Invite** modal and on **System Console > Site Statistics > Total Activated Users** page when the workspace exceeds the maximum number of users allowed. If the number of actual users exceeds the number of paid users by less than 5%, the banner is dismissible. If the number of actual users exceeds the number of paid users by more than 10%, the banner is non-dismissible until the license seat count has been updated. + - For admins to see if the amount of users exceeds the license seats, a warning is now shown in the **System Console > Team Statistics** page. + - Added a new menu item on the **System Console > Users** page that re-adds users to all of their default teams and channels associated with the groups they're a member of. + - Added ``acknowledgements`` field to the post's metadata. + - Added support for product websocket messages on high availability instances. + - The import job now logs the progress of the import. + - Exports to S3 no longer time out. + - Shared Channels (Experimental) was moved to Professional license. + +### Bug Fixes + - Fixed an issue where custom group actions were appearing in the user interface even when the user didn't have the permissions for them. + - Fixed issues with branding in email notifications. + - Fixed an issue where text could be dragged and dropped into input-fields. + - Fixed an issue where the profile popover failed to dismiss when selecting one of the options from the popover. + - Fixed an issue where imports containing the team name with the wrong capitalization crashed the import job. + - Fixed an issue where ``getPostSince`` didn't properly return deleted posts when Collapsed Reply Threads was enabled. + - Fixed an issue where the screen reader did not announce emojis from the autocomplete list. + - Fixed an issue where the scroll position in a channel was not maintained when opening reply message permalinks. + - Fixed an issue where ``OwnerId`` was not set for bots created via ``EnsureBotUser``. + - Fixed an issue where exports did not contain favorited Direct Message channels. + - Fixed an issue where screen readers did not announce search results on the **Invite members to channel** modal. + - Fixed an issue where screen readers did not announce the status of the user when hovering over the user status icon. + - Fixed an issue where users with narrow screens could not see the **Profile Settings** section within the **Settings** modal. + - Fixed an issue where users were unable to access the **Create an account** option on narrow screens. + - Fixed an issue where users on desktop were unable to grab the vertical scroll bar without accidently resizing the window. + - Fixed an issue where special characters weren't allowed in group mention names. + - Fixed an issue where screen readers didn't read the **Switch Channels** modal header. + - Fixed an issue in OAuth services where malformed redirect URLs were generated if the registered callback URLs already had static query parameters. + - Fixed an issue where suggestion dividers were displayed as undefined. + - Fixed an issue where a blank message was displayed in threads if the leave/join messages were disabled. + - Fixed an issue where threads would appear duplicated in the Threads view after leaving a channel. + - Fixed an issue with email search when using a PostgreSQL database. + - Fixed an issue where message drafts were not saved after pasting them into the post textbox. + - Fixed an issue where the team name in the channel sidebar header was not accessible. + - Fixed an issue where users were unable to open the user's profile popover from the channel members list in the right panel. + - Fixed an issue where the OAuth 2.0 deprecation notice was still displayed in the system console. + - Fixed an issue where clicking on a reply post time stamp in the global threads inbox opened two right-hand side panels. + - Fixed an issue where batch notifications failed while rendering. + - Prevented browsers and CDNs from caching remote entrypoint files. + - Fixed an issue where the unreads button in the channel sidebar was missing alternative text for screen readers. + - Fixed a potential read-after-write issue when uploading data through the resumable uploads API. + - Removed duplicate text in the self-hosted pricing modal. + - Fixed the position of the Boards icon in the Apps Bar when Boards is running without a plugin. + - Fixed ability to create a board when Boards is running without a plugin. + - Fixed Boards tour tips not appearing when Boards is running without a plugin. + - Fixed an issue where a confusing System Console banner was displayed when a license was set to expire. + - Fixed an issue where screen readers did not announce selected state of the sidebar submenu items. + - Fixed an issue where servers with an encrypted key did not throw an error during startup. + - Fixed an issue where the **Test Connection** button in **System Console > Environment > Elasticsearch** did not correctly take the right config settings specified in the page. Earlier, it would always take the previously saved config. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in the ``config.json``: + - ``PostPriority``, to add an option to select a message priority label for root posts. + - ``AllowSyncedDrafts``, to add an option to display a centralized page for draft messages. + - ``SelfHostedPurchase``, to add an option for self-hosted admins to purchase licenses in-app. + - Under ``ExperimentalSettings`` in the ``config.json``: + - ``PatchPluginsReactDOM``, to enable the patching of the React DOM library when loading web app plugins so that the plugin uses the version matching the web app. + +### API Changes + - The resumable uploads API was exposed to plugins. + - Added a new API endpoint ``POST /api/v4/ldap/users/:user_id/group_sync_memberships`` to add (or re-add) users to all of their default teams and channels for all of the groups they're a member of. + - Added two new URL parameters to the ``GET /api/v4/groups`` endpoint to get the ``ChannelMemberCount`` for a group. + - Added new API endpoints ``POST /api/v4/users/:user_id/posts/:post_id/ack`` and ``DELETE /api/v4/users/:user_id/posts/:post_id/ack``. + - Added a new API endpoint ``POST /api/v4/groups/:group_id:/restore``. + - Added an allowed value ``sort=display_name`` to ``GET /api/v4/users?in_group=``. + - Added a new endpoint ``api/v4/cloud/products/selfhosted``. + - A new API method ``RegisterCollectionAndTopic(collectionType, topicType string) (error)`` was added to the Plugin API and the following hooks. This API method is in beta, subject to change, and not covered by our backwards compatibility guarantee. + - ``UserHasPermissionToCollection(c *Context, userID, collectionType, collectionId string, permission *model.Permission) (bool, error)`` + - ``GetAllCollectionIDsForUser(c *Context, userID, collectionType string) ([]string, error)`` + - ``GetAllUserIdsForCollection(c *Context, collectionType, collectionID string) ([]string, error)`` + - ``GetTopicRedirect(c *Context, topicType, topicID string) (string, error)`` + - ``GetCollectionMetadataByIds(c *Context, collectionType string, collectionIds []string) (map[string]model.CollectionMetadata, error)`` + - ``GetTopicMetadataByIds(c *Context, topicType string, topicIds []string) (map[string]*model.TopicMetadata, error)`` + +### Database Changes + - Added a new Database table ``PostAcknowledgements``. + +### Websocket Event Changes + - Added new websocket events ``post_acknowledgement_added`` and ``post_acknowledgement_removed``. + +### Go Version + - v7.7 is built with Go ``v1.18.1``. + +### Known Issues + - Your profile image moves up when changing your status manually [MM-49159](https://mattermost.atlassian.net/browse/MM-49159). + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in high availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in high availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - Boards linked to a channel you're a member of do not automatically appear on your sidebar unless you're an explicit member of the board. As a workaround, you can access the board from the channel RHS or by searching for the board via the board switcher (Ctrl/Cmd+K). Alternatively, you can ask the board admin to add you to the board as an explicit member. See the [issue-focalboard-4179](https://github.com/mattermost/focalboard/issues/4179) for more details. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + - If a user is not a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels or remove those channels from the run configuration. + +### Contributors + - [abhijit-singh](https://github.com/abhijit-singh), [AbhinavVihan](https://github.com/AbhinavVihan), [adithyaakrishna](https://github.com/adithyaakrishna), [aeomin](https://github.com/aeomin), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [aiden](https://translate.mattermost.com/user/aiden), [alauregaillard](https://github.com/alauregaillard), [alexkuryshko](https://github.com/alexkuryshko), [alexpjohnson](https://github.com/alexpjohnson), [alzee](https://github.com/alzee), [Amin913](https://github.com/Amin913), [amitpatelx3](https://github.com/amitpatelx3), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [andrewbrown00](https://github.com/andrewbrown00), [andrewwutw](https://github.com/andrewwutw), [anurag6713](https://github.com/anurag6713), [ariyonaty](https://github.com/ariyonaty), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [avas27JTG](https://github.com/avas27JTG), [avinashlng1080](https://github.com/avinashlng1080), [axilleas](https://github.com/axilleas), [ayrotideysarkar](https://github.com/ayrotideysarkar), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [babinderrathi](https://github.com/babinderrathi), [ballista01](https://github.com/ballista01), [batebobo](https://github.com/batebobo), [belope](https://github.com/belope), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [bpodwinski](https://github.com/bpodwinski), [calebroseland](https://github.com/calebroseland), [cecilysullivan](https://github.com/cecilysullivan), [ChandanChainani](https://github.com/ChandanChainani), [chay](https://translate.mattermost.com/user/chay), [CI-YU](https://github.com/CI-YU), [cinlloc](https://github.com/cinlloc), [coltoneshaw](https://github.com/coltoneshaw), [ConorMacpherson](https://github.com/ConorMacpherson), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [cs4p](https://github.com/cs4p), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyrilzhang-mm](https://github.com/cyrilzhang-mm), [d-wierdsma](https://github.com/d-wierdsma), [developbit](https://github.com/developbit), [devinbinnie](https://github.com/devinbinnie), [dfun90](https://translate.mattermost.com/user/dfun90), [Drishti-jain21](https://github.com/Drishti-jain21), [DSchalla](https://github.com/DSchalla), [dsharma522](https://github.com/dsharma522), [dylanrichards](https://github.com/dylanrichards), [ehsandiary](https://github.com/ehsandiary), [Eleferen](https://translate.mattermost.com/user/Eleferen), [ellisonleao](https://github.com/ellisonleao), [emmyni](https://github.com/emmyni), [enahum](https://github.com/enahum), [EricssonLiu](https://github.com/EricssonLiu), [esethna](https://github.com/esethna), [Eugene-grb](https://github.com/Eugene-grb), [Fjoerfoks](https://github.com/Fjoerfoks), [fmartingr](https://github.com/fmartingr), [furqanmlk](https://github.com/furqanmlk), [gabor-boros](https://github.com/gabor-boros), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [Genei180](https://github.com/Genei180), [Gitnube](https://github.com/Gitnube), [gkech](https://github.com/gkech), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [henry-shxu](https://github.com/henry-shxu), [hereje](https://github.com/hereje), [hionay](https://github.com/hionay), [hmhealey](https://github.com/hmhealey), [hokandil](https://github.com/hokandil), [homerCOD](https://github.com/homerCOD), [Hunter-Thompson](https://github.com/Hunter-Thompson), [idChef](https://github.com/idChef), [ifoukarakis](https://github.com/ifoukarakis), [Inutit](https://translate.mattermost.com/user/Inutit), [iomodo](https://github.com/iomodo), [irdiOL](https://github.com/irdiOL), [isacikgoz](https://github.com/isacikgoz), [ivenkwan](https://translate.mattermost.com/user/ivenkwan), [iyampaul](https://github.com/iyampaul), [JakobMiksch](https://github.com/JakobMiksch), [javaguirre](https://github.com/javaguirre), [jecepeda](https://github.com/jecepeda), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johnsonbrothers](https://github.com/johnsonbrothers), [jordanafung](https://github.com/jordanafung), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [k4awon](https://github.com/k4awon), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kamre](https://github.com/kamre), [Kaorw](https://github.com/Kaorw), [kelderek](https://github.com/kelderek), [koox00](https://github.com/koox00), [kostaspt](https://github.com/kostaspt), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [ksankeerth](https://github.com/ksankeerth), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [ludovicobesana](https://github.com/ludovicobesana), [lynn915](https://github.com/lynn915), [m-ripper](https://github.com/m-ripper), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [maddy8381](https://github.com/maddy8381), [majo](https://translate.mattermost.com/user/majo), [manhdd610](https://translate.mattermost.com/user/manhdd610), [Manishpandey11](https://github.com/Manishpandey11), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://translate.mattermost.com/user/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [mastersb](https://github.com/mastersb), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mattlam88](https://github.com/mattlam88), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [mhd-sln](https://github.com/mhd-sln), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [michkrej](https://github.com/michkrej), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mirshahriar](https://github.com/mirshahriar), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [muratbayan](https://github.com/muratbayan), [mvitale1989](https://github.com/mvitale1989), [mylonsuren](https://github.com/mylonsuren), [nab-77](https://github.com/nab-77), [naggie](https://github.com/naggie), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [noxer](https://github.com/noxer), [NuriInfos_JSK](https://translate.mattermost.com/user/NuriInfos_JSK), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [PhilippeWeidmann](https://translate.mattermost.com/user/PhilippeWeidmann), [phoinixgrr](https://github.com/phoinixgrr), [Pinjasaur](https://github.com/Pinjasaur), [pjenicot](https://github.com/pjenicot), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [prashant-15](https://github.com/prashant-15), [PSyton](https://github.com/PSyton), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [Rajat-Dabade](https://github.com/Rajat-Dabade), [redhoyasa](https://github.com/redhoyasa), [remyj38](https://translate.mattermost.com/user/remyj38), [RoyI99](https://github.com/RoyI99), [s4kh](https://github.com/s4kh),[sadohert](https://github.com/sadohert), [sarz4fun](https://translate.mattermost.com/user/sarz4fun), [saturninoabril](https://github.com/saturninoabril), [satya-vinay](https://github.com/satya-vinay), [sbishel](https://github.com/sbishel), [seowglen](https://github.com/seowglen), [seoyeongeun](https://github.com/seoyeongeun), [sgmadankar](https://translate.mattermost.com/user/sgmadankar), [ShajithaMohammed](https://github.com/ShajithaMohammed), [simcard0000](https://github.com/simcard0000), [sinansonmez](https://github.com/sinansonmez), [sk409](https://github.com/sk409), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sumanpaikdev](https://github.com/sumanpaikdev), [svbnbyrk](https://github.com/svbnbyrk), [tanmay-des](https://github.com/tanmay-des), [tboulis](https://github.com/tboulis), [tiagocorreiaalmeida](https://github.com/tiagocorreiaalmeida), [toomore](https://github.com/toomore), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [varunKT001](https://github.com/varunKT001), [VictorAssunc](https://github.com/VictorAssunc), [vish9812](https://github.com/vish9812), [vitorcruzfaculdade](https://github.com/vitorcruzfaculdade), [vivekkj123](https://github.com/vivekkj123), [wget](https://translate.mattermost.com/user/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [WilliamLongKing](https://github.com/WilliamLongKing), [Willyfrog](https://github.com/Willyfrog), [witjem](https://github.com/witjem), [wuwinson](https://github.com/wuwinson), [Yakikim](https://github.com/Yakikim), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yegorov-p](https://github.com/yegorov-p), [zefhemel](https://github.com/zefhemel), [ziriuz84](https://github.com/ziriuz84), [zuhairHussain](https://github.com/zuhairHussain), [ZurabBalamtsarashvili](https://github.com/ZurabBalamtsarashvili) + +---- + +## Release v7.6 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + + - The Mattermost v7.6 release has been cancelled as we are working on investigating performance issues. The next scheduled release is v7.7 in January 16th, 2023. + +## Release v7.5 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.5.2, released 2022-12-21** + - Mattermost v7.5.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where email notifications looked broken when email batching was enabled [MM-48521](https://mattermost.atlassian.net/browse/MM-48521). + - Updated prepackaged Boards version to 7.5.4. + - Updated prepackaged NPS version to 1.3.1. +- **v7.5.1, released 2022-11-16** + - Fixed an upgrade issue affecting servers on Ubuntu v18.04. +- **v7.5.0, released 2022-11-16** + - Original 7.5.0 release + +Mattermost v7.5.0 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + + - Adds a new schema migration to ensure ``ParentId`` column is dropped from the ``Posts`` table. Depending on the table size, if the column is not dropped before, a significant spike in database CPU usage is expected on MySQL databases. Writes to the table will be limited during the migration. + - For ``PluginRegistry.registerCustomRoute``, when you register a custom route component, you must specify a CSS ``grid-area`` in order for it to be placed properly into the root layout (recommended: ``grid-area: center``). + +```{Important} +If you upgrade from a release earlier than v7.4, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated the minimum version of Chrome and Edge to v106+. + +### Highlights + +#### Calls + - Added new message threads with emoji reactions and @mentions to calls. After joining a call, expand the widget to the window mode, and then select the comment button to access the real-time message thread in the right-hand sidebar. + +#### Boards + - Added additional standard [board templates](https://docs.mattermost.com/boards/work-with-boards.html#choose-a-board-template) to help users kick-off their next projects. + - Filters now support all [text properties](https://docs.mattermost.com/boards/work-with-cards.html#work-with-property-types). + - Added two new tiles for System Console [Boards metrics](https://docs.mattermost.com/configure/reporting-configuration-settings.html#site-statistics) under **System Console > Site Statistics**. + +#### Last active status + - Added a [“Last active” status](https://docs.mattermost.com/channels/channels-settings.html#share-last-active-time) to the profile popover and to the **Direct Message** channel header that indicates when a user was last online. This status only displays for users who are Away, Offline, or in do-not-disturb (DND). This can be disabled via **Settings > Display > Share last active time**. + +### Improvements + +#### User Interface (UI) + - Renamed "Starter" plan to "Free" plan in product. + - Added a new grid-based layout to the right-hand side and globalized the right-hand side and the Apps Bar. + - A confirmation modal is now displayed before a user marks all threads as read. + - Added the ability to hide the “required” asterisk in the App Field. + - Added a fading effect to the Apps Modal body while an Apps Modal is refreshing. + - Insights now filters out posts made by plugins and OAuth apps. + - Added a shortcut ``Ctrl/Cmd + Shift + U`` to filter channels by unread. + - The default number of **Direct Message** channels shown in the sidebar is now 40. + - Added Insights to the channel switcher. + - Added a button to easily copy the content of text or code files in file previews. + - The team unread icon for muted channels is now hidden in the sidebar. + - Added the ability to create a new channel along with a new board associated with the created channel. + - Added markdown formatting for hyperlinks when pasted into the text editor. + - Email notifications from new messages now also support displaying Slack attachments from the channel post. + - Updated NPS plugin to version 1.3.0. + - Downgraded Bulgarian, Persian, and Simplified Chinese language support to Alpha. + +#### Administration + - After 90 days since missing a payment, admins will see a modal where they can choose between updating the billing status or staying on the Free subscription. + - Autocomplete results using Elasticsearch or Bleve will correctly show a user as a channel member in direct message and group message channels. To force this change to appear, a re-indexing will be necessary. + - Introduced an **Invite Guests** prompt to self-hosted. + - Added JSON-compatible nested configuration value parsing from environment variables. + - An AD/LDAP prompt banner is now shown for self-hosted instances with a Professional license when visiting the invite guests modal. + - Self-hosted Admins now see "User Groups" in the product switcher with a call to action (CTA) to start a trial. + - Added logic to package product version of Boards with production builds. + +### Bug Fixes + - Fixed an issue where Enterprise features labeled as "Professional Feature" appeared in the **System Console** sidebar. + - Fixed an issue where the transparency for PNG images in image previews and thumbnails was not preserved. + - Fixed an issue where screen readers failed to announce “No results found” in the direct message modal. + - Fixed an issue where minipreview data was not generated nor stored for images imported from Slack. + - Fixed the error message that appears on the **Reset Password** page when inputting a password with fewer than five characters. + - Fixed an issue where ``Get categories`` with the "exclude" option did not return categories for deleted teams a user was no longer a member of. + - Fixed an issue where a randomly-generated default message-ID wasn't added for every outgoing email. + - Fixed an issue where custom groups could be created with @mention names that are reserved words (@channel, @here, @all). + - Fixed an issue where 404 errors were shown when APIv4 had an incorrect content-type header. + - Fixed an issue where messages from bots and webhooks could not be forwarded. + - Fixed an issue where inline images did not appear in the channel header. + - Fixed an issue with the emoji skin tone selector animation. + - Fixed an issue where the screen reader did not announce a successful login when logging in. + - Fixed a few broken links at **System Console > User Management > Permission Schemes**. + - Fixed an issue where users were able to forward messages to users who are deactivated. + - Fixed an issue where "Threads" were not shown in the unread filter view even if there weren't unread threads. + - Fixed an issue where the user’s full name was not shown when adding people to a channel via the ``Add people`` modal. + - Fixed an issue where formatting keyboard shortcuts were conflicting with existing shortcuts. + - Fixed an issue where the markdown style for horizontal rules was too thick. + - Fixed an issue where the emoji reaction overlay blocked part of the message it belonged to in compact view. + - Fixed an issue with incorrect mention counts in unread channels. + - Fixed an issue where the cursor displayed as a pointer instead of as an arrow in embedded YouTube preview images. + - Fixed an issue where formatting was applied to selected spaces after a word. + - Fixed an issue where screen readers did not announce that the channel interface language dropdown in **Settings > Display > Language > Change** is a dropdown. + - Fixed a bug where role filters weren't being applied for ``GetProfilesInChannel``. + - Fixed an issue where the guest onboarding checklist contained an “Invite team members” link as a tour point. + - Fixed an issue where the **Enterprise license is expired** banner was non-dismissible. + - Fixed an issue where the **Renew Now** option was not showing in-product and always defaulted to Contact Sales. + - Fixed an issue where ``getPostSince`` didn't properly return deleted posts when Collapsed Reply Threads was enabled. + - Fixed an issue where ``OwnerId`` was not set for bots created via ``EnsureBotUser``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``TeamSettings`` in the ``config.json``: + - Added ``EnableLastActiveTime`` to add a **Last active** status to the profile popover and to the **Direct Message** channel header that indicates when a user was last online. + +### API Changes + - Added a new response-header ``First-Inaccessible-File-Time`` to the APIs fetching single file information. + - Added a new query parameter to include deleted posts as long as it's requested by a system admin in ``/api/v4/channels/{channel_id}/posts``. + - Added new plugin endpoints to ``PermissionService`` interface. + +### Go Version + - v7.5 is built with Go ``v1.18.1``. + +### Known Issues + - Guest users are unable to return to the login screen after being removed from all channels [MM-48438](https://mattermost.atlassian.net/browse/MM-48438). + - Users are unable to open threads from recent mentions when switching to another team [MM-48399](https://mattermost.atlassian.net/browse/MM-48399). + - When the right-hand side is expanded, an overlay is displayed with the Threads help text popup [MM-48412](https://mattermost.atlassian.net/browse/MM-48412). + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in high availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in high availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - Boards linked to a channel you're a member of do not automatically appear on your sidebar unless you're an explicit member of the board. As a workaround, you can access the board from the channel RHS or by searching for the board via the board switcher (Ctrl/Cmd+K). Alternatively, you can ask the board admin to add you to the board as an explicit member. See the [issue-focalboard-4179](https://github.com/mattermost/focalboard/issues/4179) for more details. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [f2010126](https://translate.mattermost.com/user/f2010126/), [AbhinavVihan](https://github.com/AbhinavVihan), [adithyaakrishna](https://github.com/adithyaakrishna), [Aditya-Kapadiya](https://github.com/Aditya-Kapadiya), [adj2908](https://github.com/adj2908), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [akhil-ghatiki](https://github.com/akhil-ghatiki), [alannatodd](https://github.com/alannatodd), [alauregaillard](https://github.com/alauregaillard), [alexkuryshko](https://translate.mattermost.com/user/alexkuryshko/), [alexpjohnson](https://github.com/alexpjohnson), [alzee](https://github.com/alzee), [amogh2019](https://github.com/amogh2019), [amyblais](https://github.com/amyblais), [andrewwutw](https://translate.mattermost.com/user/andrewwutw/), [angeloskyratzakos](https://github.com/angeloskyratzakos), [aniketh-varma](https://github.com/aniketh-varma), [AntiGhot](https://github.com/AntiGhot), [anwarchk](https://github.com/anwarchk), [anx-ag](https://github.com/anx-ag), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [atlekbai](https://github.com/atlekbai), [ayrotideysarkar](https://github.com/ayrotideysarkar), [Azanul](https://github.com/Azanul), [azigler](https://github.com/azigler), [babinderrathi](https://github.com/babinderrathi), [batebobo](https://github.com/batebobo), [BediNimret](https://github.com/BediNimret), [BenCookie95](https://github.com/BenCookie95), [bpodwinski](https://translate.mattermost.com/user/bpodwinski/), [calebroseland](https://github.com/calebroseland), [cannalee90](https://github.com/cannalee90), [cecilysullivan](https://github.com/cecilysullivan), [chirag-ghosh](https://github.com/chirag-ghosh), [cinlloc](https://github.com/cinlloc), [codewithshariq](https://github.com/codewithshariq), [Conor0Callaghan](https://github.com/Conor0Callaghan), [ConorMacpherson](https://github.com/ConorMacpherson), [core](https://translate.mattermost.com/user/core/), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyberbuff](https://github.com/cyberbuff), [cyrilzhang-mm](https://github.com/cyrilzhang-mm), [d-wierdsma](https://github.com/d-wierdsma), [daniloff200](https://github.com/daniloff200), [den13501](https://github.com/den13501), [devinbinnie](https://github.com/devinbinnie), [devXprite](https://github.com/devXprite), [dibash](https://translate.mattermost.com/user/dibash/), [dibashthapa](https://github.com/dibashthapa), [Drishti-jain21](https://github.com/Drishti-jain21), [dsharma522](https://github.com/dsharma522), [Eleferen](https://translate.mattermost.com/user/Eleferen/), [emmyni](https://github.com/emmyni), [enahum](https://github.com/enahum), [enderahmetyurt](https://github.com/enderahmetyurt), [eraykisabacak](https://github.com/eraykisabacak), [erezo9](https://github.com/erezo9), [EricssonLiu](https://github.com/EricssonLiu), [ermanimer](https://github.com/ermanimer), [esethna](https://github.com/esethna), [EshaanAgg](https://github.com/EshaanAgg), [f2010126](https://github.com/f2010126), [Fanch](https://translate.mattermost.com/user/Fanch/), [Fjoerfoks](https://github.com/Fjoerfoks), [fmartingr](https://github.com/fmartingr), [francisco-core](https://github.com/francisco-core), [furqanmlk](https://github.com/furqanmlk), [gabor-boros](https://github.com/gabor-boros), [gabrieljackson](https://github.com/gabrieljackson), [gaston-flores](https://github.com/gaston-flores), [gbochora](https://github.com/gbochora), [gvlx](https://translate.mattermost.com/user/gvlx/), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hawkril](https://github.com/hawkril), [henry-shxu](https://github.com/henry-shxu), [hereje](https://github.com/hereje), [hmhealey](https://github.com/hmhealey), [hmmmmmmm](https://github.com/hmmmmmmm), [hokandil](https://github.com/hokandil), [homerCOD](https://github.com/homerCOD), [ifoukarakis](https://github.com/ifoukarakis), [iogungbade](https://github.com/iogungbade), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [javaguirre](https://github.com/javaguirre), [jeromegrosse](https://github.com/jeromegrosse), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jordanafung](https://github.com/jordanafung), [joremysh](https://github.com/joremysh), [josephjosedev](https://github.com/josephjosedev), [josevcsouza](https://translate.mattermost.com/user/josevcsouza/), [joshalling](https://github.com/joshalling), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [kscheel](https://github.com/kscheel), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [KuSh](https://github.com/KuSh), [kVarunkk](https://github.com/kVarunkk), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [ludovicobesana](https://translate.mattermost.com/user/ludovicobesana/), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo/), +[master7/](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-src](https://github.com/matthew-src), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [matthewbirtch](https://github.com/matthewbirtch), [mgdelacroix](https://github.com/mgdelacroix), [mhd-sln](https://github.com/mhd-sln), [michelengelen](https://github.com/michelengelen), [michizhou](https://github.com/michizhou), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [misantron](https://github.com/misantron), [mukul-kr](https://github.com/mukul-kr), [munish7771](https://github.com/munish7771), [nab-77](https://github.com/nab-77), [nayane95](https://github.com/nayane95), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [noxer](https://github.com/noxer), [oetiker](https://github.com/oetiker), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [patatman](https://github.com/patatman), [phoinixgrr](https://github.com/phoinixgrr), [Phrynobatrachus](https://github.com/Phrynobatrachus), [pikami](https://github.com/pikami), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [pvev](https://github.com/pvev), [rafaelrubbioli](https://github.com/rafaelrubbioli), [Rajat-Dabade](https://github.com/Rajat-Dabade), [RobBie1221](https://github.com/RobBie1221), [rolwin100](https://github.com/rolwin100), [RoyI99](https://github.com/RoyI99), [s4kh](https://github.com/s4kh), [saturninoabril](https://github.com/saturninoabril), [satya-vinay](https://github.com/satya-vinay), [sbishel](https://github.com/sbishel), [seanohue](https://github.com/seanohue), [seoyeongeun](https://translate.mattermost.com/user/seoyeongeun/), [shawnaym](https://github.com/shawnaym), [shikhar13012001](https://github.com/shikhar13012001), [simcard0000](https://github.com/simcard0000), [sinansonmez](https://github.com/sinansonmez), [sk409](https://github.com/sk409), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [tboulis](https://github.com/tboulis), [thenishantsapkota](https://github.com/thenishantsapkota), [tilto0822](https://github.com/tilto0822), [TomerPacific](https://github.com/TomerPacific), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [uravgkarthik](https://github.com/uravgkarthik), [varghesejose2020](https://github.com/varghesejose2020), [varunKT001](https://github.com/varunKT001), [vish9812](https://github.com/vish9812), [VishakhaPoonia](https://github.com/VishakhaPoonia), [vitorcruzfaculdade](https://github.com/vitorcruzfaculdade), [vivekkj123](https://github.com/vivekkj123), [Wetula](https://github.com/Wetula), [WhiteHsu](https://github.com/WhiteHsu), [wiggin77](https://github.com/wiggin77), [WilliamLongKing](https://github.com/WilliamLongKing), [Willyfrog](https://translate.mattermost.com/user/Willyfrog/), [wralith](https://github.com/wralith), [yakuter](https://github.com/yakuter), [Yordaniss](https://translate.mattermost.com/user/Yordaniss/), [zafar-hussain](https://github.com/zafar-hussain), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v7.4 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.4.1, released 2022-12-21** + - Mattermost v7.4.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a new schema migration to ensure ``ParentId`` column is dropped from the ``Posts`` table. Depending on the table size, if the column is not dropped before, a significant spike in database CPU usage is expected on MySQL databases. Writes to the table will be limited during the migration. + - Updated prepackaged Boards version to 7.4.3. +- **v7.4.0, released 2022-10-16** + - Original 7.4.0 release + +Mattermost v7.4.0 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Highlights + +#### Boards + - Added new [board roles](https://docs.mattermost.com/boards/share-and-collaborate.html#roles), **Commenter** and **Viewer**. + - Added [minimum default board roles](https://docs.mattermost.com/boards/share-and-collaborate.html#manage-team-access) to reduce permissioning ambiguity and to prevent security loopholes. + - Added support for [guest accounts](https://docs.mattermost.com/onboard/guest-accounts.html). + - Added the ability to add a team member to a board by selecting their name from [an autocomplete list](https://docs.mattermost.com/boards/work-with-cards.html#mention-people). + - Added channel notifications for linked boards. + - Added a new [multi-person property](https://docs.mattermost.com/boards/work-with-cards.html#work-with-property-types) to easily set multiple assignees or owners on a card. + +#### Calls + - Added new [keyboard shortcuts for Calls](https://docs.mattermost.com/channels/keyboard-shortcuts-for-channels.html#calls-shortcuts). + +### Improvements + +#### User Interface (UI) + - Added a red destructive action color to the **Leave Channel** button in the channel header. + - Downgraded Brazilian Portuguese and Romanian language support to Alpha. + - Pre-packaged Playbooks v1.32.6. + +#### Administration + - A ``batchSize`` option has been added to the ``mattermost export`` CLI command to limit the number of items exported. By default, if it is not included, it exports all posts. + - Added more context to the “Notify admin” feature to help Admins, such as who asked to upgrade, why they requested the upgrade, and how many people requested it. + +### Bug Fixes + - Fixed an issue with a nil point exception error during imports. + - Fixed an issue where users were unable to download a [Support Packet](https://docs.mattermost.com/manage/generating-support-packet.html) using the Desktop App. + - Fixed an issue with the **Message forward** modal where the auto-complete in the comment box moved with the text cursor. + - Fixed an issue where muted channels with an at-mention were displayed under the **Unreads** section of the channel switcher. + - Fixed an issue where the Collapsed Reply Threads setting was displayed in the **System Console > Experimental Features** section. + - Fixed an issue with the badge count on the mobile app when a channel/thread was viewed. + - Fixed an issue where typing ``@`` in the right-hand side rendered a cut-off user suggestion list. + - Fixed an issue where an error screen was briefly flashed when the first Admin signed up into a new server. + - Fixed an issue where users were unable to add Japanese comments correctly in the message **Forward** modal. + - Fixed an issue where unsaved edits to a post were lost when switching channels or threads. + - Fixed an issue on larger screen sizes where the Insights widgets were pushed to the side when the right-hand side was open. + - Fixed an issue where the ability to forward messages from public channels wasn't possible when messaging someone directly for the first time. + - Fixed an issue where custom emojis were sometimes not visible in **Insights > Top Reactions**. + - Fixed an issue where channels with no posts within a particular timeframe didn't show in **Insights > Least Active Channel**. + - Fixed an issue where the Channel Info right-hand side shortcut was not disabled in the Insights view. + - Fixed an issue where an in-product link was missing from **Integrations > Bot Accounts > Add Bot Account**. + - Reverted the new search of names in PostgreSQL using full text search introduced in v7.3.0 due to a performance regression. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableAPITriggerAdminNotifications`` to add an option to receive more context from the “Notify admin” feature to help Admins. + +### API Changes + - If ``EnableConfirmNotificationsToChannel`` is disabled, channel member counts by group API are no longer called. + +### Websocket Event Changes + - Added ``OmitConnection`` to the websocket broadcast parameters. + +### Go Version + - v7.4 is built with Go ``v1.18.1``. + +### Known Issues + - The **More** menu for Pinned posts on the right-hand side is cut-off [MM-46987](https://mattermost.atlassian.net/browse/MM-46987). + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [abhijit-singh](https://github.com/abhijit-singh), [AbhinavVihan](https://github.com/AbhinavVihan), [adrian.lee](https://translate.mattermost.com/user/adrian.lee), [aerokite](https://github.com/aerokite), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alauregaillard](https://translate.mattermost.com/user/alauregaillard), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [anx-ag](https://github.com/anx-ag), [asaadmahmood](https://github.com/asaadmahmood), [AshishDhama](https://github.com/AshishDhama), [azigler](https://github.com/azigler), [babinderrathi](https://github.com/babinderrathi), [BenCookie95](https://github.com/BenCookie95), [boahc077](https://github.com/boahc077), [bpodwinski](https://translate.mattermost.com/user/bpodwinski), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [cecilysullivan](https://github.com/cecilysullivan), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyrilzhang-mm](https://github.com/cyrilzhang-mm), [d-wierdsma](https://github.com/d-wierdsma), [danielsischy](https://github.com/danielsischy), [darkLord19](https://github.com/darkLord19), [devinbinnie](https://github.com/devinbinnie), [dezerb](https://github.com/dezerb), [dontoisme](https://github.com/dontoisme), [edlerd](https://github.com/edlerd), [ehsan](https://translate.mattermost.com/user/ehsan), [enahum](https://github.com/enahum), [fmartingr](https://github.com/fmartingr), [frstier](https://github.com/frstier), [ftonato](https://github.com/ftonato), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [gvlx](https://github.com/gvlx), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [henry-shxu](https://github.com/henry-shxu), [hmhealey](https://github.com/hmhealey), [Hornet-Wing](https://github.com/Hornet-Wing), [info4pdv](https://github.com/info4pdv), [iomodo](https://github.com/iomodo), [jaskiratsingh2000](https://github.com/jaskiratsingh2000), [jasonblais](https://github.com/jasonblais), [javaguirre](https://github.com/javaguirre), [jespino](https://github.com/jespino), [Jio007](https://github.com/Jio007), [johnsonbrothers](https://github.com/johnsonbrothers), [josevcsouza](https://translate.mattermost.com/user/josevcsouza), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [ksankeerth](https://github.com/ksankeerth), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [lafriks](https://github.com/lafriks), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mehran-prs](https://github.com/mehran-prs), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mjnagel](https://github.com/mjnagel), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [MusabShakeel576](https://github.com/MusabShakeel576), [mylonsuren](https://github.com/mylonsuren), [natalie-hub](https://github.com/natalie-hub), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [noxer](https://github.com/noxer), [ogi-m](https://github.com/ogi-m), [orlandorode97](https://github.com/orlandorode97), [pejotu](https://github.com/pejotu), [pfltdv](https://github.com/pfltdv), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [Rajat-Dabade](https://github.com/Rajat-Dabade), [rolwin100](https://github.com/rolwin100), [RoyI99](https://github.com/RoyI99), [safakkizkin](https://github.com/safakkizkin), [salmanmanekia](https://github.com/salmanmanekia), [SaptarshiSarkar12](https://github.com/SaptarshiSarkar12), [sashashura](https://github.com/sashashura), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [SelyanKab](https://github.com/SelyanKab), [shiken](https://translate.mattermost.com/user/shiken), [simcard0000](https://github.com/simcard0000), [sinansonmez](https://github.com/sinansonmez), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [tboulis](https://github.com/tboulis), [tilto0822](https://translate.mattermost.com/user/tilto0822), [TMaYaD](https://github.com/TMaYaD), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [urvesh20](https://github.com/urvesh20), [varghesejose2020](https://github.com/varghesejose2020), [vdvukhzhilov](https://github.com/vdvukhzhilov), [vetash](https://github.com/vetash), [vish9812](https://github.com/vish9812), [VishakhaPoonia](https://github.com/VishakhaPoonia), [wgshtg](https://github.com/wgshtg), [wiggin77](https://github.com/wiggin77), [yangyangdaji](https://github.com/yangyangdaji), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v7.3 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.3.1, released 2022-10-14** + - Mattermost v7.3.1 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Reverted the new search of names in PostgreSQL using full text search introduced in v7.3.0 due to a performance regression. +- **v7.3.0, released 2022-09-16** + - Original 7.3.0 release + +Mattermost v7.3.0 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - Boards is moving from a channel-based to a role-based permissions system. The migration will happen automatically, but your administrator should perform a backup prior to the upgrade. We removed workspaces, so if you were a member of many boards prior to migration, they will now all appear under the same sidebar. Please see [this document](https://docs.mattermost.com/welcome/whats-new-in-v72.html) for more details. + +```{Important} +If you upgrade from a release earlier than v7.2, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Playbooks + - Navigate between teams in Playbooks with the new team switcher. + - Manage playbooks and runs in the new left-hand sidebar. + - View the runs you're participating in or following in the **Runs** sidebar category, and view the playbooks you're a member of in the **Playbooks** sidebar category. + - Favorite runs or playbooks to prioritize them in the **Favorites** category. + - Participants now have access to every run feature on the new run details page. + - Users can now request status updates (Professional). + +#### Boards + - All the boards you’re currently a member of from your current team will appear on the sidebar without needing to switch workspaces. + - Organize boards on the sidebar with custom categories. + - Press CTRL+K/CMD+K to find additional boards. + - Navigate between teams in Boards with the new team switcher. + - Set board and template permissions in the new **Share** setting. + - Link boards to channels to automatically grant board permissions to channel members. + - See [the documentation](https://docs.mattermost.com/welcome/whats-new-in-v72.html) for more details. + +#### Calls + - Added support for standalone Calls server and Kubernetes (Enterprise). + +#### New Insights Widgets + - Added four new [Insights widgets](https://docs.mattermost.com/welcome/insights.html): Most Active Direct Messages, Least Active Channels, Top Playbooks, and New Team Members. + +### Improvements + +#### User Interface (UI) + - Added Calls keyboard shortcuts to the **Keyboard shortcuts** help modal. + - Updated the "Contact Sales" link to ``mattermost.com/pl/contact-sales`` and update the pricing modal user interface. + - Introduced a new ``/marketplace`` slash command that brings up the marketplace modal for the Admin, and changed the ``/help`` command so that it now keeps the user internal to Mattermost. + - Team unreads are now calculated based on the channel membership and threads only. Team membership is no longer taken into account. + - For introducing Boards and Playbooks to new users, an “explore other tools in platform” item was added to the end user onboarding checklist. + - Added the **Save** option to the post menu. + - Only the most recent message is now marked as unread when marking a thread as unread from the Threads list. + - Insights filters now persist instead of being reset to default when switching to channels and returning back to the Insights view. + - Code blocks now have better support for language filetype extensions and are a smaller bundle size. + - A Desktop App prompt is now always shown on first visit to a Mattermost server from an email notification. + - Search dropdown options now allow focusing by pressing the tab key. + - Downgraded Bulgarian language support to Beta. + +#### Administration + - Added a **View Plan** button within the plan card via **System Console > License**. + - Started tracking the join time of team members and added a new API endpoint to retrieve information about team members who have joined during a given time. + - Introduced an optional ``shouldRender`` function parameter to ``registerchannelHeaderMenuAction`` plugin function. This allows menu items to conditionally render depending on the current state prior to rendering. + - Plugins can now hide plugin settings based on the server's hosting environment. + - Customers who are on a 30-day free trial are now notified three days before the trial ends. + +### Bug Fixes + - Fixed an issue where muted channels with an at-mention were displayed under the **Unreads** section of the channel switcher. + - Fixed an issue where starting a trial failed if ``SiteURL`` was not set. + - Fixed an issue where reading a thread on the mobile app caused a negative mention count to display on the web app. + - Fixed an issue where the user's profile image persisted after user account deletion. + - Fixed an issue where exports generated via mmctl without attachments still included the file properties in the post, so they couldn't be imported. + - Fixed an issue that caused a crash when unread posts were fetched. + - Fixed an issue where updating a profile image and creating new emojis used multipart uploads when using S3 storage. + - Fixed an issue where the input legend on the custom group modal was cut off in Chrome. + - Fixed an issue where the **Disable post formatting** setting was hidden when the advanced text editor was enabled. + - Fixed an issue where we didn’t fall back to the user's default picture if a profile picture failed to load. + - Fixed an issue where disabling a WebApp plugin from its configuration page resulted in the radio button reverting to ``true``. + - Fixed an issue where the cursor sometimes jumped to the center channel textbox when the right-hand side was open. + - Fixed an issue where closing the right-hand side also closed the edited post in the center channel. + - Fixed an issue where selecting "Try free now" opened the top three enterprise features instead of the "Your trial has started" modal. + - Fixed an issue where the Threads view displayed as unread even if there were no unread threads. + - Fixed an issue where configuration changes could not be saved in the **System Console** in some cases. + - Fixed typos in some translations that caused some in-product links to be broken. + +### API Changes + - Added new API endpoints: + + - ``GET /api/v4/users/me/top/dms`` + - ``GET /api/v4/users/me/top/threads`` + - ``GET /api/v4/teams/:team_id/top/team_members`` + - ``GET /api/v4/teams/:team_id:/top/threads`` + - Added ``first_inaccessible_post_time`` to post API responses. + - Adds query parameter ``include_deleted`` to endpoint: ``{{[http://your-mattermost-url.com/api/v4/posts/{post_id}/files/info}}](http://your-mattermost-url.com/api/v4/posts/%7Bpost_id%7D/files/info%7D%7D)``. + +### Go Version + - v7.3 is built with Go ``v1.18.1``. + +### Open Source Components + - Added ``@floating-ui/react-dom-interactions`` to https://github.com/mattermost/mattermost-webapp. + +### Known Issues + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - On larger screens, the Insights widgets are pushed to the side when the right-hand side is open [MM-46886](https://mattermost.atlassian.net/browse/MM-MM-46886). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [97amarnathk](https://github.com/97amarnathk), [AbhinavVihan](https://github.com/AbhinavVihan), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [AlexanderMC8533](https://github.com/AlexanderMC8533), [amyblais](https://github.com/amyblais), [antonbuks](https://github.com/antonbuks), [anx-ag](https://github.com/anx-ag), [aperez900907](https://github.com/aperez900907), [asaadmahmood](https://github.com/asaadmahmood), [asatkinson](https://github.com/asatkinson), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [ComicShrimp](https://github.com/ComicShrimp), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [d-wierdsma](https://github.com/d-wierdsma), [danielsischy](https://github.com/danielsischy), [devinbinnie](https://github.com/devinbinnie), [dimeko](https://github.com/dimeko), [dipak-demansol](https://github.com/dipak-demansol), [dsharma522](https://github.com/dsharma522), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [francescbassas](https://github.com/francescbassas), [frstier](https://github.com/frstier), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [gmerz](https://github.com/gmerz), [HandsomeChoco](https://github.com/HandsomeChoco), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hyugabokko](https://github.com/hyugabokko), [ijansky](https://github.com/ijansky), [iogungbade](https://github.com/iogungbade), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jacodaybson](https://github.com/jacodaybson), [jaskiratsingh2000](https://github.com/jaskiratsingh2000), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jpmastermind](https://github.com/jpmastermind), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [krisfremen](https://github.com/krisfremen), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [Liberontissauri](https://github.com/Liberontissauri), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [mbc](https://translate.mattermost.com/user/mbc), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mjnagel](https://github.com/mjnagel), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [nadeem-hassan](https://github.com/nadeem-hassan), [natalie-hub](https://github.com/natalie-hub), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [noxer](https://github.com/noxer), [orlandorode97](https://github.com/orlandorode97), [petrmifek](https://github.com/petrmifek), [pfltdv](https://github.com/pfltdv), [pheel](https://github.com/pheel), [phoinixgrr](https://github.com/phoinixgrr), [phpfs](https://github.com/phpfs), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [RoyI99](https://github.com/RoyI99), [rtfm98](https://github.com/rtfm98), [sadohert](https://github.com/sadohert), [safakkizkin](https://github.com/safakkizkin), [salmanmanekia](https://github.com/salmanmanekia), [santoniriccardo](https://github.com/santoniriccardo), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [shamboozles](https://github.com/shamboozles), [sibasankarnayak](https://github.com/sibasankarnayak), [sinansonmez](https://github.com/sinansonmez), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [suzutatsu](https://github.com/suzutatsu), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [TalelingFantasy](https://translate.mattermost.com/user/TalelingFantasy), [tboulis](https://github.com/tboulis), [thepra](https://translate.mattermost.com/user/thepra), [thinkGeist](https://github.com/thinkGeist), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [varundey](https://github.com/varundey), [vetash](https://github.com/vetash), [vish9812](https://github.com/vish9812), [wgshtg](https://translate.mattermost.com/user/wgshtg), [whiver](https://github.com/whiver), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wsh](https://translate.mattermost.com/user/wsh), [wuwinson](https://github.com/wuwinson), [yangyangdaji](https://github.com/yangyangdaji), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v7.2 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v7.2.1, released 2022-10-14** + - Mattermost v7.2.1 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.2.0, released 2022-08-16** + - Original 7.2.0 release + +Mattermost v7.2.0 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes +Several schema changes impose additional database constraints to make the data more strict. All the commands listed below were tested on a 8 core, 16GB RAM machine. Here are the times recorded: + +**PostgreSQL (131869 channels, 2 teams)**: + +- ``CREATE TYPE channel_type AS ENUM ('P', 'G', 'O', 'D');`` took 14.114 milliseconds +- ``ALTER TABLE channels alter column type type channel_type using type::channel_type;`` took 3856.790 milliseconds (3.857 seconds) +- ``CREATE TYPE team_type AS ENUM ('I', 'O');`` took 4.191 milliseconds +- ``ALTER TABLE teams alter column type type team_type using type::team_type;`` took 116.205 milliseconds +- ``CREATE TYPE upload_session_type AS ENUM ('attachment', 'import');`` took 4.266 milliseconds +- ``ALTER TABLE uploadsessions alter column type type upload_session_type using type::upload_session_type;`` took 37.099 milliseconds + +**MySQL (270959 channels, 2 teams)**: + +- ``ALTER TABLE Channels MODIFY COLUMN Type ENUM("D", "O", "G", "P");`` took 13.24 seconds +- ``ALTER TABLE Teams MODIFY COLUMN Type ENUM("I", "O");`` took 0.04 seconds +- ``ALTER TABLE UploadSessions MODIFY COLUMN Type ENUM("attachment", "import");`` took 0.03 seconds + +```{Important} +If you upgrade from a release earlier than v7.1, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Message Forwarding + - You can now easily share messages as permalinks and respective permalink previews via the new [Post Forwarding feature](https://docs.mattermost.com/channels/forward-messages.html). Simply select the new **Forward** option from the **More** section of the message hover actions menu on a given message, choose a desired destination, and optionally add a comment for context. + +#### Audit Log v2 (Beta) + - Added support for new [schema and output log types](https://docs.mattermost.com/comply/audit-log.html). Contrary to the previous audit log implementation, all audit log records now have the same schema. + +### Improvements + +#### User Interface (UI) + - Pre-packaged Calls v0.7.1. + - Added the option to colorize usernames in compact display mode when **Account Settings > Display > Message Display > Compact** is selected. + - Added a setting to always land users at the newest messages in a channel via **Account settings > Advanced > Scroll position when viewing an unread channel**. + - Added email headers to notification emails so they can be threaded by email clients. + - Added **Save** and **Cancel** buttons for post inline editing. + - Enterprise trial details are now displayed for end users in the product switcher menu. + - Updated the **Edit Header** modal text description to be applicable to channels, direct messages, and group messages. + - Added a red destructive action color to ``Archive Channel`` and ``Leave Channel`` menu actions. + - Plugin activation errors now show in the plugin management page and marketplace. + - Added accessibility to the emoji picker skin tone selector and reversed the order of the skin tone selections in the emoji selector. + +#### Administration + - Added an **Upgrade** button for Admins on the navigation bar. + - Added the ability for Admins to quickly view different paid license options inside the product. + - Added the ability to start a trial from the **Invite People** modal. + - Admins are now able to search for channel IDs via **System Console > User Management > Channels** page. + - In the **System Console** left-hand side, paid features icons are now displayed on the menu entries to indicate enterprise features. + - Added ``webSocketClient`` to ``Pluggable`` and ``PostWillRenderEmbed`` plugin registered components. + - Added a new static system-level role called [Custom Group Manager](https://docs.mattermost.com/onboard/system-admin-roles.html). This role has permissions to create, edit, and delete custom user groups via User Groups in the Products menu. It can be used to assign individual users this ability when Custom Groups permissions are removed for All Members via the **System Console** (**System Console > Permissions > Edit Scheme > Custom Groups**). + - Export file names now contain the ID of the job they were generated by. + +### Performance + - Removed ``getLastPostPerChannel`` selector for improved performance in channel sorting. + +### Bug Fixes + - Fixed an issue with pasting a GitHub code snippet in the message box when text is selected. + - Fixed an issue where fully typed emojis that contained a capital letter were not correctly displayed. + - Fixed an issue where the archive icon for channels did not display correctly in dark themes. + - Fixed an issue where password requirements were not enforced when Development Mode was enabled. + - Fixed an issue where users were able to attempt to edit the channel header of an archived channel on the right-hand side. + - Fixed an issue where the “Your Trial Ended” banner hid the product switcher menu. + - Fixed an issue where the custom status date format was not set to ``YYYY-MM-DD``. + - Fixed an issue where users were unable to remove themselves from a custom role. + - Fixed an issue where some images in link previews overflowed. + - Fixed an issue where accessing the **System Console** and then exiting changed the user's status to "Offline". + - Fixed an issue where the **New Messages** line sometimes appeared when viewing a channel that was previously read. + - Fixed an issue with incorrectly formatted text in the **System Console**. + - Fixed an issue where the thread's view would appear as if it has unread threads even if no unread threads existed. + - Fixed an issue that caused a crash when fetching unread posts. + - Fixed an issue where the mobile app crashed when unfollowing a thread of a channel that a user was no longer a member of. + - Fixed an issue where the Custom Brand text was not centered and Site Description configuration did not show a placeholder. + - Fixed an issue where the group permissions had an extra level of nesting in the user interface. Also the permissions checkboxes were split out into their individual custom group permissions for a greater granularity of control. + - Fixed an issue where the OpenID Connect authentication button was missing from the signup page. + - Fixed an issue with autocomplete sorting regression in channels and threads. + - Fixed an issue where the custom branding logo was distorted on the login screen. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``FileSettings`` in ``config.json``: + - A new config setting ``AmazonS3RequestTimeoutMilliseconds`` was added which sets a timeout for requests to AWS S3. By default, the timeout is at 30 seconds. + +#### API Changes + - Added a new response-header ``Has-Inaccessible-Posts`` for ``getPost`` and ``getPostByIDs`` APIs. + +### Go Version + - v7.2 is built with Go ``v1.18.1``. + +### Open Source Components + - Added ``@types/color-hash``, ``color-contrast-checker``, ``color-hash``, and ``webpack`` to https://github.com/mattermost/mattermost-webapp. + +### Known Issues + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - Forwarding messages: pressing Enter key on an auto-complete item in the comment box sends the forward message [MM-46142](https://mattermost.atlassian.net/browse/MM-46142). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [64bitpandas](https://github.com/64bitpandas), [Afsoon](https://github.com/Afsoon), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [Apahadi73](https://github.com/Apahadi73), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [avinashlng1080](https://github.com/avinashlng1080), [azigler](https://github.com/azigler), [ballista01](https://github.com/ballista01), [BenCookie95](https://github.com/BenCookie95), [calebroseland](https://github.com/calebroseland), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [d-wierdsma](https://github.com/d-wierdsma), [debasish4patra](https://github.com/debasish4patra), [devinbinnie](https://github.com/devinbinnie), [eggmoid](https://github.com/eggmoid), [filipeandrade6](https://github.com/filipeandrade6), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [Haliax](https://github.com/Haliax), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hegocre](https://github.com/hegocre), [hmhealey](https://github.com/hmhealey), [ifnotak](https://github.com/ifnotak), [imasdekar](https://github.com/imasdekar), [imskr](https://github.com/imskr), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [iyampaul](https://github.com/iyampaul), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [jonathanwiemers](https://github.com/jonathanwiemers), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [KantinHoll](https://translate.mattermost.com/user/KantinHoll), [karistuck](https://github.com/karistuck), [kayazeren](https://github.com/kayazeren), [komarnitskyi](https://github.com/komarnitskyi), [koox00](https://github.com/koox00), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [kyeongsoosoo](https://github.com/kyeongsoosoo), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [manojmalik20](https://github.com/manojmalik20), [MarkAndersonTrocme](https://github.com/MarkAndersonTrocme), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [muratbayan](https://github.com/muratbayan), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [noxer](https://github.com/noxer), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [pfltdv](https://github.com/pfltdv), [phoinixgrr](https://github.com/phoinixgrr), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [pjenicot](https://github.com/pjenicot), [plant99](https://github.com/plant99), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [RKRohk](https://github.com/RKRohk), [RoyI99](https://github.com/RoyI99), [sadohert](https://github.com/sadohert), [samia64saleem](https://github.com/samia64saleem), [santoniriccardo](https://github.com/santoniriccardo), [saosangmo](https://github.com/saosangmo), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [serhack](https://github.com/serhack), [shamboozles](https://github.com/shamboozles), [Sharuru](https://github.com/Sharuru), [sibasankarnayak](https://github.com/sibasankarnayak), [SilverKnightKMA](https://github.com/SilverKnightKMA), [sinansonmez](https://github.com/sinansonmez), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [t0mm0](https://github.com/t0mm0), [tboulis](https://github.com/tboulis), [thePanz](https://github.com/thePanz), [thinkGeist](https://github.com/thinkGeist), [tiagodll](https://github.com/tiagodll), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [vdvukhzhilov](https://github.com/vdvukhzhilov), [vish9812](https://github.com/vish9812), [weblate](https://github.com/weblate), [whiver](https://github.com/whiver), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yoikeda](https://github.com/yoikeda), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v7.1 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) + +- **v7.1.9, released 2023-04-27** + - Mattermost v7.1.9 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.1.8, released 2023-04-12** + - Mattermost v7.1.8 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.1.7, released 2023-03-17** + - Added a ``exclude_files_count`` parameter to exclude file counts from channel stats API. + - Excluded the file count on channel stats API call on from channel header. +- **v7.1.6, released 2023-03-01** + - Mattermost v7.1.6 contains medium to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where threads were not marked as unread in the Threads view. + - Fixed an issue where the server sent a wrong badge number when marking a message as unread in a Direct Message channel. +- **v7.1.5, released 2022-12-21** + - Mattermost v7.1.5 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a new schema migration to ensure ``ParentId`` column is dropped from the ``Posts`` table. Depending on the table size, if the column is not dropped before, a significant spike in database CPU usage is expected on MySQL databases. Writes to the table will be limited during the migration. + - Fixed an issue where **Renew Now** option was not available in-product for self-serve eligible licenses [MM-47045](https://mattermost.atlassian.net/browse/MM-47045). + - ``getPostSince`` now properly returns deleted posts when Collapsed Reply Threads is enabled. + - Fixed an issue where the ``Enterprise license is expired`` banner was undismissable [MM-47396](https://mattermost.atlassian.net/browse/MM-47396). + - Fixed an issue where screen readers did not announce search results in the "Invite members to channel" modal [MM-44859](https://mattermost.atlassian.net/browse/MM-44859). + - Fixed an issue where screen readers did not announce emojis in the autocomplete list [MM-44877](https://mattermost.atlassian.net/browse/MM-44877). + - Fixed an issue where screen readers did not announce successful logins [MM-46596](https://mattermost.atlassian.net/browse/MM-46596). + - Fixed an issue where screen readers incorrectly announced the **Settings > Display > Language > Change interface language** field [MM-44114](https://mattermost.atlassian.net/browse/MM-44114). + - Fixed an issue where the search dropdown options did not allow focusing with a tab [MM-34969](https://mattermost.atlassian.net/browse/MM-34969). + - Fixed an issue where screen readers failed to announce "no results found" in the **Direct Message** modal [MM-44858](https://mattermost.atlassian.net/browse/MM-44858). + - Fixed an issue where the **Test Connection** button in **System Console > Environment > Elasticsearch** did not correctly take the right config settings specified in the page. Earlier, it would always take the previously saved config [MM-47154](https://mattermost.atlassian.net/browse/MM-47154). +- **v7.1.4, released 2022-10-14** + - Mattermost v7.1.4 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.1.3, released 2022-08-23** + - Mattermost v7.1.3 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where Admins were unable to save configuration changes in the **System Console** in some cases [MM-45875](https://mattermost.atlassian.net/browse/MM-45875). +- **v7.1.2, released 2022-07-21** + - Fixed an issue where mmctl checked the server version incorrectly. +- **v7.1.1, released 2022-07-15** + - Fixed an issue where selecting "Update" next to an outdated Marketplace plugin didn't work [MM-45731](https://mattermost.atlassian.net/browse/MM-45731). +- **v7.1.0, released 2022-07-15** + - Original 7.1.0 release + +Mattermost v7.1.0 contains low severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - A new configuration option ``MaxImageDecoderConcurrency`` indicates how many images can be decoded concurrently at once. The default is -1, and the value indicates the number of CPUs present. This affects the total memory consumption of the server. The maximum memory of a single image is dictated by ``MaxImageResolution * 24 bytes``. Therefore, we recommend that ``MaxImageResolution * MaxImageDecoderConcurrency * 24`` should be less than the allocated memory for image decoding. + - Mattermost v7.1 introduces schema changes in the form of a new column and its index. The following notes our test results for the schema changes: + - MySQL 12M Posts, 2.5M Reactions - ~1min 34s (instance: PC with 8 cores, 16GB RAM) + - PostgreSQL 12M Posts, 2.5M Reactions - ~1min 18s (instance: db.r5.2xlarge) + - You can run the following SQL queries before the upgrade to obtain a lock on ``Reactions`` table, so that users' reactions posted during this time won't be reflected in the database until the migrations are complete. This is fully backwards-compatible. + - For MySQL: + - ``ALTER TABLE Reactions ADD COLUMN ChannelId varchar(26) NOT NULL DEFAULT "";`` + - ``UPDATE Reactions SET ChannelId = COALESCE((select ChannelId from Posts where Posts.Id = Reactions.PostId), '') WHERE ChannelId="";`` + - ``CREATE INDEX idx_reactions_channel_id ON Reactions(ChannelId) LOCK=NONE;`` + + - For PostgreSQL: + - ``ALTER TABLE reactions ADD COLUMN IF NOT EXISTS channelid varchar(26) NOT NULL DEFAULT '';`` + - ``UPDATE reactions SET channelid = COALESCE((select channelid from posts where posts.id = reactions.postid), '') WHERE channelid='';`` + - ``CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_reactions_channel_id on reactions (channelid);`` + +```{Important} +If you upgrade from a release earlier than v7.0, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Insights (Beta) (Enterprise and Professional) + - Added workplace insights consisting of usage and behavior data, which helps Enterprises further increase productivity of their employees through Mattermost functionality. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + +### Improvements + +#### User Interface (UI) + - Pre-packaged Playbooks v1.29.1, Boards v7.1.0, and Calls v0.7.0. + - Recent emojis are now sorted based on the number of times an emoji has been used. + - Improved the link preview user interface. + - Added new search shortcuts to the **Keyboard Shortcuts** modal. + - CMD+F (macOS) and CTRL+F (Windows) for Desktop App + - CMD+SHIFT+F (macOS) and CTRL+SHIFT+F (Windows) for webapp + - Changed some tooltips to appear when focused instead of just on hover. +- Added support for syntax highlighting for 1C:Enterprise (BSL) language. + +#### Administration + - Default password requirements have been loosened to eight characters and no numeric, casing, or special characters required. These requirements can be configured by the System Admin as needed via **System Console > Password**. + - The System Console now also searches and returns channels based on the channel ID. A new parameter ``IncludeSearchById`` was added to the channel search endpoint, allowing requests to include searches that match IDs in response. + - Search results in PostgreSQL will now respect the ``default_text_search_config`` value instead of being hardcoded to English. Mattermost System Admins should check this value in case of any discrepancies with what is expected. + - Moved ``UserHasJoinedTeam`` callback to after a user is added to a team. + +#### Performance + - Reduced the number of calls made to ``viewChannel`` API during regular usage. + - Added pagination to the ``getPostThread`` API calls. + +### Bug Fixes + - Fixed an issue where links to internal help pages did not always open in a new browser tab. + - Fixed an issue that caused the Channel Members right-hand side search input to not search all the members of a channel. + - Fixed an issue where the feature discovery page still displayed a **Start Trial** button after a trial was completed. + - Fixed an issue where channel recency sorting was not consistent between mobile and webapp. + - Fixed an issue with uploading SVG files. + - Fixed an issue where thread posts were not left-aligned in compact message display mode. + - Fixed an error about a missing column for the Shared Channels experimental feature. + - Fixed an issue where the channel menu drop-down option "Move to..." was skipped when pressing the TAB keyboard key. + - Fixed an issue where the bulk import failed due to reply ``CreateAt`` being greater than that of the parent post. + - Fixed an undefined error when leaving a channel with the Unreads filter enabled. + - Fixed an issue where clicking on a quick emoji reaction opened the right-hand pane. + - Fixed an issue where the keyboard focus did not go back to the post textbox after hitting CTRL/CMD+SHIFT+P twice. + - Fixed an issue where the upload files button was positioned incorrectly. + - Fixed an issue where duplicated emojis sometimes displayed as recently used emojis. + - Fixed an issue where autocomplete "@" search for names did not normalize UTF-8 characters. + - Fixed an issue where **Group Messages** with long display names didn't have a tooltip in the left-hand sidebar. + - Fixed an issue where the file icon was sometimes unresponsive. + - Fixed a race condition where switching teams to an unread channel did not appear to mark that channel as read. + - Fixed an issue where the error message did not appear if a user drafted a too long post. + - Fixed an issue where channels with more than 100 members only showed 100 channel members in the right-hand side. + - Fixed an issue where the preview mode in the advanced text editor did not reset after posting a message. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - The setting ``EnableInsecureOutgoingConnections`` is now applicable to S3 clients as well. If that is set, s3 clients will skip TLS verification. + +#### API Changes + - To allow Admins to retrieve contents of posts whether they are deleted or not, ``include_deleted`` query parameter was introduced to ``GetPost`` endpoint. + +### Go Version + - v7.1 is built with Go ``v1.18.1``. + +### Open Source Components + - Added ``@floating-ui/react-dom`` and removed ``superagent`` and ``jasny-bootstrap`` from https://github.com/mattermost/mattermost-webapp/. + +### Known Issues + - The new Insights feature has some performance costs that we are working to optimize. This feature can be disabled by setting the ``MM_FEATUREFLAGS_INSIGHTSENABLED`` environment variable to ``false``. + - The Top Boards widget in Insights is slow to load. + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport results in duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [3ach](https://github.com/3ach), [abhijit-singh](https://github.com/abhijit-singh), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alejdg](https://github.com/alejdg), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [antonbuks](https://github.com/antonbuks), [anurag6713](https://github.com/anurag6713), [armanchand](https://github.com/armanchand), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [azigler](https://github.com/azigler), [Ballista01](https://github.com/Ballista01), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [d-wierdsma](https://github.com/d-wierdsma), [darkLord19](https://github.com/darkLord19), [devinbinnie](https://github.com/devinbinnie), [dimoiko100](https://github.com/dimoiko100), [dipak-demansol](https://github.com/dipak-demansol), [dontoisme](https://github.com/dontoisme), [DSchalla](https://github.com/DSchalla), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [engineereng](https://github.com/engineereng), [erezo9](https://github.com/erezo9), [esethna](https://github.com/esethna), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [gbyx3](https://github.com/gbyx3), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [imasdekar](https://github.com/imasdekar), [imskr](https://github.com/imskr), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [ismaaylSpiria](https://github.com/ismaaylSpiria), [IsmailTakriti](https://translate.mattermost.com/user/IsmailTakriti/), [it33](https://github.com/it33), [jaskiratsingh2000](https://github.com/jaskiratsingh2000), [jasonblais](https://github.com/jasonblais), [jbattistispiria](https://github.com/jbattistispiria), [jespino](https://github.com/jespino), [jfcastroluis](https://github.com/jfcastroluis), [jgilliam17](https://github.com/jgilliam17), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [keremkurtulus](https://github.com/keremkurtulus), [Kirill](https://github.com/Kirill), [koox00](https://github.com/koox00), [krisfremen](https://github.com/krisfremen), [kyeongsoosoo](https://github.com/kyeongsoosoo), [lapaz17](https://github.com/lapaz17), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://translate.mattermost.com/user/maksimatveev/), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7/), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [mayur_dhamecha](https://github.com/mayur_dhamecha), [metanerd](https://github.com/metanerd), [metehankaraca](https://github.com/metehankaraca), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [miltalex](https://github.com/miltalex), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [mvitale1989](https://github.com/mvitale1989), [natalie-hub](https://github.com/natalie-hub), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [Ngwind](https://github.com/Ngwind), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [noxer](https://github.com/noxer), [ogi-m](https://github.com/ogi-m), [pfltdv](https://github.com/pfltdv), [pheel](https://github.com/pheel), [phoinixgrr](https://github.com/phoinixgrr), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [prathers](https://github.com/prathers), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [respinffs](https://github.com/respinffs), [rodrigopinero](https://github.com/rodrigopinero), [RoyI99](https://github.com/RoyI99), [Rutam21](https://github.com/Rutam21), [sadohert](https://github.com/sadohert), [santoniriccardo](https://github.com/santoniriccardo), [sayanta66](https://github.com/sayanta66), [sbishel](https://github.com/sbishel), [serhack](https://github.com/serhack), [sinansonmez](https://github.com/sinansonmez), [sonichigo](https://github.com/sonichigo), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [tboulis](https://github.com/tboulis), [thinkGeist](https://github.com/thinkGeist), [topelrapha](https://github.com/topelrapha), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wuwinson](https://github.com/wuwinson), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [YetAnotherBlogArticle](https://github.com/YetAnotherBlogArticle), [zefhemel](https://github.com/zefhemel), [zsichina](https://github.com/zsichina) + +---- + +## Release v7.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) + +- **v7.0.2, released 2022-08-23** + - Mattermost v7.0.2 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v7.0.1, released 2022-06-24** + - Fixed an issue where mmctl checked the server version incorrectly [MM-45161](https://mattermost.atlassian.net/browse/MM-45161). + - Fixed an issue where the file icon was sometimes unresponsive [MM-45097](https://mattermost.atlassian.net/browse/MM-45097). + - Fixed an issue with Compliance Exports where the zip file creation failed when adding attachments to a post [MM-40179](https://mattermost.atlassian.net/browse/MM-40179). + - Fixed the notification title for ``id_loaded`` push notifications [MM-43655](https://mattermost.atlassian.net/browse/MM-43655). + - Pre-packaged Playbooks v1.28.2. +- **v7.0.0, released 2022-06-15** + - Original 7.0.0 release + +Mattermost v7.0.0 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - **IMPORTANT:** Session length configuration settings have changed from using a unit of *days* to *hours*. Instances using a config.json file or a database configuration for the following values should be automatically migrated to the new units, but instances using environment variables must make the following changes: + 1. replace `MM_SERVICESETTINGS_SESSIONLENGTHWEBINDAYS` with `MM_SERVICESETTINGS_SESSIONLENGTHWEBINHOURS` (x24 the value). + 2. replace `MM_SERVICESETTINGS_SESSIONLENGTHMOBILEINDAYS` with `MM_SERVICESETTINGS_SESSIONLENGTHMOBILEINHOURS` (x24 the value). + 3. replace `MM_SERVICESETTINGS_SESSIONLENGTHSSOINDAYS` with `MM_SERVICESETTINGS_SESSIONLENGTHSSOINHOURS` (x24 the value). + - MySQL self-hosted customers may notice the migration taking longer than usual when having a large number of rows in the ``FileInfo`` table. For MySQL, it takes around 19 seconds for a table of size 700,000 rows. The time required for PostgreSQL is negligible. The testing was performed on a machine with specifications of ``CPU - Intel i7 6-cores @ 2.6 GHz`` and ``Memory - 16 GB``. + - When a new configuration setting via **System Console > Experimental > Features > Enable App Bar** is enabled, all channel header icons registered by plugins will be moved to the new Apps Bar, even if they do not explicitly use the new registry function to render a component there. The setting for Apps Bar defaults to ``false`` for self-hosted deployments. + - The value of ``ServiceSettings.TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. See more details [here](https://docs.mattermost.com/configure/configuration-settings.html#trusted-proxy-ip-header). + - Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts. + +```{Important} +If you upgrade from a release earlier than v6.7, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Collapsed Reply Threads (General Availability) + - [Collapsed Reply Threads](https://docs.mattermost.com/channels/organize-conversations.html) is now generally available. Please reference [this article](https://support.mattermost.com/hc/en-us/articles/6880701948564) for more information and guidance for enabling the feature. + +#### Calls (Beta) + - [Native voice calling and screen sharing](https://docs.mattermost.com/channels/make-calls.html) is now available. This is a Channels-specific integration. + +#### Apps Bar (Beta) + - Channel header is now decluttered when a new configuration setting via **System Console > Experimental > Features > Enable App Bar** is enabled, to make it more obvious how to access Calls, Playbooks, and Boards when viewing a channel. All channel header icons registered by plugins will be moved to the new Apps Bar when the configuration setting is enabled, while Calls remains in the channel header. We recommend enabling the Apps Bar for servers with Calls enabled since the Apps Bar helps make space for the dedicated **Start Call** button in the channel header. + +#### Playbooks Updates + - Users can now easily keep processes up-to-date with [the inline playbook editor](https://docs.mattermost.com/playbooks/customize-a-playbook.html). + - A new statistics dashboard was added that displays the number of playbooks and run instances within the server alongside other system statistics in the **System Console**. + - Run triggers and actions now provide more control over where [status updates are posted](https://docs.mattermost.com/playbooks/customize-a-run.html) throughout a run. + +#### Message Formatting Toolbar + - The [new formatting toolbar](https://docs.mattermost.com/channels/format-messages.html#use-the-messaging-formatting-toolbar) makes Markdown accessible to everyone with easy to use controls for commonly used message formatting, such as bold, headings, links, and more. + +### Improvements + +#### User Interface (UI) + - For toggling the channel information in the right-hand pane, a shortcut CTRL/CMD+ALT+I was added. + - Added an "Unread Channels" section to the channel switcher and included threads in the results. + - Users are no longer hidden from search results in the "Add members" modal, even if they are already members of the channel. + - Applied new designs for the Login screen. + - Enabled the new onboarding task list for end users. + - The legacy **Settings > Advanced Settings > Preview Pre-release Features** setting is now deprecated in favor of the the new formatting toolbar. + - Romanian language support was downgraded to Beta. + +#### Performance + - Improved the performance of aggregate queries related to Collapsed Reply Threads. Learn more about these server performance optimizations in [this article](https://support.mattermost.com/hc/en-us/articles/6880701948564). + +#### Integrations + - To keep users in Mattermost when opening documentation links from the **System Console > Plugin** settings page, all the links now open in another tab. + - Changed **Actions** post menu hover text to **Message Actions**. + - Updated Apps Framework to version 1.1.0 to add improved logging. + +#### Administration + - Timestamps are now enabled in the default audit configuration. + - The Collapsed Reply Threads configuration option was moved in the **System Console** from **Experimental** to **Site Configuration > Posts**. + +#### Enterprise Subscription + - Upgraded the minor version of the ElasticSearch development Docker image. + - The Support Packet now contains two additional fields in the ``support_packet.yaml`` file: Active users and License-supported users. + +### Bug Fixes + - Fixed an issue with ADA Accessibility where screen readers did not TAB to or read "This channel has guests" in the channel header bar. + - Fixed an issue where the @mention autosuggest of users was no longer grouped by channel membership status. + - Fixed an issue where the New Messages toast was not fully tappable in narrow view. + - Fixed an issue where the shortcut modal for channel info showed ``ALT`` instead of ``SHIFT`` for Mac. + - Fixed an issue where the **Help > Report a Problem** link was not hidden when a URL was not set for **System Console > Customization > Report a Problem**. + - Fixed an issue with the timing of selector performance metrics. + - Fixed an issue where the S3 **Test Connection** button deceptively failed unless the user pressed **Save** first. + - Fixed an issue where Workspace Optimization did not load in the System Console on subpath servers. + - Fixed an issue where an error was logged when ``SendEmailNotifications`` was not set to ``true``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Changed ``SessionLengthWebInDays`` to ``SessionLengthWebInHours``. + - Changed ``SessionLengthMobileInDays`` to ``SessionLengthMobileInHours``. + - Changed ``SessionLengthSSOInDays`` to ``SessionLengthSSOInHours``. + - The value of ``TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. + - Added ``always-on`` and ``default-on`` settings to **System Console > Posts** for Collapsed Reply Threads. When enabled (default-on), users see Collapsed Reply Threads by default and have the option to disable it in **Settings**. When always on, users are required to use Collapsed Reply Threads and can't disable it. + - The default for ``CollapsedThreads`` has been changed to ``always_on``. This change impacts new Mattermost deployments, and doesn't affect existing configurations where this value is already set to some other value. + - Under ``ExperimentalSettings`` in ``config.json``: + - Added a new config setting ``EnableAppBar`` to enable and disable the new Apps Bar. This setting is disabled by default, but we recommend enabling the Apps Bar for servers with Calls enabled since the Apps Bar helps make space for the dedicated **Start Call** button in the channel header. + +#### API Changes + - Added new API endpoints ``GET /api/v4/teams/:team_id/top/channels`` and ``GET /api/v4/users/me/top/channels`` to get top channels for a team and user. + +#### Websocket Event Changes + - Added a new ``ConnectionId`` field to ``model.WebsocketBroadcast`` that allows broadcasting a message only to a specific connection. + +### Go Version + - v7.0 is built with Go ``v1.18.1``. + +### Known Issues + - Post list doesn't always scroll down to show new messages [MM-44131](https://mattermost.atlassian.net/browse/MM-44131). + - Mentions incorrectly shows users as not in a channel [MM-44157](https://mattermost.atlassian.net/browse/MM-44157). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicate boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [Abrahamology](https://github.com/Abrahamology), [AbrahamQll](https://translate.mattermost.com/user/AbrahamQll), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [Altaaya](https://github.com/Altaaya), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [bobmaster](https://translate.mattermost.com/user/bobmaster), [Borknab](https://github.com/Borknab), [bpmct](https://github.com/bpmct), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chenilim](https://github.com/chenilim), [cohu-dev](https://github.com/cohu-dev), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [debasish4patra](https://github.com/debasish4patra), [devinbinnie](https://github.com/devinbinnie), [dipak-demansol](https://github.com/dipak-demansol), [djanda97](https://github.com/djanda97), [eggmoid](https://github.com/eggmoid), [elyscape](https://github.com/elyscape), [enahum](https://github.com/enahum), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gavin-luo](https://github.com/gavin-luo), [gbochora](https://github.com/gbochora), [gin-melodic](https://github.com/gin-melodic), [hamzaMM](https://github.com/hamzaMM), [HandsomeChoco](https://github.com/HandsomeChoco), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jbattistispiria](https://github.com/jbattistispiria), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [jonathanwiemers](https://github.com/jonathanwiemers), [jprusch](https://github.com/jprusch), [jsoref](https://github.com/jsoref), [jtdspiria](https://github.com/jtdspiria), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [kkennethlee](https://github.com/kkennethlee), [koox00](https://github.com/koox00), [krisfremen](https://github.com/krisfremen), [krmh04](https://github.com/krmh04), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lisez](https://github.com/lisez), [lkyuchukov](https://github.com/lkyuchukov), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [master7](https://translate.mattermost.com/user/master7), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [matt-w99](https://github.com/matt-w99), [maxtrem271991](https://github.com/maxtrem271991), [metanerd](https://github.com/metanerd), [metehankaraca](https://translate.mattermost.com/user/metehankaraca/), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [miltalex](https://github.com/miltalex), [mjnagel](https://github.com/mjnagel), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [munish7771](https://github.com/munish7771), [neallred](https://github.com/neallred), [nickmisasi](https://github.com/nickmisasi), [nzeemin](https://github.com/nzeemin), [pfltdv](https://github.com/pfltdv), [phoinixgrr](https://github.com/phoinixgrr), [Phrynobatrachus](https://github.com/Phrynobatrachus), [plykung](https://translate.mattermost.com/user/plykung/), [prakharporwal](https://github.com/prakharporwal), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [RoyI99](https://github.com/RoyI99), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [sibasankarnayak](https://github.com/sibasankarnayak), [SiderealArt](https://github.com/SiderealArt), [sinansonmez](https://github.com/sinansonmez), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [TQuock](https://github.com/TQuock), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [vaaas](https://github.com/vaaas), [vadimasadchi](https://github.com/vadimasadchi), [vaheed](https://github.com/vaheed), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [windane](https://translate.mattermost.com/user/windane) + +---- + +## Release v6.7 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v6.7.2, released 2022-06-15** + - Fixed an issue with Compliance Exports where the zip file creation failed when adding attachments to a post [MM-40179](https://mattermost.atlassian.net/browse/MM-40179). +- **v6.7.1, released 2022-06-13** + - Mattermost v6.7.1 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The value of ``ServiceSettings.TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening +in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. See more details [here](https://docs.mattermost.com/configure/configuration-settings.html#trusted-proxy-ip-header). +- **v6.7.0, released 2022-05-16** + - Original 6.7.0 release + +Mattermost v6.7.0 contains low severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Compatibility + - Updated Chrome recommended minimum version to v100+. + +### Important Upgrade Notes + - New schema changes were introduced in the form of a new index. The following summarizes the test results measuring how long it took for the database queries to run with these schema changes: + - MySQL 7M Posts - ~17s (Instance: db.r5.xlarge) + - MySQL 9M Posts - 2min 12s (Instance: db.r5.large) + - Postgres 7M Posts - ~9s (Instance: db.r5.xlarge) + - For customers wanting a zero downtime upgrade, they are encouraged to apply this index prior to doing the upgrade. This is fully backwards compatible and will not acquire any table lock or affect any existing operations on the table when run manually. Else, the queries will run during the upgrade process and will lock the table in non-MySQL environments. Run the following to apply this index: + - For MySQL: `CREATE INDEX idx_posts_create_at_id on Posts(CreateAt, Id) LOCK=NONE;` + - For Postgres: `CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_posts_create_at_id on posts(createat, id);` + +```{Important} +If you upgrade from a release earlier than v6.6, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Playbooks Updates + - To keep procedures on track while reducing noise, task due dates can now be added to playbook runs (Professional and Enterprise subscriptions). + +### Improvements + +#### User Interface (UI) + - Added Files and Pinned Messages to the right-hand side Channel Info. + - Improved the New Channel modal user interface. + - Added the channel members list to the right-hand side Channel Info modal. + - Added the ability to invite new users to a team from the **Add to channel** modal. + - To be able to download images and copy public links for images more quickly, a copy URL and download buttons were added to image thumbnails. + - Added the ability to have one character long channel names. + - Pre-packaged Calls v0.4.9 with Mattermost server v6.7 (closed Beta). To participate in Beta testing, please contact [Mattermost](https://mattermost.com/contact-sales/). + - Updated the NPS plugin to version 1.2.0 to add a new **Give Feedback** menu item to the **Help** menu to send feedback at anytime. + +#### Performance + - Improved the performance of ``GetTeamsUnreadForUser`` when Collapsed Reply Threads is enabled. + - Added an index to the ``UserGroups DisplayName`` for improved autosuggest query performance. + - Improved the performance of permission selectors. + - Improved the performance of configuration read/writes if the configuration is stored on a database. + +#### Administration + - To add the ability to toggle sending inactivity email notification to Admins, a configuration setting ``EmailSettings.EnableInactivityEmail`` was added. + - To filter out deactivated users in the System Console, an **Active** filter was added for users and Admins in **System Console > User Management > Users**. + - Added a ``threadsOnly`` query parameter for getting user threads. + - To allow Admins to add a new license without having to first remove the old one, a new “License" button was added to **System Console > Edition and License**. + +#### Enterprise Subscription + - The Elasticsearch indexing job is resumable now. Stopping a server while the job is running will put the job in pending status and will resume the job when the server starts. The job can still be explicitly canceled via the **System Console**. + +### Bug Fixes + - Fixed an issue where permalinks to direct and group message posts did not show a preview. + - Fixed an issue when Collapsed Reply Threads are enabled where marking a root post with a mention as unread displayed both a mention badge and the thread item being bolded. + - Fixed an issue where the public link to generate the API was getting called even if public links were disabled. + - Fixed an issue with onboarding page view events. + - Fixed an issue where the custom emoji **Next** button was out of view when a banner was present. + - Fixed an issue where it would appear that a user had a negative number of unread threads. + - Fixed an issue where marking the last post in a thread as unread didn't mark the thread as unread. + - Restored the rendering of main menu items from plugins in non-mobile view. + - Fixed the overflow of text in **Manage Channel Members** modal title. + - Fixed an issue where pagination was broken in **System Console > Groups**. + - Fixed an issue where thread updates did not show correctly after the computer woke up. + - Fixed an issue where a negative unread count sometimes appeared with Collapsed Reply Threads enabled. + - Fixed an issue where the modal to create a Custom Group got closed when pressing ENTER. + - Fixed an issue where group mention did not get highlighted in Professional subscription. + - Fixed an issue where users were unable to edit posts with markdown code blocks. + - Fixed an issue where sending test (empty) notifications was allowed even when the ``SendPushNotifications`` config setting was set to ``false``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``EmailSettings`` in ``config.json``: + - Added ``EnableInactivityEmail`` setting to be able to disable inactive server email notifications. + - Under ``JobSettings`` in ``config.json``: + - Added a new cleanup job to regularly remove outdated config entries from the database. The threshold for this setting can be adjusted with ``CleanupConfigThresholdDays``. + - Under ``ElasticsearchSettings`` in ``config.json``: + - Elasticsearch (Enterprise subscription) and Bleve indexing have been revamped to be much more efficient and faster. The config parameter ``BulkIndexingTimeWindowSeconds`` for both Elasticsearch and Bleve is now deprecated and no longer used. A new config parameter called ``BatchSize`` has been introduced instead. This parameter controls the number of objects that can be indexed in a single batch. This makes things more efficient and maintains a constant workload. + +#### API Changes + - Added a new API endpoint ``POST /api/v4/users/{user_id}/teams/{team_id}/threads/{thread_id}/set_unread/{post_id}`` to set a thread as unread by post id. + - Added new API endpoints ``GET /api/v4/teams/:team_id/top/reactions`` and ``GET /api/v4/users/me/top/reactions`` to get top reactions for a team and user. + - Fixed an issue where the ``UpdateUser`` API endpoint required a ``create_at`` field. + - ``api/v4/file/s3_test`` now requires ``FileSettings`` to be all set to run. + - ``api/v4/email/test`` now requires ``EmailSettings`` to be all set to run. + - Added ``fromWebhook`` property to the webapp plugin API. + +### Go Version + - v6.7 is built with Go ``v1.18.1``. + +### Open Source Components + - Added ``react-native-math-view`` to https://github.com/mattermost/mattermost-mobile. + - Removed ``flux`` and ``react-slidedown`` from https://github.com/mattermost/mattermost-webapp. + - Added ``@mattermost/compass-icons``, ``bootstrap-dark``, ``fs-extra``, and ``pretty-bytes`` to https://github.com/mattermost/desktop. + +### Known Issues + - Channels with more than 100 members only show 100 members in the right-hand side [MM-44159](https://mattermost.atlassian.net/browse/MM-44159). + - Shortcut modal for channel info shows ``Alt`` instead of ``Shift`` for Mac [MM-44172](https://mattermost.atlassian.net/browse/MM-44172). + - A blank screen is seen when returning from the System Console while the Channel Info is open on the right-hand side [MM-44435](https://mattermost.atlassian.net/browse/MM-44435). + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alexkoala](https://github.com/alexkoala), [alieh-rymasheuski](https://github.com/alieh-rymasheuski), [allonios](https://github.com/allonios), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [andrewodri](https://github.com/andrewodri), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [bermelmike](https://translate.mattermost.com/user/bermelmike), [boxiyang](https://translate.mattermost.com/user/boxiyang), [bpodwinski](https://github.com/bpodwinski), [calebroseland](https://github.com/calebroseland), [cdump](https://github.com/cdump), [cecilysullivan](https://github.com/cecilysullivan), [chenilim](https://github.com/chenilim), [cleferman](https://github.com/cleferman), [codedsun](https://github.com/codedsun), [coltoneshaw](https://github.com/coltoneshaw), [cota-eng](https://translate.mattermost.com/user/cota-eng), [cpoile](https://github.com/cpoile), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [devinbinnie](https://github.com/devinbinnie), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [ewwollesen](https://github.com/ewwollesen), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [HandsomeChoco/](https://translate.mattermost.com/user/HandsomeChoco/), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jbattistispiria](https://github.com/jbattistispiria), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jpaldeano](https://github.com/jpaldeano), [jprusch](https://github.com/jprusch), [JtheBAB](https://translate.mattermost.com/user/JtheBAB), [JulienTant](https://github.com/JulienTant), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [KevinSJ](https://github.com/KevinSJ), [kherwata](https://translate.mattermost.com/user/kherwata), [KobeBergmans](https://github.com/KobeBergmans), [koox00](https://github.com/koox00), [krmh04](https://github.com/krmh04), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [lkyuchukov](https://github.com/lkyuchukov), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7/), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [maxtrem271991](https://translate.mattermost.com/user/maxtrem271991), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [mikebermel](https://github.com/mikebermel), [milotype](https://github.com/milotype), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [muratbayan](https://github.com/muratbayan), [mvitale1989](https://github.com/mvitale1989), [mylonsuren](https://github.com/mylonsuren), [nat-gunner](https://github.com/nat-gunner), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [nickmisasi](https://github.com/nickmisasi), [ogi-m](https://github.com/ogi-m), [pfltdv](https://github.com/pfltdv), [phoinixgrr](https://github.com/phoinixgrr), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [pvev](https://github.com/pvev), [Rajat-Dabade](https://github.com/Rajat-Dabade), [rebornwwp](https://github.com/rebornwwp), [RoyI99](https://github.com/RoyI99), [ryoarmanda](https://github.com/ryoarmanda), [saturninoabril](https://github.com/saturninoabril), [sayanta66](https://github.com/sayanta66), [sbishel](https://github.com/sbishel), [serhack](https://github.com/serhack), [seoyeongeun](https://translate.mattermost.com/user/seoyeongeun), [shadowshot-x](https://github.com/shadowshot-x), [SiderealArt](https://translate.mattermost.com/user/SiderealArt), [silentyak](https://github.com/silentyak), [sinansonmez](https://github.com/sinansonmez), [Sonichigo](https://github.com/Sonichigo), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [TQuock](https://github.com/TQuock), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [TylerStilson](https://github.com/TylerStilson), [unode](https://github.com/unode), [vadimasadchi](https://github.com/vadimasadchi), [varghesejose2020](https://github.com/varghesejose2020), [VishakhaPoonia](https://github.com/VishakhaPoonia), [Vovcharaa](https://github.com/Vovcharaa), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v6.6 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v6.6.2, released 2022-06-13** + - Mattermost v6.6.2 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The value of ``ServiceSettings.TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening +in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. See more details [here](https://docs.mattermost.com/configure/configuration-settings.html#trusted-proxy-ip-header). + - Fixed a bug that allowed to send test (empty) notifications even if the ``SendPushNotifications`` config was set to ``false``. +- **v6.6.1, released 2022-04-28** + - Mattermost v6.6.1 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Replaced an expired GPG key which is used to verify the enterprise binary. + - Fixed an issue with null values in the OAuthApps table's MattermostAppID column, which was introduced in v6.6.0 [MM-43500](https://mattermost.atlassian.net/browse/MM-43500). + - Fixed an issue where the Workspace Optimization dashboard mentioned that the workspace had reached over 100 users, when fewer than 100 users were registered [MM-43215](https://mattermost.atlassian.net/browse/MM-43215). +- **v6.6.0, released 2022-04-16** + - Original 6.6.0 release + +Mattermost v6.6.0 contains a low severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Compatibility + - Updated Safari recommended minimum version to v14.1+. + +### Important Upgrade Notes + - The [Apps Framework protocol](https://developers.mattermost.com/integrate/apps/) for binding/form submissions has changed, by separating the single `call` into separate `submit`, `form`, `refresh` and `lookup` calls. If any users have created their own Apps, they have to be updated to the new system. + +```{Important} +If you upgrade from a release earlier than v6.5, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). + ``` + +### Highlights + +#### Apps Framework 1.0: General Availability + - The [Apps Framework](https://developers.mattermost.com/integrate/apps/) allows developers to build integrations with Mattermost that seamlessly work across Mattermost’s desktop and mobile clients. Apps can be developed using any programming language, as opposed to plugins which must be developed in Go. + +#### Triggers and Actions + - Channel admins can now configure [certain actions](https://docs.mattermost.com/channels/create-channels.html) to be executed automatically based on trigger conditions without writing any code. Users running an older Playbooks release need to upgrade their Playbooks instance to at least v1.26 to take advantage of the channel actions functionality. + +#### Actions Restructure + - The **Actions** menu was restructured to reduce the clutter from Plugins and Apps. + +#### Playbook Updates + - Added [retrospective metrics](https://docs.mattermost.com/playbooks/metrics-and-goals.html) (Enterprise edition) to track up to four key metrics that indicate performance of every run. + +### Improvements + +#### User Interface (UI) + - Pre-packaged Calls v0.4.8 with Mattermost server v6.6 (closed Beta). To participate in Beta testing, please contact [Mattermost](https://mattermost.com/contact-sales/). + - Added nested previews for permalinks. + - Added a right-hand side Channel Info panel to see and interact with channel information. + - Added support for inline editing of posts. + - Changed the Mattermost indigo theme to match the dark theme in code blocks. + - Updated in-product links from legacy domain about.mattermost.com to mattermost.com. + - Made it easier to copy code blocks by adding a copy button on hover. + - Made it easier to copy a message via a new **Copy Text** post menu item. + - Added a loading indicator to the **Threads** global list each time more posts are fetched on infinite scroll. + - Added search guidance to the **Threads** global list when no more posts can be loaded. This is only shown if you’ve scrolled to load older posts and reach the end of the list. + - Added accessibility support for custom statuses. + - Tooltip is now only displayed when text is too long in the announcement banner. + - When restricting direct messages to users on the same team, bots are now excluded from that restriction. + - Brazilian Portuguese language support was downgraded to Beta. + +#### Performance + - Improved performance when clearing notifications with Collapsed Reply Threads enabled. + - Improved performance of Collapsed Reply Threads when ``ThreadAutoFollow`` is enabled but ``CollapsedThreads`` is disabled. + - Fixed a potential memory leak in the sidebar when using accessibility hotkeys. + - Virtualized the emoji picker and added other performance improvements to the emoji picker. + - Improved the performance of storing users in webapp. + - Fixed a small memory leak in the **System Console**. + +#### Plugins + - Updated the plugin registry's ``registerCallButtonAction`` method to allow for displaying custom calls buttons in the channel header. + - Added a debugging setting to turn off client-side plugins for the current user. + - Added performance metrics related to plugin loading on page load. + +#### Administration + - The default for [``ThreadAutoFollow``](https://docs.mattermost.com/configure/configuration-settings.html#automatically-follow-threads) has been changed to ``true``. This does not affect existing configurations where this value is already set to ``false``; however, we recommend enabling ``ThreadAutoFollow`` if you plan to enable [Collapsed Reply Threads](https://docs.mattermost.com/channels/organize-conversations.html) in the future. + - Improved the license upload flow. + - The Start Trial CTA presents a modal exposing the benefits the client gets by starting the trial, encouraging Admins to request a trial license and engage them with the product. + - A new field was added to the client configuration to let clients know the database schema version of the server. The applied database migrations have also been added to the **System Console**. + - Added a ``Automatically Follow Threads`` configuration setting to the **System Console** to expose the ``threadAutoFollow`` config setting to the User Interface. + - An error is now shown on the email invitation modal if SMTP is not configured but email invitations are ``true``. + - Logs from third-party libraries are now included in the default logging configuration. + - Added additional performance debugging settings. + - The support email field has moved from **Customization** to **Notifications** in the System Console. Also, a support email is now required when configuring email notifications. + - The ping endpoint can now receive a device ID, which will report whether the device is able to receive push notifications. + - [Feature flags](https://developers.mattermost.com/contribute/server/feature-flags/) are now automatically refreshed when the server undergoes a restart. + - Added a sort order to the category API, and included category data in the websocket category update event. + - Permissions for private playbooks are now hidden unless running an Enterprise license. + +### Bug Fixes + - Fixed an error that occured when a non-logged-in user attempted to view a page that required being logged in while MFA was required on the server. + - Fixed an issue where the channel switcher displayed channels from teams the Admin was no longer part of. + - Fixed an issue where ``ThreadStore.GetThreadsForUser`` did not count correctly when no team ID was specified. + - Fixed an issue where ``zip`` file creation failed when adding attachments. + - Fixed an issue where emoji short codes written in Markdown were not added to recently used emojis. + - Fixed the positioning of SVGs in admin onboarding when the screen doesn't have a previous button. + - Fixed an issue with the displayed channel name in the channel tutorial tip. + - Fixed an issue with the clickable area for emojis in the emoji picker to match the interface. + - Fixed an issue where usernames with periods in the channel switcher input showed Group Messages over matching Direct Messages. + - Fixed an issue on Collapsed Reply Threads compact message view where clicking on the thread footer avatar did not open the profile modal. + - Fixed a scan error on column name "LastRootPostAt": converting NULL to int64. + - Fixed an issue where selecting a custom status from Recent statuses used the original expiration time. + - Fixed an issue that caused a gap to appear on the left-hand side in products using the team sidebar. + - Fixed an issue where moving up or down in the channel switcher didn’t work as expected when Global Threads was in the background. + - Fixed an issue where pressing ENTER opened the onboarding tutorial tip. + - Fixed an issue where some permission checkboxes had been moved to different categories in the System Console. + - Fixed an issue where a blank screen occurred upon leaving a currently open unread channel with the channel unread grouping enabled. + - Fixed an issue related to disabling and re-enabling Custom Terms of Service. + - Fixed an issue where channel links on hover overlapped the channels menus. + - Fixed the positioning of the post menu in mobile web view. + - Fixed an issue where closing the keyboard shortcut modal by "CTRL/CMD + /" didn’t work. + - Fixed an issue where the channel keyboard navigation was broken in the Threads view. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - The default for ``ThreadAutoFollow`` has been changed to ``true``. This does not affect existing configurations where this value is already set to ``false``. + +### Go Version + - v6.6 is built with Go ``v1.16.7``. + +### Open Source Components + - Added ``@tippyjs/react``, ``react-popper``, ``react-slidedown`` and ``smooth-scroll-into-view-if-needed`` , and removed ``prettier`` and ``xregexp`` from https://github.com/mattermost/mattermost-webapp. + +### Known Issues + - On subpath, 404 can be seen on OpenID or SAML redirect after changing login method. The login change is successful, and manually adding the subpath name into the URL opens the expected page [MM-43114](https://mattermost.atlassian.net/browse/MM-43114). + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [AccountingMattermost](https://github.com/AccountingMattermost), [aeomin](https://translate.mattermost.com/user/aeomin/), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [akkivasu](https://github.com/akkivasu), [Alexnoj](https://github.com/Alexnoj), [amyblais](https://github.com/amyblais), [andreygolubkow](https://github.com/andreygolubkow), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [blocodenotas](https://github.com/blocodenotas), [bobertoyin](https://github.com/bobertoyin), [Borknab](https://github.com/Borknab), [bpodwinski](https://github.com/bpodwinski), [calebroseland](https://github.com/calebroseland), [CeesJol](https://github.com/CeesJol), [chenilim](https://github.com/chenilim), [ChristieBavelaar](https://github.com/ChristieBavelaar), [cleferman](https://github.com/cleferman), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ct7amz](https://translate.mattermost.com/user/ct7amz/), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [darkonovkina](https://translate.mattermost.com/user/darkonovkina/), [debasish4patra](https://github.com/debasish4patra), [devinbinnie](https://github.com/devinbinnie), [dipak-demansol](https://github.com/dipak-demansol), [dontoisme](https://github.com/dontoisme), [DSchalla](https://github.com/DSchalla), [emdecr](https://github.com/emdecr), [emilyacook](https://github.com/emilyacook), [enahum](https://github.com/enahum), [EragonRD](https://github.com/EragonRD), [erdeerdeerde](https://github.com/erdeerdeerde), [ericocesar](https://github.com/ericocesar), [ewwollesen](https://github.com/ewwollesen), [flynbit](https://github.com/flynbit), [fromhro](https://github.com/fromhro), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [glennschler](https://github.com/glennschler), [gmerz](https://github.com/gmerz), [gyeben](https://github.com/gyeben), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [htlcnn](https://github.com/htlcnn), [hydeenoble](https://github.com/hydeenoble), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jordanafung](https://github.com/jordanafung), [jpetazzo](https://github.com/jpetazzo), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [k4awon](https://github.com/k4awon), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [karistuck](https://github.com/karistuck), [kayazeren](https://github.com/kayazeren), [KevinSJ](https://github.com/KevinSJ), [koox00](https://github.com/koox00), [krmh04](https://github.com/krmh04), [kzmi](https://translate.mattermost.com/user/kzmi/), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7/), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [metanerd](https://github.com/metanerd), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mkdbns](https://github.com/mkdbns), [mkraft](https://github.com/mkraft), [Mshahidtaj](https://github.com/Mshahidtaj), [mylonsuren](https://github.com/mylonsuren), [nasermoein](https://github.com/nasermoein), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [Nothing23yeh](https://github.com/Nothing23yeh), [noxer](https://github.com/noxer), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [pfltdv](https://github.com/pfltdv), [Phrynobatrachus](https://github.com/Phrynobatrachus), [potatogim](https://github.com/potatogim), [pvev](https://github.com/pvev), [ramirezjag00](https://github.com/ramirezjag00), [rodcorsi](https://github.com/rodcorsi), [ruckc](https://github.com/ruckc), [ryoarmanda](https://github.com/ryoarmanda), [saturninoabril](https://github.com/saturninoabril), [sayanta66](https://github.com/sayanta66), [sbishel](https://github.com/sbishel), [sc](https://translate.mattermost.com/user/_sc/), [sibasankarnayak](https://github.com/sibasankarnayak), [sinansonmez](https://github.com/sinansonmez), [spirosoik](https://github.com/spirosoik), [src-r-r](https://github.com/src-r-r), [sri-byte](https://github.com/sri-byte), [sridhar02](https://github.com/sridhar02), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [superkkt](https://github.com/superkkt), [Szymongib](https://github.com/Szymongib), [ThiefMaster](https://github.com/ThiefMaster), [thorkemado](https://github.com/thorkemado), [tilto0822](https://github.com/tilto0822), [tmotyl](https://github.com/tmotyl), [tomaszn](https://github.com/tomaszn), [TQuock](https://github.com/TQuock), [trilopin](https://github.com/trilopin), [tsabi](https://github.com/tsabi), [vadimasadchi](https://github.com/vadimasadchi), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [VishakhaPoonia](https://github.com/VishakhaPoonia), [wandersiemers](https://github.com/wandersiemers), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wuwinson](https://github.com/wuwinson), [Zxce3](https://github.com/Zxce3) + +---- + +## Release v6.5 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v6.5.2, released 2022-06-13** + - Mattermost v6.5.2 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The value of ``ServiceSettings.TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening +in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. See more details [here](https://docs.mattermost.com/configure/configuration-settings.html#trusted-proxy-ip-header). + - Fixed a bug that allowed to send test (empty) notifications even if the ``SendPushNotifications`` config was set to ``false``. + - The ping endpoint now can receive a device ID, which will report whether the device is able to receive push notifications. +- **v6.5.1, released 2022-04-28** + - Mattermost v6.5.1 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue on schema migrations where the Mattermost server failed to restart after having an error in the migration process. + - Fixed an issue where the Get trial endpoint did not seem to complete. +- **v6.5.0, released 2022-03-16** + - Original 6.5.0 release + +Mattermost v6.5.0 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Compatibility + - Updated the recommended minimum supported Firefox version to v91+. + +### Important Upgrade Notes + - The ``mattermost version`` CLI command does not interact with the database anymore. Therefore the database version is not going to be printed. Also, the database migrations are not going to be applied with the version sub command. [A new db migrate sub command](https://docs.mattermost.com/manage/command-line-tools.html#mattermost-db-migrate) is added to enable administrators to trigger migrations. + +```{Important} +If you upgrade from a release earlier than v6.4, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Custom User Groups (Beta; Professional and Enterprise Plans) + - Added the ability to mention a group of members at a time in a workspace. Users can create groups, edit group details, join groups, archive groups, and add group members. + +#### Cross-team Channel Navigation + - You can now find and jump to channels across all your teams by typing any channel name in the **Find Channels** modal. + +#### Workspace Optimizations + - System Admins can now review their overall health and growth scores and take recommended actions for ensuring their workspace is running smoothly, so users can get the most out of Mattermost. + +#### Playbook Updates + - Added a new onboarding tour for Playbooks. + - Existing playbooks can now be duplicated by copying and modifying your colleague’s processes. Playbooks can also be exported. + +#### Boards Updates + - Added a new onboarding tour for Boards. + - Improved the share boards user interface. + - A link to Boards is now included in the channel intro whenever a new channel or direct message is started. + - Added in-app links to import Help Docs. + +### Improvements + +#### User Interface (UI) + - Added Persian as an official supported language (Beta). + - Added a new onboarding experience for first System Admin user. + - Added new tutorial tours for Channels, Boards, and Playbooks to help orient first time users. + - Removed extra telemetry events that were tracked during page loads. + - Added a feature card slide for Playbooks. + - Removed ``admin-advisor`` bot's ability to notify admins about missing support email. + - Clarified in-product error string "Oops!" as "Unable to continue" for both translators and target audiences in cases where a user doesn't have sufficient permissions to add users or guests. + - Removed incorrect in-product string text from the **Send full message contents** email notification option description displayed via **System Console > Site Configuration > Notifications**. + - Added the ability to send an unsanitized user to the source user on ``user_updated`` event. + - In the compact view, the sender's username is now always shown on posts. + - The post menu is now only rendered on the root post on hover over. + - Updated a library used for storing drafts and other data in browser storage. + - Enabled performance telemetry tracking for production deployments not running in developer mode. This telemetry tracking is disabled when telemetry is toggled off. + - Inactive server email notifications will now be sent to System Admins occasionally if there have been no telemetry events on their server for 100 hours or more. Inactivity is determined by reviewing all activity on the server. This feature can also be disabled using the ``MM_FeatureFlag_EnableInactivityCheckJob`` feature flag. + +#### Performance + - Improved database performance when ``ThreadAutoFollow`` is enabled but ``CollapsedThreads`` is disabled. Learn more about ``ThreadAutoFollow`` and Collapsed Reply Threads [here](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta). + - Improved perceived typing performance by moving heavy code around and effective memoization related to the textbox component. + - Fixed a memory leak caused by the post textbox. + - Reduced the number of menu components listening for keyboard and mouse events. + - Re-rendering of ``CustomStatusEmoji`` component is now avoided on post hovering. + - Removed the collapsed sidebar menu from the DOM on sidebar collapse and expand. + - Re-rendering of ``TextBox`` links component below the post box while typing is now avoided. + +#### Plugins + - Added an ``OnInstall()`` plugin hook. + - Added an ``OnSendDailyTelemetry()`` plugin hook. + - Added a new plugin registry entry to append menu items to the user guide dropdown. + +### Bug Fixes + - Fixed an issue with clicking images in the message attachment. + - Fixed an issue that caused Rudder to create their cookies on the top-level domain when Mattermost was installed on a subdomain. + - Fixed an issue where **Total Posts** and **Active Users With Posts** graphs did not render in **System Console** > **Team Statistics**. + - Fixed an issue where telemetry events attempted to get sent even when blocked by an ad blocker. + - Fixed an issue where the channel switcher stopped showing search results when the first few characters were removed. + - Fixed an issue where notification sounds didn't trigger on the Desktop App for new accounts. + - Fixed an issue where users got multiple sounds for a single notification on the Linux Desktop App. + - Fixed an issue where posting frequent messages to followed threads caused jittery typing. + - Fixed an issue where the **Add to channel** permission was available in private channels for non-admin users. + - Fixed an issue where the reply notification setting was still in effect even when Collapsed Reply Threads was enabled. + - Fixed an issue where running ``mmctl config migrate`` reset the configuration settings to defaults if the settings were already in the database. + - Fixed an issue where the custom status menu option was missing the "x" to clear status. + - Fixed an issue where the password reset link was valid for 1 hour instead of 24 hours. + - Fixed an issue where the Mattermost import failed if an export contained a soft-deleted team. + - Fixed an issue where search results in the right-hand side did not clear when changing screens from file results to any other. + - Fixed an issue where an emoji import failed when the emoji name conflicted with a system emoji. + - Fixed an issue where the **Edition and License** page displayed a prompt to upgrade to Enterprise for servers that already had an E20 license. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added a new ``EnableClientPerformanceDebugging`` setting to enable some options for users on the web app to enable and disable different parts of the web app to help us isolate performance issues while debugging. + - Added a new ``EnableCustomGroups`` setting to create and delete custom groups and to add and remove custom group members. + +#### API Changes + - Added new endpoint GET /api/v4/users/invalid_emails. This endpoint will return a list of non-guest users who are not in your whitelisted domains on a server where EnableOpenServer is false. + - Added new API endpoint ``POST /system/onboarding/complete`` to complete onboarding. + - Added a new API endpoint ``GET api/v4/latest_version`` to fetch the latest Mattermost version. + - Modified an existing API endpoint ``${baseUrl}/api/v4/channels/search?system_console=false`` and added additional parameters ``${baseUrl}/api/v4/users/me/channels`` to fetch all the channel across teams and ``${baseUrl}/api/v4/users/${userId/channel_members`` to fetch all the channel_members across teams). + +#### Websocket Changes + - Refactored `user-update` websocket event handler to prevent extra get request to server for unsanitized user. + - Added a new ``ReliableClusterSend`` field to ``model.WebsocketBroadcast`` to allow sending events through the cluster using the reliable channel. + +### Go Version + - v6.5 is built with Go ``v1.16.7``. + +### Known Issues + - The mmctl command built into version v6.5.0 appears to be from v6.4.1 [MM-42588](https://mattermost.atlassian.net/browse/MM-42588). + - The new onboarding menu icon obscures System Console menu items [MM-42353](https://mattermost.atlassian.net/browse/MM-42353). + - For Custom Groups, the user activity doesn't sync in two sessions [MM-42242](https://mattermost.atlassian.net/browse/MM-42242). + - For Custom Groups, the last action popup menu is cut off [MM-42189](https://mattermost.atlassian.net/browse/MM-42189). + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [97amarnathk](https://github.com/97amarnathk), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [akshitarora921](https://github.com/akshitarora921), [alerque](https://github.com/alerque), [amyblais](https://github.com/amyblais), [andrewbrown00](https://github.com/andrewbrown00), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [CeesJol](https://github.com/CeesJol), [chenilim](https://github.com/chenilim), [chris-nee](https://github.com/chris-nee), [codedsun](https://github.com/codedsun), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cvockrodt](https://github.com/cvockrodt), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [debasish4patra](https://github.com/debasish4patra), [devinbinnie](https://github.com/devinbinnie), [dipak-demansol](https://github.com/dipak-demansol), [DIVYA-19](https://github.com/DIVYA-19), [dontoisme](https://github.com/dontoisme), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [EragonRD](https://github.com/EragonRD), [fromhro](https://github.com/fromhro), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [ggu1012](https://github.com/ggu1012), [gohyinhao](https://github.com/gohyinhao), [GR34SE](https://github.com/GR34SE), [gtapiasgt](https://github.com/gtapiasgt), [gyeben](https://translate.mattermost.com/user/gyeben/), [haardikdharma10](https://github.com/haardikdharma10), [hamzaMM](https://github.com/hamzaMM), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hojin-kim](https://translate.mattermost.com/user/hojin-kim/), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ITKozak](https://github.com/ITKozak), [jaz-on](https://github.com/jaz-on), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [joriki](https://github.com/joriki), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [jsoref](https://github.com/jsoref), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [julmondragon](https://github.com/julmondragon), [jupriano](https://github.com/jupriano), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [karistuck](https://github.com/karistuck), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [krmh04](https://github.com/krmh04), [krotovkk](https://github.com/krotovkk), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [mamounjamous](https://github.com/mamounjamous), [manojmalik20](https://github.com/manojmalik20), [master7](https://translate.mattermost.com/user/master7/), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [matthewbirtch](https://github.com/matthewbirtch), [maurobraggio](https://github.com/maurobraggio), [metanerd](https://github.com/metanerd), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mkraft](https://github.com/mkraft), [mylonsuren](https://github.com/mylonsuren), [nasermoein](https://github.com/nasermoein), [nathanaelhoun](https://github.com/nathanaelhoun), [NathanBnm](https://github.com/NathanBnm), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [Nothing23yeh](https://github.com/Nothing23yeh), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [penthaapatel](https://github.com/penthaapatel), [persian@mattermost.com](https://translate.mattermost.com/user/persiantranslator@mattermost.com/), [persiantranslator@mattermost.com](https://translate.mattermost.com/user/persiantranslator@mattermost.com/), [Phrynobatrachus](https://github.com/Phrynobatrachus), [Pinjasaur](https://github.com/Pinjasaur), [plant99](https://github.com/plant99), [poflankov](https://github.com/poflankov), [potatogim](https://github.com/potatogim), [Profesor08](https://github.com/Profesor08), [pvev](https://github.com/pvev), [rodcorsi](https://github.com/rodcorsi), [Rutam21](https://github.com/Rutam21), [saeid.hmdr](https://translate.mattermost.com/user/saeid.hmdr/), [sargreal](https://github.com/sargreal), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [scottaudet](https://github.com/scottaudet), [seoyeongeun](https://github.com/seoyeongeun), [serhack](https://github.com/serhack), [sibasankarnayak](https://github.com/sibasankarnayak), [sinansonmez](https://github.com/sinansonmez), [snan](https://github.com/snan), [Sonichigo](https://github.com/Sonichigo), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [superkkt](https://github.com/superkkt), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [ThiefMaster](https://github.com/ThiefMaster), [tilto0822](https://github.com/tilto0822), [TQuock](https://github.com/TQuock), [tsabi](https://github.com/tsabi), [ukewea](https://github.com/ukewea), [varghesejose2020](https://github.com/varghesejose2020), [vinod-demansol](https://github.com/vinod-demansol), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wuwinson](https://github.com/wuwinson), [zefhemel](https://github.com/zefhemel), [Zxce3](https://translate.mattermost.com/user/Zxce3/). + +---- + +## Release v6.4 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **v6.4.3, released 2022-04-28** + - Mattermost v6.4.3 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue on schema migrations where the Mattermost server failed to restart after having an error in the migration process. +- **v6.4.2, released 2022-03-10** + - Mattermost v6.4.2 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where the webapp did not route notifications correctly when the computer was locked. +- **v6.4.1, released 2022-02-25** + - Fixed a major web and desktop app performance issue for users with a large accumulated number of Direct Messages and Group Messages. +- **v6.4.0, released 2022-02-16** + - Original 6.4.0 release + +Mattermost v6.4.0 contains low severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - A new schema migration system has been introduced, so we strongly recommend backing up the database before updating the server to this version. The new migration system will run through all existing migrations to record them to a new table. This will only happen for the first run in order to migrate the application to the new system. The table where migration information is stored is called ``db_migrations``. Additionally, a ``db_lock`` table is used to prevent multiple installations from running migrations in parallel. Any downtime depends on how many records the database has and whether there are missing migrations in the schema. In case of an error while applying the migrations, please check this table first. If you encounter an issue please file [an Issue](https://github.com/mattermost/mattermost-server/issues) by including the failing migration name, database driver/version, and the server logs. + - On MySQL, if you encounter an error "Failed to apply database migrations" when upgrading to v6.4.0, it means that there is a mismatch between the table collation and the default database collation. You can manually fix this by changing the database collation with ``ALTER DATABASE COLLATE = 'utf8mb4_general_ci',``. Then do the server upgrade again and the migration will be successful. + - It has been commonly observed on MySQL 8+ systems to have an error ``Error 1267: Illegal mix of collations`` when upgrading due to changing the default collation. This is caused by the database and the tables having different collations. If you get this error, please change the collations to have the same value with, for example, ``ALTER DATABASE COLLATE = ''``. + - The new migration system requires the MySQL database user to have additional *EXECUTE*, *CREATE ROUTINE*, *ALTER ROUTINE* and *REFERENCES* privileges to run schema migrations. + +```{Important} +If you upgrade from a release earlier than v6.3, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Playbook Updates + - The Team and Starter plans no longer have a limit to the number of playbooks that can be created. + +#### Boards Updates + - Redesigned the Boards template selector to help users find the best template for projects. + - Board archives now support images. All image attachments on cards will be included the next time a board archive is exported and imported. The archive format is changing with a new ``.boardarchive`` extension and all new exports will only be in this format. + - Added card badges to indicate the type of content in a card, such as the description, comments, and checklists, without needing to open the card. + - The entire text on URL properties is now clickable, so users can easily open links from a card without needing to click on a small link icon. + - GIF file types are now supported as image attachments in card descriptions. + +### Improvements + +#### User Interface (UI) + - Updated **Account Settings** terminology to **Settings**. + - Added Accept-Language header to generate link previews in the default Server language. + - The **Invite Members** button is now hidden when the Direct Message category is collapsed. + - Added Collapsed Reply Threads (Beta) tour functionality. + - Added a keyboard shortcut to open and expand the right-hand pane. + - UX improvements to the **System Console > Licensing** page: added a new modal for the upload license workflow. + +#### Administration + - Improved plugins performance by re-initializing only after plugin configuration changes. + - Removed dead struct ``ManifestExecutables``. + - Added support for exporting and importing the post type and ``edit_at`` post details. + - Added support for ``postgresql`` schema designator. + +### Bug Fixes + - Fixed an issue where the "Make channel admin" option did not display without a license. + - Fixed an issue where the user menu header was visible when custom statuses were disabled. + - Fixed an issue where the "New Replies" banner on the right-hand side was displayed for a thread that was entirely visible. + - Fixed an issue where the markdown **Preview** link was not hidden in read-only channels. + - Fixed an issue that caused a gap to appear on the left-hand side in products using the team sidebar. + - Fixed an issue with Collapsed Reply Threads (Beta) where clearing a deleted root post left the right-hand side blank. + - Fixed an issue where the **Add** channel member button text was cut off in Safari. + - Fixed an issue where the file preview modal info bar showed the channel id instead of the channel name for Direct Messages. + - Fixed an issue to add a loader when fetching data from the backend in the channel switcher if there are no results matching local data. + - Fixed an issue where the **Get a Public Link** button in the file preview modal was hidden if the image was an external link. + - Fixed an issue where the click effect on **Copy** invite link button was incorrect. + - Reinstalling a previously-enabled plugin now correctly reports enabled status as false. + - Fixed an issue where the Ctrl/Cmd+Shift+A hotkey to open **Settings** didn't work in desktop view. + - Fixed an issue where the "Leave Channel" button didn't work from the channel sidebar 3-dot menu when clicking on it a second time. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``DataRetentionSettings`` in ``config.json``: + - Added ``EnableBoardsDeletion`` and ``BoardsRetentionDays`` to add support for Global Retention Policy for Boards. + +#### API Changes + - The ``api/v4/config/migrate`` API endpoint has been removed in favor of the mmctl ``--local`` endpoint. API clients won't be able to access this endpoint without having physical access to the server. + +### Go Version + - v6.4 is built with Go ``v1.16.7``. + +### Open Source Components + - Removed ``@formatjs/intl-pluralrules`` and ``@formatjs/intl-relativetimeformat`` from https://github.com/mattermost/mattermost-webapp. + - Added ``msgpack/msgpack`` and ``pako`` to https://github.com/mattermost/mattermost-mobile. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors + - [3ach](https://github.com/3ach), [abdusabri](https://github.com/abdusabri), [abhijit-singh](https://github.com/abhijit-singh), [adithyaakrishna](https://github.com/adithyaakrishna), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alauregaillard](https://github.com/alauregaillard), [alieh-rymasheuski](https://github.com/alieh-rymasheuski), [amyblais](https://github.com/amyblais), [anurag6713](https://github.com/anurag6713), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [balajivenkatesh](https://github.com/balajivenkatesh), [BenHargreaves](https://github.com/BenHargreaves), [BenLloydPearson](https://github.com/BenLloydPearson), [bhimeshchauhan](https://github.com/bhimeshchauhan), [bobychaudhary](https://github.com/bobychaudhary), [calebroseland](https://github.com/calebroseland), [ChaseKnowlden](https://github.com/ChaseKnowlden), [chenilim](https://github.com/chenilim), [codedsun](https://github.com/codedsun), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [debasish4patra](https://github.com/debasish4patra), [debci](https://translate.mattermost.com/user/debci/), [devinbinnie](https://github.com/devinbinnie), [dfun90](https://github.com/dfun90), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [evil.com](https://translate.mattermost.com/user/evil.com/), [flynbit](https://translate.mattermost.com/user/flynbit/), [frnkshin](https://github.com/frnkshin), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbochora](https://github.com/gbochora), [gtapias](https://translate.mattermost.com/user/gtapias/), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [jihoon-seo](https://github.com/jihoon-seo), [johnsonbrothers](https://github.com/johnsonbrothers), [josephjosedev](https://github.com/josephjosedev), [jpaldeano](https://github.com/jpaldeano), [jprusch](https://github.com/jprusch), [jsoref](https://github.com/jsoref), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [JulienTant](https://github.com/JulienTant), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [K3UL](https://github.com/K3UL), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [krmh04](https://github.com/krmh04), [krotovkk](https://github.com/krotovkk), [LaoshuBaby](https://github.com/LaoshuBaby), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [manojmalik20](https://github.com/manojmalik20), [MarcCeleiro](https://translate.mattermost.com/user/MarcCeleiro/), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7/), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [Mercbot7](https://github.com/Mercbot7), [meshal](https://translate.mattermost.com/user/meshal/), [Meshalaw](https://github.com/Meshalaw), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mkbox](https://github.com/mkbox), [mkraft](https://github.com/mkraft), [mxschumacher](https://github.com/mxschumacher), [mylonsuren](https://github.com/mylonsuren), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [nickmisasi](https://github.com/nickmisasi), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [onoklin](https://github.com/onoklin), [pablovelezvidal](https://github.com/pablovelezvidal), [patatman](https://github.com/patatman), [Phrynobatrachus](https://github.com/Phrynobatrachus), [potatogim](https://github.com/potatogim), [R](https://translate.mattermost.com/user/R/), [RenePinnow](https://github.com/RenePinnow), [ricosega](https://github.com/ricosega), [rinkimekari](https://github.com/rinkimekari), [sadohert](https://github.com/sadohert), [sangramrath](https://github.com/sangramrath), [sanjaydemansol](https://github.com/sanjaydemansol), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [Schweinepriester](https://github.com/Schweinepriester), [scottaudet](https://github.com/scottaudet), [seoyeongeun](https://github.com/seoyeongeun), [shadowshot-x](https://github.com/shadowshot-x), [shrzkhn](https://github.com/shrzkhn), [sibasankarnayak](https://github.com/sibasankarnayak), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [tilto0822](https://github.com/tilto0822), [TQuock](https://github.com/TQuock), [tsabi](https://github.com/tsabi), [tw-ayush](https://github.com/tw-ayush), [varghesejose2020](https://github.com/varghesejose2020), [venarius](https://github.com/venarius), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [willpwa](https://github.com/willpwa), [Willyfrog](https://github.com/Willyfrog), [wqweto](https://translate.mattermost.com/user/wqweto/), [wuwinson](https://github.com/wuwinson), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v6.3 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) + +- **v6.3.10, released 2022-08-23** + - Mattermost v6.3.10 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v6.3.9, released 2022-06-13** + - Mattermost v6.3.9 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The value of ``ServiceSettings.TrustedProxyIPHeader`` defaults to empty from now on. A previous bug prevented this from happening +in certain conditions. Customers are requested to check for these values in their config and set them to nil if necessary. See more details [here](https://docs.mattermost.com/configure/configuration-settings.html#trusted-proxy-ip-header). + - Fixed a bug that allowed to send test (empty) notifications even if the ``SendPushNotifications`` config was set to ``false``. + - Pre-packaged Playbooks v1.23.2. +- **v6.3.8, released 2022-04-28** + - Mattermost v6.3.8 contains a medium severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Ping endpoint now can receive a device ID, which will report whether the device is able to receive push notifications. +- **v6.3.7, released 2022-04-13** + - Fixed an issue where users were able to attempt to create private playbooks with the Professional license. +- **v6.3.6, released 2022-03-24** + - Fixed an issue with a slow delete of posts and ``context deadline exceeded`` errors after upgrading to v6.3. + - Fixed an issue where the announcement banner caused the top team to be partially obstructed [MM-40887](https://mattermost.atlassian.net/browse/MM-40887). +- **v6.3.5, released 2022-03-10** + - Mattermost v6.3.5 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Improved the performance of code for storing users in the webapp. + - Fixed a memory leak caused by the post textbox. + - Removed the collapsed sidebar menu from the DOM on sidebar collapse and expand. + - Fixed an issue with disabling and re-enabling Custom Terms of Service. +- **v6.3.4, released 2022-02-21** + - Fixed a major web and desktop app performance issue for users with a large accumulated number of Direct Messages and Group Messages. + - The right-hand side dot menu of root posts are now rendered to DOM only when hovered upon. + - The re-rendering of the ``CustomStatusEmoji`` component is now avoided on post hover. + - The re-rendering of the ``TextBox`` links component below post box is now avoided while typing. + - Reduced the number of post components listening for keyboard and mouse events. +- **v6.3.3, released 2022-02-03** + - Mattermost v6.3.3 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The default for ``ThreadAutoFollow`` has been changed to ``false``. This does not affect existing configurations where this value is already set to ``true`` [MM-41351](https://mattermost.atlassian.net/browse/MM-41351). + - Prevented some instances where operations relating to Collapsed Reply Threads added load to the database server even when the ``ThreadAutoFollow`` and ``CollapsedThreads`` config settings were disabled [MM-41350](https://mattermost.atlassian.net/browse/MM-41350). + - ``.pages`` content search is no longer available due to technical difficulties. + - Fixed an issue where the "New Replies" banner displayed in the right-hand side for threads that were entirely visible [MM-40317](https://mattermost.atlassian.net/browse/MM-40317). +- **v6.3.2, released 2022-01-28** + - Fixed an issue where MySQL installations re-triggered the v6.0 migration on server restart [MM-41330](https://mattermost.atlassian.net/browse/MM-41330). + - Fixed an issue where Actiance compliance jobs caused the Mattermost server process to crash with a panic [MM-41245](https://mattermost.atlassian.net/browse/MM-41245). +- **v6.3.1, released 2022-01-21** + - Mattermost v6.3.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Updated Mattermost Boards to v0.12.1 with various bug fixes. + - Added the ability to normalize DN strings if they were returned with a different attribute letter casing for LDAP users versus LDAP group members [MM-40753](https://mattermost.atlassian.net/browse/MM-40753). + - Removed file attachment options in channels when file attachments are disabled on the server [MM-38054](https://mattermost.atlassian.net/browse/MM-38054). + - Fixed a bug causing the team sidebar to display for servers running in a subpath. +- **v6.3.0, released 2022-01-16** + - Original 6.3.0 release + +### Important Upgrade Notes + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html), available in beta, are known to have a negative impact on server performance. If you cannot easily scale up and tune your database, or if you are running the Mattermost application server and database server on the same machine, we recommended disabling [``ThreadAutoFollow``](https://docs.mattermost.com/configure](https://docs.mattermost.com)/configuration-settings.html#automatically-follow-threads) and [``CollapsedThreads``](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta) until Collapsed Reply Threads is promoted to general availability in Q2 2022. Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + +IMPORTANT: If you upgrade from a release earlier than v6.2, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). + +### Highlights + +#### Playbook Updates + - (Enterprise Edition) Granular permission schemes enable more access control of playbooks. + - Playbooks is now completely translatable with over a dozen languages in-progress. + - All in-channel notifications are removed, with high-value notifications being delivered via direct message from the Playbooks Bot to reduce channel noise. + +#### Boards Updates + - Boards is now officially in General Availability (GA). + - Ability to follow cards and get a message notification with details of all the changes made on the card. + - Ability to quickly identify users and assign them tasks with avatars now supported in the person properties. + - Newest comments are now sorted at the top to easily find the most recent comment. + +### Improvements + +#### User Interface (UI) + - Webapp plugins can now register components in the App Bar on the right-hand side of the screen. This feature is hidden behind a feature flag and disabled by default. + - Updated “Terms of Service” terminology to “Terms of Use” product-wide. + - Added threaded replies to search results when Collapsed Reply Threads is enabled. + - Updated the “One-click reactions on messages” user setting to “Quick reactions on messages”. + - Added tab focus support to the global header and user avatars. + - Added a new Replies banner to the right-hand side Thread viewer. + - Updated the About Mattermost Team Edition modal to change the community link from `mattermost.org` to `mattermost.com/community/`. + - Invite to team modal now auto-focuses its email search input. + +#### Enterprise Edition + - Added a new dialog for Remove License confirmation. + - The **Renew Now** button is no longer shown if the license ID does not exist in the portal. Instead, **Contact Sales** is shown. + - System Admins are now able to upgrade the server to the Enterprise edition and request the trial license with a single click for a simplified user experience. + +#### Administration + - The config setting ``ServiceSettings.EnableReliableWebSockets`` promoted to general availability. For compatibility with older clients, the server will always return ``true`` for the ``/v4/config/client`` endpoint. + - Added server support for receiving binary (messagepack encoded) WebSocket messages. + - Added new flag ``showTeamSidebar`` in ``registerProducts``, which, when set to ``true``, displays the team sidebar in the product. + - Memberlist logs and buckets are now parsed by DEBUG, INFO, WARN, or ERROR appropriately. + - Increased key length in plugin KV store to 150. + +### Bug Fixes + - Fixed an issue where when selecting the **Upgrade to Enterprise Edition** option. The upgrade progress bar and the **Restart** button were no longer shown once the progress reached 100%. + - Fixed an issue where the user avatar wasn’t removed from the participants list after the user’s only post in a thread was deleted. + - Fixed an issue with the exit animation on the invitation modal. + - Fixed an issue where the status menu unexpectedly closed when selecting the “Disable Notifications Until” header. + - Fixed an issue where using CMD/CTRL + SHIFT + F in global threads did not add a search term automatically. + - Fixed the alignment of the “X” button in the “message deleted” system message. + - Fixed an issue where the long post “Show More/Less” background was broken in the Thread viewer. + - Changed Client4 to properly set Content-Type as application/json on API calls. + - Fixed an issue with post hover menu overlap. + +### config.json + +#### Changes to Team Edition and Enterprise Edition: +- The config setting ``ServiceSettings.EnableReliableWebSockets`` was removed, and the ability to buffer messages during a connection loss has been promoted to general availability. This setting is enabled for older clients to maintain backwards compatibility. + +### Go Version + - v6.3 is built with Go ``v1.16.7``. + +### Known Issues + - Announcement banner can cause the top team to be partially obstructed [MM-40887](https://mattermost.atlassian.net/browse/MM-40887). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - ``CTRL/CMD + SHIFT + A`` shortcut does not open **Account Settings** [MM-38236](https://mattermost.atlassian.net/browse/MM-38236). + - Known issues related to the Collapsed Reply Threads (Beta) are [listed here](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - Boards export and reimport duplicates boards because all IDs are replaced by new ones on the server. See the [GitHub issue](https://github.com/mattermost/focalboard/issues/1924) for more information. + +### Contributors +- [AccountingMattermost](https://github.com/AccountingMattermost), [Adovenmuehle](https://github.com/Adovenmuehle), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [asaadmahmood](https://github.com/asaadmahmood), [AshishDhama](https://github.com/AshishDhama), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [ChristophKaser](https://github.com/ChristophKaser), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [craph](https://github.com/craph), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet/), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [darmen](https://translate.mattermost.com/user/darmen/), [darmenerk](https://github.com/darmenerk), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [dunak-debug](https://github.com/dunak-debug), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [ewwollesen](https://github.com/ewwollesen), [gbochora](https://github.com/gbochora), [Grucqq](https://github.com/Grucqq), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [JenyaFTW](https://github.com/JenyaFTW), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [JoomlaEstonia](https://github.com/JoomlaEstonia), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [JulienTant](https://github.com/JulienTant), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [krotovkk](https://github.com/krotovkk), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo/), [maksimatveev](https://github.com/maksimatveev), [master7](https://translate.mattermost.com/user/master7/), [mateioprea](https://github.com/mateioprea), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w/), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mjnagel](https://github.com/mjnagel), [mrckndt](https://github.com/mrckndt), [Mshahidtaj](https://github.com/Mshahidtaj), [nab-77](https://github.com/nab-77), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [nishantwrp](https://github.com/nishantwrp), [ogi-m](https://github.com/ogi-m), [olaysco](https://github.com/olaysco), [pablovelezvidal](https://github.com/pablovelezvidal), [Phrynobatrachus](https://github.com/Phrynobatrachus), [poflankov](https://github.com/poflankov), [Profesor08](https://github.com/Profesor08), [puerco](https://github.com/puerco), [rubenmeza](https://github.com/rubenmeza), [sanjaydemansol](https://github.com/sanjaydemansol), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [SebastianSpeitel](https://github.com/SebastianSpeitel), [seoyeongeun](https://translate.mattermost.com/user/seoyeongeun/), [serhack](https://github.com/serhack), [shadowshot-x](https://github.com/shadowshot-x), [shazm](https://github.com/shazm), [sibasankarnayak](https://github.com/sibasankarnayak), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [tilto0822](https://github.com/tilto0822), [tsabi](https://github.com/tsabi), [varghese.jose](https://translate.mattermost.com/user/varghese.jose/), [vinod-demansol](https://github.com/vinod-demansol), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [YairFernando67](https://github.com/YairFernando67), [YC](https://github.com/YC) + +---- + +## Release v6.2 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html) + +- **v6.2.5, released 2022-03-10** + - Mattermost v6.2.5 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v6.2.4, released 2022-02-21** + - Fixed a major web and desktop app performance issue for users with a large accumulated number of Direct Messages and Group Messages. +- **v6.2.3, released 2022-02-03** + - Mattermost v6.2.3 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The default for ``ThreadAutoFollow`` has been changed to ``false``. This does not affect existing configurations where this value is already set to ``true`` [MM-41351](https://mattermost.atlassian.net/browse/MM-41351). + - Prevented some instances where operations relating to Collapsed Reply Threads added load to the database server even when the ``ThreadAutoFollow`` and ``CollapsedThreads`` config settings were disabled [MM-41350](https://mattermost.atlassian.net/browse/MM-41350). + - ``.pages`` content search is no longer available due to technical difficulties. + - Fixed an issue where MySQL installations re-triggered the v6.0 migration on server restart [MM-41330](https://mattermost.atlassian.net/browse/MM-41330). +- **v6.2.2, released 2022-01-21** + - Mattermost v6.2.2 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with the v6 migration where the ``Users.Timezone`` column had a default. This affected servers that had Mattermost v4.9 or earlier installed before upgrading to v6.0 or later [MM-39297](https://mattermost.atlassian.net/browse/MM-39297). + - Fixed an issue where attempting to parse an empty flag resulted in a spurious log line which clogged up the console. +- **v6.2.1, released 2021-12-17** + - Mattermost v6.2.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue where a SIGSEGV error occurred after upgrading to v6.2.0 when plugins were disabled in configuration. +- **v6.2.0, released 2021-12-16** + - Mattermost v6.2.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - Channel results in the channel autocomplete will include private channels. Customers using [Bleve](https://docs.mattermost.com/deploy/bleve-search.html) or [Elasticsearch](https://docs.mattermost.com/scale/elasticsearch.html) for autocomplete will have to reindex their data to get the new results. Since this can take a long time, we suggest disabling autocomplete and running indexing in the background. When this is complete, re-enable autocomplete. Note that only channel members will see private channel names in autocomplete results. + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html), available in beta, are known to have a negative impact on server performance. If you cannot easily scale up and tune your database, or if you are running the Mattermost application server and database server on the same machine, we recommended disabling [``ThreadAutoFollow``](https://docs.mattermost.com/configure/configuration-settings.html#automatically-follow-threads) and [``CollapsedThreads``](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta) until Collapsed Reply Threads is promoted to general availability in Q2 2022. Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + +```{Important} +If you upgrade from a release earlier than v6.1, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Playbook Updates + - Added the ability to follow playbook runs to stay informed about the procedures you care about. + - Added other improvements including the ability to search playbooks, share URLs of individual runs and playbooks, and filter runs by playbook. + +#### Boards Updates + - Added a calendar view to stay on track with deadlines. + - Added the ability to @mention someone on a card with ease. + +### Improvements + +#### User Interface (UI) + - Clarified Latex Rendering config setting descriptions and fixed a broken product documentation link. + - Updated the "One-click reactions on messages" user setting to "Quick reactions on messages". + - Updated **Account Settings** terminology to **Profile**. + - Updated instances of **switch** to **navigate**. + - Updated in-product text terminology to shift from **comments** to **conversations** and **replies**. + - Added a **Click to open thread** setting for all users, to allow users to click anywhere on a message to open the reply thread. + - Do Not Disturb option for **Tomorrow** now displays the expiry time. + - Recent emojis now get updated based on the default selected skin tone. + - Updated **SingleImageView** to hide the image name for attached images until the image is collapsed. + - Moved the expand arrow to the left of an image name. + - The image expansion icon now appears on image hover. + - Added online status to profile images on user autocomplete. + - App Commands now have an option to be opened as modals. + - Added support for navigating through Collapsed Reply Threads via arrow keys. + - Added support for focusing the input box in Collapsed Reply Threads while typing. + - Added support for blurring the input box in Collapsed Reply Threads by pressing ESCAPE. + - Adjusted the channel override desktop notification preference for Threads. + - User interface is now improved when no text is set for a custom status. + +#### Performance + - Added a general performance fix for loading the web application and typing. + - Improved performance while typing by moving some autocomplete layout calculations. + - Improved performance by reducing DOM usage during render. + +#### Enterprise Edition + - Implemented a new design for the current **Edition and License** System Console page in Self-Hosted installs. + +### Bug Fixes + - Fixed an issue where OpenID redirects didn't work when hosting Mattermost on a subdirectory. + - Fixed an issue where the webapp crashed sometimes when clicking on an image file from "Recent files". + - Fixed an issue where the default log rotation file size was mistakenly set to 10GB, and is now reverted back to 100MB. + - Fixed an issue where emoji reaction buttons on posts did not respect user permissions. + - Fixed an issue where unchecking the automatic timezone changed the timezone in the selector. + - Fixed an issue where emoji names were being truncated too soon in the emoji picker. + - Fixed an issue where the thread footer did not allow the user to follow a Thread. + - Fixed an issue where the app crashed when switching to Threads view after leaving a channel. + - Fixed an issue where Mattermost crashed when deleting a root post from Global Threads. + - Fixed an issue where push notifications did not clear from the lock screen or the notification center with Collapsed Reply Threads enabled. + - Fixed an issue where Direct Message notifications were missing the sender name with Collapsed Reply Threads enabled. + - Fixed an issue where keyboard shortcuts were not working with Global Threads. + - Fixed an issue where API allowed changing the name of the Town Square channel. + - Fixed an issue where errors were logged if a user disabled notifications. + - Fixed an issue where a channel was not immediately removed from the sidebar when the current user was removed from it. + - Fixed a potential server crash when creating or updating posts with permalink previews. + - Fixed an issue where permalinks created from saved posts did not correctly redirect to the correct team. + - Fixed an issue where long file extension names pushed out of the bounds of the module. + - Fixed slow channel loading for instances with website link previews enabled. + - Removed real-time updates of a couple of features to prevent overloading servers on user updates. The "This channel has guests" indicator and the number of timezones displayed when notifying members of a group will only be updated on channel change now. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added a new config setting ``DeveloperFlags``. + - Removed ``DesktopLatestVersion`` and ``DesktopMinVersion`` config settings. + +### API Changes + - Added a new ``IsEnterpriseReady()`` plugin API. + - Added a new ``GET /api/v4/roles`` API endpoint. + - Added new ``UpdateCustomStatus`` and ``RemoveUserCustomStatus`` plugin APIs for user custom status. + - Added CRUD methods for user sessions to the plugin API. + +### Go Version + - v6.2 is built with Go ``v1.16.7``. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - Member type is missing from autocomplete [MM-38989](https://mattermost.atlassian.net/browse/MM-38989). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - ``CTRL/CMD + SHIFT + A`` shortcut does not open **Settings** [MM-38236](https://mattermost.atlassian.net/browse/MM-38236). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - Boards are not refreshing on creation. See the [GitHub discussion](https://github.com/mattermost/focalboard/discussions/1971) for more information. + - When selecting the **Upgrade to Enterprise Edition** button, the upgrade progress bar and the restart button are no longer shown once progress reaches 100%. Users can't restart the server directly from the Mattermost user interface, and must restart the server manually. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ahills60](https://github.com/ahills60), [alauregaillard](https://github.com/alauregaillard), [amyblais](https://github.com/amyblais), [anchepiece](https://github.com/anchepiece), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [AWerbrouck](https://github.com/AWerbrouck), [BenCookie95](https://github.com/BenCookie95), [berkeka](https://github.com/berkeka), [bretanac93](https://github.com/bretanac93), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [cleferman](https://github.com/cleferman), [clovis1122](https://github.com/clovis1122), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [daovansonbg](https://github.com/daovansonbg), [De1ain](https://github.com/De1ain), [devinbinnie](https://github.com/devinbinnie), [dipak-demansol](https://github.com/dipak-demansol), [dontoisme](https://github.com/dontoisme), [ekl1773](https://github.com/ekl1773), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [engineereng](https://github.com/engineereng), [Ericliu1912](https://github.com/Ericliu1912), [erik](https://translate.mattermost.com/user/erik), [erni27](https://github.com/erni27), [esethna](https://github.com/esethna), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [Genei180](https://github.com/Genei180), [gigawhitlocks](https://github.com/gigawhitlocks), [Grucqq](https://github.com/Grucqq), [gtanczyk](https://github.com/gtanczyk), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [iOSGeekster](https://github.com/iOSGeekster), [ironbyte](https://github.com/ironbyte), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivernus](https://github.com/ivernus), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [JenyaFTW](https://github.com/JenyaFTW), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [joseph.jose](https://translate.mattermost.com/user/joseph.jose), [jprusch](https://github.com/jprusch), [jrester](https://github.com/jrester), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [JulienTant](https://github.com/JulienTant), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kaitrin](https://github.com/kaitrin), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [kayge](https://github.com/kayge), [kirtilodha](https://github.com/kirtilodha), [KKVANONYMOUS](https://github.com/KKVANONYMOUS), [koox00](https://github.com/koox00), [korvmoij](https://github.com/korvmoij), [kott](https://github.com/kott), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [LSantos06](https://github.com/LSantos06), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [marcvelasco](https://github.com/marcvelasco), [marianunez](https://github.com/marianunez), [majo](https://translate.mattermost.com/user/majo), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [mathiasvr](https://github.com/mathiasvr), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matt-w99](https://github.com/matt-w99), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mkraft](https://github.com/mkraft), [mr-aboutin](https://github.com/mr-aboutin), [mRuggi](https://github.com/mRuggi), [Mshahidtaj](https://github.com/Mshahidtaj), [namreg](https://github.com/namreg), [nat-gunner](https://github.com/nat-gunner), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaiz](https://translate.mattermost.com/user/nikolaiz/), [nikolaizah](https://github.com/nikolaizah), [nishantwrp](https://github.com/nishantwrp), [ogi-m](https://github.com/ogi-m), [pablovelezvidal](https://github.com/pablovelezvidal), [pascalhein](https://github.com/pascalhein), [penthaapatel](https://github.com/penthaapatel), [Phrynobatrachus](https://github.com/Phrynobatrachus), [poflankov](https://github.com/poflankov), [prakharporwal](https://github.com/prakharporwal), [Prassud](https://github.com/Prassud), [puerco](https://github.com/puerco), [Quentin](https://translate.mattermost.com/user/Quentin), [rakshit087](https://github.com/rakshit087), [ramiyengar](https://github.com/ramiyengar), [Roy-Orbison](https://github.com/Roy-Orbison), [sadohert](https://github.com/sadohert), [saeid.hmdr](https://translate.mattermost.com/user/saeid.hmdr/), [saeidkh6991](https://github.com/saeidkh6991), [sangramrath](https://github.com/sangramrath), [sarvani1997](https://github.com/sarvani1997), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [serhack](https://github.com/serhack), [shadowshot-x](https://github.com/shadowshot-x), [SharathHuddar](https://github.com/SharathHuddar), [shzmr](https://github.com/shzmr), [sibasankarnayak](https://github.com/sibasankarnayak), [SiderealArt](https://github.com/SiderealArt), [sondv](https://translate.mattermost.com/user/sondv), [spirosoik](https://github.com/spirosoik), [srijit2002](https://github.com/srijit2002), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [teamzamong](https://github.com/teamzamong), [tsabi](https://github.com/tsabi), [valentinrozman](https://github.com/valentinrozman), [varghese.jose](https://translate.mattermost.com/user/varghese.jose), [vicky-demansol](https://github.com/vicky-demansol), [weblate](https://github.com/weblate), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [YairFernando67](https://github.com/YairFernando67), [YoheiZuho](https://github.com/YoheiZuho), [zchezgi](https://github.com/zchezgi), [Zeezee1210](https://github.com/Zeezee1210), [Ziggiz](https://github.com/Ziggiz) + +---- + +## Release v6.1 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html) + +- **v6.1.3, released 2022-02-03** + - Mattermost v6.1.3 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The default for ``ThreadAutoFollow`` has been changed to ``false``. This does not affect existing configurations where this value is already set to ``true`` [MM-41351](https://mattermost.atlassian.net/browse/MM-41351). + - Prevented some instances where operations relating to Collapsed Reply Threads added load to the database server even when the ``ThreadAutoFollow`` and ``CollapsedThreads`` config settings were disabled [MM-41350](https://mattermost.atlassian.net/browse/MM-41350). + - ``.pages`` content search is no longer available due to technical difficulties. + - Fixed an issue where MySQL installations re-triggered the v6.0 migration on server restart [MM-41330](https://mattermost.atlassian.net/browse/MM-41330). +- **v6.1.2, released 2022-01-21** + - Mattermost v6.1.2 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with the v6 migration where the ``Users.Timezone`` column had a default. This affected servers that had Mattermost v4.9 or earlier installed before upgrading to v6.0 or later [MM-39297](https://mattermost.atlassian.net/browse/MM-39297). +- **v6.1.1, released 2021-12-17** + - Mattermost v6.1.1 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a general performance fix for loading the web application and typing. + - Improved performance while typing by moving some autocomplete layout calculations. + - Improved performance by reducing DOM usage during render. + - Removed real-time updates of a couple of features to prevent overloading servers on user updates. The "This channel contains guests" indicator and the number of timezones displayed when notifying members of a group will only be updated on channel change now. + - Fixed slow channel loading for instances with website link previews enabled. + - Fixed an issue with Focalboard where an empty white screen appeared in Mattermost desktop app on reload. + - Fixed an issue where v6.1 reported an incorrect mmctl version. +- **v6.1, released 2021-11-16** + - Mattermost v6.1.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Important Upgrade Notes + - Please refer to [the schema migration analysis](https://gist.github.com/streamer45/997b726a86b5d2a624ac2af435a66086) when upgrading to v6.1. + - The Bleve index has been updated to use the scorch index type. This new default index type features some efficiency improvements which means that the indexes use significantly less disk space. To use this new type of index, after upgrading the server version, run a purge operation and then a reindex from the Bleve section of the System Console. Bleve is still compatible with the old indexes, so the currently indexed data will work fine if the purge and reindex is not run. + - A composite index has been added to the jobs table for better query performance. For some customers with a large jobs table, this can take a long time, so we recommend adding the index during off-hours, and then running the migration. A table with more than 1 million rows can be considered as large enough to be updated prior to the upgrade. + - For PostgreSQL: ``create index concurrently idx_jobs_status_type on jobs (status,type);`` + - For MySQL: ``create index idx_jobs_status_type on Jobs (Status,Type);`` + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html), available in beta, are known to have a negative impact on server performance. If you cannot easily scale up and tune your database, or if you are running the Mattermost application server and database server on the same machine, we recommended disabling [``ThreadAutoFollow``](https://docs.mattermost.com/configure/configuration-settings.html#automatically-follow-threads) and [``CollapsedThreads``](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta) until Collapsed Reply Threads is promoted to general availability in Q2 2022. Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + +```{Important} +If you upgrade from a release earlier than v6.0, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Timed Do Not Disturb + - Added the ability to disable all notifications for a specified period of time to avoid distractions, without losing important messages when you're back. + +#### Cross-team Recent Mentions + - Recent mentions and saved posts now show across all teams. + +#### Playbooks Updates + - Added a wiki-style page with a playbook preview as well as new playbook notifications. + +#### Boards Updates + - Added a new create board user interface, Board calculations to quickly get basic metrics on projects, at-mention notifications, as well as card previews. + +### Improvements + +#### User Interface (UI) + - Polish is promoted to an officially supported language. + - Added one-click reactions for posts. A user's three most recently used emojis display when the user hovers over a message. + - Added support for selecting names and aliases in the emoji picker. + - Changed the user interface of the edit-indicator of posts and moved it inline. + - Added a query param to translate in-product help pages when opened from the Desktop App. + - Updated in-product text for the invitation modal for clarity. + - Updated the file attachment limits and sizes within in-product help documentation. + - Added rendering for posts containing markdown in email notifications. + - Added support for inline Latex rendering. + - Added the **Move to...** option menu item to the channel header dropdown. + - Added keyboard shortcuts to tooltips. The shortcut key component is now used for displaying keys. + - Added support for Global threads infinite scroll. + - Added ``@here`` mention to the ``EnableConfirmNotificationsToChannel`` config setting to show a warning modal when over 5 members might be alerted with ``@here``. + +#### Integrations + - Added support for multi-select on Apps slash commands. + - App commands now make a distinction between the central channel and the right-hand side channel. + - App bindings now recognize the post menu options for each channel they live in. + - Added new ``registerMessageWillBeUpdatedHook(newPost, oldPost)`` client-side plugin hook to intercept edited messages. + +#### Performance + - Improved performance around rendering of system messages. + - Reduced storage-related slow-downs on page load. + +#### Administration + - Bulk imports with attached files now log and continue when a file fails to upload instead of halting. + - ``get flagged posts`` endpoint will now return only flagged posts for channels the user is a member of. + - Updated Bleve to v2 to use the scorch index type. + - Minimum supported browser versions changes: + - Chrome updated from ``61+`` to ``89+``. + - Firefox updated from ``60+`` to ``78+``. + - MacOS updated from ``10.9+`` to ``10.14+``. + +#### Enterprise Edition + - Once the user has selected **Start Trial**, they will see a modal that lists all of the features now available to them through the Enterprise plan. + - Once a non-licensed server has reached 10 users, a one-time modal is displayed to System Admins encouraging them to start a 30-day trial. + - Prometheus metrics are now enabled when running a standalone jobserver. + +### Bug Fixes + - Fixed a broken link to the **Custom Emoji** page on servers with a subpath configured. + - Fixed an issue where a "No results found" error string was displayed in the **Direct Messages** modal. + - Fixed an issue where the caret was placed in the middle of the emojis when picking two emojis from the emoji picker. + - Fixed an issue where **System Console > Channels > Channel Management** displayed an option to toggle group management in Team Edition, Starter, and Professional. + - Fixed an issue where the channel switcher was missing the "(You)" indicator on the user's own Direct Message channel. + - Fixed an issue where the clock format set by the user was not respected on the edit indicator popover. + - Replaced Metropolis font files with a new set to correct a kerning issue. + - Fixed an issue where deep links opened on mobile displayed an incorrect message directing users to open the Desktop app. + - Addressed various user interface style bugs from v6.0 release. + - Fixed emails templates for clients that do not support the ``style`` tag. + - Fixed an issue where the scrollbar was hardly visible with Denim & Sapphire themes. + - Fixed an issue where creating a bot with an invalid username returned an "invalid email" error. + - Fixed an issue where using ``/code`` did not render initial whitespace characters. + - Fixed an issue where **Try Enterprise for Free** option was missing spacing in mobile webview. + - Fixed an issue where the SQLStore cache was relied on when populating the WebConn channel memberships. + - Fixed an issue where logging was not re-configured when the server config was changed via the System Console. + - Fixed a display issue with the Indigo theme when returning from Playbooks to Channels. + - Fixed an issue where the offline indicator color did not use the correct theme color. + - Fixed various bugs for the Collapsed Reply Threads (Beta) feature, including: + - Fixed an issue where the recent sidebar sorting option didn't only consider parent posts. + - Fixed an issue where a badge was displayed on a thread list when the thread was started by another user in a Direct Message. + - Fixed an issue where the user avatar was displayed in the participants list after their post was deleted when the user had no other posts in the thread. + - Fixed an issue where the ephemeral message was not displyaed as the centre post. + - Fixed an issue with dragging and dropping files on a thread while on the Threads panel. + - Fixed an issue where permalinks were not highlighting a post on a thread that was already open on the right-hand side. + - Fixed an issue with missing threads in the Threads list. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableInlineLatex`` to add support for inline Latex rendering. + - Under ``JobSettings`` in ``config.json`` + - Added ``CleanupJobsThresholdDays``. This defines the time gap in days beyond which older jobs will be removed. Default is -1 which means the feature is disabled. Setting to 0 will clean all completed jobs. + +#### Database Changes + - Extended the maximum size to 256 characters for the following database columns: + - ``Sessions.Roles`` + - ``ChannelMembers.Roles`` + - ``TeamMembers.Roles`` + +### API Changes + - Added a new API endpoint ``POST /api/v4/posts/search`` to perform searches across all channels. + +### Go Version + - v6.1 is built with Go ``v1.16.7``. + +### Open Source Components + - Added ``fast-deep-equal``, ``luxon``, and ``react-window-infinite-loader`` to https://github.com/mattermost/mattermost-webapp. + - Added ``@mattermost/react-native-paste-input`` to https://github.com/mattermost/mattermost-mobile. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it's [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga/). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - Created permalinks from saved posts do not correctly redirect to the correct team [MM-39816](https://mattermost.atlassian.net/browse/MM-39816). + - Recent Mentions search sometimes includes incorrect results [MM-39867](https://mattermost.atlassian.net/browse/MM-39867). + - Experimental timezones and custom statuses can cause an increase in CPU usage and database connections for servers with an E20 license. A current workaround is to disable custom statuses or to disable experimental timezones. + - Webapp sometimes crashes when clicking an image from "Recent files" [MM-38239](https://mattermost.atlassian.net/browse/MM-38239). + - Member type is missing from autocomplete [MM-38989](https://mattermost.atlassian.net/browse/MM-38989). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - ``Ctrl/Cmd+Shift+A`` shortcut does not open **Account Settings** [MM-38236](https://mattermost.atlassian.net/browse/MM-38236). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [A9u](https://github.com/A9u), [aaronrothschild](https://github.com/aaronrothschild), [abhijit-singh](https://github.com/abhijit-singh), [achie27](https://github.com/achie27), [achromik](https://translate.mattermost.com/user/achromik/), [adithyaakrishna](https://github.com/adithyaakrishna), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alauregaillard](https://github.com/alauregaillard), [alejandrovelez7](https://github.com/alejandrovelez7), [alieh-rymasheuski](https://github.com/alieh-rymasheuski), [aloks98](https://github.com/aloks98), [amyblais](https://github.com/amyblais), [anchepiece](https://github.com/anchepiece), [andrewbrown00](https://github.com/andrewbrown00), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anoopmsivadas](https://github.com/anoopmsivadas), [anurag6713](https://github.com/anurag6713), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [astraldawn](https://github.com/astraldawn), [audreyaudz](https://github.com/audreyaudz), [Audrey Kon](https://github.com/audreyaudz), [Avinaba-Mazumdar](https://github.com/Avinaba-Mazumdar), [avinashlng1080](https://github.com/avinashlng1080), [AWerbrouck](https://github.com/AWerbrouck), [b4sen](https://github.com/b4sen), [banaboi](https://github.com/banaboi), [bartfelder](https://github.com/bartfelder), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [bensiauu](https://github.com/bensiauu), [berkeka](https://github.com/berkeka), [bhaveshgoyal182](https://github.com/bhaveshgoyal182), [Bhavin789](https://github.com/Bhavin789), [Bruno-366](https://github.com/Bruno-366), [calebroseland](https://github.com/calebroseland), [caugner](https://github.com/caugner), [chenilim](https://github.com/chenilim), [chetanyakan](https://github.com/chetanyakan), [chrysillala](https://github.com/chrysillala), [cinlloc](https://github.com/cinlloc), [cleferman](https://github.com/cleferman), [cognvn](https://github.com/cognvn), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [craph](https://github.com/craph), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [darkLord19](https://github.com/darkLord19), [DarshanKansara2015](https://github.com/DarshanKansara2015), [deanwhillier](https://github.com/deanwhillier), [DeeJayBro](https://github.com/DeeJayBro), [devinbinnie](https://github.com/devinbinnie), [dialvarezs](https://github.com/dialvarezs), [dimitraz](https://github.com/dimitraz), [dizlv](https://github.com/dizlv), [donno2048](https://github.com/donno2048), [drobiu](https://github.com/drobiu), [Duaard](https://github.com/Duaard), [echobash](https://github.com/echobash), [elyscape](https://github.com/elyscape), [emdecr](https://github.com/emdecr), [emilyacook](https://github.com/emilyacook), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [EranKricheli](https://github.com/EranKricheli), [erezo9](https://github.com/erezo9), Erik Pfeiffer, [esethna](https://github.com/esethna), [fareskalaboud](https://github.com/fareskalaboud), [fcoiuri](https://github.com/fcoiuri), [firasm](https://github.com/firasm), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gagandeepp](https://github.com/gagandeepp), [garanews](https://github.com/garanews), [gaurav-baghel](https://github.com/gaurav-baghel), [Gauravsaha-97](https://github.com/Gauravsaha-97), [GianOrtiz](https://github.com/GianOrtiz), [gigawhitlocks](https://github.com/gigawhitlocks), [gpt14](https://github.com/gpt14), [grsky360](https://github.com/grsky360), [gupsho](https://github.com/gupsho), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [Hard-Coder05](https://github.com/Hard-Coder05), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [Hridoy-31](https://github.com/Hridoy-31), [iamquang95](https://github.com/iamquang95), [icelander](https://github.com/icelander), [igordsm](https://github.com/igordsm), [im-endangered](https://github.com/im-endangered), [iomodo](https://github.com/iomodo), [iOSGeekster](https://github.com/iOSGeekster), [isacikgoz](https://github.com/isacikgoz), [jamiehurewitz](https://github.com/jamiehurewitz), [Jasmin F](https://github.com/jasmezz), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [JenyaFTW](https://github.com/JenyaFTW), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jlram](https://github.com/jlram), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [joremysh](https://github.com/joremysh), [josephbaylon](https://github.com/josephbaylon), [joshalling](https://github.com/joshalling), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kaitrin](https://github.com/kaitrin), [kamre](https://github.com/kamre), [kanitmann](https://github.com/kanitmann), [KavyaJaiswal](https://github.com/KavyaJaiswal), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [korvmoij](https://translate.mattermost.com/user/korvmoij/), [krmh04](https://github.com/krmh04), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [leosunmo](https://github.com/leosunmo), [levb](https://github.com/levb), [lex111](https://github.com/lex111), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [lonnelars](https://github.com/lonnelars), [LSantos06](https://github.com/LSantos06), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majo](https://translate.mattermost.com/user/majo/), [maknop](https://github.com/maknop), [marcvelasco](https://github.com/marcvelasco), [marianunez](https://github.com/marianunez), [Mark E Fuller](https://github.com/mefuller), [Markus Hermann](https://github.com/MarHerUMR), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7/), [mathiasvr](https://github.com/mathiasvr), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [Matthew Williams](https://github.com/matthew-w), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [michizhou](https://github.com/michizhou), [mickmister](https://github.com/mickmister), [mishmanners](https://github.com/mishmanners), [mjnagel](https://github.com/mjnagel), [mkraft](https://github.com/mkraft), [mohitsaxenaknoldus](https://github.com/mohitsaxenaknoldus), [Mshahidtaj](https://github.com/Mshahidtaj), [NakulChauhan2001](https://github.com/NakulChauhan2001), [naltang](https://github.com/naltang), [namreg](https://github.com/namreg), [naresh1205](https://github.com/naresh1205), [nathanaelhoun](https://github.com/nathanaelhoun), [neallred](https://github.com/neallred), [NeroBurner](https://github.com/NeroBurner), [nevyangelova](https://github.com/nevyangelova), [ngmmartins](https://github.com/ngmmartins), [nishantwrp](https://github.com/nishantwrp), [noviicee](https://github.com/noviicee), [ogi-m](https://github.com/ogi-m), [pablovelezvidal](https://github.com/pablovelezvidal), [pascalhein](https://github.com/pascalhein), [pawankm21](https://github.com/pawankm21), [penthaapatel](https://github.com/penthaapatel), [Phrynobatrachus](https://github.com/Phrynobatrachus), [pikami](https://github.com/pikami), [pjenicot](https://github.com/pjenicot), [poflankov](https://github.com/poflankov), [prabhigupta](https://github.com/prabhigupta), [prakharporwal](https://github.com/prakharporwal), [prapti](https://github.com/prapti), [Privatecoder](https://github.com/Privatecoder), [prograde](https://translate.mattermost.com/user/prograde/), [puerco](https://github.com/puerco), [radiantly](https://github.com/radiantly), [rafaeelaudibert](https://github.com/rafaeelaudibert), [Ray0Emma](https://github.com/Ray0Emma), [rbradleyhaas](https://github.com/rbradleyhaas), [rootbid](https://github.com/rootbid), [Roy-Orbison](https://github.com/Roy-Orbison), [rutulganatra](https://github.com/rutulganatra), [s4kh](https://github.com/s4kh), [sadohert](https://github.com/sadohert), [sahil9001](https://github.com/sahil9001), [sakaitsu](https://github.com/sakaitsu), [sangramrath](https://github.com/sangramrath), [sanjaydemansol](https://github.com/sanjaydemansol), [sapora1](https://github.com/sapora1), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [shadowshot-x](https://github.com/shadowshot-x), [shazm](https://github.com/shazm), [shinnlok](https://github.com/shinnlok), [shzmr](https://github.com/shzmr), [sibasankarnayak](https://github.com/sibasankarnayak), [spinales](https://github.com/spinales), [spirosoik](https://github.com/spirosoik), [srijit2002](https://github.com/srijit2002), [ssensalo](https://github.com/ssensalo), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [syauqy](https://github.com/syauqy), [Szymongib](https://github.com/Szymongib), [TautZuk](https://github.com/TautZuk), [teamzamong](https://translate.mattermost.com/user/teamzamong/), [TheLaw1337](https://github.com/TheLaw1337), [tiago154](https://github.com/tiago154), [triogempar](https://github.com/triogempar), [tsabi](https://github.com/tsabi), [ucyang](https://github.com/ucyang), [vblz](https://github.com/vblz), [vinod-demansol](https://github.com/vinod-demansol), [void-hr](https://github.com/void-hr), [weblate](https://github.com/weblate), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xMicky24GIT](https://github.com/xMicky24GIT), [yeongeun.seo](https://github.com/seoyeongeun), [ZeeshanAmjad0495](https://github.com/ZeeshanAmjad0495), [Zeezee1210](https://github.com/Zeezee1210), [zefhemel](https://github.com/zefhemel), [zolikonta](https://github.com/zolikonta), [zulmarij](https://github.com/zulmarij) + +---- + +## Release v6.0 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html) + +- **v6.0.4, released 2021-12-17** + - Mattermost v6.0.4 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a general performance fix for loading the web application and typing. + - Improved performance while typing by moving some autocomplete layout calculations. + - Improved performance by reducing DOM usage during render. + - Removed real-time updates of a couple of features to prevent overloading servers on user updates. The "This channel contains guests" indicator and the number of timezones displayed when notifying members of a group will only be updated on channel change now. + - Fixed slow channel loading for instances with website link previews enabled. + - Fixed an issue where v6.0 reported an incorrect mmctl version. +- **v6.0.3, released 2021-11-15** + - Mattermost v6.0.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a possible panic during data retention jobs when ``DataRetentionSettings.EnableMessageDeletion`` was set to ``true`` [MM-39378](https://mattermost.atlassian.net/browse/MM-39378). + - Fixed a potential panic during the message export job [MM-39521](https://mattermost.atlassian.net/browse/MM-39521). + - Fixed some sentry crashes [MM-38565](https://mattermost.atlassian.net/browse/MM-38565), [MM-39208](https://mattermost.atlassian.net/browse/MM-39208), [MM-39420](https://mattermost.atlassian.net/browse/MM-39420). +- **v6.0.2, released 2021-10-27** + - Mattermost v6.0.2 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a race condition in telemetry IDs on High Availability servers [MM-39343](https://mattermost.atlassian.net/browse/MM-39343). + - Update prepackaged Boards version to 0.9.4. +- **v6.0.1, released 2021-10-18** + - Mattermost v6.0.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a panic in translations that caused the server to not run properly. The panic caused the server to be terminated [MM-39299](https://mattermost.atlassian.net/browse/MM-39299). + - Fixed an issue with the v6.0 migration where the ``Users.Timezone`` column had a default. This affected servers that had Mattermost v4.9 or earlier installed before upgrading [MM-39297](https://mattermost.atlassian.net/browse/MM-39297). + - Fixed an issue where a migration check failed for MariaDB databases. The data type JSON was aliased to ``LONGTEXT`` and the check was failing and causing the database migrations to run every restart. + - Added a fix to display ``tableName`` and ``columnName`` for JSONB schema failures. When there was a schema upgrade failure related to jsonb columns, the log line didn't mention which table/column was affected. + - Fixed an issue where selecting the "..." post menu on a System message crashed the webapp [MM-39116](https://mattermost.atlassian.net/browse/MM-39116). +- **v6.0.0, released 2021-10-13** + - Original 6.0.0 release + +### Deprecations + +1. [Legacy Command Line Tools](https://docs.mattermost.com/manage/command-line-tools.html). Most commands have been replaced by [mmctl](https://docs.mattermost.com/manage/mmctl-command-line-tool.html) and new commands have been added over the last few months, making this tool a robust replacement. + +2. [Slack Import via the web app](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-web-app). The Slack import tool accessible via the Team Setting menu has been replaced by the [mmetl](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-mmetl-tool-and-bulk-import) tool that is much more comprehensive for the types of data it can assist in uploading. + +3. MySQL versions below 5.7.12. Minimum support is now for 5.7.12+. This version introduced a native JSON data type that lets us improve performance and scalability of several database fields (most notably Users and Posts props). Additionally, version 5.6 (our current minimum version) reached [EOL in February 2021](https://www.mysql.com/support/eol-notice.html). + +4. Elasticsearch 5 and 6 - [versions 5.x reached EOL in March of 2019, and versions 6.x reached EOL in November 2020](https://www.elastic.co/support/eol). Our minimal supported version with Mattermost v6.0 is Elasticsearch version 7.0. + +5. Windows 7 reached [EOL in January 2020](https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962). We no longer provide support for Mattermost Desktop App issues on Windows 7. + +6. [DisableLegacyMFAEndpoint](https://docs.mattermost.com/configure/configuration-settings.html#disable-legacy-mfa-api-endpoint) configuration setting. + +7. [ExperimentalTimezone](https://docs.mattermost.com/configure/configuration-settings.html#timezone) configuration setting. The config setting is removed and the feature is promoted to general availability. + +8. All legacy channel sidebar experimental configuration settings. We encourage customers using these settings to upgrade to v5.32 or later to access [custom, collapsible channel categories](https://mattermost.com/blog/custom-collapsible-channel-categories/) among many other channel organization features. The deprecated settings include: + + - [EnableLegacySidebar](https://docs.mattermost.com/configure/configuration-settings.html#enable-legacy-sidebar) + - [ExperimentalTownSquareIsReadOnly](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-read-only-experimental) (Please see [channel moderation settings](https://docs.mattermost.com/onboard/advanced-permissions.html#read-only-channels), which allow you to set any channel as read-only, including Town Square) + - [ExperimentalHideTownSquareinLHS](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-hidden-in-left-hand-sidebar-experimental) + - [EnableXToLeaveChannelsFromLHS](https://docs.mattermost.com/configure/configuration-settings.html#enable-x-to-leave-channels-from-left-hand-sidebar-experimental) + - [CloseUnusedDirectMessages](https://docs.mattermost.com/configure/configuration-settings.html#autoclose-direct-messages-in-sidebar-experimental) + - [ExperimentalChannelOrganization](https://docs.mattermost.com/configure/configuration-settings.html#sidebar-organization) + - [ExperimentalChannelSidebarOrganization](https://docs.mattermost.com/configure/configuration-settings.html#experimental-sidebar-features) + +9. [All configuration settings previously marked as “Deprecated”](https://docs.mattermost.com/configure/configuration-settings.html#deprecated-configuration-settings). + +10. Changes to ``mattermost-server/model`` for naming consistency. + +### Important Upgrade Notes + + - Longer migration times can be expected. See [this document](https://gist.github.com/streamer45/59b3582118913d4fc5e8ff81ea78b055) for the estimated upgrade times with datasets of 10+ million posts. See [this document](https://gist.github.com/streamer45/868c451164f6e8069d8b398685a31b6e) for the estimated upgrade times with datasets of 70+ million posts. The field type of Data in model.ClusterMessage was changed to []byte from string. Therefore, a major thing to note is that a v6 server is incompatible to run along with a v5 server in a cluster. Customers upgrading from 5.x to 6.x cannot do a High Availability upgrade. While upgrading, it is required that no other v5 server runs when a v6 server is brought up. A v6 server will run significant database schema changes that can cause a large startup time depending on the dataset size. Zero downtime will not be possible, but depending on the efforts made during the migration process, it can be minimized to a large extent. It is recommended to start Mattermost directly and not through systemctl to avoid the server process getting killed during the migration. This can happen since the value of ``TimeoutStartSec`` in the provided systemctl service file is set to 1 hour. Customers using the Mattermost Kubernetes operator should be aware of the above migration information and choose the path that is most appropriate for them. If (1) is acceptable, then the normal upgrade process using the operator will suffice. For minimum downtime, follow (2) before using the operator to update Mattermost following the normal upgrade process. + 1. Low effort, long downtime - This is the usual process of starting a v6 server normally. This has 2 implications: during the migration process, various tables will be locked which will render those tables read-only during that period. Secondly, once the server finishes migration and starts the application, no other v5 server can run in the cluster. + 2. Medium effort, medium downtime - This process will require SQL queries to be executed manually on the server. To avoid causing a table lock, a customer can choose to use the pt-online-schema-change tool for MySQL. For Postgres, the table locking is very minimal. The advantage is that since there are a lot of queries, the customer can take their own time to run individual queries during off-hours. All queries except #11 are safe to be executed this way. Then the usual method of (1) can be followed. + 3. High effort, low downtime - This process requires everything of (2), plus it tries to minimize the impact of query #11. We can do this by following step 2, and then starting v6 along with a running v5 server, and then monitor the application logs. As soon as the v6 application starts up, we need to bring down a v5 node. This minimizes the downtime to only a few seconds. + - While trying to upgrade to a Mattermost version >= 6.0.x, you might encounter the following error: ``Failed to alter column type. It is likely you have invalid JSON values in the column. Please fix the values manually and run the migration again.`` This means that the particular column has some invalid JSON values which need to be fixed manually. A common fix that is known to work is to wipe out all \u0000 characters. Please follow these steps: + 1. Check the affected values by: ``SELECT COUNT(*) FROM WHERE LIKE '%\u0000%';`` + 2. If you get a count more than 0, check those values manually, and confirm they are okay to be removed. + 3. Remove them by ``UPDATE
SET = regexp_replace(, '\\u0000', '', 'g') where like '%\u0000%';`` + 4. Then try to start Mattermost again. + - Focalboard plugin has been renamed to Mattermost Boards, and v0.9.1 (released with Mattermost v6.0) is now enabled by default. + - The advanced logging configuration schema changed. This is a breaking change relative to 5.x. See updated [documentation](https://docs.mattermost.com/comply/audit-log.html). + - Some breaking changes to plugins are included: + - Support for left-hand side-specific bot icons was dropped. + - Removed a deprecated "Backend" field from the plugin manifest. + - Converted the "Executables" field in the plugin manifest to a map. + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html), available in beta, are known to have a negative impact on server performance. If you cannot easily scale up and tune your database, or if you are running the Mattermost application server and database server on the same machine, we recommended disabling [``ThreadAutoFollow``](https://docs.mattermost.com/configure/configuration-settings.html#automatically-follow-threads) and [``CollapsedThreads``](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta) until Collapsed Reply Threads is promoted to general availability in Q2 2022. Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + +```{Important} +If you upgrade from a release earlier than v5.39, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Multi-Product Platform + - Mattermost now ships as one platform with three products - Channels, Playbooks, and Boards. + - Playbooks and Boards are visible when [plugins are enabled system-wide](https://docs.mattermost.com/configure/configuration-settings.html#enable-plugins). + +#### Global Product Launcher + - Added a global header for product navigation for Channels, Playbooks, and Boards. This is disabled on the mobile web view and mobile apps. + +#### Branding Changes + - Added a new default brand theme named "Denim". + - The existing theme names and colors, including "Mattermost", "Organization", "Mattermost Dark", and "Windows Dark" have been updated to the new "Denim", "Sapphire", "Quartz", "Indigo", and "Onyx" theme names and colors, respectively. Anyone using the existing themes will see slightly modified theme colors after their server or workspace is upgraded. The theme variables for the existing "Mattermost", "Organization", "Mattermost Dark", and "Windows Dark" themes will still be accessible in [our documentation](https://docs.mattermost.com/messaging/customizing-theme-colors.html#custom-theme-examples), so a custom theme can be created with these theme variables if desired. Custom themes are unaffected by this change. + - Added a new light theme named "Quartz" to the default available list of themes. + - Updated email templates to the new branding. + +#### Packaging Changes + - Updated in-product strings referencing E10 & E20 to [new packaging](https://mattermost.com/pricing). + - Features moved from legacy E10 to all plans, including Team Edition: + - System default permissions, e.g. permission to create and archive channels system-wide. + - Specifically, “System Scheme” only in **System Console > User Management > Permissions**. + - Existing permissions/policies in TE/E0 for "Enable Team Creation" and "Allow Team Administrators to edit others’ posts" are properly handled. + - Team and Channel management pages (but without channel moderation, e.g. read-only channels). + - Features moved from legacy E20 to Professional plan: + - SSO with OpenID Connect, SAML, Google and O365 + - O365 integrations including MS Teams Calling and MS Calendar + - Jira multi-server support + - Advanced team permissions + - Channel moderation + - E20, Professional, and Enterprise license SKUs are now supported for installing Enterprise plugins. + +#### Beta features Promoted to General Availability + - Archived channels + - Compliance exports + - Custom terms of service + - Guest accounts + - System roles + - Plugins + +#### Permalink Previews + - Added support for permalink previews for posts in Mattermost. Previews are generated to minimize context switching when sharing message links in Channels. + +#### Tutorial Updates + - Added a tip to the **Getting Started** page for downloading Desktop Apps. + - Updated tutorial icons and changed text content in tutorial tips. + - Updated the default treatment for the ``Add channel`` button to the current color and by team name. + - Added a tutorial tip for new settings and status buttons. + - Added a tip for the product switcher. This tip is skipped if not applicable. + +### Improvements + +#### User Interface (UI) + - Added “Invite People” to the main "+" button below the hamburger menu. + - The whole category bounds are now highlighted while holding a channel above a category name on the left-hand side. + - Updated **Account Settings > Display > Timezone** to be more user friendly. + - New theme agnostic file preview modal takes up the full screen. The file preview now has information about the user, channel, and the file, and moves away from text-based buttons to icon-based buttons. + - Increased the limit of uploaded file attachments per post from 5 to 10. + - Added desktop notifications for followed Threads. + - Hungarian and English-Australian are now official languages. + - Added a **Start Trial** call-to action to the **Main Menu**. + - Changed H1-H3 heading font from Open Sans to Metropolis. + +#### Performance + - Improved typing performance when the emoji autocomplete is open. + - Added performance improvements for draft storage with multiple tabs open. + - Improved performance of draft loading. + +#### Integrations + - Pre-packaged Channel Export plugin v1.0.0. + - Added a "rest field" to the App command parser. + - Added support for React components in channel header tooltips registered by plugins. + - Exported ``ChannelInviteModal`` and ``ChannelMembersModal`` components for plugins. + +#### Administration + - Added ``playbooks`` and ``boards`` to restricted team URLs list. Conflict exists if users hit the URL to the team directly without the trailing channel, permalink or threads information (ie server/team) and they have a team name “playbooks” or “boards”. User would expect to be taken to their messaging team. + - Added the ability for Team Edition to edit role permissions. + - Removed a hard-coded override of ``TeamSettings.MaxNotificationsPerChannel`` on unlicensed servers (e.g. Team Edition). + - Migrated the extraction command to mmctl. + - Removed the convert channel endpoint to use ``/channels/{channel_id}/privacy`` instead. + - Removed deprecated ``Posts.ParentId`` in favor of the semantically equivalent ``Posts.RootId``. Also removed ``CommandWebhook.ParentId`` and ``CompliancePost.ParentId`` for the same reason. + - Added a field to each of the compliance export formats (CSV, Global Relay, and Actiance) to indicate that a post was viewable via the new permalink preview feature. + - Removed the following deprecated CLI commands in favor of [mmctl](https://docs.mattermost.com/manage/mmctl-command-line-tool.html): + - channel + - command + - config + - extract + - group + - integrity + - ldap + - license + - logs + - permissions + - plugin + - reset + - roles + - sampledata + - team + - user + - webhook + +### Bug Fixes + - Fixed an issue where GitLab ``ButtonText`` and ``ButtonColor`` settings were not reflected on the login screen. + - Fixed an issue with Collapsed Reply Threads (Beta) where replying to a Thread caused users to re-follow the previously unfollowed Thread. + - Fixed an issue where floating timestamps appeared incorrectly on the right-hand side with Collapsed Reply Threads (Beta) enabled. + - Fixed an issue where pinned and saved posts were no longer highlighted. + - Disabled admin support email status check job on server startup. + - Fixed an issue on joining a missing channel as a System Admin. + - Fixed import process for imports with attachments. + - Fixed an error with app locations and binding filtering. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableOnboardingFlow``, for enhanced user onboarding experience feature. + - Added ``EnablePermalinkPreviews`` to enable permalink previews. + - Under ``FileSettings`` in ``config.json``: + - Added ``MaxImageResolution`` config setting to control the maximum dimension (in pixels) of image uploads. + - Removed all of the following configs: + - ``EnableOnlyAdminIntegrations`` + - ``RestrictCustomEmojiCreation`` + - ``RestrictPostDelete`` + - ``AllowEditPost`` + - ``ImageProxyType`` + - ``ImageProxyURL`` + - ``ImageProxyOptions`` + - ``UseExperimentalGossip`` + - ``EnableTeamCreation`` + - ``RestrictTeamInvite`` + - ``RestrictPublicChannelManagement`` + - ``RestrictPrivateChannelManagement`` + - ``RestrictPublicChannelCreation`` + - ``RestrictPrivateChannelCreation`` + - ``RestrictPublicChannelDeletion`` + - ``RestrictPrivateChannelDeletion`` + - ``RestrictPrivateChannelManageMembers`` + - ``DisableLegacyMFAEndpoint`` + - ``ExperimentalTownSquareIsReadOnly`` + - ``ExperimentalHideTownSquareinLHS`` + - ``EnableXToLeaveChannelsFromLHS`` + - ``CloseUnusedDirectMessages`` + - ``ExperimentalChannelOrganization`` + - ``ExperimentalChannelSidebarOrganization`` + - ``EnableLegacySidebar`` + - The legacy MFA endpoint + - ``utils/authorization.go`` and moved any permissions to the ``MakeDefaultRoles()`` function. + +### Database Changes + - Added the following database indexes: + - ``idx_posts_root_id_delete_at_create_at`` + - ``idx_channels_team_id_display_name`` + - ``idx_channels_team_id_type`` + - ``idx_threads_channel_id_last_reply_at`` + - ``idx_channelmembers_user_id_channel_id_last_viewed_at`` + - ``idx_channelmembers_channel_id_scheme_guest_user_id`` + - Removed the following redundant database indexes: + - ``idx_posts_root_id`` + - ``idx_channels_team_id`` + - ``idx_threads_channel_id`` + - ``idx_channelmembers_user_id`` + - Updated all references of ``ToJson/FromJson`` methods to be in the form ``ToJSON/FromJSON``. + - Increased ``Post.Props`` size limit to 800,000 characters. + +### API Changes + - Updated API to use ``per_page`` query parameter instead of ``pageSize``. This makes the threads API consistent with other endpoints, and automatically limits the number of requested threads with our param handling code. The ``pageSize`` query parameter will still be supported until version 6.0 of the server becomes the minimum version required by the mobile client. + +### Websocket Event Changes + - Added Websocket client to products. + - Added plugin Websocket hooks: ``OnWebSocketConnect``, ``OnWebSocketDisconnect`` and ``WebSocketMessageHasBeenPosted``. + +### Library Changes + - Removed deprecated ``model.ComparePassword`` method. + - Removed deprecated ``Context.SourcePluginId`` field. + - Removed ``(*model.Client4).CheckUserMfa``. + - Removed ``(*model.Client4).GetServerBusyExpires``. + - Removed MB constant from model package. + - Removed use of pointers to the following types: + - ``model.ChannelList`` + - ``model.ChannelListWithTeamData`` + - ``model.ChannelMembers`` + - ``model.Preferences`` + - ``model.ProductNotices`` + - Renamed ``plugin.Context.IpAddress`` to ``plugin.Context.IPAddress``. + - Renamed fields in the model package to have more idiomatic names. + +### Go Version + - v6.0 is built with Go ``v1.16.7``. + +### Open Source Components + - Added ``@mattermost/compass-components``, ``@mattermost/compass-icons``, ``styled-components`` and ``timezones.json``, and removed ``react-inlinesvg`` from https://github.com/mattermost/mattermost-webapp. + - Added ``@types/redux-mock-store`` to https://github.com/mattermost/mattermost-mobile. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it is [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga/). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - Webapp sometimes crashes when clicking an image from "Recent files" [MM-38239](https://mattermost.atlassian.net/browse/MM-38239). + - Member type is missing from autocomplete [MM-38989](https://mattermost.atlassian.net/browse/MM-38989). + - File upload might fail for SVG files [MM-38982](https://mattermost.atlassian.net/browse/MM-38982). + - Deep link opened on mobile shows incorrect text directing the opening to the Desktop app [MM-38913](https://mattermost.atlassian.net/browse/MM-38913). + - Channel switcher is missing "(You)" indicator on your own Direct Message channel [MM-38798](https://mattermost.atlassian.net/browse/MM-38798). + - ``Ctrl/Cmd+Shift+A`` shortcut does not open **Account Settings** [MM-38236](https://mattermost.atlassian.net/browse/MM-38236). + - Indigo theme glitch may occur when returning from Playbooks [MM-38910](https://mattermost.atlassian.net/browse/MM-38910). + - **System Console > Channels > Channel Management** has an option to toggle group management in Team Edition, Starter, and Professional [MM-39216](https://mattermost.atlassian.net/browse/MM-39216). + - Experimental timezones and custom statuses can cause an increase in CPU usage and database connections for servers with an E20 license. A current workaround is to disable custom statuses or to disable experimental timezones. + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [alieh-rymasheuski](https://github.com/alieh-rymasheuski), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [arpit1912](https://github.com/arpit1912), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [ashutoshpw](https://github.com/ashutoshpw), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [BoFFire](https://github.com/BoFFire), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [chikei](https://github.com/chikei), [cjmartian](https://github.com/cjmartian), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [CuriousCorrelation](https://github.com/CuriousCorrelation), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [darkLord19](https://github.com/darkLord19), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [dihmuzikien](https://github.com/dihmuzikien), [Duaard](https://github.com/Duaard), [emilyacook](https://github.com/emilyacook), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [himanshu007-creator](https://github.com/himanshu007-creator), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [itao](https://github.com/itao), [ivernus](https://github.com/ivernus), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [JtheBAB](https://github.com/JtheBAB), [jtwillis92](https://github.com/jtwillis92), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [KobeBergmans](https://github.com/KobeBergmans), [koox00](https://github.com/koox00), [krmh04](https://github.com/krmh04), [krutarththakkar](https://github.com/krutarththakkar), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majidsajadi](https://github.com/majidsajadi), [marianunez](https://github.com/marianunez), [matthewbirtch](https://github.com/matthewbirtch), [matthew.williams](https://translate.mattermost.com/user/matthew-w/), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mikhailrimashevski](https://github.com/mikhailrimashevski), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [Mshahidtaj](https://github.com/Mshahidtaj), [neallred](https://github.com/neallred), [neflyte](https://github.com/neflyte), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [pablovelezvidal](https://github.com/pablovelezvidal), [petrmifek](https://github.com/petrmifek), [poflankov](https://github.com/poflankov), [puerco](https://github.com/puerco), [rbradleyhaas](https://github.com/rbradleyhaas), [Rina-dsg](https://github.com/Rina-dsg), [rodcorsi](https://github.com/rodcorsi), [Rutam21](https://github.com/Rutam21), [sadohert](https://github.com/sadohert), [sakaitsu](https://translate.mattermost.com/user/sakaitsu/), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [shazm](https://github.com/shazm), [sibasankarnayak](https://github.com/sibasankarnayak), [spirosoik](https://github.com/spirosoik), [sshiv5768](https://github.com/sshiv5768), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [thePanz](https://github.com/thePanz), [tsabi](https://translate.mattermost.com/user/tsabi/), [vadimasadchi](https://github.com/vadimasadchi), [vinod-demansol](https://github.com/vinod-demansol), [Westacular](https://github.com/Westacular), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yedamao](https://github.com/yedamao), [Zeezee1210](https://github.com/Zeezee1210), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v5.39 - [Quality Release](https://docs.mattermost.com/upgrade/release-definitions.html#quality-release) + +- **v5.39.3, released 2021-12-17** + - Mattermost v5.39.3 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a general performance fix for loading the web application and typing. + - Improved performance while typing by moving some autocomplete layout calculations. + - Improved performance by reducing DOM usage during render. + - Removed real-time updates of a couple of features to prevent overloading servers on user updates. The "This channel contains guests" indicator and the number of timezones displayed when notifying members of a group will only be updated on channel change now. + - Fixed an issue where v5.39 reported an incorrect mmctl version. +- **v5.39.2, released 2021-11-15** + - Mattermost v5.39.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v5.39.1, released 2021-10-27** + - Mattermost v5.39.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with fetching threads upon websocket reconnection. + - Fixed a race condition in telemetry IDs on High Availability servers [MM-39343](https://mattermost.atlassian.net/browse/MM-39343). +- **5.39.0, released 2021-09-16** + - Original 5.39 release + +Mattermost v5.39.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Improvements + +#### User Interface (UI) + - Updated in-product help documentation to fix broken links and to correct outdated information. + - Italian, Polish, Korean, and Ukrainian languages have been downgraded to alpha. Korean and Ukrainian are [no longer actively maintained](https://handbook.mattermost.com/contributors/join-us/localization#translation-quality). + +### Bug Fixes + - Fixed a possible panic during license validation. + - Fixed an issue with loading of emojis in message attachment titles. + - Fixed an issue where the timestamp in deleted messages was not correctly positioned. + - Changed the whitespace in the refresh bar so that it always displays to the user. + - Fixed an issue where email invites were not sent when clicking the **Next** button during onboarding. + - Fixed an issue where clicking "View Message" in an email did not navigate to the post or remember the user's preference to "View in App". + - Fixed an issue with the detection of certain collapsible images. + - Prevented users from having the unreads filter enabled when the button to toggle it was not shown. + - Fixed an issue where Mattermost's shortcut key CTRL+SHIFT+A to open the **Account Settings** clashed with Chrome's CTRL+SHIFT+A that opens a "Search Tabs" pop-up. + - Fixed a crash when markdown images were present on the message attachments and embedded bindings. + - Fixed an issue that kept message attachment fields unaligned. + - Fixed an issue with right-hand side ``SuggestionList`` positioning. + - Fixed an issue where Mattermost panicked on ``docx`` files uploaded with ``.doc`` extension. + - Fixed a bug with the auto-responder where it would incorrectly calculate the time interval and never send the message. + - Fixed a decoding problem for OpenID integration. The requests are now decoded against ``RawURLEncoding``. + - Fixed various bugs for the Collapsed Reply Threads (Beta) feature, including: + - Fixed an issue where a gap appeared between the first and second consecutive message from the same user. + - Fixed an issue where the thread unread state would not update on websocket reconnect. + - Fixed an issue where the main channel view root post timestamp added a horizontal scrollbar on hover. + - The ``ThreadAutoFollow`` setting must now be enabled in order to enable ``CollapsedThreads``. + - Fixed issue with users re-following a previously unfollowed thread when other users replied to the thread. + - Clicking code blocks and in-line code no longer open the associated thread. + - Fixed an issue where two scrollbars appeared in the Threads view on high resolution monitors using zoom. + - Fixed an issue where the quick channel switcher mention counts did not follow collapsed threads logic. + - Fixed an issue where threads started by webhooks/integrations were being auto-followed by the webhook/integration creator when collapsed threads was enabled. + - Fixed an issue where re-connecting to the websocket caused thread mentions to be cleared in the user interface with collapsed reply threads enabled. + - Fixed an issue where the **New messages** line and date separators overlapped text in a thread. + +### Go Version + - v5.39 is built with Go ``1.16.7``. + +### Upcoming Deprecations in Mattermost v6.0 + +The following deprecations are planned for the Mattermost v6.0 release, which is scheduled for 2021/10/13. This list is subject to change prior to the release. + +1. [Legacy Command Line Tools](https://docs.mattermost.com/manage/command-line-tools.html). All commands have been fully replaced by [mmctl](https://docs.mattermost.com/manage/mmctl-command-line-tool.html) and new commands have been added over the last few months, making this tool a full and robust replacement. + +2. [Slack Import via the web app](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-web-app). The Slack import tool accessible via the Team Setting menu is being replaced by the [mmetl](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-mmetl-tool-and-bulk-import) tool that is much more comprehensive for the types of data it can assist in uploading. + +3. MySQL versions below 5.7.7. Minimum support will now be for 5.7.12. This version introduced a native JSON data type that lets us improve performance and scalability of several database fields (most notably Users and Posts props). Additionally, version 5.6 (our current minimum version) reached [EOL in February 2021](https://www.mysql.com/support/eol-notice.html). + +4. Elasticsearch 5 and 6 - [versions 5.x reached EOL in March of 2019, and versions 6.x reached EOL in November 2020](https://www.elastic.co/support/eol). Our minimal supported version with Mattermost v6.0 will be Elasticsearch version 7.0. + +5. Windows 7 reached [EOL in January 2020](https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962). We will no longer provide support for Mattermost Desktop App issues on Windows 7. + +6. [DisableLegacyMFAEndpoint](https://docs.mattermost.com/configure/configuration-settings.html#disable-legacy-mfa-api-endpoint) configuration setting. + +7. [ExperimentalTimezone](https://docs.mattermost.com/configure/configuration-settings.html#timezone) configuration setting. The config setting will be removed and the feature will be promoted to general availability. + +8. All legacy channel sidebar experimental configuration settings. We encourage customers using these settings to upgrade to v5.32 or later to access [custom, collapsible channel categories](https://mattermost.com/blog/custom-collapsible-channel-categories/) among many other channel organization features. The settings being deprecated include: + + - [EnableLegacySidebar](https://docs.mattermost.com/configure/configuration-settings.html#enable-legacy-sidebar) + - [ExperimentalTownSquareIsReadOnly](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-read-only-experimental) + - [ExperimentalHideTownSquareinLHS](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-hidden-in-left-hand-sidebar-experimental) + - [EnableXToLeaveChannelsFromLHS](https://docs.mattermost.com/configure/configuration-settings.html#enable-x-to-leave-channels-from-left-hand-sidebar-experimental) + - [CloseUnusedDirectMessages](https://docs.mattermost.com/configure/configuration-settings.html#autoclose-direct-messages-in-sidebar-experimental) + - [ExperimentalChannelOrganization](https://docs.mattermost.com/configure/configuration-settings.html#sidebar-organization) + - [ExperimentalChannelSidebarOrganization](https://docs.mattermost.com/configure/configuration-settings.html#experimental-sidebar-features) + +9. [All configuration settings previously marked as “Deprecated”](https://docs.mattermost.com/configure/configuration-settings.html#deprecated-configuration-settings). + +10. Changes to ``mattermost-server/model`` for naming consistency. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it is [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga/). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - Experimental timezones and custom statuses can cause an increase in CPU usage and database connections for servers with an E20 license. A current workaround is to disable custom statuses or to disable experimental timezones. + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Pinned posts are no longer highlighted [MM-34870](https://mattermost.atlassian.net/browse/MM-34870). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [adammorawski1](https://github.com/adammorawski1), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amirmoyousefi](https://github.com/amirmoyousefi), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [anurag6713](https://github.com/anurag6713), [arjitc](https://github.com/arjitc), [ArmanChand](https://github.com/ArmanChand), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [asimsedhain](https://github.com/asimsedhain), [aspleenic](https://github.com/aspleenic), [BenCookie95](https://github.com/BenCookie95), [BenLloydPearson](https://github.com/BenLloydPearson), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [chikei](https://github.com/chikei), [chitramdasgupta](https://github.com/chitramdasgupta), [cobenash](https://github.com/cobenash), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cvockrodt](https://github.com/cvockrodt), [cwarnermm](https://github.com/cwarnermm), [dbpolito](https://github.com/dbpolito), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [DeviousLab](https://github.com/DeviousLab), [DjMagicFingers](https://github.com/DjMagicFingers), [Duaard](https://github.com/Duaard), [elyscape](https://github.com/elyscape), [emilyacook](https://github.com/emilyacook), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [engineereng](https://github.com/engineereng), [ewwollesen](https://github.com/ewwollesen), [fksu](https://github.com/fksu), [flynbit](https://github.com/flynbit), [Francois-D](https://github.com/Francois-D), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gozeloglu](https://github.com/gozeloglu), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haalcala](https://github.com/haalcala), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivanaairenee](https://github.com/ivanaairenee), [jadrales](https://github.com/jadrales), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [JtheBAB](https://github.com/JtheBAB), [jufab](https://github.com/jufab), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [KobeBergmans](https://github.com/KobeBergmans), [koox00](https://github.com/koox00), [krutarththakkar](https://github.com/krutarththakkar), [kscheel](https://github.com/kscheel), [larkox](https://github.com/larkox), [LauSam09](https://github.com/LauSam09), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majidsajadi](https://github.com/majidsajadi), [maliur](https://github.com/maliur), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [mattermod](https://github.com/mattermod), [matthewbirtch](https://github.com/matthewbirtch), [matthew.williams](https://translate.mattermost.com/user/matthew-w/), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mmskv](https://github.com/mmskv), [mrckndt](https://github.com/mrckndt), [Mshahidtaj](https://github.com/Mshahidtaj), [nat-gunner](https://github.com/nat-gunner), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [nikolaizah](https://github.com/nikolaizah), [Nog-Frog](https://github.com/Nog-Frog), [pablovelezvidal](https://github.com/pablovelezvidal), [Prassud](https://github.com/Prassud), [rbradleyhaas](https://github.com/rbradleyhaas), [redrru](https://github.com/redrru), [rodcorsi](https://github.com/rodcorsi), [roopakv](https://github.com/roopakv), [rrey](https://github.com/rrey), [Rutam21](https://github.com/Rutam21), [sakaitsu](https://translate.mattermost.com/user/sakaitsu/), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [Shahzayb](https://github.com/Shahzayb), [Shaz-25](https://github.com/Shaz-25), [sibasankarnayak](https://github.com/sibasankarnayak), [sonereker](https://github.com/sonereker), [spirosoik](https://github.com/spirosoik), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [talesmc](https://github.com/talesmc), [thePanz](https://github.com/thePanz), [tsabi](https://translate.mattermost.com/user/tsabi/), [VA2XJM](https://github.com/VA2XJM), [vadimasadchi](https://github.com/vadimasadchi), [vinod-demansol](https://github.com/vinod-demansol), [wget](https://github.com/wget), [WietseWind](https://github.com/WietseWind), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yedamao](https://github.com/yedamao), [YJSoft](https://github.com/YJSoft), [zefhemel](https://github.com/zefhemel), [Ziggiz](https://github.com/Ziggiz) + +---- + +## Release v5.38 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.38.4, released 2021-11-15** + - Mattermost v5.38.4 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v5.38.3, released 2021-10-27** + - Mattermost v5.38.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a race condition in telemetry IDs on High Availability servers [MM-39343](https://mattermost.atlassian.net/browse/MM-39343). +- **v5.38.2, released 2021-08-26** + - Upgraded Go version to 1.16.7 to fix an application crash issue. + - Fixed an issue where mmctl ``config reload`` command was missing local-mode server-side implementation. [MM-38082](https://mattermost.atlassian.net/browse/MM-38082) +- **v5.38.1, released 2021-08-18** + - Fixed an issue where Playbooks v1.16.0 could not be installed as a pre-packaged plugin [MM-37928](https://mattermost.atlassian.net/browse/MM-37928). +- **v5.38.0, released 2021-08-16** + - Original 5.38.0 release + +Mattermost v5.38.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +### Deprecations + - The “config watcher” (the mechanism that automatically reloads the ``config.json`` file) has been removed in favor of the ``mmctl config reload`` command, which must be run to apply configuration changes after they are made on disk. This change improves configuration performance and robustness. + +### Important Upgrade Notes + - v5.38 adds fixes for some of the incorrect mention counts and unreads around threads and channels since the introduction of Collapsed Reply Threads (Beta). This fix is done through a SQL migration, and it may take several minutes to complete for large databases. The ``fixCRTChannelMembershipCounts`` fix takes 1 minute and 20 seconds for a database containing approximately 4 million channel memberships and about 130,000 channels. The ``fixCRTThreadCountsAndUnreads`` fix takes about 3 minutes and 30 seconds for a database containing 56367 threads, 124587 thread memberships, and 220801 channel memberships. These are on MySQL v5.6.51. + - Focalboard v0.8.2 (released with Mattermost v5.38.0) requires Mattermost v5.37+ due to the new database connection system. + +```{Important} +If you upgrade from a release earlier than v5.37, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Granular Data Retention Policies (Enterprise E20) + - A ``data_retention`` type job can now be run even if the global policy is disabled. The granular (i.e. team and channel-specific) policies will be executed when the data retention job is run. Please note there is a known issue where deleted posts get displayed in channels without new activity after the retention job is run. This issue is tracked with [this ticket](https://mattermost.atlassian.net/browse/MM-36574). + +#### Enhanced User Onboarding Experience + - To help new users get started with Mattermost, new Getting Started steps have been added to the onboarding experience. These steps help users to complete their profile, name their teams, configure desktop notifications, and invite others to join their team. Additionally, once the onboarding is complete, users are provided with helpful tips to get started with channels, plugins, and more. + +#### Playbooks Updates + - ``Incident Collaboration`` was rebranded to ``Playbooks``. Also the channel right-hand sidebar is redesigned, our own playbooks are shared as templates, and more triggers and actions were added. + +#### Focalboard Updates + - Added created-by property and improved performance with shared database connections. Focalboard 0.8.2 requires Mattermost v5.37+ due to a new database connection system. + +### Improvements + +#### User Interface (UI) + - Upgraded German language back to an official language. + - Markdown formatting is now stripped from push notifications. + - Enabled the **Set Status** button if the custom status hasn't changed from currently set status. + - Improved default rendering of images inserted via the GIF picker. + - Small text changes were added to Direct and Group Message menus: **Mute channel** and **Edit Channel Header** now reads as **Mute Conversation** and **Edit Conversation Header**. + +#### Performance + - Improved performance of components that show reactions on posts. + - Improved performance of certain components when viewing non-Direct Message channels. + - Added minor improvements to performance of messages posted in the right-hand side. + - Improved typing performance in affected environments by reducing the frequency in which drafts are saved. + +#### Integrations + - Added icons to apps in the Marketplace. + - Apps can now add arbitrary markdown in between fields on forms. + - Added support for markdown in apps forms, interactive dialogs field descriptions, errors, and slash commands. + - Improved user and channel selector for app commands. + - Added support for ``react-intl`` and ```` usage in plugins. + - Added plugin API methods for user access tokens and OAuth apps. + +#### Administration + - Added a new feature to archive and unarchive teams through **System Console** > **Teams**. + +### Bug Fixes + - Fixed an issue where the "Find channel" channel switcher text overflowed beyond the button for some languages. + - Fixed an issue where inter-plugin requests without a body didn't work. + - Fixed an issue with opening a dialog from an interactive message when returning an empty response. + - Fixed an issue where the **Add Members** modal was incorrectly themed on the Mattermost Dark Theme. + - Fixed a panic in the ``getPrevTrialLicense`` API request when loading the System Console on Team Edition. + - Fixed an issue where admin advisor notifications were accidentally re-enabled in a previous release. + - Fixed various bugs for the Collapsed Reply Threads (Beta) feature, including: + - Fixed an issue where an error occurred while following a thread with no replies. + - Fixed an issue where ``reply_count`` of 0 was always returned for GET single Post on ``/posts/`` API. + - Fixed an issue where following a single message returned a status 500. + - Fixed an issue where when replying in a thread after unfollowing it, the thread was not auto-followed again. + - Fixed an issue where when enabling Collapsed Reply Threads, channels that had no new activity were showing as unread. + - Fixed an issue with thread unreads when the feature was enabled by a user. + - Fixed an issue where self replies were marking threads as unread. + - Unread threads are now correctly displayed on app load for teams in the sidebar when Collapsed Reply Threads feature is enabled. + - Fixed an issue where "Thread" in the thread viewer was displayed vertically in some languages. + - Fixed an issue where opening global threads containing a root post markdown image crashed the app. + - Fixed an issue where the app crashed when switching to the Threads view after leaving a channel. + - Fixed an issue where replying to a thread from the global threads screen marked the channel as read. + - The **Mark all as unread** button is now no longer disabled for Collapsed Reply Threads. + - Fixed root posts not being shown as followed for the post creator after receiving the first reply that affected servers with Collapsed Reply Threads enabled and database read replicas configured. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``PluginSettings`` in ``config.json``: + - Added ``ChimeraOAuthProxyURL`` to allow specifying Chimera URL that can be used by plugins to connect with pre-created OAuth applications. + - The config setting ``EnableReliableWebSockets`` now defaults to ``true``. + +### API Changes + - Added ``CreateChannelSidebarCategory``, ``GetChannelSidebarCategories`` and ``UpdateChannelSidebarCategories`` to the Plugin API. + - Add a new Plugin API method that allows files to register dropdown menu actions. + +### Go Version + - v5.38 is built with Go ``1.16.0``. + +### Open Source Components + - Added ``classnames`` and ``react-window`` to https://github.com/mattermost/mattermost-webapp/. + - Added ``@react-native-community/datetimepicker``, ``array.prototype.flat``, and ``base-64`` to https://github.com/mattermost/mattermost-mobile/. + +### Upcoming Deprecations in Mattermost v6.0 + +The following deprecations are planned for the Mattermost v6.0 release, which is scheduled for 2021/10/15. This list is subject to change prior to the release. + +1. [Legacy Command Line Tools](https://docs.mattermost.com/manage/command-line-tools.html). All commands have been fully replaced by [mmctl](https://docs.mattermost.com/manage/mmctl-command-line-tool.html) and new commands have been added over the last few months, making this tool a full and robust replacement. + +2. [Slack Import via the web app](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-web-app). The Slack import tool accessible via the Team Setting menu is being replaced by the [mmetl](https://docs.mattermost.com/onboard/migrating-to-mattermost.html#migrating-from-slack-using-the-mattermost-mmetl-tool-and-bulk-import) tool that is much more comprehensive for the types of data it can assist in uploading. + +3. MySQL versions below 5.7.7. Minimum support will now be for 5.7.12. This version introduced a native JSON data type that lets us improve performance and scalability of several database fields (most notably Users and Posts props). Additionally, version 5.6 (our current minimum version) reached [EOL in February 2021](https://www.mysql.com/support/eol-notice.html). + +4. Elasticsearch 5 and 6 - [versions 5.x reached EOL in March of 2019, and versions 6.x reached EOL in November 2020](https://www.elastic.co/support/eol). Our minimal supported version with Mattermost v6.0 will be Elasticsearch version 7.0. + +5. Windows 7 reached [EOL in January 2020](https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962). We will no longer provide support for Mattermost Desktop App issues on Windows 7. + +6. [DisableLegacyMFA](https://docs.mattermost.com/configure/configuration-settings.html#disable-legacy-mfa-api-endpoint) configuration setting. + +7. [ExperimentalTimezone](https://docs.mattermost.com/configure/configuration-settings.html#timezone) configuration setting. + +8. All legacy channel sidebar experimental configuration settings. We encourage customers using these settings to upgrade to v5.32 or later to access [custom, collapsible channel categories](https://mattermost.com/blog/custom-collapsible-channel-categories/) among many other channel organization features. The settings being deprecated include: + + - [EnableLegacySidebar](https://docs.mattermost.com/configure/configuration-settings.html#enable-legacy-sidebar) + - [ExperimentalTownSquareIsReadOnly](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-read-only-experimental) + - [ExperimentalHideTownSquareinLHS](https://docs.mattermost.com/configure/configuration-settings.html#town-square-is-hidden-in-left-hand-sidebar-experimental) + - [EnableXToLeaveChannelsFromLHS](https://docs.mattermost.com/configure/configuration-settings.html#enable-x-to-leave-channels-from-left-hand-sidebar-experimental) + - [CloseUnusedDirectMessages](https://docs.mattermost.com/configure/configuration-settings.html#autoclose-direct-messages-in-sidebar-experimental) + - [ExperimentalChannelOrganization](https://docs.mattermost.com/configure/configuration-settings.html#sidebar-organization) + - [ExperimentalChannelSidebarOrganization](https://docs.mattermost.com/configure/configuration-settings.html#experimental-sidebar-features) + +9. [All configuration settings previously marked as “Deprecated”](https://docs.mattermost.com/configure/configuration-settings.html#deprecated-configuration-settings). + +10. Changes to ``mattermost-server/model`` for naming consistency. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it is [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga/). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - The server version for v5.38.2 for Team Edition is reported as ``5.39.2``. + - Deleted posts get displayed in channels without new activity after the data retention job is run [MM-36574](https://mattermost.atlassian.net/browse/MM-36574). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Fields on the right column in a message attachment render unevenly [MM-36943](https://mattermost.atlassian.net/browse/MM-36943). + - Pinned posts are no longer highlighted. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [aileenpalafox](https://github.com/aileenpalafox), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [arjitc](https://github.com/arjitc), [arvinDarmawan](https://github.com/arvinDarmawan), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [aspleenic](https://github.com/aspleenic), [avinashlng1080](https://github.com/avinashlng1080), [bakurits](https://github.com/bakurits), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [calebroseland](https://github.com/calebroseland), [chenilim](https://github.com/chenilim), [chikei](https://github.com/chikei), [cognvn](https://github.com/cognvn), [colorfusion](https://github.com/colorfusion), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [darkLord19](https://github.com/darkLord19), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [ditsemto](https://github.com/ditsemto), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [engineereng](https://github.com/engineereng), [esethna](https://github.com/esethna), [evelikov](https://github.com/evelikov), [ewwollesen](https://github.com/ewwollesen), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gbonnefille](https://github.com/gbonnefille), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [hackercat3211](https://github.com/hackercat3211), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [Konghuy](https://github.com/Konghuy), [koox00](https://github.com/koox00), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lordinkavu](https://github.com/lordinkavu), [lynn915](https://github.com/lynn915), [madhavhugar](https://github.com/madhavhugar), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majidsajadi](https://github.com/majidsajadi), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [matthewbirtch](https://github.com/matthewbirtch), [matthew.williams](https://translate.mattermost.com/user/matthew-w/), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mrckndt](https://github.com/mrckndt), [Mshahidtaj](https://github.com/Mshahidtaj), [N3rdP1um23](https://github.com/N3rdP1um23), [nat-gunner](https://github.com/nat-gunner), [natalie-hub](https://github.com/natalie-hub), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [nickboldt](https://github.com/nickboldt), [nickmisasi](https://github.com/nickmisasi), [nika-begiashvili](https://github.com/nika-begiashvili), [nikolaizah](https://github.com/nikolaizah), [ogi-m](https://github.com/ogi-m), [oh6hay](https://github.com/oh6hay), [pablovelezvidal](https://github.com/pablovelezvidal), [papanireal](https://github.com/papanireal), [petrmifek](https://github.com/petrmifek), [Pezhvak](https://github.com/Pezhvak), [robinmetral](https://github.com/robinmetral), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [sakaitsu](https://translate.mattermost.com/user/sakaitsu/), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [source-punk](https://github.com/source-punk), [stafot](https://github.com/stafot), [stevemudie](https://github.com/stevemudie), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [thePanz](https://github.com/thePanz), [thierrymarianne](https://github.com/thierrymarianne), [tronginc](https://github.com/tronginc), [tsabi](https://translate.mattermost.com/user/tsabi/), [VA2XJM](https://github.com/VA2XJM), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xlanor](https://github.com/xlanor), [xuanvi26](https://github.com/xuanvi26), [yedamao](https://github.com/yedamao), [zefhemel](https://github.com/zefhemel) + +---- + +## Release v5.37 - [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) + +- **5.37.10, released 2022-08-31** + - Improved groups query performance by not counting deleted members. + - Prevented the request for counting channel members in a group when the feature is disabled to prevent performance problems at scale. +- **v5.37.9, released 2022-03-10** + - Mattermost v5.37.9 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- **v5.37.8, released 2022-02-03** + - Mattermost v5.37.8 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - The default for ``ThreadAutoFollow`` has been changed to ``false``. This does not affect existing configurations where this value is already set to ``true`` [MM-41351](https://mattermost.atlassian.net/browse/MM-41351). + - Prevented some instances where operations relating to Collapsed Reply Threads added load to the database server even when the ``ThreadAutoFollow`` and ``CollapsedThreads`` config settings were disabled [MM-41350](https://mattermost.atlassian.net/browse/MM-41350). + - ``.pages`` content search is no longer available due to technical difficulties. + - Fixed an issue where Actiance compliance jobs caused the Mattermost server process to crash with a panic [MM-41245](https://mattermost.atlassian.net/browse/MM-41245). +- **v5.37.7, released 2022-01-21** + - Mattermost v5.37.7 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added support for channel moderation for Professional-licensed servers [MM-40824](https://mattermost.atlassian.net/browse/MM-40824). +- **v5.37.6, released 2021-12-17** + - Mattermost v5.37.6 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added a general performance fix for loading the web application and typing. + - Improved performance while typing by moving some autocomplete layout calculations. + - Improved performance by reducing DOM usage during render. + - Removed real-time updates of a couple of features to prevent overloading servers on user updates. The "This channel contains guests" indicator and the number of timezones displayed when notifying members of a group will only be updated on channel change now. +- **v5.37.5, released 2021-11-30** + - Fixed an issue where OpenID redirect did not work when hosting Mattermost on a subdirectory [MM-40151](https://mattermost.atlassian.net/browse/MM-40151). + - Fixed an issue where v5.37 reported an incorrect mmctl version. +- **v5.37.4, released 2021-11-15** + - Mattermost v5.37.4 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a potential panic during the message export job [MM-39521](https://mattermost.atlassian.net/browse/MM-39521). + - Fixed some sentry crashes [MM-38565](https://mattermost.atlassian.net/browse/MM-38565), [MM-39208](https://mattermost.atlassian.net/browse/MM-39208). + - Updated in-product help documentation to fix broken links and to correct outdated information. +- **v5.37.3, released 2021-10-27** + - Mattermost v5.37.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed a race condition in telemetry IDs on High Availability servers [MM-39343](https://mattermost.atlassian.net/browse/MM-39343). + - Fixed import process for imports with attachments [MM-38375](https://mattermost.atlassian.net/browse/MM-38375). + - Fixed an issue that kept message attachment fields unaligned [MM-36943](https://mattermost.atlassian.net/browse/MM-36943). +- **v5.37.2, released 2021-08-26** + - Upgraded Go version to 1.16.7 to fix an application crash issue. + - Fixed a server panic issue. [MM-37574](https://mattermost.atlassian.net/browse/MM-37574) + - Fixed an issue where saving or updating user statuses caused the logs to be filled with multiple key insertion errors. [MM-37202](https://mattermost.atlassian.net/browse/MM-37202). + - Fixed a panic in the ``getPrevTrialLicense`` API request when loading the System Console on Team Edition. [MM-37108](https://mattermost.atlassian.net/browse/MM-37108) + - Fixed an issue where screen readers read “user object” instead of reading the username or channel in the **Switch Channels** modal. +- **v5.37.1, released 2021-08-04** + - Mattermost v5.37.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Improved typing performance in affected environments by reducing the frequency at which drafts are saved. + - Fixed an issue in clustering where a mutex would fail to be unlocked when a timeout happened. [MM-37246](https://mattermost.atlassian.net/browse/MM-37246) +- **v5.37.0, released 2021-07-16** + - Original 5.37.0 release + +### Deprecations + - The ``platform`` binary and “--platform” flag have been removed. If you are using the “--platform” flag or are using the ``platform`` binary directly to run the Mattermost server application via a systemd file or custom script, you will be required to use only the mattermost binary. + +### Important Upgrade Notes + - [Collapsed Reply Threads](https://mattermost.com/blog/collapsed-reply-threads-beta/) are available as beta in Mattermost Server v5.37 and later. It’s expected that you may experience bugs as we stabilize the feature. In particular, please be aware of [the known issues documented here](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues). + - v5.37 adds support for emoji standard v13.0. If you have added a custom emoji in the past that uses one of the new system names, then that custom emoji is going to get overwritten by the system emoji. The workaround is to change the custom emoji name. + - Parts of Incident Collaboration are now available to all Mattermost editions. As part of this update, Incident Collaboration will require a minimum server version of v5.37. To learn more about what is available in each edition, visit [our pricing page](https://mattermost.com/pricing-self-managed/). + - Support for Mattermost Server v5.31 [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) will come to the end of its life cycle on October 15, 2021. Upgrading to Mattermost Server v5.37 or later is required. + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html), available in beta, are known to have a negative impact on server performance. If you cannot easily scale up and tune your database, or if you are running the Mattermost application server and database server on the same machine, we recommended disabling [``ThreadAutoFollow``](https://docs.mattermost.com/configure/configuration-settings.html#automatically-follow-threads) and [``CollapsedThreads``](https://docs.mattermost.com/configure/configuration-settings.html#collapsed-reply-threads-beta) until Collapsed Reply Threads is promoted to general availability in Q2 2022. Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + +```{Important} +If you upgrade from a release earlier than v5.36, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Collapsed Reply Threads (Beta) + - We're excited to give you early access to Collapsed Reply Threads (Beta). It can be enabled in the **System Console > Experimental > Collapsed Reply Threads (Beta)**. Learn more about the features and known issues in [our documentation](https://docs.mattermost.com/help/messaging/organizing-conversations.html). + +#### Emoji Enhancements with Skin Tone Selection + - Added support for emoji standard v13.0. Users now have the ability to choose various skin tones using the Mattermost emoji picker. Mobile support is included in v1.45 Mobile App release (July 16th). + +#### Improved Enterprise Trial Experience (Enterprise Editions E0, E10, E20) + - After a Self-Managed trial ends, admins can optionally contact sales or make a purchase in a single click. + +#### Focalboard: Grouped Table view, New properties, and More (Beta) + - Focalboard tables can now be grouped by a property, for example allowing you to quickly see tasks per epic or owner. + +#### Incident Collaboration Updates + - The update includes availability on all editions, playbook keyword monitoring, retrospective report, and playbook dashboard. + +#### English-Australian Language Support + - Mattermost is now available in English-Australian. + +### Improvements + +#### User Interface (UI) + - In the at-mention autocomplete, the user’s nickname is no longer shown when (you) is present. + - Updated the help text on the **Add Users** channel modal. + - Added the ability to upload ``.jpeg`` files on Linux. Uploading ``.jpg`` files was already supported. + - The **Channel Switcher** now displays recently viewed channels when launched. + - Polish, German, and Italian languages were downgraded to beta as they are [no longer actively maintained](https://handbook.mattermost.com/contributors/contributors/localization#translation-quality). + - Custom statuses can now be set to expire after common time intervals or custom selected dates and times. Mobile App support will be added in a future release. + +#### Performance + - Added some improvements to typing performance. + +#### Administration + - Improved memory performance for large image uploads, particularly PNGs with transparency. + - Optimized the bulk import process by no longer requiring the server to write the incoming archive to the filesystem when unzipping it. + - Added channel restore and channel privacy change endpoints to the local mode using the System bot. + +### Bug Fixes + - Fixed an issue where users were unable to set a custom status emoji via slash command. Added the logic for detecting unicode emoji and setting it as a custom status emoji via slash commands. + - Fixed an issue where messages with fallback text were repeated. + - Fixed an issue where a persistent unread badge showed on the **Main Menu** when **Enable Marketplace** or **Enable Plugins** was disabled. + - Fixed an issue where sidebar icons were not aligned with the navigator area icons. + - Fixed an issue where using CTRL+F in a **Direct Message** channel added the user ID rather than the user's name into the search field. + - Fixed an issue where user icons were displayed at full opacity in muted channels. + - Fixed an issue where a redundant ``user_update`` websocket event was generated for bot users. + - Fixed an issue where a Self-Managed Enterprise Edition E20 trial could be activated more than once without contacting the Mattermost support team. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``CollapsedThreads`` to add support for Collapsed Reply Threads (Beta). + +#### Database Changes + - Removed several redundant Database indexes. + +### API Changes + - Added a new field, team_id, to the response of ``POST api/v4/groups/{group_id}/channels/{channel_id}/link`` to add a team ID to the response when linking a channel to a group. + - Added an optional ``collapsed_threads_supported`` parameter to /channels/members/{userId}/view to indicate that the client supports collapsed threads. + - Added an optional ``collapsed_threads_supported`` parameter to /users/{userId}/posts/{postId}/set_unread to indicate that the client supports collapsed threads. + - Updated the webapp to pass ``collapsed_threads_supported`` parameters to the server to indicate that the webapp supports collapsed reply threads. + - Updated the webapp to correctly mark channels and threads as unread/read when marking root and reply posts as unread/read. + - Added a new endpoint ``GET /trial-license/prev`` for fetching last used trial license. + - Added two new fields in ``CustomStatus`` struct and modified the APIs to validate and handle them. + +### Go Version + - v5.37 is built with Go ``1.15.5``. + +### Open Source Components + - Removed ``reselect`` from https://github.com/mattermost/mattermost-webapp/. + +### Upcoming Deprecations in Mattermost v6.0 + +The following deprecations are planned for the Mattermost v6.0 release, which is scheduled for 2021/10/15. This list is subject to change prior to the release. + +1. [Legacy Command Line Tools](https://docs.mattermost.com/administration/command-line-tools.html). All commands have been fully replaced by [mmctl](https://docs.mattermost.com/administration/mmctl-cli-tool.html) and new commands have been added over the last few months, making this tool a full and robust replacement. + +2. [Slack Import via the web app](https://docs.mattermost.com/administration/migrating.html?highlight=mmetl#migrating-from-slack-using-the-mattermost-web-app). The Slack import tool accessible via the Team Setting menu is being replaced by the [mmetl](https://docs.mattermost.com/administration/migrating.html#migrating-from-slack-using-the-mattermost-mmetl-tool-and-bulk-import) tool that is much more comprehensive for the types of data it can assist in uploading. + +3. MySQL versions below 5.7.7. Minimum support will now be for 5.7.12. This version introduced a native JSON data type that lets us improve performance and scalability of several database fields (most notably Users and Posts props). Additionally, version 5.6 (our current minimum version) reached [EOL in February 2021](https://www.mysql.com/support/eol-notice.html). + +4. Elasticsearch 5 and 6 - [versions 5.x reached EOL in March of 2019, and versions 6.x reached EOL in November 2020](https://www.elastic.co/support/eol). Our minimal supported version with Mattermost v6.0 will be Elasticsearch version 7.0. + +5. Windows 7 reached [EOL in January 2020](https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962). We will no longer provide support for the Desktop App issues on Windows 7. + +6. [DisableLegacyMFA](https://docs.mattermost.com/configure/configuration-settings.html#disable-legacy-mfa-api-endpoint) configuration setting. + +7. [ExperimentalTimezone](https://docs.mattermost.com/configure/configuration-settings.html#timezone) configuration setting. + +8. All legacy channel sidebar experimental configuration settings. We encourage customers using these settings to upgrade to v5.32 or later to access [custom, collapsible channel categories](https://mattermost.com/blog/custom-collapsible-channel-categories/) among many other channel organization features. The settings being deprecated include: + + - [EnableLegacySidebar](https://docs.mattermost.com/administration/config-settings.html#enable-legacy-sidebar) + - [ExperimentalTownSquareIsReadOnly](https://docs.mattermost.com/administration/config-settings.html#town-square-is-read-only-experimental) + - [ExperimentalHideTownSquareinLHS](https://docs.mattermost.com/administration/config-settings.html#town-square-is-hidden-in-left-hand-sidebar-experimental) + - [EnableXToLeaveChannelsFromLHS](https://docs.mattermost.com/administration/config-settings.html#enable-x-to-leave-channels-from-left-hand-sidebar-experimental) + - [CloseUnusedDirectMessages](https://docs.mattermost.com/administration/config-settings.html#autoclose-direct-messages-in-sidebar-experimental) + - [ExperimentalChannelOrganization](https://docs.mattermost.com/administration/config-settings.html#sidebar-organization) + - [ExperimentalChannelSidebarOrganization](https://docs.mattermost.com/administration/config-settings.html#experimental-sidebar-features) + +9. [All configuration settings previously marked as “Deprecated”](https://docs.mattermost.com/administration/config-settings.html#deprecated-configuration-settings). + +10. Changes to ``mattermost-server/model`` for naming consistency. + +### Known Issues + - [Collapsed Reply Threads](https://docs.mattermost.com/messaging/organizing-conversations.html) is currently in beta. Before enabling the feature, please ensure you are well versed in the [known issues](https://docs.mattermost.com/messaging/organizing-conversations.html#known-issues), particularly relating to database resource requirements and server performance implications. If you cannot easily scale up your database size, or are running the Mattermost application server and database server on the same machine, we recommended waiting to enable Collapsed Reply Threads until it is [promoted to general availability in Q2 2022](https://mattermost.com/blog/collapsed-reply-threads-ga/). Learn more about these [performance considerations here](https://support.mattermost.com/hc/en-us/articles/4413183568276). + - When upgrading to 5.37.0, the Incident Collaboration plugin may not be automatically installed in some cases. + - Add Members modal is incorrectly themed on the Mattermost Dark theme [MM-37220](https://mattermost.atlassian.net/browse/MM-37220). + - ``config.json`` can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Fields on the right column in a message attachment render unevenly [MM-36943](https://mattermost.atlassian.net/browse/MM-36943). + - Pinned posts are no longer highlighted. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [Aashimalik](https://github.com/Aashimalik), [Adovenmuehle](https://github.com/Adovenmuehle), [aedott](https://github.com/aedott), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [ahmadkarlam](https://github.com/ahmadkarlam), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [arvinDarmawan](https://github.com/arvinDarmawan), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AshishDhama](https://github.com/AshishDhama), [aspleenic](https://github.com/aspleenic), [balan2010](https://github.com/balan2010), [BenCookie95](https://github.com/BenCookie95), [berkeka](https://github.com/berkeka), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [cedricziel](https://github.com/cedricziel), [chenilim](https://github.com/chenilim), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [cognvn](https://github.com/cognvn), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [darkLord19](https://github.com/darkLord19), [dbpolito](https://github.com/dbpolito), [devinbinnie](https://github.com/devinbinnie), [elsiehupp](https://github.com/elsiehupp), [elyscape](https://github.com/elyscape), [emilyacook](https://github.com/emilyacook), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [EugenMayer](https://github.com/EugenMayer), [ewwollesen](https://github.com/ewwollesen), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hason](https://github.com/hason), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [itao](https://github.com/itao), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jayaddison-collabora](https://github.com/jayaddison-collabora), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [JoelRummel](https://github.com/JoelRummel), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jplda23](https://github.com/jplda23), [jprusch](https://github.com/jprusch), [jufab](https://github.com/jufab), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kamre](https://github.com/kamre), [kayazeren](https://github.com/kayazeren), [koox00](https://github.com/koox00), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [madhavhugar](https://github.com/madhavhugar), [maisnamrajusingh](https://github.com/maisnamrajusingh), [majidsajadi](https://github.com/majidsajadi), [manojmalik20](https://github.com/manojmalik20), [matheusmosca](https://github.com/matheusmosca), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [maxerenberg](https://github.com/maxerenberg), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [moussetc](https://github.com/moussetc), [MrLemur](https://github.com/MrLemur), [msal4](https://github.com/msal4), [MusiCode1](https://github.com/MusiCode1), [naderm11](https://github.com/naderm11), [neallred](https://github.com/neallred), [nevyangelova](https://github.com/nevyangelova), [ogi-m](https://github.com/ogi-m), [pablovelezvidal](https://github.com/pablovelezvidal), [parsaakbari1209](https://github.com/parsaakbari1209), [prakharporwal](https://github.com/prakharporwal), [prathers](https://github.com/prathers), [rbradleyhaas](https://github.com/rbradleyhaas), [rodcorsi](https://github.com/rodcorsi), [rohit1101](https://github.com/rohit1101), [sadohert](https://github.com/sadohert), [sakaitsu](https://github.com/sakaitsu), [saturninoabril](https://github.com/saturninoabril), [Sayanta66](https://github.com/Sayanta66), [sbishel](https://github.com/sbishel), [senylove1403](https://github.com/senylove1403), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [teresa-novoa](https://github.com/teresa-novoa), [thePanz](https://github.com/thePanz), [tsabi](https://translate.mattermost.com/user/tsabi), [txeli](https://github.com/txeli), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yulyanaR](https://github.com/yulyanaR) + +---- + +## Release v5.36 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.36.2, released 2021-08-04** + - Mattermost v5.36.2 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.36.1, released 2021-06-21** + - Mattermost v5.36.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Added performance improvements by reducing the time taken to re-render when a post is received. +- **v5.36.0, released 2021-06-16** + - Original 5.36.0 release + +Mattermost v5.36.0 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Important Upgrade Notes + - Gossip clustering mode is now in General Availability and is no longer available as an option. All cluster traffic will always use the gossip protocol. The config setting ``UseExperimentalGossip`` has no effect and has only been kept for compatibility purposes. The setting to use gossip has been removed from the System Console. **Note:** For High Availability upgrades, all nodes in the cluster must use a single protocol. If an existing system is not currently using gossip, one node in a cluster can't be upgraded while other nodes in the cluster use an older version. Customers must either use gossip for their High Availability upgrade, or customers must shut down all nodes, perform the upgrade, and then bring all nodes back up. + +```{Important} +If you upgrade from a release earlier than v5.35, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Focalboard (Beta) + - Focalboard is now integrated with Mattermost as a beta feature in v5.36. To enable Focalboard, open the Marketplace from the sidebar menu, install the Focalboard plugin, then click on **Configure**, enable it, and save. Update your NGINX or Apache web proxy config following [these steps](https://github.com/mattermost/focalboard/discussions/566). + +#### Incident Collaboration (Enterprise Edition E20) + - Includes automated welcome message, team-wide playbook access, and permission control for playbook creation. + +#### Hungarian Language Support (Beta) + - Mattermost is now available in Hungarian. + +### Improvements + +#### User Interface (UI) + - If message autoresponder is set, only one message is now sent to a given user irrespective of how many Direct Message messages the user receives. + - Added status icons on **Add members** to channel and **Add members** to team lists. + - Added a keyboard shortcut to focus on the Search bar and search in the current channel. + - A search tip is now shown when scrolling back in a channel. + - Improved the error text in the **Edit Channel Header** modal. + - Added the ability to clear a custom status when only an emoji and no text is set. + - Redesigned message notification emails. + - When **Show online availability on profile images** is set to **Off**, the online status icon is hidden from the profile image in the center channel and the right-hand side view. + +#### Performance + - Added a performance improvement to the emoji picker overlay to improve typing performance. + - Added performance improvements when receiving new posts. + +#### Administration + - ``TCP_NO_DELAY`` is disabled for Websocket connections to allow for higher throughput. + - Compliance Monitoring CSV files are no longer limited to 30,000 rows. + - The default value of the [Support Email](https://docs.mattermost.com/administration/config-settings.html#support-email) (previously ``_feedback@mattermost.com_``) has been removed. Admin Advisor will now prompt System Admins about missing configuration for the [Support Email](https://docs.mattermost.com/administration/config-settings.html#support-email). This value is required, and it ensures Mattermost account requests are sent to the correct team for resolution. + - The **Marketplace** button in the **Main Menu** is now displayed if the user has the ``sysconsole_write_plugins`` permission. + - Added new feature discoveries in the System Console, including Data Retention Policy and OpenID Connect. + - Added basic intra-cluster communication support for plugins. + - Improved error messages for ``/header`` and ``/purpose`` commands. + - Team-restricted direct channel creation is now also applied to the backend. Previously, this was restricted to the frontend. + - Refactored the config storing logic to improve its robustness and performance. + - Added a visual grouping of related settings under AD/LDAP in the System Console. + +### Bug Fixes + - Fixed an issue where bulk export generated invalid Direct Message channels between deactivated users. + - Fixed an issue where the custom status cleared slash commands on mobile. + - Fixed an issue with an incorrect error message when trying to change handle via API to another one that already existed. + - Fixed an issue where LDAP Group Sync didn't work when using SAML (ADFS) for authentication and AD/LDAP Group Sync unless ``EnableSyncWithLdapIncludeAuth`` was set to ``true``, which caused the ``AuthData`` to be stored in AD/LDAP format. + - Fixed an issue where a user with 'No Access' permission could still access **Groups**, **Channels** and **Teams** configuration pages through a URL. + - Fixed an issue where **Remove from channel** and **Remove Team Member** menu items were visible in a group-synced channel or team. + - Fixed various bugs related to hardcoded theme colours. + - Fixed UI issues related to hardcoded variables and misalignment of the channel header with the **Has guests** text. + - Fixed an issue with SAML Sign-on where System Admins were unable to modify **Service Provider Login URL** unless ``VerifySignature`` was enabled. + - Fixed a race condition where enabling plugins would result in spurious errors in the logs. + - Fixed a bug where team member permissions were not updated after associating a team with a permission scheme. + - Fixed the responses of the role by ID and all roles of API endpoints when the role was associated to channel schemes. + - Removed sticky sidebar headings in favor of fixing nesting errors. + - Fixed an issue where the **Close** button in the **Create New Category** modal was only visible on mouse hover. + - Fixed a bug where session expiration was extended with activity regardless of what the config setting ``ServiceSettings.ExtendSessionLengthWithActivity`` was set to. + - Fixed an issue where the ``idmigrate`` command did not update values if they were not already present as LDAP attributes in the ``config.json``. + - Fixed an issue where the job scheduler server could miss a "changed leader" cluster event. + - Fixed an issue where using ``Ctrl+Cmd+F`` on the MacOS Desktop App opened the search instead of full-screened the app. + - Fixed an issue where the message input box was shadowed when uploading a file in the center channel. + - Fixed an error caused by a post created with a non-string attachment field. + - Fixed the opacity of the read state in the channel sidebar, as well as enhanced the opacity of the channel icon when the channel was unread. + - Fixed an issue where users were unable to sign in with O365 authentication when the AuthData was formatted differently between Office365 OAuth and Office 365 OpenID. + - Fixed an issue where custom emojis for custom statuses were not loaded on page refresh. + - Fixed an issue where the “Set a status” placeholder in the profile popover was not correctly themed. + - Fixed an issue where bots showed the integration owner's custom status in the post header in the right-hand side. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ComplianceSettings`` in ``config.json``: + - Added a new config setting ``BatchSize``. Compliance Monitoring CSV files are no longer limited to 30,000 rows. + - Under ``SupportSettings`` in ``config.json``: + - ``SupportEmail`` default value is now empty instead of ``_feedback@mattermost.com_``. + - Under ``LogSettings`` in ``config.json``: + - A new setting ``EnableColor`` was added to ``LogSettings`` and ``NotificationLogSettings``. Non-JSON console logs will now be colored if that field is set to ``true``. + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableReliableWebSockets``, to make WebSocket messages more reliable by bufferring messages during a connection loss and then re-transmitting all unsent messages when the connection is revived. + +### API Changes + - Added support to include config diff in audit records for the related API calls (``updateConfig`` and ``patchConfig``). + - Response field names changed for experimental API ``GetAllSharedChannels`` to match the field names for other channels APIs. + - Added a new function to the plugin API, ``RequestTrialLicense``. + - The ``/ldap/sync`` endpoint now accepts a parameter ``include_removed_members`` which will force all LDAP group members back into the teams and channels synced to that group. + - Added a new API endpoint to ``removeUserRecentCustomStatus POST /status/custom/recent/delete``. + - Added ``GetGroupMemberUsers and GetGroupsBySource`` to the plugin API to add plugin support for user groups. + - Added a new API endpoint ``POST /api/v4/saml/reset_auth_data`` to reset SAML users' AuthData field to their email. + - Added new API endpoints: + - ``GET /data_retention/policies`` + - ``GET /data_retention/policies_count`` + - ``POST /data_retention/policies`` + - ``GET /data_retention/policies/{policy_id}`` + - ``PATCH /data_retention/policies/{policy_id}`` + - ``DELETE /data_retention/policies/{policy_id}`` + - ``GET /data_retention/policies/{policy_id}/teams`` + - ``POST /data_retention/policies/{policy_id}/teams`` + - ``DELETE /data_retention/policies/{policy_id}/teams`` + - ``POST /data_retention/policies/{policy_id}/teams/search`` + - ``GET /data_retention/policies/{policy_id}/channels`` + - ``POST /data_retention/policies/{policy_id}/channels`` + - ``DELETE /data_retention/policies/{policy_id}/channels`` + - ``POST /data_retention/policies/{policy_id}/channels/search`` + - ``GET /users/{user_id}/data_retention/team_policies`` + - ``GET /users/{user_id}/data_retention/channel_policies`` + +### Go Version + - v5.36 is built with Go ``1.15.5``. + +### Open Source Components + - Added ``lodash``, ``memoize-one``, and ``sass`` to https://github.com/mattermost/mattermost-webapp. + - Added ``react-native-startup-time`` and removed ``react-native-status-bar-size`` from https://github.com/mattermost/mattermost-mobile. + +### Upcoming Deprecations in Mattermost v6.0 + +The following deprecations are planned for the Mattermost v6.0 release, which is scheduled for 2021/10/15. This list is subject to change prior to the release. + +1. [Legacy Command Line Tools](https://docs.mattermost.com/administration/command-line-tools.html). All commands have been fully replaced by [mmctl](https://docs.mattermost.com/administration/mmctl-cli-tool.html) and new commands have been added over the last few months, making this tool a full and robust replacement. + +2. [Slack Import via the web app](https://docs.mattermost.com/administration/migrating.html?highlight=mmetl#migrating-from-slack-using-the-mattermost-web-app). The Slack import tool accessible via the Team Setting menu is being replaced by the [mmetl](https://docs.mattermost.com/administration/migrating.html#migrating-from-slack-using-the-mattermost-mmetl-tool-and-bulk-import) tool that is much more comprehensive for the types of data it can assist in uploading. + +3. MySQL versions below 5.7.7. Minimum support will now be for 5.7.12. This version introduced a native JSON data type that lets us improve performance and scalability of several database fields (most notably Users and Posts props). Additionally, version 5.6 (our current minimum version) reached [EOL in February 2021](https://www.mysql.com/support/eol-notice.html). + +4. Elasticsearch 5 and 6 - [versions 5.x reached EOL in March of 2019, and versions 6.x reached EOL in November 2020](https://www.elastic.co/support/eol). Our minimal supported version with Mattermost v6.0 will be Elasticsearch version 7.0. + +5. Windows 7 reached [EOL in January 2020](https://support.microsoft.com/en-us/windows/windows-7-support-ended-on-january-14-2020-b75d4580-2cc7-895a-2c9c-1466d9a53962). We will no longer provide support for the Desktop App issues on Windows 7. + +6. [DisableLegacyMFA](https://docs.mattermost.com/configure/configuration-settings.html#disable-legacy-mfa-api-endpoint) configuration setting. + +7. [ExperimentalTimezone](https://docs.mattermost.com/configure/configuration-settings.html#timezone) configuration setting. + +8. All legacy channel sidebar experimental configuration settings. We encourage customers using these settings to upgrade to v5.32 or later to access [custom, collapsible channel categories](https://mattermost.com/blog/custom-collapsible-channel-categories/) among many other channel organization features. The settings being deprecated include: + + - [EnableLegacySidebar](https://docs.mattermost.com/administration/config-settings.html#enable-legacy-sidebar) + - [ExperimentalTownSquareIsReadOnly](https://docs.mattermost.com/administration/config-settings.html#town-square-is-read-only-experimental) + - [ExperimentalHideTownSquareinLHS](https://docs.mattermost.com/administration/config-settings.html#town-square-is-hidden-in-left-hand-sidebar-experimental) + - [EnableXToLeaveChannelsFromLHS](https://docs.mattermost.com/administration/config-settings.html#enable-x-to-leave-channels-from-left-hand-sidebar-experimental) + - [CloseUnusedDirectMessages](https://docs.mattermost.com/administration/config-settings.html#autoclose-direct-messages-in-sidebar-experimental) + - [ExperimentalChannelOrganization](https://docs.mattermost.com/administration/config-settings.html#sidebar-organization) + - [ExperimentalChannelSidebarOrganization](https://docs.mattermost.com/administration/config-settings.html#experimental-sidebar-features) + +9. [All configuration settings previously marked as “Deprecated”](https://docs.mattermost.com/administration/config-settings.html#deprecated-configuration-settings). + +10. Changes to ``mattermost-server/model`` for naming consistency. + +### Known Issues + - Batched email notifications from a single post have incorrect title text [MM-36559](https://mattermost.atlassian.net/browse/MM-36559). + - ``config.json`` can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Pinned posts are no longer highlighted. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [abdulsmapara](https://github.com/abdulsmapara), [adamjclarkson](https://github.com/adamjclarkson), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [avasconcelos114](https://github.com/avasconcelos114), [avddvd](https://github.com/avddvd), [awerries](https://github.com/awerries), [bbodenmiller](https://github.com/bbodenmiller), [bbuehrle](https://github.com/bbuehrle), [bradjcoughlin](https://github.com/bradjcoughlin), [cadavre](https://github.com/cadavre), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [CEOehis](https://github.com/CEOehis), [chenilim](https://github.com/chenilim), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [craigwillis-mm](https://github.com/craigwillis-mm), [craph](https://github.com/craph), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [dantepippi](https://github.com/dantepippi), [dbejanishvili](https://github.com/dbejanishvili), [devinbinnie](https://github.com/devinbinnie), [ejose19](https://github.com/ejose19), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [ewwollesen](https://github.com/ewwollesen), [faase](https://github.com/faase), [fakela](https://github.com/fakela), [FlaviaBastos](https://github.com/FlaviaBastos), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [Francois-D](https://github.com/Francois-D), [funkytwig](https://github.com/funkytwig), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gnello](https://github.com/gnello), [GrigalashviliT](https://github.com/GrigalashviliT), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [hzeroo](https://github.com/hzeroo), [ialorro](https://github.com/ialorro), [iamsayantan](https://github.com/iamsayantan), [ikeohachidi](https://github.com/ikeohachidi), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jprusch](https://github.com/jprusch), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [kosgrz](https://github.com/kosgrz), [l0r3zz](https://github.com/l0r3zz), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [liusy182](https://github.com/liusy182), [lynn915](https://github.com/lynn915), [maciejnems](https://github.com/maciejnems), [marianunez](https://github.com/marianunez), [mbecca](https://github.com/mbecca), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mterhar](https://github.com/mterhar), [nadalfederer](https://github.com/nadalfederer), [NassimBounouas](https://github.com/NassimBounouas), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [pankajhirway](https://github.com/pankajhirway), [petya-v](https://github.com/petya-v), [pradeepmurugesan](https://github.com/pradeepmurugesan), [prapti](https://github.com/prapti), [psy-q](https://github.com/psy-q), [Qujja](https://github.com/Qujja), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [sakaitsu](https://github.com/sakaitsu), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shibasisp](https://github.com/shibasisp), [Shivam010](https://github.com/Shivam010), [shred86](https://github.com/shred86), [spirosoik](https://github.com/spirosoik), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [thefactremains](https://github.com/thefactremains), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [ThiefMaster](https://github.com/ThiefMaster), [tomasmik](https://github.com/tomasmik), [tsabi](https://translate.mattermost.com/user/tsabi), [uhlhosting](https://github.com/uhlhosting), [vesari](https://github.com/vesari), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.35 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.35.5, released 2021-08-04** + - Mattermost v5.35.5 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.35.4, released 2021-06-21** + - Mattermost v5.35.4 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.35.3, released 2021-06-11** + - Mattermost v5.35.3 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where missing query parameters in the datasource could cause MySQL servers to crash on startup. [MM-36236](https://mattermost.atlassian.net/browse/MM-36236) + - Added performance improvements to the emoji picker overlay to improve typing performance and reduced the time taken to re-render when a post is received. +- **v5.35.2, released 2021-06-03** + - Fixed an issue where subsequent migrations failed to run after running a dot release on new installations. [MM-35931](https://mattermost.atlassian.net/browse/MM-35931) + - Fixed an issue where the server would crash if content extractor dependencies for PDFs were not present. [MM-35990](https://mattermost.atlassian.net/browse/MM-35990) + - Fixed an issue where the setting to allow disabling link previews from certain domains was grayed out in the System Console. [MM-35796](https://mattermost.atlassian.net/browse/MM-35796) + - Fixed an issue where SMTP showed a permission error when upgrading from version < 5.35 to 5.35 or greater. [MM-35861](https://mattermost.atlassian.net/browse/MM-35861) + - Fixed an issue with extracting OpenDocument Text files as part of content extraction. [MM-36103](https://mattermost.atlassian.net/browse/MM-36103) +- **v5.35.1, released 2021-05-18** + - Fixed an issue where 5.35.0 migration failed on MySQL installations with an "invalid connection" error due to an issue with the ``readTimeout`` parameter in ``SqlSettings.DataSource`` (default is 30 seconds). The ``readTimeout`` datasource query parameter is now being ignored and the application provided ``SqlSettings.QueryTimeout`` should be used instead. [MM-35767](https://mattermost.atlassian.net/browse/MM-35767) +- **v5.35.0, released 2021-05-16** + - Original 5.35.0 release + +Mattermost v5.35.0 contains low and medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Important Upgrade Notes + +- Due to the introduction of backend database architecture required for upcoming new features, including Shared Channels and Collapsed Reply Threads, the performance of the migration process for the v5.35 release (May 16, 2021) has been noticeably affected. Depending on the size, type, and version of the database, longer than usual upgrade times should be expected. This can vary from a couple of minutes (average case) to hours (worst case, MySQL 5.x only). A moderate to significant spike in database CPU usage should also be expected during this process. [More details on the performance impact of the migration and possible mitigation strategies are provided here](https://gist.github.com/streamer45/9aee4906639a49ebde68b2f3c0f924c1). +- v5.35.0 introduces a new feature to search for files. Search results for files shared in the past may be incomplete until a [content extraction command](https://docs.mattermost.com/administration/command-line-tools.html#mattermost-extract-documents-content) is executed to extract and index the content of files already in the database. Instances running Elasticsearch or Bleve search backends will also need to execute a Bulk Indexing after the content extraction is complete. Please see more details in [this blog post](https://mattermost.com/blog/file-search/). +- The existing password generation logic used during the bulk user import process was comparatively weak. Hence it's advised for admins to immediately reset the passwords for all the users who were generated during the bulk import process and whose password has not been changed even once. +- In the v5.38 release (August 16, 2021), we will deprecate "config watcher" (the mechanism that automatically reloads the ``config.json file``), in favor of an mmctl command that will need to be run to apply configuration changes after they are made. This change will improve configuration performance and robustness. + +```{Important} +If you upgrade from a release earlier than v5.34, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Apps Framework (Developer Preview) + +- Apps Framework is a new way to integrate with external tools, and allows developers to create interactive apps in Mattermost, using any development language they're comfortable with. The new apps work seamlessly across mobile and desktop clients. This is a developer preview and is not intended for production instances of Mattermost yet. This feature is available for self-managed customers with v5.35 when the Apps Framework Plugin is loaded on an instance. Learn more: https://developers.mattermost.com/integrate/apps/. + +#### Search for files and document contents + +- Searching in Mattermost now finds both relevant messages and files in your team’s conversation history. Search will return results for attachments that match the file name or contain matching text content within supported document types. [Learn more](https://mattermost.com/blog/file-search/). + +#### Granular Access to System Console Pages (Enterprise E20 Edition) + +- Migrated **Experimental**, **About**, **Reporting**, **Environment**, **Site Configuration**, **Authentication**, **Integrations**, and **Compliance** sections to their respective sub-section permissions. + +#### Shared Channels (Experimental, Enterprise Edition E20) + +- Experimental support added for sharing channels between Mattermost clusters. Requires an Enterprise Edition E20 license. The Shared Channels feature is disabled by default. + +#### Enterprise Trial Enhancements (Enterprise E20 Edition) + +- Added banners to alert System Admins when an Enterprise Edition E20 trial has started, when there are three days left of the trial, and when the trial is on the last day. + +#### Incident Collaboration (Enterprise Edition E20) + +- Updated prepackaged Incident Collaboration plugin with to include ad hoc tasks, stakeholder overview, and more. + +### Improvements + +#### User Interface (UI) + +- Added support to collapse in-line images over 100px in height. +- Implemented maximum length validation on the status modal for custom statuses. +- Synchronized collapsed channel sidebar categories on the server to keep category collapse states in-sync across devices. +- Empty state is no longer off-centered in the **Channel Switcher**. +- Ephemeral message created from call response ``markdown`` field is now posted by bot. +- Added various enhancements to custom status to allow users to switch to recent statuses with less clicks. +- Users can now see online status on user profile images in the channel switcher. +- Added a string field to restricted domains configuration with the key ``RestrictLinkPreviews``, and added a UI field for restricted domains under **System Console > Site Configuration > Posts**. Also expanded the logic that determines whether a post has a preview or not. +- Added an unread badge to the **Main Menu** icon and the **Plugin Marketplace** menu that displays until a System Admin visits the **Plugin Marketplace** for the first time. +- Profile images are now visible on **Direct Messages** in the channel sidebar. +- Added channel icons for email notifications as part of email notification redesigns. +- Direct Messages **More...** modal is now sorted by recent conversations when the modal is opened.- Removed legacy Open-Sans fonts and upgraded Open-Sans to v18. + +### Administration + + - Paused Admin Advisor notifications from triggering. + - Added a command line document extraction command that allows indexing documents by content. + - Removed the utility function ``model.GeneratePassword()`` for security reasons. An improved version is now being used internally to generate passwords for bulk-imported users. + - Only the System Admin is allowed to have the ability to assign system roles. + - Two new gauge metrics were added: ``mattermost_db_replica_lag_abs`` and ``mattermost_db_replica_lag_time``, both containing a label of "node", signifying which database host is the metric from. + - These metrics signify the replica lag in absolute terms and in the time dimension capturing the whole picture of replica lag. To use these metrics, a separate config section ``ReplicaLagSettings`` was added under ``SqlSettings``. This is an array of maps which contain three keys: ``DataSource``, ``QueryAbsoluteLag``, and ``QueryTimeLag``. Each map entry is for a single replica instance. ``DataSource`` contains the database credentials to connect to the replica instance. ``QueryAbsoluteLag`` is a plain SQL query that must return a single row of which the first column must be the node value of the Prometheus metric, and the second column must be the value of the lag. ``QueryTimeLag`` is the same as above, but used to measure the time lag. + - As an example, for AWS Aurora instances, the ``QueryAbsoluteLag`` can be: ``select server_id highest_lsn_rcvd-durable_lsn as bindiff from aurora_global_db_instance_status()`` where ``server_id=<>`` and ``QueryTimeLag`` can be: ``select server_id, visibility_lag_in_msec aurora_global_db_instance_status()`` where ``server_id=<>``. For MySQL Group Replication, the absolute lag can be measured from the number of pending transactions in the applier queue: ``select member_id, count_transactions_remote_in_applier_queue FROM performance_schema.replication_group_member_stats`` where ``member_id=<>``. Overall, what query to choose is left to the administrator, and depending on the database and need, an appropriate query can be chosen. + +### Bug Fixes + - Fixed link previews on a number of websites, including Reddit. + - Fixed an issue where SAML assigned Mattermost ``UserID`` as username if the value was invalid and did not log this. + - Fixed an issue where hover effects for category sorting and **Direct Messages** category limit submenus were too dark on a dark theme. + - Fixed an issue where users were unable to drag the vertical scroll bar on a PDF preview. + - Fixed an issue with animations on long posts when highlighted as a permalink. + - Fixed an issue where the user's nickname was not shown on channel switch. + - Fixed an issue where deactivated users were not marked as **Deactivated** in the channel switcher. + - Fixed an issue where queries executed during the upgrade process would pre-emptively time out on the application side. + - Fixed an issue where users were unable to deactivate MFA for their accounts even if MFA was disabled on the server. + - Fixed an issue where user settings on API could be set if LDAP Sync was on. For LDAP and SAML users, the following fields cannot be changed via the API if the corresponding LDAP/SAML attributes have been set: first name, last name, position, nickname, email, profile picture. For OAuth users (i.e., GitLab, Google, Office365, and OpenID), the following fields cannot be changed via the API: first name, last name. All users who authenticate via a method other than email cannot change their username via the API. + - Fixed a possible panic on post creation when the collapsed threads feature was enabled. + - Fixed a database deadlock that could happen if a sidebar category was updated and deleted at the same time. + - Fixed an issue where the sidebar **Text Hover BG Theme** color didn’t work on the left-hand side. + - Fixed an issue where the Team Admin’s current role was presented inconsistently in the different areas of the System Console. + - Fixed an issue where the **Show more** background color on long posts was broken for permalinks. + - Fixed an issue where redirecting with JS failed when Content Security Policy was enabled and restricted with ``unsafe-inline``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableFileSearch`` for file search feature. + - Added ``RestrictLinkPreviews`` setting to allow disabling link previews from certain domains. + - Under ``FileSettings`` in ``config.json``: + - Added ``ExtractContent`` and ``ArchiveRecursion`` for file search feature. + - Under ``ExperimentalSettings`` in ``config.json``: + - Added ``EnableRemoteClusterService`` for experimental Shared Channels feature. + - Under ``SqlSettings`` in ``config.json``: + - Added ``ReplicaLagSettings``. This is an array of maps which contain three keys: ``DataSource``, ``QueryAbsoluteLag``, and ``QueryTimeLag``. + +### Database Changes + - Added new column in ``ChannelMembers`` table called ``MentionCountRoot``. Please note that the migration can take up to a few minutes on installations with large numbers of channels/users. + - Added ``TotalMsgCountRoot`` to ``Channels`` table and ``MsgCountRoot`` column to ``ChannelMembers`` table. Please note that the migration can take several minutes to complete on large MySQL instances. + +### API Changes + - Added ``/teams/{team_id}/files/search`` API endpoint for files search. + - For LDAP and SAML users, the following fields cannot be changed via the API if the corresponding LDAP/SAML attributes have been set: first name, last name, position, nickname, email, profile picture. For OAuth users (i.e., GitLab, Google, Office365, and OpenID), the following fields cannot be changed via the API: first name, last name. All users who authenticate via a method other than email cannot change their username via the API. + +### Go Version + - v5.35 is built with Go ``1.15.5``. + +### Open Source Components + - Added ``country-list``, ``form-data``, ``gfycat-sdk``, ``redux-thunk``, ``rudder-sdk-js``, ``serialize-error`` and ``shallow-equals``, and removed ``mattermost-redux`` from https://github.com/mattermost/mattermost-webapp. + +### Known Issues + - A persistent unread badge on sidebar hamburger menu may show if **Enable Marketplace** or **Enable Plugins** is disabled in the System Console [MM-36160](https://mattermost.atlassian.net/browse/MM-36160). + - ``config.json`` can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page [MM-30980](https://mattermost.atlassian.net/browse/MM-30980). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Fields on the right column in a message attachment render unevenly [MM-36943](https://mattermost.atlassian.net/browse/MM-36943). + - Pinned posts are no longer highlighted. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [Adovenmuehle](https://github.com/Adovenmuehle), [aedott](https://github.com/aedott), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [albatrosef](https://github.com/albatrosef), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [arvinDarmawan](https://github.com/arvinDarmawan), [asaadmahmood](https://github.com/asaadmahmood), [avinashdhinwa](https://github.com/avinashdhinwa), [bbodenmiller](https://github.com/bbodenmiller), [benarent](https://github.com/benarent), [BenCookie95](https://github.com/BenCookie95), [BharatKalluri](https://github.com/BharatKalluri), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chenilim](https://github.com/chenilim), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [chrisfromredfin](https://github.com/chrisfromredfin), [codingthat](https://github.com/codingthat), [coltoneshaw](https://github.com/coltoneshaw), [courtneypattison](https://github.com/courtneypattison), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [darkLord19](https://github.com/darkLord19), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [elyscape](https://github.com/elyscape), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [EricMontague](https://github.com/EricMontague), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gea-ecobricks](https://github.com/gea-ecobricks), [gigawhitlocks](https://github.com/gigawhitlocks), [girish17](https://github.com/girish17), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [Hampusholmstrom](https://github.com/Hampusholmstrom), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hastadhana](https://github.com/hastadhana), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [icelander](https://github.com/icelander), [IndushaS](https://github.com/IndushaS), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jecepeda](https://github.com/jecepeda), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [JoelRummel](https://github.com/JoelRummel), [Johennes](https://github.com/Johennes), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [komik966](https://github.com/komik966), [larkox](https://github.com/larkox), [leblanc-simon](https://github.com/leblanc-simon), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majidsajadi](https://github.com/majidsajadi), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [maxerenberg](https://github.com/maxerenberg), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [microolapshare](https://github.com/microolapshare), [migbot](https://github.com/migbot), [mjnagel](https://github.com/mjnagel), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mrckndt](https://github.com/mrckndt), [muratbayan](https://github.com/muratbayan), [natalie-hub](https://github.com/natalie-hub), [Ndawakh](https://github.com/Ndawakh), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [ogi-m](https://github.com/ogi-m), [pablovelezvidal](https://github.com/pablovelezvidal), [prapti](https://github.com/prapti), [qunabu](https://github.com/qunabu), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [sakaitsu](https://github.com/sakaitsu), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shazm](https://github.com/shazm), [signalwerk](https://github.com/signalwerk), [spirosoik](https://github.com/spirosoik), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Szymongib](https://github.com/Szymongib), [teresa-novoa](https://github.com/teresa-novoa), [thebestwj](https://github.com/thebestwj), [TheDarkestDay](https://github.com/TheDarkestDay), [thePanz](https://github.com/thePanz), [uhlhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xlanor](https://github.com/xlanor), [yashjohar](https://github.com/yashjohar), [YJSoft](https://github.com/YJSoft), [YoheiZuho](https://github.com/YoheiZuho), [zefhemel](https://github.com/zefhemel), [ziprandom](https://github.com/ziprandom), [Zukerherr](https://github.com/Zukerherr) + +---- + +## Release v5.34 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.34.5, released 2021-06-21** + - Mattermost v5.34.5 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.34.4, released 2021-06-11** + - Mattermost v5.34.4 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where missing query parameters in the datasource could cause MySQL servers to crash on startup. [MM-36236](https://mattermost.atlassian.net/browse/MM-36236) + - Fixed an issue where plugin icons were displaying as a column instead of as a row on the left-hand side. [MM-36199](https://mattermost.atlassian.net/browse/MM-36199) +- **v5.34.3, released 2021-06-03** + - Fixed an issue where subsequent migrations failed to run after running a dot release on new installations. [MM-35931](https://mattermost.atlassian.net/browse/MM-35931) +- **v5.34.2, released 2021-04-17** + - Fixed an issue where installs with some special characters in the MySQL password would break and fail to start. +- **v5.34.1, released 2021-04-15** + - Fixed an issue where upgrading to v5.34.0 runs a migration that could cause timeouts on MySQL installations. Upgrading to v5.34.1 may also execute missing migrations that were scheduled for v5.32.0. These additions can be lengthy on very big MySQL (version 5.x) installations. + - Altering of ``Posts.FileIds`` type (PostgreSQL only) + - Added new column ``ThreadMemberships.UnreadMentions`` + - Added new column ``Channels.Shared`` + - Added new column ``Reactions.UpdateAt`` + - Added new column ``Reactions.DeleteAt`` +- **v5.34.0, released 2021-04-15** + - Original 5.34.0 release + +### Highlights + +#### Incident Collaboration: Automated actions on incident start (E20 Edition) + - Users can now configure playbooks to automatically execute key actions when an incident is created to save time and reduce the chance of manual error. + +#### Bulgarian and Swedish language support + - Removed Beta tags from Swedish and Bulgarian languages. Mattermost is now available in 18 languages. + +### Improvements + +#### User Interface (UI) + - System Admins now see a prompt to join private channel when joining a private channel via a permalink. + - Added support for adding in-product notices for external dependency deprecation details. + - Improved the timezone selector component. + - Introduced a new theme variable for the team sidebar. + - Added support for automatic right-to-left (RTL) detection in browsers. + - Updated the font size for the **Add People** channel modal. + - Online status is now shown in the channel switcher. + - Improved the design and layout of email notifications for password resets, member invites, member welcomes, and verifications. + +#### Administration + - Added mmctl commands to create, list, download, and delete export files. + - Added schema migrations phase 0 (``Teams``, ``TeamMembers``). + - Removed references to ``SqlLite3`` from the code. + - Bleve updates are now logged in the config only when there is an actual change in the ``BleveSettings`` instead of on every config update. + - Profiling the Mattermost server with pprof is now available for Team Edition. + - Added attributes to split.io feature flags. + +### Bug Fixes + - Fixed unsafe access of properties of the plugin environment during ``ServePluginPublicRequest``. + - Fixed an issue where the Admin Console > Server Logs did not focus to the sidebar filter upon reload. + - Fixed an issue where the GIF picker appeared empty instead of showing a “No results” modal when no results were displayed. + - Fixed an issue where the keyboard accessibility controller was not allowed to resume left-hand side scroll after drag and drop. + - Fixed an issue where markdown links rendered incorrectly. + - Fixed an issue where the Slack theme import failed due to changes in formatting of Slack export color schemes. + - Fixed an issue where tooltips were missing for channels with a long name. + - Fixed a race condition which would crash the app server due to improper handling of WebSocket closing. + - Fixed an issue where the PDF zoom failed to respond to zoom in/out/reset actions until the user scrolled. + - Fixed an issue where, in a reply thread with the right-hand side expanded, attachments in a post draft were hidden behind the center channel text box. + - Fixed bugs related to replication lag for Enterprise Edition instances configured to use read replicas. + - Fixed an issue where Compliance Report field headers were not correctly aligned. + - Fixed an issue where the ``/join`` command was case-sensitive. + - Fixed an issue where one-character sidebar category names were not displayed. + - Fixed an issue with a theme discrepancy on Close buttons on some modals in the System Console (when using a custom team theme). + - Fixed an issue where long text input in the right-hand pane was jumpy when selected. + - Fixed an issue where the zoom level persisted across multi-attachment PDF previews. + - Fixed an issue where long image names pushed the show/hide control off the right side of the window. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Added ``ExportSettings`` to add support for compressed export files with attachments. + +### Go Version + - v5.34 is built with Go ``1.15.5``. + +### Open Source Components + - Removed ``core-js`` from https://github.com/mattermost/mattermost-mobile. + +### Known Issues + - Text alignment in right-to-left support does not work correctly in v5.34. This issue is fixed in the latest version of the [mattermost-rtl plugin](https://github.com/QueraTeam/mattermost-rtl). + - Deactivated users are not marked as "Deactivated" in the channel switcher [MM-33910](https://mattermost.atlassian.net/browse/MM-33910). + - User nickname is not shown on channel switch [MM-33897](https://mattermost.atlassian.net/browse/MM-33897). + - ``Config.json`` can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - The server tries to install E20-required plugins on non-E20 installations [MM-32387](https://mattermost.atlassian.net/browse/MM-32387). + - Adding an at-mention at the start of a post draft and pressing the leftwards or rightwards arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page [MM-30980](https://mattermost.atlassian.net/browse/MM-30980). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Reddit link previews no longer work in Mattermost. This affects older versions too [MM-31899](https://mattermost.atlassian.net/browse/MM-31899). + - Fields on the right column in a message attachment render unevenly [MM-36943](https://mattermost.atlassian.net/browse/MM-36943). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[abdullahceylan](https://github.com/abdullahceylan), [aconitumnapellus](https://github.com/aconitumnapellus), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [aggmoulik](https://github.com/aggmoulik), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [appleboy](https://github.com/appleboy), [asaadmahmood](https://github.com/asaadmahmood), [asimsedhain](https://github.com/asimsedhain), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [berkeka](https://github.com/berkeka), [BharatKalluri](https://github.com/BharatKalluri), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chenilim](https://github.com/chenilim), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [christian-lim](https://github.com/christian-lim), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [Crimson-riot](https://github.com/Crimson-riot), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [CyrilLD](https://github.com/CyrilLD), [danielsischy](https://github.com/danielsischy), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [ebati](https://github.com/ebati), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [firasm](https://github.com/firasm), [flexo3001](https://github.com/flexo3001), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [haonm](https://github.com/haonm), [hastadhana](https://github.com/hastadhana), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ianatha](https://github.com/ianatha), [icelander](https://github.com/icelander), [IndushaS](https://github.com/IndushaS), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jamiehurewitz](https://github.com/jamiehurewitz), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jbutler992](https://github.com/jbutler992), [jbutlerdev](https://github.com/jbutlerdev), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jials](https://github.com/jials), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jp0707](https://github.com/jp0707), [JtheBAB](https://github.com/JtheBAB), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [larkox](https://github.com/larkox), [lawrencejohnson](https://github.com/lawrencejohnson), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lucievr](https://github.com/lucievr), [lutfuahmet](https://github.com/lutfuahmet), [Maekes](https://github.com/Maekes), [mahmud2011](https://github.com/mahmud2011), [mantlecurve](https://github.com/mantlecurve), [matt-w99](https://github.com/matt-w99), [matthewbirtch](https://github.com/matthewbirtch), [maxerenberg](https://github.com/maxerenberg), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [microolapshare](https://github.com/microolapshare), [migbot](https://github.com/migbot), [minecraftchest1](https://github.com/minecraftchest1), [mistikel](https://github.com/mistikel), [mkdbns](https://github.com/mkdbns), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mrtpcet](https://github.com/mrtpcet), [msal4](https://github.com/msal4), [Mshahidtaj](https://github.com/Mshahidtaj), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nronas](https://github.com/nronas), [ogi-m](https://github.com/ogi-m), [opr77](https://github.com/opr77), [pablovelezvidal](https://github.com/pablovelezvidal), [pat-s](https://github.com/pat-s), [phntom](https://github.com/phntom), [pidgelar](https://github.com/pidgelar), [potatogim](https://github.com/potatogim), [prapti](https://github.com/prapti), [Prescise](https://github.com/Prescise), [proffalken](https://github.com/proffalken), [r-52](https://github.com/r-52), [rakhi2104](https://github.com/rakhi2104), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [renjithgr](https://github.com/renjithgr), [rodcorsi](https://github.com/rodcorsi), [saf6260](https://github.com/saf6260), [sakaitsu](https://github.com/sakaitsu), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shazm](https://github.com/shazm), [spirosoik](https://github.com/spirosoik), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [thePanz](https://github.com/thePanz), [toto6038](https://github.com/toto6038), [tsabi](https://github.com/tsabi), [uhlhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xlanor](https://github.com/xlanor), [YoheiZuho](https://github.com/YoheiZuho), [youtsumi](https://github.com/youtsumi), [zefhemel](https://github.com/zefhemel), [Zukerherr](https://github.com/Zukerherr) + +---- + +## Release v5.33 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.33.5, released 2021-06-11** + - Mattermost v5.33.5 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.33.4, released 2021-06-03** + - Fixed an issue where subsequent migrations failed to run after running a dot release on new installations. [MM-35931](https://mattermost.atlassian.net/browse/MM-35931) + - Added a performance improvement to the emoji picker overlay to improve typing performance. +- **v5.33.3, released 2021-03-31** + - Fixed an issue where, after migrating to OpenID, Office 365 returned different ID attributes based on user type, causing an error for users with expired sessions when they tried to sign in to Mattermost. [MM-34356](https://mattermost.atlassian.net/browse/MM-34356) +- **v5.33.2, released 2021-03-25** + - Improved typing performance on busy servers with lots of active users and with the new sidebar enabled. [MM-30407](https://mattermost.atlassian.net/browse/MM-30407) + - Reverted the WebSocket improvement added in v5.33.0 where epoll was used to manually read from a WebSocket connection. It was reverted because unofficial Mattermost builds in several different platforms broke due to the WebSocket changes. [MM-34158](https://mattermost.atlassian.net/browse/MM-34158) +- **v5.33.1, released 2021-03-22** + - Fixed an issue where WebSockets failed with TLS connections. [MM-34000](https://mattermost.atlassian.net/browse/MM-34000) + - Fixed a race condition which would crash the app server due to improper handling of WebSocket closing. [MM-33233](https://mattermost.atlassian.net/browse/MM-33233) + - Fixed an issue where the ``mmctl config`` command didn't recognize newer settings (e.g. ``ClusterSettings.EnableGossipCompression``) that were introduced in v5.33.0. [MM-34046](https://mattermost.atlassian.net/browse/MM-34046) +- **v5.33.0, released 2021-03-17** + - Original 5.33.0 release + +Mattermost v5.33.0 contains low-level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Important Upgrade Notes + - Deleting a reaction is now a soft delete in the ``Reactions`` table. A schema update is required and may take up to 15 seconds on first run with large data sets. + - WebSocket handshakes done with an HTTP version lower than 1.1 will result in a warning, and the server will transparently upgrade the version to 1.1 to comply with the WebSocket RFC. This is done to work around incorrect Nginx (and other proxy) configs that do not set the ``proxy_http_version`` directive to 1.1. This facility will be removed in a future Mattermost version. It is strongly recommended to fix the proxy configuration to correctly use the WebSocket protocol. + +```{Important} +If you upgrade from a release earlier than v5.32, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### OpenID Connect for OAuth 2.0 Authentication (E20 Edition) + - OpenID Connect enables authentication to Mattermost using any OAuth 2.0 provider that adheres to the OpenID Connect specification. This feature is available for Mobile Apps in the v1.40 release. + +#### Support Packet Generation (E10 & E20 Editions) + - Mattermost provides the ability to download configuration details, logs, and other deployment information when requesting commercial support for Mattermost self-managed E10 or E20 Enterprise editions, or Mattermost Cloud editions. + +#### Updated Incident Collaboration Plugin to 1.4.0 (E20 Edition) + - Added an Incident Timeline to support status updates and other key events shown chronologically in the right-hand sidebar. The timeline enables users to easily gather information for post-incident reports. + +#### Custom Statuses + - Users now gain the flexibility to express their current status in any way they prefer. Set a custom status to add a descriptive status message and emoji that’s visible to everyone throughout the app. + +### Improvements + +#### User Interface (UI) + - Improved the **Add Members** to channel modal. + - Added **Formatting** shortcut keys to the **Shortcut** modal. + - Added localization to the date picker used when searching for posts around a given date. + - The autocomplete popover is now positioned relative to the @, ~, or / trigger in the post draft. + - Removed the 5-page limit on previewing PDFs. + - Added ``files`` as a reserved team name. + - Searching for a channel by URL now returns the channel. + - Users are now provided with feedback when creating a custom category name that exceeds the character limit. + +#### Notifications + - Posts from OAuth 2.0 bots no longer trigger mentions for the user. + +#### Administration + - Added an ``ImportDelete`` job to periodically delete unused import files after a configurable retention period has passed. + - Introduced new ``mattermost_system_server_start_time`` and ``mattermost_jobs_active`` metrics for improved debugging with Grafana dashboards. + - Deleting a reaction is now a soft delete in the ``Reactions`` table. A schema update is required and may take up to 15 seconds on first run with large data sets. + - Changed default ``MaxFileSize`` from 50MB to 100MB. + - Updated Go dependencies to their latest minor version. + - Added support for compressed export files with attachments. + - Server crashes due to runtime panics are now captured as a log line. + - Optimized **Direct Message** creation by fetching all users involved in a single database call. + - During the user import process, a change in a user's ``NotifyProps`` will not send an email notification. This is done to make it consistent with other parts of the import process where a change in user's attributes would also not send any notifications. + - Implemented a job to delete unused export files. + +### Bug Fixes + - Fixed an issue where the Database Schema upgrade step for v5.29.1 was not taken into account in releases v5.30 and later. + - Fixed an issue where ``mmctl channel move`` did not allow moving private channels. + - Fixed an issue where ``mmctl config set PluginSettings.EnableUploads`` to change a configuration value did not return an error. + - Fixed an issue where the instructions to search for users in **System Console > Reporting > Server Logs** were not up-to-date. + - Fixed an issue where no error message was displayed when adding an LDAP Group Synchronized Team in **System Console > User Management > Users**. + - Fixed an issue where markdown tables did not wrap correctly. + - Fixed an issue where the search bar styling on dark themes was incorrect on mobile web view. + - Fixed an issue where the **Main Menu** on webapp appeared more left-aligned than previous releases. + - Fixed an issue where sticky sidebar headings appeared under **More Unreads**. + - Fixed an issue where the group channel icon was misaligned in the channel switcher. + - Fixed an issue where line breaks were ignored when used with inline images. + - Fixed an issue where the channel switcher did not focus on the first list result after a backspace. + - Fixed an issue where demoting a user to a guest would not take effect in an environment with read replicas. + - Fixed a bug with in-product notices where a date constraint might fail to match, which would lead to the notice not being fetched. + - Fixed an issue where creation of a bot would fail due to replica lag. + - The ``DownloadComplianceReport`` function in the Golang driver has been fixed to download a full report as a zip archive. + - Fixed Cache-Control headers to instruct that responses may only be cached on browsers. + - Fixed a panic when the OAuth discovery endpoint would not return a Cache-Control header. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ClusterSettings`` in ``config.json``: + - Added ``EnableGossipCompression``, to disable compression in the Gossip protocol. By default the value of the setting is ``true``. This is done to maintain compatibility with old servers in a cluster. Once all servers in a cluster are upgraded, it is recommended to disable this setting for better performance. + - Under ``SqlSettings`` in ``config.json``: + - Added ``ConnMaxIdleTimeMilliseconds``, to allow System Admins to control the maximum time a database connection can remain idle. The default value is set to 5 minutes. + - Under ``TeamSettings`` in ``config.json``: + - Added ``EnableCustomUserStatuses``, to allow users to set descriptive status messages and optional status emoji that are visible to all users. + +### Go Version + - v5.33 is built with Go ``1.15.5``. + +### Open Source Components + - Added ``types/react-overlays``, ``crypto-browserify``, ``process`` and ``stream-browserify``, and removed ``node-semver`` from https://github.com/mattermost/mattermost-webapp. + - Removed ``isomorphic-fetch`` from https://github.com/mattermost/mattermost-redux. + +### API Changes + - Added a new ``GET /{team_id}/threads/{thread_id}`` API method for retrieving single threads. + - Added a new ``/exports`` API endpoint to generate and manage export files. + - Added a new ``/users/{user_id}/teams/{team_id}/threads/mention_counts`` API endpoint. + - Added a new ``GET /api/v4/cloud/subscription/stats`` API endpoint. + - Added a new ``GET /api/v4/cloud/subscription/limitreached/invite`` API endpoint. + - Added new ``PUT /api/v4/users//status/custom``, ``DELETE /api/v4/users//status/custom``, and ``DELETE /api/v4/users//status/custom/recent`` API endpoints. + - The ``/api/v4/users/me/auth`` API endpoint can no longer be used to change passwords. This was a hidden feature that was not documented, but was nevertheless possible. We have removed this hidden feature. + - Updated ``/users/{user_id}/teams/{team_id}/threads`` API to support the ``unread=true`` query parameter. + - The ``/api/v4/users/{user_id}/teams/{team_id}/threads`` API endpoint now accepts "before" and "after" parameters instead of a page index. + - Removed the session required restriction from the ``GET api/v4/subscription/stats`` API endpoint. + +### Websocket Event Changes + - Improved the WebSocket implementation by using epoll to manually read from a WebSocket connection. As a result, the number of goroutines is expected to go down by half. This implementation is only available on Linux and FreeBSD-based distributions. + - The ``UserUpdate`` WebSocket Event is now broadcast by two more APIs, ``plugin.UpdateUser`` and ``ConvertBotToUser``. + +### Known Issues + - Config.json can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - The server tries to install E20-required plugins on non-E20 installations [MM-32387](https://mattermost.atlassian.net/browse/MM-32387). + - Adding an at-mention at the start of a post draft, then pressing the left or right arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - In some cases, the **New messages** toast appears without replacing variables with text. [MM-33829](https://mattermost.atlassian.net/browse/MM-33829) + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page [MM-30980](https://mattermost.atlassian.net/browse/MM-30980). + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side [MM-31994](https://mattermost.atlassian.net/browse/MM-31994). + - Reddit link previews no longer work in Mattermost. This affects older versions too [MM-31899](https://mattermost.atlassian.net/browse/MM-31899). + - Slack theme import fails due to changes in formatting of Slack export color schemes [MM-30531](https://mattermost.atlassian.net/browse/MM-30531). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[a-c-sreedhar-reddy](https://github.com/a-c-sreedhar-reddy), [aaronrothschild](https://github.com/aaronrothschild), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [Ampit](https://github.com/Ampit), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [anurag6713](https://github.com/anurag6713), [arjunagl](https://github.com/arjunagl), [ashishbhate](https://github.com/ashishbhate), [aspleenic](https://github.com/aspleenic), [BenCookie95](https://github.com/BenCookie95), [berkeka](https://github.com/berkeka), [bjorge82](https://github.com/bjorge82), [calebroseland](https://github.com/calebroseland), [carantunes](https://github.com/carantunes), [catalintomai](https://github.com/catalintomai), [chenilim](https://github.com/chenilim), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cupakob](https://github.com/cupakob), [cwarnermm](https://github.com/cwarnermm), [daniron26](https://github.com/daniron26), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [DSchalla](https://github.com/DSchalla), [elyscape](https://github.com/elyscape), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harryfromwork](https://github.com/harryfromwork), [hectorskypl](https://github.com/hectorskypl), [helios1101](https://github.com/helios1101), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [IndushaS](https://github.com/IndushaS), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jatinjtg](https://github.com/jatinjtg), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [jomaxro](https://github.com/jomaxro), [josephbaylon](https://github.com/josephbaylon), [jp0707](https://github.com/jp0707), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kashifsoofi](https://github.com/kashifsoofi), [kayazeren](https://github.com/kayazeren), [kojiGit55](https://github.com/kojiGit55), [komik966](https://github.com/komik966), [koox00](https://github.com/koox00), [kristinakvn](https://github.com/kristinakvn), [larkox](https://github.com/larkox), [LauSam09](https://github.com/LauSam09), [lawrencejohnson](https://github.com/lawrencejohnson), [Leats](https://github.com/Leats), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lucievr](https://github.com/lucievr), [lynn915](https://github.com/lynn915), [mahmud2011](https://github.com/mahmud2011), [matthewbirtch](https://github.com/matthewbirtch), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [natalie-hub](https://github.com/natalie-hub), [neilharris123](https://github.com/neilharris123), [nevyangelova](https://github.com/nevyangelova), [nronas](https://github.com/nronas), [nurefexc](https://github.com/nurefexc), [ogi-m](https://github.com/ogi-m), [onoklin](https://github.com/onoklin), [pablovelezvidal](https://github.com/pablovelezvidal), [petermcj](https://github.com/petermcj), [Quaqmre](https://github.com/Quaqmre), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [saf6260](https://github.com/saf6260), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [SezalAgrawal](https://github.com/SezalAgrawal), [SimonSimonB](https://github.com/SimonSimonB), [Soriyyx](https://github.com/Soriyyx), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [Szymongib](https://github.com/Szymongib), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [ultra1394](https://github.com/ultra1394), [vpecinka](https://github.com/vpecinka), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak) + +---- + +## Release v5.32 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.32.1, released 2021-02-17** + - Fixed an issue where any search containing an underscore failed on PostgreSQL databases. This was fixed by reverting a v5.32.0 feature that added support for searching for terms on PostgreSQL that contain underscores. +- **v5.32.0, released 2021-02-16** + - Original 5.32.0 release + +Mattermost v5.32.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + - TLS versions 1.0 and 1.1 have been deprecated by browser vendors. Starting in Mattermost Server v5.32 (February 16), mmctl returns an error when connected to Mattermost servers deployed with these TLS versions and System Admins will need to explicitly add a flag in their commands to continue to use them. We recommend upgrading to TLS version 1.2 or higher. + - PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). From v5.26 Mattermost officially supports PostgreSQL version 10 as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL 10+. Previous Mattermost versions will continue to be compatible with PostgreSQL 9.4. PostgreSQL 9.4 and all 9.x versions are now fully deprecated in our v5.30 release (December 16, 2020). Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). Mattermost will now fail to start if the Postgres version is below that. + +### Breaking Changes + - ``ExperimentalChannelOrganization``, ``EnableXToLeaveChannelsFromLHS``, ``CloseUnusedDirectMessages``, and ``ExperimentalHideTownSquareinLHS`` settings are only functional if the Legacy Sidebar (``EnableLegacySidebar``) is enabled since they are not compatible with the new sidebar experience. ``ExperimentalChannelSidebarOrganization`` has been deprecated, since the [new sidebar is now enabled for all users](https://mattermost.com/blog/custom-collapsible-channel-categories/). + - Breaking changes to the Golang client API were introduced: ``GetPostThread``, ``GetPostsForChannel``, ``GetPostsSince``, ``GetPostsAfter``, ``GetPostsBefore``, and ``GetPostsAroundLastUnread`` now require an additional collapsedThreads parameter to be passed. Any client making use of these functions will need to update them when upgrading its dependencies. + - [A breaking change was introduced when upgrading the Go version to v1.15.5](https://golang.org/doc/go1.15#commonname) where user logins fail with AD/LDAP Sync when the certificate of the LDAP Server has no Subject Alternative Name (SAN) in it. Creating a new certificate on the AD/LDAP Server with the SAN inside fixes this. + +```{Important} +If you upgrade from a release earlier than v5.31, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### General availability of custom, collapsible channel categories + - Mattermost now gives users flexibility to organize channels and direct messages into custom, collapsible sidebar categories. Users gain full personalization of their sidebar to improve productivity, reduce clutter and focus on what matters. Learn more about [the new channel sidebar enhancements](https://mattermost.com/blog/custom-collapsible-channel-categories/). + +#### Self-serve renewals (E10 & E20 Editions) + - Mattermost is introducing the ability to renew your self-managed E10 or E20 license subscription online with a credit card. This feature creates a frictionless experience for System Administrators to renew their license without the need to contact sales. + +#### Incident Collaboration v1.3.2 (E20 Edition) + - Pre-packaged Incident Collaboration v1.3.2 offers a more specific incident status and centralized task list. + +### Improvements + +#### User Interface (UI) + - Added new languages, Bulgarian and Swedish. + - Added team sidebar user interface and animation enhancements. + - Moved the header icons to the left of the header beside the channel description. + - Added support to move multi-selected groups of channels to another category via the **More options** menu. + +#### Plugins + - Updated bundled plugin packages, including GitHub and Jenkins plugins. + - Enabled experimental support for ARM64 plugins by allowing any matching ``GOOS-GOOARCH`` combination in the plugin manifest. + +#### Administration + - ``AnalyticsPostCount`` now avoids unnecessary table scans during various background jobs. + - The Help text for the Rate Limiting setting was updated to explain the purpose of rate limiting. + - Removed the word "experimental" from the Gossip setting in the System Console. + - Updated the Go version to v1.15.5. + - Added support for automatic installation and enablement of plugins using feature flags. + - Added ``webhook create`` endpoints to local mode and the ability to create webhooks for other users. + - Added a Mattermost CLI command to initialize the database. + - Added support for processing import files through the API. + - Added support for protocol-relative URLs while using the Image Proxy. + - A Striped LRU cache is now used by default. + - Added shared channels and ``remote_cluster_service`` under a license check. + +### Bug Fixes + - Fixed an issue where the Admin Filter option was not disabled in the AD/LDAP page for Admin roles with a ``sysconsole_write_authentication`` permission. + - Fixed an issue where channels would sometimes be removed from custom categories when a user left a team. + - Fixed an issue where the error text was missing when the team name was left blank on the Team Create page. + - Fixed an issue where the System Manager was able to download the Compliance Export files. + - Fixed an issue where themed button colours in interactive message attachments in Mattermost’s default dark theme were mismatched. + - Fixed an issue where bold and italics shortcuts triggered with CTRL+B on Mac. + - Fixed an issue where a "Your license does not support cloud requests” log error appeared on self-hosted servers. + - Fixed an issue where the permissions of a System Admin role got deleted when changing the access level to any permission. + - Fixed an issue where editing a ``/me`` post behaved differently within the Mattermost Web App and the Mobile App. + - Fixed an issue where the hover state on category headers did not span the whole width of the left-hand navigation. + - Fixed an issue where plugins on the left-hand side of the System Console were sorted differently than the ones in the Plugin Management page. + - Fixed an issue where 15-character team names were truncated when the experimental channel sidebar was enabled. + - Fixed an issue where the sidebar menus weren't styled correctly in mobile browser view. + - Fixed an issue where jumping into an archive channel and clicking the link to jump to recent messages sent the user out of the archived channel. + - Fixed an issue where the tooltip text for copying an incoming webhook URL was unclear. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Deprecated the ``ExperimentalChannelSidebarOrganization`` setting and added a new ``EnableLegacySidebar`` setting. The new channel sidebar will be enabled system-wide by default. + - The ``UseExperimentalGossip`` field under ClusterSettings is now ``true`` by default. This means that new installations will use the Gossip protocol for cluster communication. There will be no changes to existing installations. The Gossip protocol is now considered to be in General Availability and is the recommended clustering mode. + - Enabled ``ExperimentalDataPrefetch`` for all servers and removed the corresponding setting. + - Under ``NativeAppSettings`` in ``config.json``: + - Added a ``AppCustomURLSchemes`` setting to add the ability to redirect to the mobile app after OAuth & SAML auth completion. + +### Go Version + - 5.32 is built with Go ``1.15.5``. + +### API Changes + - Thread related API routes now include ``teamId`` path parameter. + - Changed output of ``Get Threads API`` to include ``total_unread_threads`` instead of ``total_unread_replies``. + - Added ``collapsedThreads`` and ``collapsedThreadsExtended`` query parameters to: + - ``api/v4/channels/{channel_id:[A-Za-z0-9]+}/posts`` + - ``api/v4/users/{user_id:[A-Za-z0-9]+}/channels/{channel_id:[A-Za-z0-9]+}/posts/unread`` + - ``api/v4/posts/{post_id:[A-Za-z0-9]+}/thread`` + +### Database Changes + - Added a new ``Shared`` column to the ``Channels`` table. + +### Known Issues + - Config.json can reset when running the command ``systemctl restart mattermost``, and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - The server tries to install E20 required plugins on non-E20 installations. [MM-32387](https://mattermost.atlassian.net/browse/MM-32387) + - Some known issues related to the new channel sidebar, such as that the team icon on-click animation is laggy. [MM-32198](https://mattermost.atlassian.net/browse/MM-11820) + - Adding an at-mention at the start of a post draft, then pressing the left or right arrow can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Reddit link previews no longer work in Mattermost. [MM-31899](https://mattermost.atlassian.net/browse/MM-31899) + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page. [MM-30980](https://mattermost.atlassian.net/browse/MM-30980) + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side. [MM-31994](https://mattermost.atlassian.net/browse/MM-31994) + - Slow typing has been experienced when the channel sidebar has many channels. [MM-30407](https://mattermost.atlassian.net/browse/MM-30407) + - Slack theme import fails due to changes in formatting of Slack export color schemes. [MM-30531](https://mattermost.atlassian.net/browse/MM-30531) + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[aaronrothschild](https://github.com/aaronrothschild), [Aeiyko](https://github.com/Aeiyko), [aeomin](https://github.com/aeomin), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [Ampit](https://github.com/Ampit), [amwolff](https://github.com/amwolff), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [antwigambrah](https://github.com/antwigambrah), [anurag6713](https://github.com/anurag6713), [arjunagl](https://github.com/arjunagl), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [aspleenic](https://github.com/aspleenic), [Ayanrocks](https://github.com/Ayanrocks), [balan2010](https://github.com/balan2010), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [ByeongsuPark](https://github.com/ByeongsuPark), [camgraff](https://github.com/camgraff), [chenilim](https://github.com/chenilim), [chikei](https://github.com/chikei), [chrisfromredfin](https://github.com/chrisfromredfin), [coltoneshaw](https://github.com/coltoneshaw), [compiledsound](https://github.com/compiledsound), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [darkLord19](https://github.com/darkLord19), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [dmpichugin](https://github.com/dmpichugin), [ebroda](https://github.com/ebroda), [emilyhollinger](https://github.com/emilyhollinger), [emskaplann](https://github.com/emskaplann), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [FlipEnergy](https://github.com/FlipEnergy), [flynbit](https://github.com/flynbit), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [Hassall](https://github.com/Hassall), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [jp0707](https://github.com/jp0707), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kashifsoofi](https://github.com/kashifsoofi), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [koox00](https://github.com/koox00), [kristinakvn](https://github.com/kristinakvn), [larkox](https://github.com/larkox), [lawrencejohnson](https://github.com/lawrencejohnson), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lmammino](https://github.com/lmammino), [lucievr](https://github.com/lucievr), [lynn915](https://github.com/lynn915), [madhavhugar](https://github.com/madhavhugar), [marianunez](https://github.com/marianunez), [maxerenberg](https://github.com/maxerenberg), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mlongo4290](https://github.com/mlongo4290), [moschlar](https://github.com/moschlar), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikkinagar](https://github.com/nikkinagar), [nronas](https://github.com/nronas), [ogi-m](https://github.com/ogi-m), [onoklin](https://github.com/onoklin), [pablovelezvidal](https://github.com/pablovelezvidal), [prapti](https://github.com/prapti), [R8s6](https://github.com/R8s6), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [rolwin100](https://github.com/rolwin100), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [schunka](https://github.com/schunka), [shazm](https://github.com/shazm), [shuang2411](https://github.com/shuang2411), [SimonSimonB](https://github.com/SimonSimonB), [srkgupta](https://github.com/srkgupta), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svenseeberg](https://github.com/svenseeberg), [Szymongib](https://github.com/Szymongib), [thePanz](https://github.com/thePanz), [uhlhosting](https://github.com/uhlhosting), [vpecinka](https://github.com/vpecinka), [vraravam](https://github.com/vraravam), [wf6DJd8a3xSSCZbn](https://github.com/wf6DJd8a3xSSCZbn), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [yukiisbored](https://github.com/yukiisbored) + +---- + +## Release v5.31 - [ESR](https://docs.mattermost.com/administration/extended-support-release.html) + +- **v5.31.9, released 2021-08-04** + - Mattermost v5.31.9 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Improved typing performance in affected environments by reducing the frequency at which drafts are saved. +- **v5.31.8, released 2021-07-21** + - Fixed an issue in clustering where a mutex would fail to be unlocked when a timeout happened. [MM-37246](https://mattermost.atlassian.net/browse/MM-37246) +- **v5.31.7, released 2021-06-21** + - Fixed an issue with an infinite recursion during message export for Hitachi HCP file backends. [MM-36440](https://mattermost.atlassian.net/browse/MM-36440) +- **v5.31.6, released 2021-06-11** + - Fixed an issue where subsequent migrations failed to run after running a dot release on new installations. [MM-35931](https://mattermost.atlassian.net/browse/MM-35931) + - Fixed an issue where messages with fallback text were repeated. [MM-30980](https://mattermost.atlassian.net/browse/MM-30980) +- **v5.31.5, released 2021-05-12** + - Fixed an issue where ``mmctl channel move`` did not allow moving private channels. [MM-32746](https://mattermost.atlassian.net/browse/MM-32746) +- **v5.31.4, released 2021-04-23** + - Fixed an issue with client-side slash commands being processed by multiple plugins. [MM-35074](https://mattermost.atlassian.net/browse/MM-35074) +- **v5.31.3, released 2021-04-07** + - Fixed an issue where cluster handlers were not immediately registered after starting the server. This led to issues where jobs were not scheduled until a request hit the cluster. [MM-34179](https://mattermost.atlassian.net/browse/MM-34179) + - Fixed an issue where the server version was reported as v5.30.0. +- **v5.31.2, released 2021-03-29** + - Improved typing performance on busy servers with lots of active users and with the new sidebar enabled. [MM-30407](https://mattermost.atlassian.net/browse/MM-30407) + - Fixed bugs related to replication lag for Enterprise Edition instances configured to use read replicas. [MM-31094](https://mattermost.atlassian.net/browse/MM-31094) +- **v5.31.1, released 2021-02-05** + - Fixed an issue where the ``config.json`` was sporadically getting reset upon CLI command execution. [MM-32234](https://mattermost.atlassian.net/browse/MM-32234) + - Fixed an issue where ``FeatureFlags`` section was getting erroneously written to ``config.json``. [MM-32389](https://mattermost.atlassian.net/browse/MM-32389) + - Fixed an issue where channels were sometimes removed from custom categories when a user left a team. [MM-30314](https://mattermost.atlassian.net/browse/MM-30314) + - Fixed an issue where users were unable to mark Direct Messages in a thread as unread. [MM-32253](https://mattermost.atlassian.net/browse/MM-32253) + - Fixed an issue where ``PermanentDeleteChannel`` failed with "failed to get a thread" error. [MM-31731](https://mattermost.atlassian.net/browse/MM-31731) +- **v5.31.0, released 2021-01-16** + - Original 5.31.0 release + +Mattermost v5.31.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + + - Support for Mattermost Server v5.25 [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) is coming to the end of its life cycle on April 16, 2021. Upgrading to Mattermost Server v5.31 [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) or later is highly recommended. + +### Highlights + +#### Improved status updates for [Incident Management (E20 Edition)](https://mattermost.com/incident-management/) + - Pre-packaged and pre-installed the Mattermost Incident Management v1.2.0, which enables incident responders to easily inform stakeholders of incident status updates. + +### Improvements + +#### User Interface (UI) + - Added the ability to mute categories with the experimental channel sidebar feature. + - Added support for multi-selection of channels when dragging and dropping between channels in the experimental sidebar feature. + - Group messages are now returned in the channel switcher when only first names are typed. + - Issuing ``/dnd`` consecutively no longer unexpectedly toggles the user's status between "Do Not Disturb" and "Online", and will only set the user’s status to "Do Not Disturb". + +#### Administration + - Added a new ``manage_remote_clusters`` permission. + +### Bug Fixes + - Fixed an issue where the ``UnreadMentions`` column was missing in the ``ThreadMemberships`` table for servers upgrading from v5.29.0. Admins planning to enable [Collapsed Reply Threads](https://mattermost.com/blog/dev-sneak-peek-collapsed-reply-threads/) (available in beta in Q1 2021) are recommended to upgrade to v5.31.0 or later. + - Cleaned up the config store on server initialization errors. + - Fixed an issue where permissions did not grant read and/or write access to the Global Relay configuration settings. + - Fixed an issue where the site configuration "Read only" permission did not make the "Notice" section read-only for the System Manager. + - Fixed an issue where importing Client4 in a node server caused an exception due to rudder modules. + - Fixed an issue where LDAP ``FirstLoginSync`` didn't close the LDAP session. + - Fixed an issue where line numbers did not line up with the text on code file previews. + - Fixed an issue where the threshold from the bottom of the screen was sometimes not respected for received messages. + - Fixed an issue where desktop notifications got sent for every message posted in a Direct Message channel. + +### Go Version + - 5.31 is built with Go ``1.14.6``. + +### API Changes + - Added a new ``POST /api/v4/cloud/webhook`` endpoint. + +### Websocket Event Changes + - Added new websocket events ``thread_updated``, ``thread_follow_changed``, and ``thread_read_changed``. + +### Known Issues + - The Database Schema Version is displayed as 5.30.0 in the About Mattermost modal. + - Config.json can reset when running the command ``systemctl restart mattermost`` and when running any commands that write to the config (e.g. ``config`` or ``plugin``) [MM-33752](https://mattermost.atlassian.net/browse/MM-33752), [MM-32390](https://mattermost.atlassian.net/browse/MM-32390). + - Reddit link previews no longer work in Mattermost. [MM-31899](https://mattermost.atlassian.net/browse/MM-31899) + - **Discard Changes** confirmation is not displayed when a System Admin adds people on the **System Roles** System Console page and clicks elsewhere before saving the changes. [MM-29927](https://mattermost.atlassian.net/browse/MM-29927) + - Error text is missing when the team name is left blank on the team creation page. [MM-31361](https://mattermost.atlassian.net/browse/MM-31361) + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page. [MM-30980](https://mattermost.atlassian.net/browse/MM-30980) + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side. [MM-31994](https://mattermost.atlassian.net/browse/MM-31994) + - Slow typing has been experienced when the channel sidebar has many channels. [MM-30407](https://mattermost.atlassian.net/browse/MM-30407) + - Slack theme import fails due to changes in formatting of Slack export color schemes. [MM-30531](https://mattermost.atlassian.net/browse/MM-30531) + - A JavaScript error may appear in some cases when dismissing the new messages toast while scrolled up in the right-hand side. [MM-30446](https://mattermost.atlassian.net/browse/MM-30446) + - The **Admin Filter** option is not disabled on the AD/LDAP page for Admin roles with the ``sysconsole_write_authentication`` permission. [MM-29089](https://mattermost.atlassian.net/browse/MM-29089) + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [a-c-sreedhar-reddy](https://github.com/a-c-sreedhar-reddy), [aeomin](https://github.com/aeomin), [agnivade](https://github.com/agnivade), [akshaychhajed](https://github.com/akshaychhajed), [amwsis](https://github.com/amwsis), [amyblais](https://github.com/amyblais), [anurag6713](https://github.com/anurag6713), [ashishbhate](https://github.com/ashishbhate), [avinashlng1080](https://github.com/avinashlng1080), [Ayanrocks](https://github.com/Ayanrocks), [calebroseland](https://github.com/calebroseland), [CandyZack](https://github.com/CandyZack), [catalintomai](https://github.com/catalintomai), [chikei](https://github.com/chikei), [cinlloc](https://github.com/cinlloc), [cpanato](https://github.com/cpanato), [CrHasher](https://github.com/CrHasher), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [daniel-shuy](https://github.com/daniel-shuy), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DigasNikas](https://github.com/DigasNikas), [edtrist](https://github.com/edtrist), [enahum](https://github.com/enahum), [ethervoid](https://github.com/ethervoid), [flynbit](https://github.com/flynbit), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [girish17](https://github.com/girish17), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [HeroicHitesh](https://github.com/HeroicHitesh), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jakaya123](https://github.com/jakaya123), [jakubnovak998](https://github.com/jakubnovak998), [jasonblais](https://github.com/jasonblais), [JeremyShih](https://github.com/JeremyShih), [jespino](https://github.com/jespino), [josephbaylon](https://github.com/josephbaylon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kcc343](https://github.com/kcc343), [KevinMarioGerard](https://github.com/KevinMarioGerard), [larkox](https://github.com/larkox), [lawrencejohnson](https://github.com/lawrencejohnson), [Leryan](https://github.com/Leryan), [lieut-data](https://github.com/lieut-data), [marianunez](https://github.com/marianunez), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [MikeworX](https://github.com/MikeworX), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [msal4](https://github.com/msal4), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nronas](https://github.com/nronas), [pablovelezvidal](https://github.com/pablovelezvidal), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [SBagaria2710](https://github.com/SBagaria2710), [sbishel](https://github.com/sbishel), [sbley](https://github.com/sbley), [snhardin](https://github.com/snhardin), [streamer45](https://github.com/streamer45), [sudheerDev](https://github.com/sudheerDev), [thePanz](https://github.com/thePanz), [tweichart](https://github.com/tweichart), [Tzunhei](https://github.com/Tzunhei), [uhlhosting](https://github.com/uhlhosting), [vraravam](https://github.com/vraravam), [wget](https://github.com/wget), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.30 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.30.3, released 2021-02-02** + - Fixed an issue where the **Edition** diagnostics field was reporting as "null" for Team Edition servers on 5.30. +- **v5.30.2, released 2021-01-18** + - Fixed an issue where the ``UnreadMentions`` column was missing in the ``ThreadMemberships`` table for servers upgrading from v5.29.0. Admins planning to enable [Collapsed Reply Threads](https://mattermost.com/blog/dev-sneak-peek-collapsed-reply-threads/) (available in beta in Q1 2021) are recommended to upgrade to v5.30.2 or later. +- **v5.30.1, released 2020-12-18** + - Fixed the displayed modal Build Number version to standard semver. +- **v5.30.0, released 2020-12-16** + - Original 5.30.0 release + +### Compatibility + - PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). From v5.26 Mattermost officially supports PostgreSQL version 10 as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL 10+. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL 9.4. PostgreSQL 9.4 and all 9.x versions are now fully deprecated in our v5.30 release (December 16, 2020). Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). + +### Highlights + +#### Incident Management provided out-of-the-box (E20) + - Pre-packaged and pre-installed the Incident Management as well as Channel Export plugins for enterprise-ready builds. + +#### Configure New Admin Roles Permissions in the System Console (E20, Beta) + - Mattermost [recently released three new pre-built granular administrator roles](https://mattermost.com/blog/mattermost-release-v5-28/) to enable you to selectively delegate administrative tasks to other members of your organization. The three new roles are System Manager, User Manager, and Read-only Admin. Now you can configure specific permissions for these roles directly from the System Console. + +### Improvements + +#### User Interface + - @-autocomplete results are now prioritized based on recency and thread activity. + - File attachments below the size of 10 (KB, MB, GB, TB, etc.) now allow showing fractions. + - The formatting of the channel header change message was improved. + - Team invite workflow now shows BOT tags when the search returns bot users. + - Added the ability to zoom in and out of PDF files. + - Added support for 16x16 base64 encoded mini images to use with progressive rendering. + +#### Notifications + - Channel-wide mentions are now automatically disabled when a user mutes a channel. + +#### Command Line Interface (CLI) + - Added new local API endpoints for getting, updating, and deleting incoming and outgoing webhooks. + - Added ``mmctl system version`` endpoint to print the remote server version. + - Improved the ``mmctl system status`` command output to include all the reported values. + +#### Integrations + - Updated ``icon_emoji`` field in incoming webhooks to allow emojis to be specified with surrounding colons. + - Dynamic auto-completion is now supported for built-in slash commands. + - Added plugin hooks for ``ReactionHasBeenAdded`` and ``ReactionHasBeenRemoved``. + +#### Administration + - Added the ability to load a set of custom configuration defaults from a ``MM_CUSTOM_DEFAULTS_PATH`` environment variable. + - Added AWS metering service support. + +#### Enterprise Edition (EE) + - Added the ability to retrieve compliance files from the System Console. + +### Bug Fixes + - Fixed a performance issue related to typing lag. + - Fixed an issue where YouTube previews did not display sometimes. + - Fixed an issue with broken link previews for Twitter links. + - Fixed an issue where editing a post did not submit with CMD+ENTER. + - Fixed an issue where users were able to create or edit slash commands to contain more than two slashes in the URL. + - Fixed an issue where resized emojis were being overwritten with original data. + - Fixed an issue where the sidebar category **More** menu was not shown when hovering over a long category name. + - Fixed an issue where a received direct message notification did not show up on the sidebar if the Direct Message channel was newly created. + - Fixed an issue where a search using **from:** failed to auto-load more results on the right-hand side when Elasticsearch was enabled. + - Fixed an issue where an s3 file backend ``TestFileConnection`` failed due to permissions if ``S3PathPrefix`` was in use. + - Fixed an issue where an ID was missing for a Tooltip in ``PostInfo``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ExperimentalSettings`` in ``config.json``: + - Added ``EnableSharedChannels``, to support managing shared channels feature. + - Under ``SamlSettings`` in ``config.json``: + - Added ``IgnoreGuestsLdapSync``, to ignore guests when using SAML and synchronizing with LDAP. + +### Go Version + - 5.30 is built with Go ``1.14.6``. + +### Open Source Components + - Added ``@stripe/react-stripe-js``, ``@stripe/stripe-js``, and ``@types/country-list`` to https://github.com/mattermost/mattermost-webapp. + - Removed ``react-native-image-gallery`` from https://github.com/mattermost/mattermost-mobile. + - Added ``react-native-redash`` and ``react-native-share`` to https://github.com/mattermost/mattermost-mobile. + +### Database Changes + - Added a new column ``minipreview`` to ``FileInfo`` table. + +### Websocket Event Changes + - In ``post_deleted`` websocket event, System Admins are now notified when a user initiates a post deletion. + +### API Changes + - Added new local API endpoints for getting, updating, and deleting incoming and outgoing webhooks. + - Added new API endpoints to work with experimental collapsed threads. + +### Known Issues + - The ``config.json`` may reset itself to default values if the binary is run with the root user. + - Reddit link previews no longer work in Mattermost. This affects older versions too. + - **Discard Changes** confirmation is not displayed when an admin adds people in the **System Roles** System Console page, then clicks elsewhere before saving the changes. + - Slow typing has been experienced when the channel sidebar has many channels. This has been reported in older versions too. + - Slack theme import fails due to changes in formatting of Slack export color schemes. + - Error text is missing when the team name is left blank on the team creation page. + - Line numbers do not line up with the text on code file previews. + - In some cases reply posts cannot be marked as unread. + - The threshold from the bottom of the screen is sometimes not respected for received messages. + - Posts created by bots containing attachments sometimes appear as repeated until the user refreshes the page. + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side. + - A JavaScript error may appear in some cases when dismissing the new messages toast while scrolled up in the right-hand side. + - The Admin Filter option is not disabled in AD/LDAP page for admin roles with ``sysconsole_write_authentication`` permission. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console. To fix this, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [adamjclarkson](https://github.com/adamjclarkson), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akshaychhajed](https://github.com/akshaychhajed), [Ampit](https://github.com/Ampit), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [Ant0wan](https://github.com/Ant0wan), [antifarben](https://github.com/antifarben), [anurag6713](https://github.com/anurag6713), [ashishbhate](https://github.com/ashishbhate), [AugustasV](https://github.com/AugustasV), [avasconcelos114](https://github.com/avasconcelos114), [BenCookie95](https://github.com/BenCookie95), [bhargav50](https://github.com/bhargav50), [ByeongsuPark](https://github.com/ByeongsuPark), [calebroseland](https://github.com/calebroseland), [CandyZack](https://github.com/CandyZack), [catalintomai](https://github.com/catalintomai), [chikei](https://github.com/chikei), [cinlloc](https://github.com/cinlloc), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [dalcde](https://github.com/dalcde), [daniel-shuy](https://github.com/daniel-shuy), [danielsischy](https://github.com/danielsischy), [darkLord19](https://github.com/darkLord19), [DavidePrincipi](https://github.com/DavidePrincipi), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [dizkek](https://github.com/dizkek), [drraghavendra](https://github.com/drraghavendra), [egrinberg](https://github.com/egrinberg), [eltociear](https://github.com/eltociear), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [erezo9](https://github.com/erezo9), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [fagunbhavsar](https://github.com/fagunbhavsar), [FalseHonesty](https://github.com/FalseHonesty), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [GodlikePenguin](https://github.com/GodlikePenguin), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [haardikdharma10](https://github.com/haardikdharma10), [hack3r-0m](https://github.com/hack3r-0m), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harryfromwork](https://github.com/harryfromwork), [hectorgabucio](https://github.com/hectorgabucio), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [icy-meteor](https://github.com/icy-meteor), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jecepeda](https://github.com/jecepeda), [JeremyShih](https://github.com/JeremyShih), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jials](https://github.com/jials), [johnsonbrothers](https://github.com/johnsonbrothers), [jomaxro](https://github.com/jomaxro), [josephbaylon](https://github.com/josephbaylon), [jrepe](https://github.com/jrepe), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kaiwalyakoparkar](https://github.com/kaiwalyakoparkar), [kayazeren](https://github.com/kayazeren), [kichloo](https://github.com/kichloo), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [lawrencejohnson](https://github.com/lawrencejohnson), [lestgabo](https://github.com/lestgabo), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lucianomagrao](https://github.com/lucianomagrao), [lynn915](https://github.com/lynn915), [Manimaran11](https://github.com/Manimaran11), [marianunez](https://github.com/marianunez), [maticbasle](https://github.com/maticbasle), [mbouzada](https://github.com/mbouzada), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [MikeworX](https://github.com/MikeworX), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [morganrconnolly](https://github.com/morganrconnolly), [msal4](https://github.com/msal4), [muety](https://github.com/muety), [natalie-hub](https://github.com/natalie-hub), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [nronas](https://github.com/nronas), [ogi-m](https://github.com/ogi-m), [OgmaJ](https://github.com/OgmaJ), [pablovelezvidal](https://github.com/pablovelezvidal), [persianopencart](https://github.com/persianopencart), [phntom](https://github.com/phntom), [pikami](https://github.com/pikami), [prithvijit-dasgupta](https://github.com/prithvijit-dasgupta), [promulo](https://github.com/promulo), [razum2um](https://github.com/razum2um), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [Remakh](https://github.com/Remakh), [Revanth47](https://github.com/Revanth47), [rishabh710](https://github.com/rishabh710), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [Saucistophe](https://github.com/Saucistophe), [sbishel](https://github.com/sbishel), [seongwon-kang](https://github.com/seongwon-kang), [SezalAgrawal](https://github.com/SezalAgrawal), [shazm](https://github.com/shazm), [shinnlok](https://github.com/shinnlok), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [Spotts9](https://github.com/Spotts9), [sridhar02](https://github.com/sridhar02), [sstaszkiewicz-copperleaf](https://github.com/sstaszkiewicz-copperleaf), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [tacoelho](https://github.com/tacoelho), [Tak-Iwamoto](https://github.com/Tak-Iwamoto), [tasdomas](https://github.com/tasdomas), [thefactremains](https://github.com/thefactremains), [thePanz](https://github.com/thePanz), [tianlangwu](https://github.com/tianlangwu), [tohn](https://github.com/tohn), [TQuock](https://github.com/TQuock), [trishitapingolia](https://github.com/trishitapingolia), [tw-ayush](https://github.com/tw-ayush), [tweichart](https://github.com/tweichart), [uhlhosting](https://github.com/uhlhosting), [vanya829](https://github.com/vanya829), [VolatianaYuliana](https://github.com/VolatianaYuliana), [vraravam](https://github.com/vraravam), [weblate](https://github.com/weblate), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [wijayaerick](https://github.com/wijayaerick), [zarej](https://github.com/zarej), [ZombiMigz](https://github.com/ZombiMigz) + +---- + +## Release v5.29 - [Quality Release](https://handbook.mattermost.com/operations/research-and-development/product/release-process/release-overview) + +- **v5.29.2, released 2021-01-18** + - Fixed an issue where the ``UnreadMentions`` column was missing in the ``ThreadMemberships`` table for servers upgrading from v5.29.0. Admins planning to enable [Collapsed Reply Threads](https://mattermost.com/blog/dev-sneak-peek-collapsed-reply-threads/) (available in beta in Q1 2021) are recommended to upgrade to v5.29.2 or later. +- **v5.29.1, released 2020-12-03** + - Disabled the xmlsec1-based SAML library in favor of the re-enabled and improved SAML library. + - Added ``UnreadMentions`` column to ``ThreadMemberships`` table, and fixed server log warnings related to ``ThreadMemberships``. Admins planning to enable [Collapsed Reply Threads](https://mattermost.com/blog/dev-sneak-peek-collapsed-reply-threads/) (available in beta in Q1 2021) are recommended to upgrade to v5.29.1 or later. +- **v5.29.0, released 2020-11-16** + - Original 5.29.0 release + +### Compatibility + - A new configuration setting ``ThreadAutoFollow`` has been added to support [Collapsed Reply Threads](https://docs.google.com/presentation/d/1QSrPws3N8AMSjVyOKp15FKT7O0fGMSx8YidjSDS4Wng/edit#slide=id.g2f0aecc189_0_245) releasing in beta in Q1 2021. This setting is enabled by default and may affect server performance. It is recommended to review our [documentation on hardware requirements](https://docs.mattermost.com/install/requirements.html#hardware-requirements) to ensure your servers are appropriately scaled for the size of your user base. + +```{Important} +If you upgrade from a release earlier than v5.28, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Channel Moderation Settings now generally available (E20) + - [Channel moderation](https://docs.mattermost.com/deployment/team-channel-management.html#channels) feature was moved out of beta to general availability. + +#### Mattermost Omnibus now generally available + - [Mattermost Omnibus](https://docs.mattermost.com/help/getting-started/light-install.html) feature was moved out of beta to general availability. + +### Improvements + +#### User Interface (UI) + - Added a new browser favicon state for when there are new messages but no mentions. + - Improved sort order of the channel switcher to prioritize recently viewed channels. + - Improved filter control for the new channel sidebar to show unread channels without categories. + - The 'More unreads' banner in the new channel sidebar was updated to match the new mobile app styling. + - A threshold was added from the bottom of the screen for the new messages toast. + +### Bug Fixes + - Fixed an issue where Enterprise CLI commands would not run. + - Fixed an issue where the right-hand side comment box got pushed out of the view when a new message was posted in the message thread. + - Fixed an issue where the color picker colors were missing from the Announcement Banner page in the System Console. + - Fixed an issue where links in channels headers overlapped in some cases. + - Fixed an issue where a plugin could create a blank ephymeral post, leading to a white screen. + - Fixed an issue where the channel switcher dialog was not accessible with a screen reader. + - Fixed an issue where email addresses were not auto-detected on invites. + - Fixed an issue where duplicate sidebar categories could be created on first use of the new experimental sidebar. + - Fixed an issue where installing plugins on a server using ``FileSettings.PathPrefix`` caused issues. + - Fixed an issue where the error message was unclear when a plugin crashed during a slash command execution. + - Fixed an issue where bot icon images had too much height. + - Fixed an issue where tags where nested in Plugin Marketplace labels. + - Fixed an issue with inconsistent behaviour in channel mentions in message attachments. + - Fixed an issue where ephemeral posts posted by bot accounts showed a wrong username on the right-hand side. + - Fixed an issue where the category headings in the experimental sidebar were not sticky and overlapped the More Unreads indicators. + - Fixed an issue where Automatic Direct Message Replies were not shown on the right-hand side. + - Fixed an issue where Automatic Direct Message Replies were still showing after the root post was deleted. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``ThreadAutoFollow``, to add support for collapsed reply threads. + - Added ``ManagedResourcePaths``, to add support for a setting to use with the Desktop Managed Resources feature. + +### Go Version + - 5.29 is built with Go ``1.14.6``. + +### Open Source Components + - Removed ``@types/react-custom-scrollbars`` from https://github.com/mattermost/mattermost-webapp. + +### Database Changes + - Altered some types and defaults in ``SidebarCategories`` table. + - Added a new column ``Threads.ChannelId``. + - Added ``UnreadMentions`` column to ``ThreadMembership`` table. + +### Known Issues + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side. + - A JavaScript error may appear in some cases when dismissing the new messages toast while scrolled up in the right-hand side. + - Slow typing has been experienced when the channel sidebar has many channels. This has been reported in older versions too. + - Slack theme import fails due to changes in formatting of Slack export color schemes. + - Pressing ENTER closes the Account Settings Edit modal when adjusting the settings for desktop notification sound. + - Admin Filter option is not disabled in AD/LDAP page for admin roles with ``sysconsole_write_authentication`` permission. + - Twitter link previews no longer work in Mattermost as Twitter has removed OpenGraph data from its pages. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console. To fix this, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as Away or Offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [7quantumphysics](https://github.com/7quantumphysics), [93lykevin](https://github.com/93lykevin), [abdusabri](https://github.com/abdusabri), [Adovenmuehle](https://github.com/Adovenmuehle), [aedott](https://github.com/aedott), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akshaychhajed](https://github.com/akshaychhajed), [akwanmaroso](https://github.com/akwanmaroso), [alexpjohnson](https://github.com/alexpjohnson), [ali-farooq0](https://github.com/ali-farooq0), [altmas5](https://github.com/altmas5), [amsjavan](https://github.com/amsjavan), [amwolff](https://github.com/amwolff), [amyblais](https://github.com/amyblais), [anchepiece](https://github.com/anchepiece), [angeloskyratzakos](https://github.com/angeloskyratzakos), [Ant0wan](https://github.com/Ant0wan), [arc9693](https://github.com/arc9693), [ArcaneDiver](https://github.com/ArcaneDiver), [ArturBa](https://github.com/ArturBa), [ashishbhate](https://github.com/ashishbhate), [AshishMhrzn10](https://github.com/AshishMhrzn10), [asimsedhain](https://github.com/asimsedhain), [aspleenic](https://github.com/aspleenic), [ataboo](https://github.com/ataboo), [attiss](https://github.com/attiss), [AugustasV](https://github.com/AugustasV), [AugustinJose1221](https://github.com/AugustinJose1221), [avasconcelos114](https://github.com/avasconcelos114), [avinashdhinwa](https://github.com/avinashdhinwa), [Ayanrocks](https://github.com/Ayanrocks), [bhargav50](https://github.com/bhargav50), [ByeongsuPark](https://github.com/ByeongsuPark), [calebroseland](https://github.com/calebroseland), [camgraff](https://github.com/camgraff), [carantunes](https://github.com/carantunes), [catalintomai](https://github.com/catalintomai), [CEOehis](https://github.com/CEOehis), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [chrisfromredfin](https://github.com/chrisfromredfin), [cinlloc](https://github.com/cinlloc), [cjmartian](https://github.com/cjmartian), [clarmso](https://github.com/clarmso), [coltoneshaw](https://github.com/coltoneshaw), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [daniloff200](https://github.com/daniloff200), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [devius](https://github.com/devius), [didithilmy](https://github.com/didithilmy), [DigasNikas](https://github.com/DigasNikas), [diode](https://github.com/diode), [dudupopkhadze](https://github.com/dudupopkhadze), [edtrist](https://github.com/edtrist), [emilyacook](https://github.com/emilyacook), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [EnzoBtv](https://github.com/EnzoBtv), [erezo9](https://github.com/erezo9), [ericjaystevens](https://github.com/ericjaystevens), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [evilghostgirl](https://github.com/evilghostgirl), [fakela](https://github.com/fakela), [filipghorbani](https://github.com/filipghorbani), [fireynis](https://github.com/fireynis), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [gabrieljackson](https://github.com/gabrieljackson), [Ganzabahl](https://github.com/Ganzabahl), [GodlikePenguin](https://github.com/GodlikePenguin), [goldsziggy](https://github.com/goldsziggy), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [haardikdharma10](https://github.com/haardikdharma10), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hardikmodi1](https://github.com/hardikmodi1), [hectorgabucio](https://github.com/hectorgabucio), [hectorskypl](https://github.com/hectorskypl), [hiendinhngoc](https://github.com/hiendinhngoc), [hirenchauhan2](https://github.com/hirenchauhan2), [hmhealey](https://github.com/hmhealey), [icy-meteor](https://github.com/icy-meteor), [imakish](https://github.com/imakish), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasimmons](https://github.com/jasimmons), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jaypitroda12](https://github.com/jaypitroda12), [jecepeda](https://github.com/jecepeda), [jekill](https://github.com/jekill), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [jmakhack](https://github.com/jmakhack), [johnsonbrothers](https://github.com/johnsonbrothers), [Jonany](https://github.com/Jonany), [josephbaylon](https://github.com/josephbaylon), [joshuabezaleel](https://github.com/joshuabezaleel), [jufab](https://github.com/jufab), [justinegeffen](https://github.com/justinegeffen), [kaakaa](https://github.com/kaakaa), [kashifsoofi](https://github.com/kashifsoofi), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [khushijindal](https://github.com/khushijindal), [KrishnaSindhur](https://github.com/KrishnaSindhur), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [Leryan](https://github.com/Leryan), [lestgabo](https://github.com/lestgabo), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lipmem](https://github.com/lipmem), [lucianomagrao](https://github.com/lucianomagrao), [lushan01](https://github.com/lushan01), [lynn915](https://github.com/lynn915), [M-Buntoro](https://github.com/M-Buntoro), [Manimaran11](https://github.com/Manimaran11), [marcelo-cardozo](https://github.com/marcelo-cardozo), [marianunez](https://github.com/marianunez), [mathiasvr](https://github.com/mathiasvr), [maticbasle](https://github.com/maticbasle), [mattermod](https://github.com/mattermod), [mbouzada](https://github.com/mbouzada), [mdabydeen](https://github.com/mdabydeen), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michelengelen](https://github.com/michelengelen), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [MikeworX](https://github.com/MikeworX), [mishkaowner](https://github.com/mishkaowner), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [MohanSha](https://github.com/MohanSha), [moussetc](https://github.com/moussetc), [n-thumann](https://github.com/n-thumann), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nbolender](https://github.com/nbolender), [NCC-1031](https://github.com/NCC-1031), [nevyangelova](https://github.com/nevyangelova), [NexWeb](https://github.com/NexWeb), [ng29](https://github.com/ng29), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [nizarmah](https://github.com/nizarmah), [ogi-m](https://github.com/ogi-m), [Oppodelldog](https://github.com/Oppodelldog), [outofgamut](https://github.com/outofgamut), [ozdemirburak](https://github.com/ozdemirburak), [palcodes](https://github.com/palcodes), [paulussujono](https://github.com/paulussujono), [Phizzard](https://github.com/Phizzard), [pikami](https://github.com/pikami), [Poussinette](https://github.com/Poussinette), [pranavtharoor](https://github.com/pranavtharoor), [prapti](https://github.com/prapti), [prazolpp](https://github.com/prazolpp), [promulo](https://github.com/promulo), [radoslavius](https://github.com/radoslavius), [Raj-Datta-Manohar](https://github.com/Raj-Datta-Manohar), [RanadeepPolavarapu](https://github.com/RanadeepPolavarapu), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [Revanth47](https://github.com/Revanth47), [rishabh710](https://github.com/rishabh710), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [sakaitsu](https://github.com/sakaitsu), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [seongwon-kang](https://github.com/seongwon-kang), [SezalAgrawal](https://github.com/SezalAgrawal), [ShajithaMohammed](https://github.com/ShajithaMohammed), [shazm](https://github.com/shazm), [shieldsjared](https://github.com/shieldsjared), [shihanng](https://github.com/shihanng), [Shivam7-1](https://github.com/Shivam7-1), [shred86](https://github.com/shred86), [shtelzerartem](https://github.com/shtelzerartem), [sikloidz](https://github.com/sikloidz), [simross](https://github.com/simross), [singh-sarabjeet](https://github.com/singh-sarabjeet), [SinithH](https://github.com/SinithH), [sirMackk](https://github.com/sirMackk), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [spielers](https://github.com/spielers), [spiritbro1](https://github.com/spiritbro1), [sridhar02](https://github.com/sridhar02), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [sudiptog81](https://github.com/sudiptog81), [Sumindar](https://github.com/Sumindar), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [Tak-Iwamoto](https://github.com/Tak-Iwamoto), [talentedunicorn](https://github.com/talentedunicorn), [tasdomas](https://github.com/tasdomas), [tellustheguru](https://github.com/tellustheguru), [teresa-novoa](https://github.com/teresa-novoa), [thefactremains](https://github.com/thefactremains), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [tsabi](https://github.com/tsabi), [tw-ayush](https://github.com/tw-ayush), [uhlhosting](https://github.com/uhlhosting), [utkuufuk](https://github.com/utkuufuk), [vaibhav111tandon](https://github.com/vaibhav111tandon), [vanya829](https://github.com/vanya829), [varunks99](https://github.com/varunks99), [vipul08](https://github.com/vipul08), [vladimirdotk](https://github.com/vladimirdotk), [VolatianaYuliana](https://github.com/VolatianaYuliana), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wijayaerick](https://github.com/wijayaerick), [Willyfrog](https://github.com/Willyfrog), [yash2189](https://github.com/yash2189) + +---- + +## Release v5.28 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.28.2, released 2020-12-03** + - Disabled the xmlsec1-based SAML library in favor of the re-enabled and improved SAML library. +- **v5.28.1, released 2020-10-19** + - Fixed an issue where mmctl Command Line Tool (Beta) was broken on Mattermost server v5.28.0. [MM-29740](https://mattermost.atlassian.net/browse/MM-29740) + - Fixed an issue where the Compliance Exports were taking too long on large deployments. This was fixed with a performance optimization of the message export query. +- **v5.28.0, released 2020-10-16** + - Original 5.28.0 release + +### Compatibility + - PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). Mattermost is officially supporting PostgreSQL version 10 with v5.26 release as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL 10+. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL 9.4. We plan on fully deprecating PostgreSQL 9.4 and all 9.x versions in our v5.30 release (December 16, 2020). Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). + - Support for Mattermost Server [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) (ESR) 5.19 has come to the end of its lifecycle. Upgrading to Mattermost Server v5.25 or later is required. + - TLS versions 1.0 and 1.1 have been deprecated by browser vendors. Starting in v5.31 (January 16, 2021) mmctl will return an error when connected to Mattermost servers deployed with these TLS versions and System Admins will need to explicitly add a flag in their commands to continue to use them. We recommend upgrading to TLS version 1.2 or higher. + +### Breaking Changes + - Now when the service crashes, it will generate a coredump instead of just dumping the stack trace to the console. This allows us to preserve the full information of the crash to help with debugging it. For more information about coredumps, please see: https://man7.org/linux/man-pages/man5/core.5.html. + +```{Important} +If you upgrade from a release earlier than v5.27, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### New admin roles to delegate administration tasks to other types of administrators (E20) + - New admin roles are additional system roles that have access to designated areas of the System Console. This enables you to delegate certain administrative tasks to other members of your organization. + +#### Certificate-based authentication with AD/LDAP (E10) + - You can now improve the security of your AD/LDAP authentication with certificate-based AD/LDAP authentication. + +#### Stay current with in-product notices + - With in-product notices, users and Admins will be made aware of the newest product enhancements from within Mattermost. [Learn more about in-product notices here](https://docs.mattermost.com/administration/notices.html). + +### Improvements + +#### User Interface (UI) + - Improved the readability of the toast banner message timestamp, post timestamp, and date separators. + - Added animation for emoji reactions on webapp. + - Added the ability to use CTRL+B and CTRL+I to add bold and italics markdown formatting to selected text. + - Clicking on original message creator's username in discontinuing posts now opens the user's profile popover. + - Added support for PSD file preview. + - When the **Enable Latex Rendering** option is set to ``true``, the current code now doesn't highlight. + - Updated the UX of the **More unreads** indicator in the channel sidebar. + - **Select Team** list container now scales in width based on browser window width. + - Added support for signaling login to other tabs (Windows, macOS and Linux browsers). + +#### Search + - Added wildcard support to Bleve. + - Search terms including stopwords now return matching stopwords instead of an empty result. + - Removed duplication in ``is_or_search`` and ``IncludeDeletedChannels`` parameters for search. + - ``*`` characters are now filtered from the search terms in the database. + - Fixed inconsistencies across product when using ``in:@` / `in:``, such as displaying Direct and Group Messages in ``in:@`` search suggestions. + +#### Notifications + - Added an option in the **Account Settings** to select different desktop notification sounds. This setting is available in supported browsers and in the Desktop app v4.6 and later. + +#### Command Line Interface (CLI) + - Added ``config migrate``, ``config subpath``, ``user delete``, ``integrity``, ``user migrate_auth``, ``moveChannel``, ``updateChannelPrivacy``, ``restoreTeam``, ``channel delete``, and plugin marketplace commands to mmctl. + +#### Plugins + - Plugins now start concurrently on server startup. + - Plugin tooltips are now only rendered when user hovers over a link. + - Added a ``CreateCommand`` plugin API that creates a slash command that is not handled by the plugin itself. + +#### Administration + - Added the ability to upload and remove private and public certificates for LDAP authentication. + - Added support for resumable file uploads. + - Added the ability to convert a public channel to private and vice versa via Advanced Permissions. + - Added filters to search teams in Teams page. + - Improved logging related to sessions that are not found. + - Created Grafana enterprise metrics for logging, such as for current queue level(s), rate of logging records emitted, and rate of logging errors. + - Improved logging when ``GetUser`` fails during MFA Authentication. + - Added support for sending telemetry via an environment variable set by packages to identify type of deployment (e.g. Docker, Mattermost Omnibus). + +### Bug Fixes + - Fixed an issue where a large number of archived channels caused performance degradation. + - Fixed an issue where ``group list-ldap`` mmctl command didn't return any results. + - Fixed an issue where user were allowed to update their profile picture on ADFS setup with SAML and LDAP configured and AD/LDAP Sync enabled. + - Fixed an issue where patching the config with ``DataSourceReplicas`` caused a panic. + - Fixed an issue where API invites by email were silently rate-limited. + - Fixed an issue where deactivated users broke pagination in Manage Members modal. + - Fixed an issue where an error occurred while inviting more than 20 users to a team via **Invite People**. + - Fixed an issue where a ``PostUtils.formatText`` crashed when formatting text with unicode emoji. + - Fixed an issue where a white screen occurred when editing a post and sending the post from a preview mode. + - Fixed an issue on Microsoft Edge (non-Chromium) where logging out caused the user to get stuck at a loading screen. + - Fixed an issue where a selected item in the Direct Messages **More** menu didn’t scroll into view when using keyboard navigation. + - Fixed an issue where users received ghost notifications when the "First name trigger mention" setting was set but the "First Name" was not set. + - Fixed an issue where post text was partially hidden by the post hover menu. + - Fixed an issue where users were unable to type color hex value into custom theme color input box. + - Fixed an issue where the badge with a mention count on the team sidebar did not increment when user was added to a channel. + - Fixed an issue where Group Message results were prioritized over Direct Message results for Full Name in the user autocomplete. + - Fixed an issue where the New Message indicator was broken when a webhook owned by the user posted to a channel. + - Fixed an issue where the active search bar was not vertically aligned with left edge of the right-hand side in tablet view. + - Fixed an issue where there were two scrollbars showing in the channel switcher. + - Fixed an issue where the "Start trial" message was unreadable in the System Console on dark theme on first load. + - Fixed an issue on Firefox where pasting an image also added the file as text. + - Fixed an issue where Python syntax highlighting handled ``"""`` strangely. + - Fixed an issue where formatting around inline codes was missing. + - Fixed an issue where ``GetPluginStatus`` didn't work in a non-cluster environment. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``LdapSettings`` in ``config.json``: + - Added ``PublicCertificateFile``, to be able to upload the public certificate to be used for encryption with SAML configuration. + - Added ``PrivateKeyFile``, to be able to upload the private key to be used for encryption with SAML configuration. + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableAPIChannelDeletion``, to permanently delete channels for compliance reasons. + - Added ``EnableAPIUserDeletion``, to permanently delete users for compliance reasons. + - Under ``NotificationLogSettings`` and ``ExperimentalAuditSettings`` in ``config.json``: + - Added ``AdvancedLoggingConfig``, to enable configuration options for setting audit targets. + - Under ``AnnouncementSettings`` in ``config.json``: + - Added ``AdminNoticesEnabled`` and ``UserNoticesEnabled``, to enable in-product notices to make users and Admins aware of the newest product enhancements from within Mattermost. + - ``EnableCustomEmoji``, ``EnableGifPicker``, ``ExperimentalViewArchivedChannels`` and ``ExperimentalTimezone`` are now enabled by default for new installs. + +### Open Source Components + - Added ``react-is`` and ``tinycolor2`` to https://github.com/mattermost/mattermost-webapp. + - Removed ``@types/highlight.js``, ``@typescript-eslint/parser``, ``bootstrap-colorpicker``, and ``intl`` from https://github.com/mattermost/mattermost-webapp. + - Removed ``react-native-v8`` from https://github.com/mattermost/mattermost-mobile. + +### Database Changes + - Added a new column ``Commands.PluginId``. + - Changed to data type of ``Teams.Type to varchar(255)``. + - Changed to data type of ``Teams.SchemeId to varchar(26)``. + - Changed to data type of ``IncomingWebhooks.Username to varchar(255)``. + - Changes to data type of ``IncomingWebhooks.IconURL to text",``. + +### API Changes + - Added ``POST /upgrade_to_enterprise`` API endpoint. + - Added ``GET /upgrade_to_enterprise/status`` API endpoint. + - Added ``POST /restart`` API endpoint. + - Added ``GET /warn_metrics/status`` API endpoint. + - Added ``POST /warn_metrics/ack/:warn_metric_id`` API endpoint. + +### Known Issues + - Emoji counter in the center channel doesn't always update immediately when a reaction is added in the right-hand side. + - Pressing ENTER closes the Account Settings Edit modal when adjusting the settings for desktop notification sound. + - Admin Filter option is not disabled in AD/LDAP page for admin roles with ``sysconsole_write_authentication`` permission. + - Twitter link previews no longer work in Mattermost as Twitter has removed OpenGraph data from its pages. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console. To fix this, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as Away or Offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [aedott](https://github.com/aedott), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [ali-farooq0](https://github.com/ali-farooq0), [amwolff](https://github.com/amwolff), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [apollo13](https://github.com/apollo13), [archit-p](https://github.com/archit-p), [arshchimni](https://github.com/arshchimni), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [asimsedhain](https://github.com/asimsedhain), [avasconcelos114](https://github.com/avasconcelos114), [Ayanrocks](https://github.com/Ayanrocks), [bbodenmiller](https://github.com/bbodenmiller), [bhargav50](https://github.com/bhargav50), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chikei](https://github.com/chikei), [clarmso](https://github.com/clarmso), [colorfusion](https://github.com/colorfusion), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [devius](https://github.com/devius), [DylanWard14](https://github.com/DylanWard14), [elaine-mattermost](https://github.com/elaine-mattermost), [elyscape](https://github.com/elyscape), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [fakoor](https://github.com/fakoor), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [furqanmlk](https://github.com/furqanmlk), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gracion](https://github.com/gracion), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jakubnovak998](https://github.com/jakubnovak998), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jecepeda](https://github.com/jecepeda), [JeremyShih](https://github.com/JeremyShih), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgilliam17](https://github.com/jgilliam17), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [josephk96](https://github.com/josephk96), [jp0707](https://github.com/jp0707), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kashifsoofi](https://github.com/kashifsoofi), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [kosgrz](https://github.com/kosgrz), [lanjp](https://github.com/lanjp), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [Lumexralph](https://github.com/Lumexralph), [luryus](https://github.com/luryus), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [marianunez](https://github.com/marianunez), [MathewtheCoder](https://github.com/MathewtheCoder), [mathiusjohnson](https://github.com/mathiusjohnson), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mozkomor05](https://github.com/mozkomor05), [natalie-hub](https://github.com/natalie-hub), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nikolaizah](https://github.com/nikolaizah), [ogi-m](https://github.com/ogi-m), [openmohan](https://github.com/openmohan), [prapti](https://github.com/prapti), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [RohitJain13](https://github.com/RohitJain13), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shieldsjared](https://github.com/shieldsjared), [sridhar02](https://github.com/sridhar02), [srkgupta](https://github.com/srkgupta), [StevenPhan](https://github.com/StevenPhan), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [Tak-Iwamoto](https://github.com/Tak-Iwamoto), [tasdomas](https://github.com/tasdomas), [teresa-novoa](https://github.com/teresa-novoa), [thefactremains](https://github.com/thefactremains), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [txeli](https://github.com/txeli), [uhlhosting](https://github.com/uhlhosting), [vladimirdotk](https://github.com/vladimirdotk), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.27 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.27.2, released 2020-12-03** + - Disabled the xmlsec1-based SAML library in favor of the re-enabled and improved SAML library. +- **v5.27.1, released 2020-10-19** + - Fixed an issue where the Compliance Exports were taking too long on large deployments. This was fixed with a performance optimization of the message export query. +- **v5.27.0, released 2020-09-16** + - Original 5.27.0 release + +Mattermost v5.27.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Improvements + - Added the ability to upgrade Mattermost from Team Edition to Enterprise Edition directly from the System Console. + - Added various improvements for Admin Advisor feature (Team Edition), including that the bot messages now appear only once for the 500-user advisory and the banner notification interval is reduced from daily to weekly. + - Changed the Default Theme setting in the System Console to a drop-down field. + +### Bug Fixes + - Fixed an issue where the server crashed when a Compliance Export job was run for Global Relay EML. + - Fixed an issue where Compliance Jobs did not restart correctly after a `Warning` status. + - Fixed an issue where users were not matching on mixed-case SAML assertions. + - Fixed an issue where Channel Admin was not able to make the default role as Channel Admin for AD/LDAP Groups. + - Fixed an issue where user role was not added correctly in the Members block in **System Console > Teams**. + - Fixed an issue where a team stopped loading in the System Console **Filter By**-dropdown when a search was performed and then cleared. + - Fixed an issue where the ability to demote Admins to members and to deactivate accounts from **System Console > Users** was not available. + - Fixed an issue where a false message "Group Mentions is already taken" was shown when a System Admin tried to add a channel to an AD/LDAP Group. + - Fixed an issue where a AD/LDAP group mention of an outsider group was highlighted in a Group Synced channel. + - Fixed an issue where incoming webhooks owned by a bot did not consistently allow a username override. + - Fixed an issue where the emoji picker in the Edit Post modal was misaligned. + - Fixed an issue where pasted unicode emojis failed to appear once posted. + - Fixed an issue where long text in message edit modal did not scroll with a scroll bar. + - Fixed an issue with Accessibility where user's name was not displayed in alt text on some images. + - Fixed an issue where dates on **System Console > Site Statistics - Dates** were displayed out of order on days when there were no posts. + - Fixed an issue where the Admin Advisor bot was unexpectedly displayed in the **Integrations > Bot Accounts** page. + - Fixed an issue where a new badge in the channel sidebar category header reappeard after a channel was removed from the category. + - Fixed an issue where the theme color for **Sidebar Text Active Border** was not currently being used in the active border in the sidebar. + - Fixed an issue where users saw an incorrect mention count when added to a channel by another user. + - Fixed an issue where channels created from another browser tab did not immediately appear in the channel sidebar. + - Fixed an issue where a console error showed when creating a new custom category in the channel sidebar. + - Fixed an issue where enabling the new channel sidebar created invalid channel links. + - Fixed an issue where a channel state got broken after an "unallowed" deletion. + - Fixed an issue where dynamic slash command autocomplete options did not update between requests. + - Fixed an issue where an incorrect callback URL with OAuth 2.0 allowed users to click **Back to Mattermost** in the authentication window. + - Fixed an issue where editing "Full Name" got overwritten by Single Sign-On settings. + - Fixed an issue where "You do not have the appropriate permissions" error was shown for ``warn_metrics`` call for non-admin users. + - Fixed an issue where the channel switcher sometimes showed a wrong empty state with network API. + - Fixed an issue where the loader was not hidden when posts were not loading which affected the performance of some Linux distros. + - Fixed an issue where ``PatchConfig`` caused a panic if ``SiteURL`` was not set. + - Fixed an issue where a panic occurred when the server was getting a shutdown before ``InitPlugins()`` was able to complete. + - Fixed an issue where a panic was caused when a user joined a team with default channels archived. + - Fixed an issue where ``App.GetSidebarCategories()`` panicked on nil returned value. + - Fixed an issue where the ``SendEmailNotifications`` setting blocked testing the SMTP connection. + +### Open Source Components + - Removed ``@types/redux-mock-store`` and ``tinycolor2`` from https://github.com/mattermost/mattermost-webapp. + - Added ``bootstrap-colorpicker`` in https://github.com/mattermost/mattermost-webapp. + - Added ``@react-native-community/clipboard`` in https://github.com/mattermost/mattermost-mobile. + +### API Changes + - Added ``POST api/v4/upgrade_to_enterprise`` API endpoint to be able to execute an inplace upgrade from Team Edition to Enterprise Edition. + - Added ``GET api/v4/upgrade_to_enterprise/status`` API endpoint to get the current status for the inplace upgrade from Team Edition to Enterprise Edition. + - Added ``POST api/v4/restart`` API endpoint to restart the system after an upgrade from Team Edition to Enterprise Edition. + +### Known Issues + - A blank screen occurs when user edits a post and submits or cancels the edits while on Preview mode. + - Twitter link previews do not work in Mattermost. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console. To fix this, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as Away or Offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [abdulsmapara](https://github.com/abdulsmapara), [abdusabri](https://github.com/abdusabri), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [aidapira](https://github.com/aidapira), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [ankallio](https://github.com/ankallio), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AugustasV](https://github.com/AugustasV), [avasconcelos114](https://github.com/avasconcelos114), [BaaaZen](https://github.com/BaaaZen), [bbodenmiller](https://github.com/bbodenmiller), [bill2004158](https://github.com/bill2004158), [bradjcoughlin](https://github.com/bradjcoughlin), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chakatz](https://github.com/chakatz), [chikei](https://github.com/chikei), [corey-robinson](https://github.com/corey-robinson), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [danielhelfand](https://github.com/danielhelfand), [DanielSz50](https://github.com/DanielSz50), [dantepippi](https://github.com/dantepippi), [Dartui](https://github.com/Dartui), [dbejanishvili](https://github.com/dbejanishvili), [deanwhillier](https://github.com/deanwhillier), [denniskamp](https://github.com/denniskamp), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [dpanic](https://github.com/dpanic), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [ericjaystevens](https://github.com/ericjaystevens), [esadur](https://github.com/esadur), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [fakela](https://github.com/fakela), [flexo3001](https://github.com/flexo3001), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [Francois-D](https://github.com/Francois-D), [gabrieljackson](https://github.com/gabrieljackson), [ghasrfakhri](https://github.com/ghasrfakhri), [gigawhitlocks](https://github.com/gigawhitlocks), [grubbins](https://github.com/grubbins), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hhhhugi](https://github.com/hhhhugi), [hmhealey](https://github.com/hmhealey), [hryuk](https://github.com/hryuk), [ialorro](https://github.com/ialorro), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jakubnovak998](https://github.com/jakubnovak998), [jasonblais](https://github.com/jasonblais), [javimox](https://github.com/javimox), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [joshuabezaleel](https://github.com/joshuabezaleel), [jseiser](https://github.com/jseiser), [JtheBAB](https://github.com/JtheBAB), [Jukie](https://github.com/Jukie), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kayron8](https://github.com/kayron8), [khos2ow](https://github.com/khos2ow), [kirkjaa](https://github.com/kirkjaa), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [liusy182](https://github.com/liusy182), [Lyimmi](https://github.com/Lyimmi), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [marianunez](https://github.com/marianunez), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mlongo4290](https://github.com/mlongo4290), [moussetc](https://github.com/moussetc), [mustafayildirim](https://github.com/mustafayildirim), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nicolailang](https://github.com/nicolailang), [nikolaizah](https://github.com/nikolaizah), [nperera](https://github.com/nperera), [ofpiyush](https://github.com/ofpiyush), [openmohan](https://github.com/openmohan), [phommasy](https://github.com/phommasy), [prapti](https://github.com/prapti), [qerosi](https://github.com/qerosi), [rahulchheda](https://github.com/rahulchheda), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rmatev](https://github.com/rmatev), [rodcorsi](https://github.com/rodcorsi), [ruzaq](https://github.com/ruzaq), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottjr632](https://github.com/scottjr632), [ShehryarShoukat96](https://github.com/ShehryarShoukat96), [shred86](https://github.com/shred86), [skaramanlis](https://github.com/skaramanlis), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [sridhar02](https://github.com/sridhar02), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [TRUNGTar](https://github.com/TRUNGTar), [uhlhosting](https://github.com/uhlhosting), [utkuufuk](https://github.com/utkuufuk), [Vars-07](https://github.com/Vars-07), [Venhaus](https://github.com/Venhaus), [vijaynag-bs](https://github.com/vijaynag-bs), [webchick](https://github.com/webchick), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [Yohannesseifu](https://github.com/Yohannesseifu), [YushiOMOTE](https://github.com/YushiOMOTE) + +---- + +## Release v5.26 - [Feature Release](https://docs.mattermost.com/administration/release-definitions.html#feature-release) + +- **v5.26.2, released 2020-09-03** + - Forcefully disabled the SAML Setting "Use Improved SAML Library (Beta)", as we have identified some issues in this feature. Please follow instructions at https://docs.mattermost.com/deployment/sso-saml-before-you-begin.html for enabling SAML using the feature-equivalent ``xmlsec1`` utility. +- **v5.26.1, released 2020-08-25** + - Fixed an issue where users were unable to use the [``PictureAttribute`` setting](https://docs.mattermost.com/administration/config-settings.html#profile-picture-attribute) with SAML authentication. [MM-27852](https://mattermost.atlassian.net/browse/MM-27852) + - Fixed an issue where users got unexpectedly logged out from the mobile app when ``ExtendSessionLengthWithActivity`` was enabled as opening the mobile app called an API that overrode session extension triggers of typing, channel change, and posts. [MM-27184](https://mattermost.atlassian.net/browse/MM-27184) + - Fixed an issue where users experienced a kernel panic during LDAP sync when AuthData value was null. [MM-27965](https://mattermost.atlassian.net/browse/MM-27965) +- **v5.26.0, released 2020-08-16** + - Original 5.26.0 release + +### Compatibility + - PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). Mattermost is officially supporting PostgreSQL version 10 with v5.26 release as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL 10+. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgreSQL 9.4. Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). + +### Breaking Changes + - In v5.26, Elasticsearch indexes needed to be recreated. Admins should re-index Elasticsearch using the **Purge index** and then **Index now** button so that all the changes will be included in the index. Systems may be left with a limited search during the indexing, so it should be done during a time when there is little to no activity because it may take several hours. + - An ``EnableExperimentalGossipEncryption`` option was added under ``ClusterSettings``. If this is set to ``true``, and ``UseExperimentalGossip`` is also ``true``, all communication through the cluster using the gossip protocol will be encrypted. The encryption uses ``AES-256`` by default, and it is not kept configurable by design. However, if one wishes, they can set the value in Systems table manually for the ``ClusterEncryptionKey`` row. A key is a byte array converted to base64. It should be either 16, 24, or 32 bytes to select AES-128, AES-192, or AES-256. To update the key, one can execute ``UPDATE Systems SET Value='' WHERE Name='ClusterEncryptionKey';`` in MySQL and ``UPDATE systems SET value='' WHERE name='ClusterEncryptionKey'`` for PostgreSQL. For any change in this config setting to take effect, the whole cluster must be shutdown first. Then the config change made, and then restarted. In a cluster, all servers either will completely use encryption or not. There cannot be any partial usage. + +```{Important} +If you upgrade from a release earlier than 5.25, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Archive & unarchive channels from the System Console (E20 Edition) + - Channels can now be archived and unarchived with ease from the System Console. + +#### Manage members and channels in System Console using search filters (E20 Edition) + - Managing members & channels is now lot easier with new search filters. + +#### Customize log configuration and output targets (E20 Edition) + - Customize log level records beyond the standard levels of trace, debug, info, and panic, as well as configure different destinations based on discrete log levels. + +#### Get help from the Mattermost community via ‘Ask the community’ link + - You can access the community from a new “Help” menu in the channel header, after which you will create an account on our public [Mattermost Community server](https://community.mattermost.com/) to join a vibrant user community to ask questions and help your peers to troubleshoot issues. + +#### Categorize and reorder channels with channel sidebar enhancements (Experimental) + - Users now have the ability to create custom categories in the sidebar to group channels together for easier navigation, drag channels between or within categories to prioritize conversations most important to you, and much more. + +### Improvements + +#### User Interface (UI) + - Improved the styling of a deactivated user's Direct Message channel footer. + - All emoji aliases are now shown on the emoji picker. + - Added support for allowing copying and pasting of emoji shortcodes. + - Added Online, Away, Do Not Disturb, and Offline icons to the status menu for quicker recognition. + - Increased visibility of user and channel autocomplete suggestions when editing a long post. + - Added a flag icon to the post hover menu and updated pinned and flagged post styling in the channel. + - Added support for PostgreSQL & PL/pgSQL syntax highlighting. + - Expanded the width of server logs page in System Console UI to full screen width. + +#### Localization + - Promoted Russian and Dutch languages to “official”. + +#### Command Line Interface (CLI) + - Added new mmctl CLI commands, such as ``ldap idmigrate``, ``user convert``, ``channel move``, and ``user deleteall``. + +#### Search + - Added ability for Elasticsearch to search terms inside links. + - Searching for a user with a leading "@" in the search term with Elasticsearch now returns results for those users. + - Added ability to include filtering search/autocompletion by roles. + - Added ability to search/autocomplete deactivated users from Elasticsearch. + - Added missing methods such as ``PermanenteDeleteByUser`` and ``PermanenteDeleteByChannel`` that update and/or delete entities in the searchlayer. + - Implemented prefix/suffix search on Teams and Channel pages in System Console. + +#### Integrations + - Added slash command autocomplete functionality to enable commands to be executed on selection (mouse click, tab or enter). + - Added plugin API endpoint to run a slash command. + - Implemented ``http.Hijacker`` for plugins' ``ServeHTTP`` to make it possible to upgrade the ``ServeHTTP`` hook to expose a websocket connection. + +#### Command Line Interface (CLI) + - Added the ability to remove non-members of the target team if ``channel move`` fails. + +#### Administration + - Added support for a System Admin warning system that displays warnings in the announcement bar and sends Direct Messages to admins if one or more metric fulfills a certain condition. + - **System Console > Plugins** section now lists all the installed plugins regardless of the number of configurable settings associated with each plugin. + - Servers now send a push notification to mobile clients when a user's session expires. + - Clearing the Site URL in the System Console is no longer allowed. + - Changed the patch post API endpoint authorization logic to allow the ``edit_others_posts`` permission to function independently from ``edit_own_posts``. + - Included a response code in the "Received HTTP Request" log line. + - Added support for a new environment variable ``MM_LICENSE`` which can contain the contents of a license file. When set, this license takes priority over all other license sources. + - Added support for encryption for gossip protocol. + - Move gossip protocol to use only gossip. + +### Bug Fixes + - Fixed an issue where an empty outgoing webhook response generated a spurious ERROR. + - Fixed an issue where quick switch user search was always falling back to the database. + - Fixed an issue where a user's status was displayed as online while the database status was displayed as offline. + - Fixed an issue where Elasticsearch indexing job did not index users and/or channels older than the first post. + - Fixed an issue where Global Relay SMTP connection timeout was not independent of the regular SMTP email settings timeout. + - Fixed an issue with a poor performance when opening More Direct Messages modal. + - Fixed an issue where bot username validation message was unclear as it did not mention which value was invalid. + - Fixed an issue where Command+K input field lost focus when the window lost focus, causing search results to disappear. + - Fixed an issue where a highlight was missing when users at-mentioned themselves, followed by period, underscore, or hyphen. + - Fixed an issue where a 500 error was returned by the ``/posts/unread`` endpoint caused by an [integer overflow](https://en.wikipedia.org/wiki/Integer_overflow) when ``limit_after`` was set to 0. + - Fixed an issue where the footer text in invitation emails was not translated. + - Fixed an issue where ``PermanentDeleteTeam`` did not return an error but did a soft deletion if ``EnableAPITeamDeletion`` was not set. + - Fixed an issue on PostgreSQL where logging in using MFA did not respect the uppercase of the email address. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``ExperimentalDataPrefetch``, to enable messages in all unread channels to be pre-loaded from the server whenever the client reconnects to the network to eliminate loading time when users switch to unread channels. + - Under ``ClusterSettings`` in ``config.json``: + - Added ``EnableExperimentalGossipEncryption``, to enable all communication through the cluster using the gossip protocol to be encrypted. + - Under ``LogSettings`` in ``config.json``: + - Added ``EnableSentry``, to enable sentry reporting. + - Added ``AdvancedLoggingConfig``, to enable optional logging capability to allow sending log records to a number of destinations. + - Under ``FileSettings`` in ``config.json``: + - Added ``AmazonS3PathPrefix``, to allow using the same S3 bucket for multiple deployments. + - Under ``EmailSettings`` in ``config.json``: + - Added ``PushNotificationBuffer``, to remove hardcoded goroutine workers from push notifications to improve notifications arriving in order. + - Under ``SupportSettings`` in ``config.json``: + - Added ``EnableAskCommunityLink``, to enable showing a link in the Mattermost channel header under the **Help** menu. When clicked, users are redirected to https://mattermost.com/pl/default-ask-mattermost-community/, where they can join the Mattermost Community to ask questions and help others troubleshoot issues. This option is not available on the mobile apps. + - Under ``GlobalRelayMessageExportSettings`` in ``config.json``: + - Added ``SMTPServerTimeout``, to ensure Global Relay SMTP connection timeout is independent of regular email settings timeout. + +### Open Source Components + - Added ``react-native-cookies`` and ``react-native-keyboard-aware-scroll-view``, and removed ``@react-native-community/cookies`` in https://github.com/mattermost/mattermost-mobile. + - Added ``dynamic-virtualized-list`` and ``prettier`` in https://github.com/mattermost/mattermost-webapp. + - Added ``rudder-sdk-js`` in https://github.com/mattermost/mattermost-redux. + +### Database Changes + - Added a new column ``Sessions.ExpiredNotify``. + +### API Changes + - Added ``POST api/v4/bots/:bot_id/convert_to_user`` API endpoint to add the ability to convert a bot into a user. + - Added ``POST api/v4/users/:user_id/convert_to_bot`` API endpoint to add the ability to convert a user into a bot. + - Added ``GET api/v4/users/:user_id/teams/:team_id/channels/categories`` API endpoint to get a list of sidebar categories that will appear in the user's sidebar on the given team, including a list of channel IDs in each category. + - Added ``POST api/v4/users/:user_id/teams/:team_id/channels/categories`` API endpoint to create a custom sidebar category for the user on the given team. + - Added ``PUT api/v4/users/:user_id/teams/:team_id/channels/categories`` API endpoint to update any number of sidebar categories for the user on the given team. + - Added ``GET api/v4/users/:user_id/teams/:team_id/channels/categories/order`` API endpoint to get the order of the sidebar categories for a user on the given team as an array of IDs. + - Added ``PUT api/v4/users/:user_id/teams/:team_id/channels/categories/order`` API endpoint to update the order of the sidebar categories for a user on the given team. + - Added ``GET api/v4/users/:user_id/teams/:team_id/channels/categories/:category_id`` API endpoint to get a single sidebar category for the user on the given team. + - Added ``PUT api/v4/users/:user_id/teams/:team_id/channels/categories/:category_id`` API endpoint to update a single sidebar category for the user on the given team. + - Added ``DELETE api/v4/users/:user_id/teams/:team_id/channels/categories/:category_id`` API endpoint to delete a single custom sidebar category for the user on the given team. + - Added ``POST api/v4/ldap/migrateid`` API endpoint to migrate LDAP IdAttribute to a new value. + - Added ``GET api/v4/warn_metrics/status`` API endpoint to get the status of a set of metrics (enabled or disabled) from the Systems table. + - Added ``POST api/v4/warn_metrics/ack/:warn_metric_id`` API endpoint to acknowldge a warning for the ``warn_metric_id`` metric crossing a threshold (or some similar condition being fulfilled). + - Added ``GET api/v4/groups/:group_id/stats`` API endpoint to retrieve the stats of a given group. + - Added ``GET api/v4/teams/:team_id/channels/private`` API endpoint to get a list of private channels on a team based on query string parameters. + - Added ``GET api/v4/users/stats/filtered`` API endpoint to get a count of users in the system matching the specified filters. + - Added ``POST api/v4/users/:user_id/email/verify/member`` API endpoint to verify the email used by a user without a token. + - Added ``POST api/v4/users/:user_id/typing`` API endpoint to notify users in the given channel via websocket that the given user is typing. + - Added Get/Update/Delete user preferences to Plugin API. + - Added channel ID check for Plugin API ``UploadFile`` to specify the ID of the channel a file will be uploaded to. + +### Websocket Event Changes + - Added ``sidebar_category_created`` Websocket Event. + - Added ``sidebar_category_updated`` Websocket Event. + - Added ``sidebar_category_deleted`` Websocket Event. + - Added ``sidebar_category_order_updated`` Websocket Event. + - Added ``warn_metric_status_received`` Websocket Event. + - Added ``warn_metric_status_removed`` Websocket Event. + +### Known Issues + - Twitter link previews do not work in Mattermost. + - Pasted unicode emojis fail to appear once posted. + - ``CMD+SHIFT+V`` does not paste copied text on MacOS on Safari 12 (Catalina) and Firefox. + - Enabling Bleve search engine makes the Command Line Interface (CLI) mutually exclusive with the running server. This issue does not apply when using [mmctl Command Line Tool](https://docs.mattermost.com/administration/mmctl-cli-tool.html). + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [abdulsmapara](https://github.com/abdulsmapara), [abdusabri](https://github.com/abdusabri), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [aidapira](https://github.com/aidapira), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [ankallio](https://github.com/ankallio), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [AugustasV](https://github.com/AugustasV), [avasconcelos114](https://github.com/avasconcelos114), [BaaaZen](https://github.com/BaaaZen), [bbodenmiller](https://github.com/bbodenmiller), [bill2004158](https://github.com/bill2004158), [bradjcoughlin](https://github.com/bradjcoughlin), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chakatz](https://github.com/chakatz), [chikei](https://github.com/chikei), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [danielhelfand](https://github.com/danielhelfand), [DanielSz50](https://github.com/DanielSz50), [dantepippi](https://github.com/dantepippi), [Dartui](https://github.com/Dartui), [dbejanishvili](https://github.com/dbejanishvili), [deanwhillier](https://github.com/deanwhillier), [denniskamp](https://github.com/denniskamp), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [dpanic](https://github.com/dpanic), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [ericjaystevens](https://github.com/ericjaystevens), [esadur](https://github.com/esadur), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [fakela](https://github.com/fakela), [flexo3001](https://github.com/flexo3001), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [Francois-D](https://github.com/Francois-D), [gabrieljackson](https://github.com/gabrieljackson), [ghasrfakhri](https://github.com/ghasrfakhri), [gigawhitlocks](https://github.com/gigawhitlocks), [grubbins](https://github.com/grubbins), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hhhhugi](https://github.com/hhhhugi), [hmhealey](https://github.com/hmhealey), [hryuk](https://github.com/hryuk), [ialorro](https://github.com/ialorro), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jakubnovak998](https://github.com/jakubnovak998), [jasonblais](https://github.com/jasonblais), [javimox](https://github.com/javimox), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnsonbrothers](https://github.com/johnsonbrothers), [josephbaylon](https://github.com/josephbaylon), [joshuabezaleel](https://github.com/joshuabezaleel), [jseiser](https://github.com/jseiser), [JtheBAB](https://github.com/JtheBAB), [Jukie](https://github.com/Jukie), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kayron8](https://github.com/kayron8), [khos2ow](https://github.com/khos2ow), [kirkjaa](https://github.com/kirkjaa), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [liusy182](https://github.com/liusy182), [Lyimmi](https://github.com/Lyimmi), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mlongo4290](https://github.com/mlongo4290), [mustafayildirim](https://github.com/mustafayildirim), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nicolailang](https://github.com/nicolailang), [nikolaizah](https://github.com/nikolaizah), [ofpiyush](https://github.com/ofpiyush), [openmohan](https://github.com/openmohan), [phommasy](https://github.com/phommasy), [prapti](https://github.com/prapti), [qerosi](https://github.com/qerosi), [rahulchheda](https://github.com/rahulchheda), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rmatev](https://github.com/rmatev), [rodcorsi](https://github.com/rodcorsi), [ruzaq](https://github.com/ruzaq), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottjr632](https://github.com/scottjr632), [ShehryarShoukat96](https://github.com/ShehryarShoukat96), [shred86](https://github.com/shred86), [skaramanlis](https://github.com/skaramanlis), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [sridhar02](https://github.com/sridhar02), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [Szymongib](https://github.com/Szymongib), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [TRUNGTar](https://github.com/TRUNGTar), [uhlhosting](https://github.com/uhlhosting), [utkuufuk](https://github.com/utkuufuk), [Vars-07](https://github.com/Vars-07), [Venhaus](https://github.com/Venhaus), [vijaynag-bs](https://github.com/vijaynag-bs), [webchick](https://github.com/webchick), [weblate](https://github.com/weblate), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [Yohannesseifu](https://github.com/Yohannesseifu), [YushiOMOTE](https://github.com/YushiOMOTE) + +---- + +## Release v5.25 - [ESR](https://docs.mattermost.com/administration/release-definitions.html#extended-support-release-esr) + +- **v5.25.7, released 2020-12-03** + - Disabled the xmlsec1-based SAML library in favor of the re-enabled and improved SAML library. +- **v5.25.6, released 2020-11-10** + - Fixed an issue where the Compliance Exports were taking too long on large deployments. This was fixed with a performance optimization of the message export query. + - Bumped up Go patch version to 1.14.6 to fix an issue where a potential livelock was detected in the app server under heavy load. [MM-26584](https://mattermost.atlassian.net/browse/MM-26584) +- **v5.25.5, released 2020-09-03** + - Forcefully disabled the SAML Setting "Use Improved SAML Library (Beta)", as we have identified some issues in this feature. Please follow instructions at https://docs.mattermost.com/deployment/sso-saml-before-you-begin.html for enabling SAML using the feature-equivalent ``xmlsec1`` utility. +- **v5.25.4, released 2020-08-25** + - Fixed an issue where users were unable to use the [``PictureAttribute`` setting](https://docs.mattermost.com/administration/config-settings.html#profile-picture-attribute) with SAML authentication. [MM-27852](https://mattermost.atlassian.net/browse/MM-27852) + - Fixed an issue where users got unexpectedly logged out from the mobile app when ``ExtendSessionLengthWithActivity`` was enabled as opening the mobile app called an API that overrode session extension triggers of typing, channel change, and posts. [MM-27184](https://mattermost.atlassian.net/browse/MM-27184) + - Fixed an issue where users experienced a kernel panic during LDAP sync when AuthData value was null. [MM-27965](https://mattermost.atlassian.net/browse/MM-27965) + - Fixed an issue where users experienced the Mattermost server crashing on ``(Status).ToClusterJson`` calls. [MM-24544](https://mattermost.atlassian.net/browse/MM-24544) +- **v5.25.3, released 2020-08-12** + - Fixed an issue where the permission to create user access tokens on environments with OpenID Connect login providers such as GitLab was denied for System Admins. [MM-27623](https://mattermost.atlassian.net/browse/MM-27623) + - Fixed an issue where deactivated users were included in compliance exports. [MM-27194](https://mattermost.atlassian.net/browse/MM-27194) + - Fixed an issue where guest user invites did not work in a SAML environment. [MM-27519](https://mattermost.atlassian.net/browse/MM-27519) + - Fixed an issue where the bulk export didn't finish if a custom data directory was set. [MM-27550](https://mattermost.atlassian.net/browse/MM-27550) + - Fixed an issue with a performance degradation after upgrading to 5.25.0. [MM-27575](https://mattermost.atlassian.net/browse/MM-27575) + - Fixed an issue where attempting to pin a post failed if a user did not have the ``channel_mention`` permission on a channel. [MM-26346](https://mattermost.atlassian.net/browse/MM-26346) +- **v5.25.2, released 2020-07-31** + - Fixed an issue where pages in the System Console didn't scroll up or down in some browser versions. [MM-27168](https://mattermost.atlassian.net/browse/MM-27168) +- **v5.25.1, released 2020-07-23** + - Smoothed the database query load while syncing teams and channel roles by fetching data in batches. [MM-27114](https://mattermost.atlassian.net/browse/MM-27114) + - Fixed a bug in pagination which queried more data redundantly. [MM-27187](https://mattermost.atlassian.net/browse/MM-27187) + - Throttled network traffic by implementing bounded concurrency. +- **v5.25.0, released 2020-07-16** + - Original 5.25.0 release + +Mattermost v5.25.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Breaking Changes + - Some incorrect instructions regarding SAML setup with Active Directory ADFS for setting the “Relying party trust identifier” were corrected. Although the settings will continue to work, it is encouraged to [modify those settings](https://docs.mattermost.com/deployment/sso-saml-adfs-msws2016.html#add-a-relying-party-trust). + +```{Important} +If you upgrade from a release earlier than 5.24, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Improvements + - Added the ability for admins to request a 30-day E20 trial license directly in the System Console. + - [AD/LDAP Group Sync (E20)](https://docs.mattermost.com/deployment/ldap-group-sync.html) feature was moved out of Beta to General Availability. + +### Bug Fixes + - Fixed an issue where the ability to run a command to export data was erroneously available in Team Edition. + - Fixed an issue where a user lost access to the current channel and other channels in a team when Team Override Scheme was deleted. + - Fixed an issue where ADFS for SAML and AD/LDAP using ObjectGUID did not sync correctly. + - Fixed an issue where LDAP Sync job failed when one of the teams had email restrictions. + - Fixed an issue where an incorrect session length for SSO login was initiated from the mobile app. + - Fixed an issue on web mobile narrow view where clicking a hashtag in a channel header did not open the hashtag search. + - Fixed an issue where license ID was not populated correctly in the license renewal banner. + - Fixed an issue where an archived team could be fully accessed with the archived team's URL. + - Fixed an issue where leaving an archived channel did not return user to the last viewed channel. + - Fixed an issue where bulk import rejected team names prefixed with reserved keywords, even with additional text appended. + - Fixed an issue where System Admin could no longer manage custom emoji after running ``bin/mattermost permissions reset``. + - Fixed an issue where a user's role in Team Members dialog did not update when a user was searching for the user. + - Fixed an issue where Bleve was not correctly setting the query size, missing search results. + - Fixed an issue where the timezone count was not displayed correctly when a user set a new timezone and then changed it to set automatically. + - Fixed an issue where existing users were not shown in the Invite Members flow. + - Fixed an issue where the **System Console > User Management > Users** page was too tall and the **Revoke All Sessions** button was cut off when a license banner was present. + - Fixed an issue where the **Email verified** banner was red instead of green. + - Fixed an issue where **Copy Theme Colors** button in **Account Settings > Display > Theme** was not themed correctly. + - Fixed an issue where archived channel icons were too dark in the Channel Info modal with the Dark Theme. + - Fixed an issue where the **Save** button was not visible in browser for Safari on iPad device. + - Fixed an issue where the thumbnail of a user was not displayed correctly when searching for a Direct Message channel. + - Fixed an issue where text flowed outside the "Invite Members" button in "Invite People" page for some languages. + - Fixed an issue where the **Next** button in **Main Menu > Manage Members** was not visible to be able to see the last few members of the team. + - Fixed an issue where a different behavior was seen when pasting a table into message compose and to message edit box. + - Fixed an issue where one-byte unicode emoji did not support skin tones. + - Fixed an issue where no error was reported in server logs if a plugin icon was invalid. + - Fixed an issue where providing AutocompleteData did not log a proper error in the System Console. + - Fixed an issue where signup password minimum length error messages were inconsistent. + - Fixed an issue where the right-hand side overlapped the GitHub Plugin tooltip. + - Fixed an issue where the plugin right-hand side did not show tooltips when a user hovered over the Close or Expand/Shrink icons. + - Fixed an issue where query string parameters were omitted from interactive dialog request urls. + - Fixed an issue where ``store.GetPostsSince()`` did not sanitise deleted posts. + - Fixed an issue with a panic caused by nil pointer dereference in ``importTeam``. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``SamlSettings`` in ``config.json``: + - Added ``ServiceProviderIdentifier``, as the unique identifier for the Service Provider, usually the same as Service Provider Login Url. In ADFS, this must match the Relying Party Identifier. + +### Known Issues + - Twitter link previews do not work in Mattermost. + - Highlight is missing when at-mentioning yourself, followed by period, underscore, or hyphen. + - Ctrl+Enter doesn't post an edited message with "Send messages on Ctrl+Enter" enabled for all messages. + - Enabling Bleve search engine makes the Command Line Interface (CLI) mutually exclusive with the running server. This issue does not apply when using [mmctl Command Line Tool](https://docs.mattermost.com/administration/mmctl-cli-tool.html). + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://github.com/aeomin), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [Ashniu123](https://github.com/Ashniu123), [attilamolnar](https://github.com/attilamolnar), [avasconcelos114](https://github.com/avasconcelos114), [bbodenmiller](https://github.com/bbodenmiller), [bradjcoughlin](https://github.com/bradjcoughlin), [brunoro](https://github.com/brunoro), [CEOehis](https://github.com/CEOehis), [checkaayush](https://github.com/checkaayush), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [clarmso](https://github.com/clarmso), [corey-robinson](https://github.com/corey-robinson), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [craigwillis-mm](https://github.com/craigwillis-mm), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [danger89](https://github.com/danger89), [DanielSz50](https://github.com/DanielSz50), [dantepippi](https://github.com/dantepippi), [davebarkerxyz](https://github.com/davebarkerxyz), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [dpanic](https://github.com/dpanic), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [ericjaystevens](https://github.com/ericjaystevens), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [Extazx2](https://github.com/Extazx2), [faase](https://github.com/faase), [fakela](https://github.com/fakela), [farah](https://github.com/farah), [fedealconada](https://github.com/fedealconada), [FlaviaBastos](https://github.com/FlaviaBastos), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [GrigalashviliT](https://github.com/GrigalashviliT), [GrSto](https://github.com/GrSto), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gsagula](https://github.com/gsagula), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorgabucio](https://github.com/hectorgabucio), [hectorskypl](https://github.com/hectorskypl), [HilaryClarke](https://github.com/HilaryClarke), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnthompson365](https://github.com/johnthompson365), [josephbaylon](https://github.com/josephbaylon), [jseiser](https://github.com/jseiser), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kadir96](https://github.com/kadir96), [kayazeren](https://github.com/kayazeren), [khos2ow](https://github.com/khos2ow), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [liusy182](https://github.com/liusy182), [lynn915](https://github.com/lynn915), [marianunez](https://github.com/marianunez), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mitchellroe](https://github.com/mitchellroe), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nickmisasi](https://github.com/nickmisasi), [nperera](https://github.com/nperera), [octoquad](https://github.com/octoquad), [prapti](https://github.com/prapti), [promehul](https://github.com/promehul), [Qovaros](https://github.com/Qovaros), [rahimrahman](https://github.com/rahimrahman), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [TheDarkestDay](https://github.com/TheDarkestDay), [thefactremains](https://github.com/thefactremains), [thePanz](https://github.com/thePanz), [uhlhosting](https://github.com/uhlhosting), [waqasraz](https://github.com/waqasraz), [weblate](https://github.com/weblate), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [will7200](https://github.com/will7200), [Willyfrog](https://github.com/Willyfrog), [ztrayner](https://github.com/ztrayner) + +---- + +## Release v5.24 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.24.3, released 2020-07-23** + - Smoothed the database query load while syncing teams and channel roles by fetching data in batches. [MM-27114](https://mattermost.atlassian.net/browse/MM-27114) + - Fixed a bug in pagination which queried more data redundantly. [MM-27187](https://mattermost.atlassian.net/browse/MM-27187) + - Throttled network traffic by implementing bounded concurrency. +- **v5.24.2, released 2020-06-26** + - Fixed an issue where changing primary keys during migration did not work with Postgres versions lower than 9.3. [MM-26514](https://mattermost.atlassian.net/browse/MM-26514) +- **v5.24.1, released 2020-06-19** + - Fixed an issue with a semantic versioning violation of the plugin API that broke plugins using the ``GetGroupByName`` method. [MM-26231](https://mattermost.atlassian.net/browse/MM-26231) + - Fixed an issue with the Plugin Tooltip implementation that caused links to be truncated when rendered. This issue occured if you are using the recent GitHub plugin v1.0.0 release. All links were affected, regardless if they were related to GitHub. [MM-25808](https://mattermost.atlassian.net/browse/MM-25808) +- **v5.24.0, released 2020-06-16** + - Original 5.24.0 release + +Mattermost v5.24.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Breaking Changes + - A new configuration setting, ``ExtendSessionLengthWithActivity`` automatically extends sessions to keep users logged in if they are active in their Mattermost apps. It is recommended to enable this setting to improve user experience if compliant with your organizations policies. [Learn more here](https://mattermost.com/blog/session-expiry-experience). + - The ``mattermost_http_request_duration_seconds`` histogram metric (in Enterprise Edition) has been removed. This information was already captured by ``mattermost_api_time``, which also contains the api handler name, HTTP method, and the response code. As an example, if you are using ``rate(mattermost_http_request_duration_seconds_sum{server=~"$var"}[5m]) / rate(mattermost_http_request_duration_seconds_count{server=~"$var"}[5m])`` to measure average call duration, it needs to be replaced with ``sum(rate(mattermost_api_time_sum{server=~"$var"}[5m])) by (instance) / sum(rate(mattermost_api_time_count{server=~"$var"}[5m])) by (instance)``. + - Due to fixing performance issues related to emoji reactions, the performance of the upgrade has been affected in that the schema upgrade now takes more time in environments with lots of reactions in their database. These environments are recommended to perform the schema migration during low usage times and potentially in advance of the upgrade. Since this migration happens before the Mattermost Server is fully launched, non-High Availability installs will be unreachable during this time. Please see the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for full details. + - On mobile apps, users will not be able to see LDAP group mentions (E20 feature) in the autocomplete dropdown. Users will still receive notifications if they are part of an LDAP group. However, the group mention keyword will not be highlighted. + +```{Important} +If you upgrade from a release earlier than 5.23, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Notify AD/LDAP Groups with a single @mention (Beta) (E20) + - Ability to enable mentions for LDAP-synced groups so users can notify the entire group at the same time. + +#### Manage users from the System Console (E20) + - Ability to view and manage members via each team or channel configuration page. + +#### Sync profile images from AD/LDAP (E10, E20) + - Ability to ensure compliance with corporate policies by automatically syncing profile images from AD/LDAP. + +#### Automatically extending user sessions + - Ability to enable a feature that automatically extends session lengths when users are active on Mattermost apps. + +#### Access CLI remotely + - Ability to manage Mattermost without having direct access to the server with a new Local Mode for mmctl. + +#### Improved search filters + - Ability to use the mouse or keyboard to select search filters instead of typing them manually. + +#### Slash command autocomplete framework (Beta) + - Ability to make slash commands easier to use and increase discoverability with a new slash command autocomplete framework for plugins. + +#### Full-text search and indexing (Experimental) + - Ability to use Bleve to execute search functionality instead of the database. + +### Improvements + +#### Enterprise Edition (EE) + - Grace period after Enterprise Edition subscription expires was reduced from 15 days to 10 days. Moreover, Enterprise features are now disabled immediately after the grace period is over, instead of only after a server restart. Please see https://mattermost.com/pricing/#faq for more details. + +#### User Interface (UI) + - Added a count for pinned posts header icon. + - Added the ability to view user profile pop-over when clicking the profile picture or username from the **View Members** and **Manage Members** modals. + - Improved keyboard usability in the emoji picker search bar. + - Improved profile popover for posts with overwritten username or icon. + - Added support for code highlighting of TypeScript files. + +#### Notifications + - Mention notification settings for "Case sensitive first name" and "Non-case sensitive username" are now disabled by default. + +#### Search + - Added support for searching by position in user lists such as the **Add Members** menu. + +#### Integrations + - Added support for different interactive message button styles. + +#### Administration + - Added the ability to bulk create, update, and delete team members and channel members in the store, as well as bulk import users belonging to different teams and channels. + - Added auditing support to all Comman Line Interface (CLI) API’s. + - Replaced "Back to Mattermost" button with a helpful error message in the OAuth 2.0 authentication window when an incorrect Client ID is typed during authentication. + - Centralized ID validation to a single function. + +### Bug Fixes + - Fixed an issue where database read and search replicas were available in Team Edition, leading to unsupported server configuration. + - Fixed an issue where Session Idle Timeout setting also unexpectedly affected the mobile app session expiry. + - Fixed an issue where an unread channel disappeared from a list of unread channels immediately. + - Fixed an issue where a user's role was not reflected correctly in the **Team Members** modal when the user's role was updated after the modal was opened. + - Fixed an issue where the autocomplete list of channels remained populated after a user cleared the search on **Add user to a channel** modal. + - Fixed an issue where Integrations menu was available for member and team admin roles only if with oAuth2 permission. + - Fixed an issue where empty strings for ``auth_data`` created invalid users for LDAP sync during bulk import. + - Fixed an issue where bulk import did not report errors when importing posts failed. + - Fixed an issue where Compliance Export reported "success" when failing to export a missing file. + - Fixed an issue where the user interface got stuck when leaving an archived channel. + - Fixed an issue where Unicode characters appeared in users' display names. + - Fixed an issue where a failed plugin installation from the plugin marketplace retried automatically. + - Fixed an issue where markdown images hosted by plugins did not appear if local image proxy was enabled. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``ExtendSessionLengthWithActivity`` to enable sessions to be automatically extended when the user is active in their Mattermost client. + - Added ``EnableLocalMode`` to enable local mode for mmctl. + - Added ``LocalModeSocketLocation`` to set the path for the socket that the server will create for mmctl to connect and communicate through local mode. + - Changed ``EnableLinkPreviews`` to default true for new installs. + - Changed ``SessionLengthWebInDays`` to default to 30 days for new installs. + - Under ``SqlSettings`` in ``config.json``: + - Added ``DisableDatabaseSearch`` to disable the use of the database to perform searches. + - Under ``LdapSettings`` in ``config.json``: + - Added ``PictureAttribute`` to configure the attribute in the AD/LDAP server used to synchronize (and lock) the profile picture used in Mattermost. + - Under ``BleveSettings`` in ``config.json``: + - Added ``IndexDir`` to set the directory path to use for storing bleve indexes. + - Added ``EnableIndexing`` to enable the indexing of new posts to occur automatically. + - Added ``EnableSearching`` to enable search queries to use bleve search. + - Added ``EnableAutocomplete`` to enable autocomplete queries to use bleve search. + - Added ``BulkIndexingTimeWindowSeconds`` to determine the maximum time window for a batch of posts being indexed by the Bulk Indexer. + - Under ``EmailSettings`` in ``config.json``: + - Changed ``PushNotificationContents`` to default ``full`` for new installs. + +### Open Source Components + - Added ``@types/react-custom-scrollbars`` in https://github.com/mattermost/mattermost-webapp + - Added ``p-queue`` in https://github.com/mattermost/mattermost-webapp + - Added ``@react-native-community/cookies`` in https://github.com/mattermost/mattermost-mobile + - Added ``@react-native-community/masked-view`` in https://github.com/mattermost/mattermost-mobile + - Added ``analytics-react-native`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-elements`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-file-viewer`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-localize`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-reanimated`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-safe-area-context`` in https://github.com/mattermost/mattermost-mobile + - Added ``react-native-screens`` in https://github.com/mattermost/mattermost-mobile + +### Database Changes + - Added a new column ``UserGroups.AllowReference``. + - Changed the primary key on the Reactions table. + +### API Changes + - Added a new route ``POST /api/v4/group/bleve/purge_indexes`` to delete all Bleve indexes and their contents. + - Added a new route ``GET /api/v4/channels/:channel_id/member_counts_by_group`` to get the channel members counts for each AD/LDAP group that has at least one member in the channel. + - Added a new route ``GET /api/v4/teams/:team_id/commands/autocomplete_suggestions`` to get a list of autocomplete suggestions. + - Added a new route ``GET api/v4/users/:user_id/groups`` to get all AD/LDAP groups for a user. + - Added a new route ``GET api/v4/teams/:team_id/groups_by_channels`` to get a set of AD/LDAP groups associated with the channels in the given team grouped by channel. + - Added several new APIs for use by mmctl local mode, such as the ability to modify and restore teams with mmctl. + +### Websocket Event Changes + - Added a new ``received_group`` Websocket Event. + - Added a new ``received_group_associated_to_team`` Websocket Event. + - Added a new ``received_group_not_associated_to_team`` Websocket Event. + - Added a new ``received_group_associated_to_channel`` Websocket Event. + - Added a new ``received_group_not_associated_to_channel`` Websocket Event. + +### Known Issues + - Profile image of a user is not displayed correctly when searching for Direct Message channels. + - "Email verified" banner is red instead of green. + - Command+K search results disappear when the input field loses focus when Mattermost window is made unfocused. + - Enabling Bleve search engine makes the Command Line Interface (CLI) mutually exclusive with the running server. This issue does not apply when using [mmctl Command Line Tool](https://docs.mattermost.com/administration/mmctl-cli-tool.html). + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [aaronrothschild](https://github.com/aaronrothschild), [abdulsmapara](https://github.com/abdulsmapara), [adamjclarkson](https://github.com/adamjclarkson), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://translate.mattermost.com/user/aeomin/), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [avasconcelos114](https://github.com/avasconcelos114), [avddvd](https://github.com/avddvd), [awerries](https://github.com/awerries), [bbodenmiller](https://github.com/bbodenmiller), [bbuehrle](https://github.com/bbuehrle), [bradjcoughlin](https://github.com/bradjcoughlin), [cadavre](https://github.com/cadavre), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [CEOehis](https://github.com/CEOehis), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [corey-robinson](https://github.com/corey-robinson), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [craigwillis-mm](https://github.com/craigwillis-mm), [craph](https://github.com/craph), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [dantepippi](https://github.com/dantepippi), [dbejanishvili](https://github.com/dbejanishvili), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DSchalla](https://github.com/DSchalla), [ejose19](https://github.com/ejose19), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [fakela](https://github.com/fakela), [fedealconada](https://github.com/fedealconada), [FlaviaBastos](https://github.com/FlaviaBastos), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [Francois-D](https://github.com/Francois-D), [funkytwig](https://github.com/funkytwig), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gnello](https://github.com/gnello), [GrigalashviliT](https://github.com/GrigalashviliT), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gsagula](https://github.com/gsagula), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [hzeroo](https://github.com/hzeroo), [ialorro](https://github.com/ialorro), [iamsayantan](https://github.com/iamsayantan), [ikeohachidi](https://github.com/ikeohachidi), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [josephbaylon](https://github.com/josephbaylon), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [khos2ow](https://github.com/khos2ow), [kosgrz](https://github.com/kosgrz), [l0r3zz](https://github.com/l0r3zz), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [liusy182](https://github.com/liusy182), [lynn915](https://github.com/lynn915), [marianunez](https://github.com/marianunez), [mbecca](https://github.com/mbecca), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mterhar](https://github.com/mterhar), [muratbayan](https://github.com/muratbayan), [nadalfederer](https://github.com/nadalfederer), [NassimBounouas](https://github.com/NassimBounouas), [natalie-hub](https://github.com/natalie-hub), [nathanaelhoun](https://github.com/nathanaelhoun), [nevyangelova](https://github.com/nevyangelova), [nperera](https://github.com/nperera), [octoquad](https://github.com/octoquad), [pankajhirway](https://github.com/pankajhirway), [petya-v](https://github.com/petya-v), [pradeepmurugesan](https://github.com/pradeepmurugesan), [prapti](https://github.com/prapti), [psy-q](https://github.com/psy-q), [Qovaros](https://github.com/Qovaros), [Qujja](https://github.com/Qujja), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shibasisp](https://github.com/shibasisp), [Shivam010](https://github.com/Shivam010), [shred86](https://github.com/shred86), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [thefactremains](https://github.com/thefactremains), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [ThiefMaster](https://github.com/ThiefMaster), [tomasmik](https://github.com/tomasmik), [uhlhosting](https://github.com/uhlhosting), [vesari](https://github.com/vesari), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [ztrayner](https://github.com/ztrayner) + +---- + +## Release v5.23 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.23.2, released 2020-07-23** + - Smoothed the database query load while syncing teams and channel roles by fetching data in batches. [MM-27114](https://mattermost.atlassian.net/browse/MM-27114) + - Fixed a bug in pagination which queried more data redundantly. [MM-27187](https://mattermost.atlassian.net/browse/MM-27187) + - Throttled network traffic by implementing bounded concurrency. +- **v5.23.1, released 2020-06-02** + - Fixed an issue where ``Content-Type`` was no longer optional in incoming webhook requests and led to errors. [MM-25677](https://mattermost.atlassian.net/browse/MM-25677) +- **v5.23.0, released 2020-05-16** + - Original 5.23.0 release + +Mattermost v5.23.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility +PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). Mattermost will officially be supporting PostgreSQL version 10 with the Mattermost v5.26 release as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL version 10. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL version 9.4. In our 6.0 release (date to be announced), we plan on fully deprecating PostgreSQL 9.4. + +We highly recommend upgrading to PostgreSQL version 10+. Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). + +### Bug Fixes + - Fixed an issue where using slash command ``/leave`` failed to leave the channel. + - Fixed an issue where clicking on a channel link from a Direct Message channel that linked to a different team resulted in a "Page not Found" error. + - Fixed an issue where reloading a channel caused the channel to be shown as read-only for a few seconds. + - Fixed an issue where the Channel Export plugin bot channel did not appear on the left-hand side channel sidebar until the user switched to a different channel. + - Fixed an issue where no channel suggestions were displayed for ``in:`` search modifier for Guest Accounts. + - Fixed an issue where ``Guest`` tags were not shown in Group Message channel header. + - Fixed an issue where guest permissions could not be set in Team Override Schemes. + - Fixed an issue where a "this user didn't get notified" system message was missing if an at-mention was followed by a period and the user was not in the channel. + - Fixed an issue where batched emails were still sent even if there was activity from the user. + - Fixed an issue where ``/me`` messages weren't formatted in the right-hand side. + - Fixed an issue where mentions in header-changed system messages weren't highlighted. + - Fixed an issue where a thread title was missing when initial message in a thread showed as "message deleted". + - Fixed an issue where there was no hover effect when mousing over options in Search. + - Fixed an issue on Firefox where using Alt+arrow stopped working on read-only channels. + - Fixed an issue where muted channels on another team appeared as unread in team sidebar and browser tab. + - Fixed an issue where the URL field on Rename Channel modal allowed more than two underscores. + - Fixed an issue where pasting text from a GitHub code block erased post textbox contents. + - Fixed an issue where keyboard shortcuts to move between teams conflicted with a native Linux OS shortcut for switching virtual desktops. + - Fixed an issue where incoming webhooks that contained certain sized attachments resulted in an infinite loop, causing a memory leak. + - Fixed an issue with errors appearing in logs when sending a direct message to your own account. + - Fixed an issue with a "Failed to get membership" log spam for bot posts. + +### Open Source Components + - Added ``react-native-mmkv-storage`` in https://github.com/mattermost/mattermost-mobile. + - Added ``redux-action-buffer`` in https://github.com/mattermost/mattermost-mobile. + - Added ``redux-reset`` in https://github.com/mattermost/mattermost-mobile. + - Added ``serialize-error`` in https://github.com/mattermost/mattermost-mobile. + +### API Changes + - Added a new API endpoint ``GET /api/v4/users/known`` to get the list of user IDs of users with any direct relationship with a user. That means any user sharing any channel, including direct and group channels. + - ``GET /api/v4/teams/:team_id/channels`` no longer requires the ``list_team_channels`` permission. + +### Websocket Event Changes + - Added a new ``update_team_scheme`` Websocket Event. + +### Known Issues + - **Copy Theme Colors** button on custom theme Display Settings modal is not themed correctly on Mattermost dark theme. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + + - [aaronrothschild](https://github.com/aaronrothschild), [adamjclarkson](https://github.com/adamjclarkson), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://translate.mattermost.com/user/aeomin/), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ahmaddanialmohd](https://github.com/ahmaddanialmohd), [akarikuu](https://github.com/akarikuu), [Akendo](https://github.com/Akendo), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [angeloskyratzakos](https://github.com/angeloskyratzakos), [AninditaBasu](https://github.com/AninditaBasu), [asaadmahmood](https://github.com/asaadmahmood), [attilamolnar](https://github.com/attilamolnar), [avasconcelos114](https://github.com/avasconcelos114), [avddvd](https://github.com/avddvd), [bakurits](https://github.com/bakurits), [bbodenmiller](https://github.com/bbodenmiller), [bolariin](https://github.com/bolariin), [bradjcoughlin](https://github.com/bradjcoughlin), [cadavre](https://github.com/cadavre), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [ckavili](https://github.com/ckavili), [clarmso](https://github.com/clarmso), [cpanato](https://github.com/cpanato), [cpurta](https://github.com/cpurta), [craigwillis-mm](https://github.com/craigwillis-mm), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [curiousercreative](https://github.com/curiousercreative), [danger89](https://github.com/danger89), [Danziger](https://github.com/Danziger), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [dhadiseputro](https://github.com/dhadiseputro), [DHaussermann](https://github.com/DHaussermann), [ebaker](https://github.com/ebaker), [emilyhollinger](https://github.com/emilyhollinger), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [fedealconada](https://github.com/fedealconada), [FlaviaBastos](https://github.com/FlaviaBastos), [flynbit](https://github.com/flynbit), [fmunshi](https://github.com/fmunshi), [Francois-D](https://github.com/Francois-D), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gnello](https://github.com/gnello), [gramakri](https://github.com/gramakri), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gsagula](https://github.com/gsagula), [hahmadia](https://github.com/hahmadia), [hajowieland](https://github.com/hajowieland), [hanzei](https://github.com/hanzei), [haydenhw](https://github.com/haydenhw), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [iamsayantan](https://github.com/iamsayantan), [icelander](https://github.com/icelander), [igor47](https://github.com/igor47), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnthompson365](https://github.com/johnthompson365), [josephbaylon](https://github.com/josephbaylon), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [justledbetter](https://github.com/justledbetter), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lynn915](https://github.com/lynn915), [marianunez](https://github.com/marianunez), [MatthewDorner](https://github.com/MatthewDorner), [mbecca](https://github.com/mbecca), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mo2menelzeiny](https://github.com/mo2menelzeiny), [moussetc](https://github.com/moussetc), [natalie-hub](https://github.com/natalie-hub), [nevyangelova](https://github.com/nevyangelova), [Nirei](https://github.com/Nirei), [nvjacobo](https://github.com/nvjacobo), [oguera](https://github.com/oguera), [Pafzedog](https://github.com/Pafzedog), [popstr](https://github.com/popstr), [promulo](https://github.com/promulo), [Qovaros](https://github.com/Qovaros), [rahimrahman](https://github.com/rahimrahman), [rajeshkp](https://github.com/rajeshkp), [rakhi2104](https://github.com/rakhi2104), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [shred86](https://github.com/shred86), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [syuo7](https://github.com/syuo7), [T0biii](https://github.com/T0biii), [theo-o](https://github.com/theo-o), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [uhlhosting](https://github.com/uhlhosting), [vesari](https://github.com/vesari), [vespian](https://github.com/vespian), [VishalSwarnkar](https://github.com/VishalSwarnkar), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [ztrayner](https://github.com/ztrayner) + +---- + +## Release v5.22 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.22.3, released 2020-05-11** + - Fixed an issue where channels were shown as read-only when [Channel Moderation feature](https://docs.mattermost.com/deployment/advanced-permissions.html#channel-moderation-beta-e20) was used in High Availability environments. [MM-24987](https://mattermost.atlassian.net/browse/MM-24987) +- **v5.22.2, released 2020-05-05** + - Fixed an issue where message reply threads did not get correctly imported via [bulk loading tool](https://docs.mattermost.com/deployment/bulk-loading.html). [MM-24707](https://mattermost.atlassian.net/browse/MM-24707) +- **v5.22.1, released 2020-04-23** + - Fixed an issue where Amazon S3 file storage with IAM credentials failed due to a bug in the ``minio-go`` library. [MM-24388](https://mattermost.atlassian.net/browse/MM-24388) +- **v5.22.0, released 2020-04-16** + - Original 5.22.0 release + +**Release day: 2020-04-16** + +Mattermost v5.22.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + + - v5.9.0 as our Extended Support Release (ESR) is coming to the end of its lifecycle and upgrading to 5.19.0 ESR or a later version is highly recommended. v5.19.0 will continue to be our current ESR until October 15, 2020. [Learn more in our forum post](https://forum.mattermost.org/t/upcoming-extended-support-release-updates/8526). + +### Breaking Changes + + - Due to fixing performance issues related to emoji reactions, the performance of the upgrade has been affected in that the schema upgrade now takes more time in environments with lots of reactions in their database. These environments are recommended to perform the schema migration during low usage times and potentially in advance of the upgrade. Since this migration happens before the Mattermost Server is fully launched, non-High Availability installs will be unreachable during this time. + - The Channel Moderation Settings feature is supported on mobile app versions v1.30 and later. In earlier versions of the mobile app, users who attempt to post or react to posts without proper permissions will see an error. + - Direct access to the ``Props`` field in the ``model.Post`` structure has been deprecated. The available ``GetProps()`` and ``SetProps()`` methods should now be used. Also, direct copy of the ``model.Post`` structure must be avoided in favor of the provided ``Clone()`` method. + +```{Important} +If you upgrade from a release earlier than 5.21, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Read-only channels and channel moderation settings (E20) (Beta) + - System admins can use new channel-specific permissions to create read-only channels, restrict who can post in certain channels, and more. This feature is in beta and ships with Enterprise Edition E20. + +#### Team switch shortcuts + - Added new keyboard shortcuts that allow users to switch to the next or previous team using ``Ctrl/⌘ + Alt + Up/Down`` and switch to a specific team using ``Ctrl/⌘ + Alt + #``. + - Also added the ability to reorder teams on the sidebar via drag-and-drop. + +#### Unarchive Channel option in the archived channels menu + - Added the ability for users to restore archived channels via the Mattermost interface. + +#### Channel sidebar reorganization features (Experimental) + - Added improvements to the channel sidebar, including the ability to collapse categories in the sidebar (e.g., favorites, public channels, private channels, and direct messages) to reduce unnecessary scrolling. + +### Improvements + +#### User Interface (UI) + - Added several UI improvements, such as added a "Close Group Message" option to Group Message menu. + - Added a keyboard shortcut to open/close the right-hand sidebar. + - Added a keyboard shortcut to add reactions to last message in a channel or a thread. + - Added infinite scroll to Select Teams screen. + - Updated the message permalink view. + +#### Localization + - Promoted Dutch and Russian languages to Beta. + +#### Notifications + - Added support for notification sounds in Firefox. + +#### Plugins + - Allow searching for files through the plugin API. + - Allowed prepackaged and local plugins to set ``ReleaseNotesURL``. + +#### Integrations + - In interactive dialogs, the autocomplete lists now render below the input field by default. + - Extended the payload of slash commands to include a map of the users and channels mentioned in the message to their corresponding identifiers. + - Added support for recognizing multi-line slash commands without requiring trailing space after the trigger word. + +#### Bulk Import + - Added support for exporting and importing the props of a post. + +### Bug Fixes + - Fixed an issue where a user's role was not reflected correctly in the Channel Members Modal when it was updated after the modal was opened. + - Fixed an issue where verification emails were still sent on servers with SMTP configured when`Enable Email Notifications` and `Require Email Verification` were disabled in the System Console. + - Fixed an issue where a user account was still created when inviting a new user to a team with an email address that didn't match the team's allowed domain. + - Fixed an issue where System Admins could not access the Teams menu of the System Console. + - Fixed an issue where an incorrect time was displayed at midnight when 24-hour clock display was enabled. + - Fixed an issue where a channel appeared twice on the channel sidebar if the channels were created with a certain arrangement of characters. + - Fixed an issue where pasting a custom theme caused a white screen. + - Fixed an issue where a modified Edit Post dialog silently closed on a mouse click outside it. + - Fixed an issue where users were unable to drag and drop files on Edge. + - Fixed an issue where the autoresponder responded to every bot post. + - Fixed an issue where Mattermost was unable to start if a configured mail server was listening but not responding. + - Fixed an issue where LDAP sync did not finish if read database replica was enabled. + - Fixed a SIGSEGV crash issue when exporting to CSV. + - Fixed an issue where Elasticsearch error was output when running unrelated commands. + - Fixed an issue where importing from slack crashed due to invalid memory access or nil pointer dereference. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableOpenTracing``, to enable a Jaeger client to be instantiated and used to trace each HTTP request as it goes through App and Store layers. + - Added ``IdleTimeout``, to set an explicit idle timeout in the HTTP server. + - Added ``ExperimentalChannelSidebarOrganization``, to enable accessing the experimental channel sidebar feature set. + - Under ``NotificationLogSettings`` in ``config.json``: + - Added ``SMTPServerTimeout``, to enable the maximum amount of time (in seconds) allowed for establishing a TCP connection between Mattermost and the SMTP server, to be idle before being terminated. + - Added ``DirectoryId`` object, to enable the ID of the application's AAD directory. + - Added ``ExperimentalAuditSettings`` object, to enable the audit settings to output audit records to syslog (local or remote server via TLS) and/or to a local file. + +### Open Source Components + - Added ``core-js`` in https://github.com/mattermost/mattermost-redux. + - Added ``@types/redux-mock-store`` in https://github.com/mattermost/mattermost-webapp. + - Added ``react-beautiful-dnd`` in https://github.com/mattermost/mattermost-webapp. + - Added ``react-native-hw-keyboard-event`` in https://github.com/mattermost/mattermost-mobile. + - Added ``react-native-v8`` in https://github.com/mattermost/mattermost-mobile. + - Removed ``jsc-android`` from https://github.com/mattermost/mattermost-mobile. + +### Database Changes + - Various indexes were added. + +### API Changes + - Added ``GET api/v4/channels/:channels/moderations`` and ``PUT api/v4/channels/:channels/moderations/patch`` to support channel moderation settings. + - Added a ``PUT api/v4/commands/move`` endpoint to move a command to another team. + - Added a ``GET api/v4/commands`` endpoint to retrieve a command by id. + +### Websocket Event Changes + - Added ``channel_scheme_updated`` Websocket Event. + +### Known Issues + - Batched emails are still sent even if any activity from the user is detected. + - Keyboard shortcut to move between teams conflicts with Linux native OS shortcut. + - Webapp crashes if the Direct Message modal is open when a guest is removed from a channel. + - Slash command ``/leave`` fails to leave channel on webapp and crashes the Android app. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + + - [abdulsmapara](https://github.com/abdulsmapara), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://translate.mattermost.com/user/aeomin/), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ali-farooq0](https://github.com/ali-farooq0), [allenlai18](https://github.com/allenlai18), [ami9000](https://github.com/ami9000), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [angeloskyratzakos](https://github.com/angeloskyratzakos), [AninditaBasu](https://github.com/AninditaBasu), [apoxa](https://github.com/apoxa), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [ashwanisng](https://github.com/ashwanisng), [avasconcelos114](https://github.com/avasconcelos114), [bakurits](https://github.com/bakurits), [Better-Boy](https://github.com/Better-Boy), [bhuvana-guna](https://github.com/bhuvana-guna), [bolariin](https://github.com/bolariin), [bradjcoughlin](https://github.com/bradjcoughlin), [catalintomai](https://github.com/catalintomai), [caugner](https://github.com/caugner), [checkaayush](https://github.com/checkaayush), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [compiledsound](https://github.com/compiledsound), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [Durgaprasad-Budhwani](https://github.com/Durgaprasad-Budhwani), [ebiiim](https://github.com/ebiiim), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [ericjaystevens](https://github.com/ericjaystevens), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [fedealconada](https://github.com/fedealconada), [flynbit](https://github.com/flynbit), [fm2munsh](https://github.com/fm2munsh), [gabrieljackson](https://github.com/gabrieljackson), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gsagula](https://github.com/gsagula), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [haydenhw](https://github.com/haydenhw), [hectorskypl](https://github.com/hectorskypl), [hiendinhngoc](https://github.com/hiendinhngoc), [HilaryClarke](https://github.com/HilaryClarke), [hmhealey](https://github.com/hmhealey), [iamsayantan](https://github.com/iamsayantan), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [JanhaviC15](https://github.com/JanhaviC15), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [joewaitye](https://github.com/joewaitye), [johnthompson365](https://github.com/johnthompson365), [josephbaylon](https://github.com/josephbaylon), [josephk96](https://github.com/josephk96), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kajumito](https://github.com/kajumito), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kosgrz](https://github.com/kosgrz), [larkox](https://github.com/larkox), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [Lumexralph](https://github.com/Lumexralph), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [MarcoAlejandro](https://github.com/MarcoAlejandro), [marianunez](https://github.com/marianunez), [MatthewDorner](https://github.com/MatthewDorner), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mo2menelzeiny](https://github.com/mo2menelzeiny), [msvbhat](https://github.com/msvbhat), [MuLx10](https://github.com/MuLx10), [nadalfederer](https://github.com/nadalfederer), [natalie-hub](https://github.com/natalie-hub), [NeroBurner](https://github.com/NeroBurner), [nevyangelova](https://github.com/nevyangelova), [phillipahereza](https://github.com/phillipahereza), [Pomyk](https://github.com/Pomyk), [potaito](https://github.com/potaito), [prasoonmayank](https://github.com/prasoonmayank), [promulo](https://github.com/promulo), [rakhi2104](https://github.com/rakhi2104), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [RohitJain13](https://github.com/RohitJain13), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [sbis04](https://github.com/sbis04), [sbishel](https://github.com/sbishel), [shadabk96](https://github.com/shadabk96), [shibasisp](https://github.com/shibasisp), [sibashisbishi](https://github.com/sibashisbishi), [someone-somenet-org](https://github.com/someone-somenet-org), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [teyotan](https://github.com/teyotan), [TheoVitkovskiy](https://github.com/TheoVitkovskiy), [thePanz](https://github.com/thePanz), [thnat1234](https://github.com/thnat1234), [Ths2-9Y-LqJt6](https://github.com/Ths2-9Y-LqJt6), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [upwell](https://github.com/upwell), [vespian](https://github.com/vespian), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.21 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +**Release day: 2020-03-16** + +Mattermost v5.21.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + - Honour key value expiry in KVCompareAndSet, KVCompareAndDelete and KVList. We also improved handling of plugin key value race conditions and deleted keys in Postgres. + +### Bug Fixes + - Fixed an issue where switching to an unread channel sometimes got stuck at "Loading..." on certain screen resolutions. + - Fixed an issue where bots could not be added to group-synced channels or teams. + - Fixed an issue where a user's authentication method in the System Console was shown as email if it was actually LDAP. + - Fixed an issue where lines in over 65536 characters caused bulk import to fail. + - Fixed an issue where code block line numbers were copied when pasting into certain applications. + - Fixed an issue where the right-hand side reply thread scrolled down after receiving a new message. + - Fixed an issue where the post menu opened up in the right-hand side made the menu options float off page if the parent post was short with no replies. + - Fixed an issue where enabling and disabling the demo plugin generated a "connection is shutdown" error. + - Fixed an issue where deactivated users with whom a user had never interacted in a private message before appeared in the New Direct Message menu. + - Fixed an issue where clicking on an image in external image preview opened the image within the desktop app. + - Fixed an issue where users were unable to open email links using View in Browsers option in incognito mode. + - Fixed an issue where **Invite Guests > Emails** containing upper case letters were rejected. + - Fixed an issue where a new user got a "No more channels to join" message while scrolling through the channel list. + - Fixed an issue where clicking on "Terms of Service" and "Privacy Policy" on account creation on the desktop app didn't do anything. + - Fixed an issue where gendered emojis were rendered with the wrong gender. + - Fixed an issue where large video file uploads failed on the right-hand side without an appropriate error. + +### Known Issues + - Verification emails are still sent on servers with SMTP configured when`Enable Email Notifications` and `Require Email Verification` are disabled in the System Console. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + - [adamjclarkson](https://github.com/adamjclarkson), [Adovenmuehle](https://github.com/Adovenmuehle), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ajh3](https://github.com/ajh3), [ali-farooq0](https://github.com/ali-farooq0), [allenlai18](https://github.com/allenlai18), [ami9000](https://github.com/ami9000), [amyblais](https://github.com/amyblais), [andreiavrammsd](https://github.com/andreiavrammsd), [AninditaBasu](https://github.com/AninditaBasu), [Apollo9999](https://github.com/Apollo9999), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [asutosh97](https://github.com/asutosh97), [avasconcelos114](https://github.com/avasconcelos114), [bbodenmiller](https://github.com/bbodenmiller), [bolariin](https://github.com/bolariin), [bradjcoughlin](https://github.com/bradjcoughlin), [catalintomai](https://github.com/catalintomai), [checkaayush](https://github.com/checkaayush), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet/), [ctmusicnz](https://github.com/ctmusicnz), [darkdebo](https://github.com/darkdebo), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [dkbhadeshiya](https://github.com/dkbhadeshiya), [dlclark](https://github.com/dlclark), [DSchalla](https://github.com/DSchalla), [emilioicai](https://github.com/emilioicai), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [esethna](https://github.com/esethna), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [flynbit](https://translate.mattermost.com/user/flynbit/), [fm2munsh](https://github.com/fm2munsh), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [ikeohachidi](https://github.com/ikeohachidi), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [J35u527](https://github.com/J35u527), [jasonblais](https://github.com/jasonblais), [jasonlanderson](https://github.com/jasonlanderson), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnthompson365](https://github.com/johnthompson365), [josephbaylon](https://github.com/josephbaylon), [joshuabezaleel](https://github.com/joshuabezaleel), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [khos2ow](https://github.com/khos2ow), [larkox](https://github.com/larkox), [lawikip](https://github.com/lawikip), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [marianunez](https://github.com/marianunez), [matthewbirtch](https://github.com/matthewbirtch), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [nadalfederer](https://github.com/nadalfederer), [natalie-hub](https://github.com/natalie-hub), [nevyangelova](https://github.com/nevyangelova), [njkevlani](https://github.com/njkevlani), [nmlc](https://github.com/nmlc), [opllama2](https://github.com/opllama2), [phillipahereza](https://github.com/phillipahereza), [promulo](https://github.com/promulo), [RajatVaryani](https://github.com/RajatVaryani), [ramkumarrn](https://github.com/ramkumarrn), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [Rulikkk](https://github.com/Rulikkk), [RyanCommits](https://github.com/RyanCommits), [s3than](https://github.com/s3than), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [strtw](https://github.com/strtw), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [thePanz](https://github.com/thePanz), [theriverman](https://github.com/theriverman), [Ths2-9Y-LqJt6](https://github.com/Ths2-9Y-LqJt6), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [Unkn0wnCat](https://github.com/Unkn0wnCat), [vesari](https://github.com/vesari), [vespian](https://github.com/vespian), [vovapi](https://github.com/vovapi), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.20 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.20.2, released 2020-03-12** + - Fixed an issue where Mattermost server crashed when running a compliance export. [MM-23157](https://mattermost.atlassian.net/browse/MM-23157) + - Fixed an issue where switching to an unread channel got stuck at "Loading..." in certain screen resolutions. [MM-22698](https://mattermost.atlassian.net/browse/MM-22698) +- **v5.20.1, released 2020-02-16** + - Fixed an issue where upgrading to v5.20 failed on servers running with ``PluginSettings.Enable = false``, and ``LogSettings.EnableDiagnostics = true``. +- **v5.20.0, released 2020-02-16** + - Original 5.20.0 release + +Mattermost v5.20.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + +### Breaking Changes + - Any [pre-packaged plugin](https://docs.mattermost.com/administration/plugins.html#pre-packaged-plugins) that is not enabled in the ``config.json`` will no longer install automatically, but can continue to be installed via the [plugin marketplace](https://docs.mattermost.com/administration/plugins.html#plugin-marketplace). + - Boolean elements from interactive dialogs are no longer serialized as strings. While we try to avoid breaking changes, this change was necessary to allow both the web and mobile apps to work with the boolean elements introduced with v5.16. + +```{Important} +If you upgrade from a release earlier than 5.19, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### A Banner to Jump to the Most Recent Posts + - Ability to jump to the most recent posts in a channel by clicking a banner that automatically appears in busy channels with unread messages. + +#### Open Email Notifications in the Desktop or Mobile App + - Ability to open messages from email notifications in the Mattermost desktop or mobile apps instead of being directed to open them in the browser. + +#### Ship MMCTL with Mattermost + - Manage servers remotely with `mmctl`, a CLI tool that mimics the Mattermost CLI tool and ships inside Mattermost. + +#### Reworked pre-packaged plugins + - Pre-packaged plugins are now “pre-downloaded” plugins that are available within the Plugin Marketplace, even if your server doesn’t have direct access to the internet. + +#### Plugin Marketplace Labels + - Plugins supported by Mattermost and community supported plugins will be visible, making it easier to select an appropriate plugin based on your organization’s security policies. + +#### Role mapping from LDAP and SAML (E20) + - Ability to assign and restrict users to roles within Mattermost from your single sign-on (SSO) system. + +#### Faster SAML install and configuration (E20) + - Ability to use SAML without installing a separate binary and pull configuration metadata directly from the Identity Provider using an account-specific URL. + +### Improvements + +#### User Interface (UI) + - Added support for mute option in Direct Message channel menus. + - Added a red dot to browser favicon when there are unread mentions. + - Added support for displaying a left-hand side bot icon in the webapp. + - User's own username with a suffix 'you' is now shown in the username autocomplete. + - Allowed user autocomplete to match on terms with spaces. + - Improved autocomplete highlighting when using mouse and keyboard together. + - Added support for showing single image thumbnails in compact view. + - Contents of View Members and Manage Members modals now refresh when a user's role has changed. + - Filtering search by channel now also shows the channel name and not only its ID. + - Users now cannot type account input fields longer than the maximum length for first name, last name and email fields. + +#### Plugins + - Added a way to show that a plugin requires a certain Mattermost configuration setting. + - Added support for plugins to add menu items to the Channel Menu. + +#### Command Line Interface (CLI) + - Added a CLI command ``webhook move`` for moving outgoing webhooks. + +#### Bulk Import + - When bulk import finds an already existing post, it now deletes existing files before importing new ones. + - Bulk export now includes direct messages from a user to themselves. + +#### Administration + - Added support for Elasticsearch 7. + - Added ability to inform System Admins when a user who managed bot accounts is deactivated, and enable them to take ownership of the bot. + - Added LDAP/Elasticsearch/SQL Trace to server logs to make it easier for admins to diagnose problems. + - Added ``plugins`` to the list of words that a team URL cannot start with. + - Removed 26 character requirement from post action IDs. + +### Bug Fixes + - Fixed an issue where guest account creation erroneously considered the global list of whitelisted domains. + - Fixed an issue where inviting multiple users with valid and invalid emails caused the invites for the valid users not to be sent. + - Fixed an issue where option to invite users by email was displayed even if email invitations were disabled. + - Fixed an issue where the channel drop-down **Leave Channel** failed to leave the channel on a server with a subpath. + - Fixed an issue where messages with 2-byte characters didn't get posted. + - Fixed an issue where links for recent mentions and flagged posts were doubled in smaller window widths. + - Fixed an issue where opening the right-hand sidebar placed focus in the Search box instead of the Text box. + - Fixed an issue where **Customization > Site Name** help text didn't match text field behavior. + - Fixed an issue where the option to mark posts as unread was unexpectedly available when viewing archived channels. + - Fixed an issue where emoji reactions shifted down a few pixels after clicking. + - Fixed an issue where pasting code from GitHub resulted in broken markup and loss of text. + - Fixed an issue where importing theme colours from Slack gave an error. + - Fixed an issue where navigating to a plugin configuration page in the System Console for a deleted plugin returned a `Not Found` error. + - Fixed an issue where scroll bar was missing on the welcome tutorial screen in web mobile view. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``SamlSettings`` in ``config.json``: + - Added ``IdpMetadataUrl``, to add the URL where Mattermost sends a request to obtain setup metadata from the provider. + - Added ``EnableAdminAttribute`` and ``AdminAttribute``, to add the attribute in the SAML Assertion for designating System Admins. + - Under ``LdapSettings`` in ``config.json``: + - Added ``EnableAdminFilter`` and ``AdminFilter``, to enter a filter to use for designating the System Admin role to users. + - Under ``PluginSettings`` in ``config.json``: + - Added ``EnableRemoteMarketplace``, to have the server attempt to connect to the configured Plugin Marketplace to show the latest plugins. + - Added ``AutomaticPrepackagedPlugins``, so that any pre-packaged plugins enabled in the configuration will be installed or upgraded automatically. + +### Open Source Components + - Added ``@formatjs/intl-pluralrules`` in https://github.com/mattermost/mattermost-webapp. + - Added ``@formatjs/intl-relativetimeformat`` in https://github.com/mattermost/mattermost-webapp. + - Added ``custom-protocol-detection`` in https://github.com/mattermost/mattermost-webapp. + - Added ``react-inlinesvg`` in https://github.com/mattermost/mattermost-webapp. + +### Database Changes + - Added ``Bots.LastIconUpdate`` column. + - Added ``GroupTeams.SchemeAdmin`` column. + - Added ``GroupChannels.SchemeAdmin`` column. + +### API Changes + - Added ``PUT /config/patch`` REST API endpoint that uses patch semantics to only update the fields of the config that are provided, while leaving the other fields unchanged. + - Added ``POST /server_busy``, ``GET /server_busy`` and ``DELETE /server_busy`` REST API endpoints to add the ability to turn off non-critical services when under load. + +### Websocket Event Changes + - Added ``channel_restored`` Websocket Event. + +### Known Issues + - Code block line numbers are copied when pasting into certain applications. + - Deactivated users with whom you never interacted in a private message before appear in New Direct Message menu. + - Verification emails are still sent on servers with SMTP configured when`Enable Email Notifications` and `Require Email Verification` are disabled in the System Console. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[abdusabri](https://github.com/abdusabri), [aeomin](https://translate.mattermost.com/user/aeomin/), [agarciamontoro](https://github.com/agarciamontoro), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ali-farooq0](https://github.com/ali-farooq0), [allenlai18](https://github.com/allenlai18), [amyblais](https://github.com/amyblais), [andylibrian](https://github.com/andylibrian), [anidok](https://github.com/anidok), [AninditaBasu](https://github.com/AninditaBasu), [anon6789](https://github.com/anon6789), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [atulya-pandey](https://github.com/atulya-pandey), [avasconcelos114](https://github.com/avasconcelos114), [bbodenmiller](https://github.com/bbodenmiller), [bolariin](https://github.com/bolariin), [bpietraga](https://github.com/bpietraga), [bradjcoughlin](https://github.com/bradjcoughlin), [c-yan](https://github.com/c-yan), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [CEOehis](https://github.com/CEOehis), [chikei](https://github.com/chikei), [ChrisDobby](https://github.com/ChrisDobby), [chuttam](https://github.com/chuttam), [cjohannsen81](https://github.com/cjohannsen81), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [ctmusicnz](https://github.com/ctmusicnz), [davidjwilkins](https://github.com/davidjwilkins), [DE-mbecker](https://github.com/DE-mbecker), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [dlclark](https://github.com/dlclark), [dra](https://github.com/dra), [DSchalla](https://github.com/DSchalla), [emilioicai](https://github.com/emilioicai), [enahum](https://github.com/enahum), [enelson720](https://github.com/enelson720), [enolal826](https://github.com/enolal826), [esdrasbeleza](https://github.com/esdrasbeleza), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [flexo3001](https://github.com/flexo3001), [fm2munsh](https://github.com/fm2munsh), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gopheros](https://github.com/gopheros), [grubbins](https://github.com/grubbins), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [gsagula](https://github.com/gsagula), [gupsho](https://github.com/gupsho), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hector2](https://github.com/hector2), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [hunterlester](https://github.com/hunterlester), [ikeohachidi](https://github.com/ikeohachidi), [imisshtml](https://github.com/imisshtml), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [itao](https://github.com/itao), [jasonblais](https://github.com/jasonblais), [jasonlanderson](https://github.com/jasonlanderson), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jomaxro](https://github.com/jomaxro), [josephbaylon](https://github.com/josephbaylon), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justinegeffen](https://github.com/justinegeffen), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [karlmarxlopez](https://github.com/karlmarxlopez), [Kaya_Zeren](https://twitter.com/kaya_zeren), [khos2ow](https://github.com/khos2ow), [kosgrz](https://github.com/kosgrz), [larkox](https://github.com/larkox), [lawikip](https://github.com/lawikip), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lukewest](https://github.com/lukewest), [lurcio](https://github.com/lurcio), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [marianunez](https://github.com/marianunez), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mitchellroe](https://github.com/mitchellroe), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [nadalfederer](https://github.com/nadalfederer), [natalie-hub](https://github.com/natalie-hub), [niklabh](https://github.com/niklabh), [NiroshaV](https://github.com/NiroshaV), [nmlc](https://github.com/nmlc), [opllama2](https://github.com/opllama2), [phillipahereza](https://github.com/phillipahereza), [Pomyk](https://github.com/Pomyk), [popstr](https://github.com/popstr), [RajatVaryani](https://github.com/RajatVaryani), [rajudev](https://github.com/rajudev), [rascasoft](https://github.com/rascasoft), [rbradleyhaas](https://github.com/rbradleyhaas), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [RyanCommits](https://github.com/RyanCommits), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottjr632](https://github.com/scottjr632), [sij507](https://github.com/sij507), [somenet](https://github.com/somenet), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tasdomas](https://github.com/tasdomas), [thapakazi](https://github.com/thapakazi), [thefactremains](https://github.com/thefactremains), [themaverikk](https://github.com/themaverikk), [thePanz](https://github.com/thePanz), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [vesari](https://github.com/vesari), [VishalSwarnkar](https://github.com/VishalSwarnkar), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [xalkan](https://github.com/xalkan) + +---- + +## Release v5.19 - [ESR](https://docs.mattermost.com/administration/extended-support-release.html) + +Mattermost v5.19.0 contains low to high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.19.3, released 2020-06-19** + - Fixed an issue with the Plugin Tooltip implementation that caused links to be truncated when rendered. This issue occured if you are using the recent GitHub plugin v1.0.0 release. All links were affected, regardless if they were related to GitHub. [MM-25808] +- **v5.19.2, released 2020-04-21** + - Fixed an issue with unexpected crashes related to any action taken to modify post properties such as push notifications. Note for developers: Direct access to the ``Props`` field in the ``model.Post`` structure has been deprecated. To avoid crash issues, the available ``GetProps()`` and ``SetProps()`` methods should now be used. Also, direct copy of the ``model.Post`` structure must be avoided in favor of the provided ``Clone()`` method. [MM-21378](https://mattermost.atlassian.net/browse/MM-21378) + - Fixed an issue where a public channel appears in the list of Direct Message channels in the channel sidebar if the channel name is 40 characters long. [MM-23427](https://mattermost.atlassian.net/browse/MM-23427) +- **v5.19.1, released 2020-01-21** + - Fixed a regression affecting v5.18 and v5.19 where some users were experiencing client-side performance issues. This was mainly affecting users with more than 100 channels listed in the channel sidebar and with channels sorted alphabetically. [MM-20349](https://mattermost.atlassian.net/browse/MM-20349) +- **v5.19.0, released 2020-01-16** + - Original 5.19.0 release + +### Compatibility + +#### Breaking Changes + - ``LockTeammateNameDisplay`` setting was moved to Enterprise Edition E20 as it was erroneously available in Team Edition and Enterprise Edition E10. + +```{Important} +If you upgrade from a release earlier than 5.18, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Bug Fixes + - Fixed an issue where email notifications were still sent in some cases while disabled in the user interface. + - Fixed an issue where **System Console > Site Configuration > Users & Teams > Lock Teammate Name Display** should only have been available on Enterprise Edition E20 but was erroneously available also on Team Edition and Enterprise Edition E10. + - Fixed an issue where the System Console left-hand side scrollbar was too dark to see. + - Fixed an issue where inline markdown image links did not open with preview modal. + - Fixed an issue on Edge where the "+" buttons in channel list were black on Mattermost default theme. + - Fixed an issue where users were unable to scroll through message textbox autocomplete results using arrow keys. + - Fixed an issue where clicking a line separator in the Main Menu closed the menu. + - Fixed an issue where date separator showed long-format timestamps. + - Fixed an issue where the Menu help text was truncated in English for Do Not Disturb status. + - Fixed an issue where the height and width parameters in inline images didn't work. + - Fixed an issue where the day picker in after/before search didn't honor the user's timezone override. + - Fixed an issue where editing a post and hitting ```` in code block saved the post automatically instead of adding a newline. + - Fixed an issue where users were unable to close the Edit Channel Header modal when opened from the Intro Message. + - Fixed an issue where opening the channel picker using CTRL+K and then focusing on the message box using CTRL+SHIFT+L did not close the channel picker. + - Fixed an issue where the at-mention suggestions still highlighted the previous search but not the first suggestion in the list. + - Fixed an issue where the at-mention autocomplete always opened up in the right-hand side reply thread, sometimes cutting off users in the list. + - Fixed an issue with a notification badge count inconsistency when push notification setting was set to **All Activity**. + - Fixed an issue where timestamps on 12-hour format had a leading zero. + - Fixed an issue with an incorrect error message when attempting to add a bot to a channel if the bot was previously on the team. + - Fixed an issue where the client license API generated a different ETag for every response. + +### API Changes + - Etag header was added to the API endpoint to get the client license. + - Oath ``IsTrusted`` configuration can only be changed if the user has the ``manage_system`` permission. + +### Known Issues + - Client-side performance issues seen while typing. + - On a server with a subpath, channel drop-down **Leave Channel** fails to leave the channel. + - Importing theme colours from Slack gives an error. + - Inviting multiple users with valid/allowed and invalid emails causes the invites for the valid users not to be sent. + - Option to invite users by email is displayed even if email invitations are disabled. + - Users may need to reinstall and delete cache on Classic apps if launching and logging into the app get stuck. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[aaronrothschild](https://github.com/aaronrothschild), [abdusabri](https://github.com/abdusabri), [abhisek](https://github.com/abhisek), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [ali-farooq0](https://github.com/ali-farooq0), [allenlai18](https://github.com/allenlai18), [alxsah](https://github.com/alxsah), [amyblais](https://github.com/amyblais), [anidok](https://github.com/anidok), [AninditaBasu](https://github.com/AninditaBasu), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [avegrv](https://github.com/avegrv), [benbhall](https://github.com/benbhall), [bpietraga](https://github.com/bpietraga), [bradjcoughlin](https://github.com/bradjcoughlin), [calebroseland](https://github.com/calebroseland), [catalintomai](https://github.com/catalintomai), [chikei](https://github.com/chikei), [ChrisDobby](https://github.com/ChrisDobby), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [darkestofdans](https://github.com/darkestofdans), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [ethervoid](https://github.com/ethervoid), [faase](https://github.com/faase), [fm2munsh](https://github.com/fm2munsh), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gopheros](https://github.com/gopheros), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [gsagula](https://github.com/gsagula), [gupsho](https://github.com/gupsho), [hahmadia](https://github.com/hahmadia), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [igomonov88](https://github.com/igomonov88), [ilgooz](https://github.com/ilgooz), [imisshtml](https://github.com/imisshtml), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jimiolaniyan](https://github.com/jimiolaniyan), [JtheBAB](https://github.com/JtheBAB), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kop](https://github.com/kop), [kosgrz](https://github.com/kosgrz), [larkox](https://github.com/larkox), [Lena](https://translate.mattermost.com/user/Lena/), [lenucksi](https://github.com/lenucksi), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lurcio](https://github.com/lurcio), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [MariadeAnton](https://github.com/MariadeAnton), [marianunez](https://github.com/marianunez), [mavegaf](https://github.com/mavegaf), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [Mycobee](https://github.com/Mycobee), [nadalfederer](https://github.com/nadalfederer), [natalie-hub](https://github.com/natalie-hub), [nevyangelova](https://github.com/nevyangelova), [nick-brady](https://github.com/nick-brady), [phillipahereza](https://github.com/phillipahereza), [Pomyk](https://github.com/Pomyk), [RajatVaryani](https://github.com/RajatVaryani), [ramkumarvenkat](https://github.com/ramkumarvenkat), [reflog](https://github.com/reflog), [renilJoseph](https://github.com/renilJoseph), [rodcorsi](https://github.com/rodcorsi), [saneletm](https://github.com/saneletm), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [sij507](https://github.com/sij507), [smacgregor](https://github.com/smacgregor), [src-r-r](https://github.com/src-r-r), [srkgupta](https://github.com/srkgupta), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [sunsingerus](https://github.com/sunsingerus), [svelle](https://github.com/svelle), [themaverikk](https://github.com/themaverikk), [thePanz](https://github.com/thePanz), [tomasmik](https://github.com/tomasmik), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [valentijnnieman](https://github.com/valentijnnieman), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [zujko](https://github.com/zujko) + +---- + +## Release v5.18 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +Mattermost v5.18.0 contains low to high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.18.2, released 2020-01-16** + - Fixed an issue where server crashed when a user updated their Account Settings in a high availability cluster environment, and the corresponding ``user_updated`` event did not reach a guest user. [MM-21481](https://mattermost.atlassian.net/browse/MM-21481) +- **v5.18.1, released 2020-01-08** + - Mattermost v5.18.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where migrating accounts from email to SAML failed. [MM-21472](https://mattermost.atlassian.net/browse/MM-21472) +- **v5.18.0, released 2019-12-16** + - Original 5.18.0 release + +### Compatibility + +### Important Upgrade Notes +- Marking a post unread from the mobile app requires v1.26 or later. If using v5.18, but mobile is on v1.25 or earlier, marking a post unread from webapp/desktop will only be reflected on mobile the next time the app launches or is brought to the foreground. + +### Breaking Changes + - The Go module path of ``mattermost-server`` was changed to comply with the Go module version specification. Developers using Go modules with ``mattermost-server`` as a dependency must change the module and import paths to ``github.com/mattermost/mattermost-server/v5`` when upgrade this dependency to `v5.18`. See https://blog.golang.org/v2-go-modules for further information. + - Removed ``Team.InviteId`` from the related Websocket event and sanitized it on all team API endpoints for users without invite permissions. + - Removed the ability to change the type of a channel using the ``PUT /channels/{channel_id}`` API endpoint. The new ``PUT /channels/{channel_id}/privacy`` endpoint should be used for that purpose. + +```{Important} +If you upgrade from a release earlier than 5.17, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### ID Loaded push notifications (E20) + - Allows push notifications to be delivered showing the full message contents that are fetched from the server once the notification is delivered to the device. This means that Apple Push Notification Service (APNS) or Google Firebase Cloud Messaging (FCM) cannot read the message contents since only a unique message ID is sent in the notification payload. + +#### Allow Plugin Upgrades + - Added ability to upgrade plugins and prepackaged plugins via the marketplace. + +#### Mark Posts as Unread + - When marking a post as unread, the user will land on the unread post the next time they click on the relevant channel. + +#### mmctl remote CLI tool + - Allows a system admin to run commands when conventional access to the server via SSH isn't possible. + +#### View Archived Channels (Beta) + - View, share and search for content of archived channels. See more details [here](https://docs.mattermost.com/administration/config-settings.html#allow-users-to-view-archived-channels-beta). + +#### Guest Account SAML & LDAP Support (EE) + - Provision Guests directly from AD/LDAP or SAML upon login. Guests will have no access to any teams or channels until they are assigned. + +#### Actiance Improvements (E20) + - Added events (such as post/file deletion and edit events) to Actiance Export to improve tracking within the Vantage report interface. + +#### LDAP Group Sync upgraded to Beta phase (E20) + - Previously in “Experimental” phase, the linking of AD/LDAP groups to Mattermost groups is now officially in “Beta” phase. + +### Improvements + +#### User Interface (UI) + - Disabled email notifications in Do Not Disturb mode. + - Added support for showing a tooltip on public and private channel names that get truncated. + - Added support for allowing in-line markdown images to open a preview window. + - Added line numbers to code blocks that have syntax highlighting. + - Added support for trimming leading/trailing whitespace on a channel name when a channel is created. + +#### Command Line Interface (CLI) + - Updated CLI command "deleter user" to add ability to delete the given user's group memberships. + - Created CLI command "config reset" to allow resetting the value of a config setting to its default value. + +#### Integrations + - Added ability to disable attachment buttons and fields. + - Added user_name, team_domain and channel_name metadata when clicking an interactive button. + - Extended EnsureBot helper function to include bot images. + - Added support for a generic error message in interactive dialog responses. + +#### Plugins + - Added support for interplugin communication. + - Added support for server version and minimum server version checks in helper methods for plugins. + - Added support for returning results for individual plugins in **System Console > Search**. + - Added the ability to add submenus in post dropdowns for plugins. + +#### Administration + - Added support for System Administrators to control Teammate Name Display at the system level. + - Added support for revoking Guest User Sessions when the Guest Accounts feature is disabled. + - Added the ability to search in **System Console > Channels** and **System Console > Teams**. + - Added the ability to add users as another user to the plugin API. + - Restricted user access to ``/logs`` API endpoint. + - Added "Remove team" and "Change role" options in Team Membership panel. + - Added support for disabling channel settings for public and private toggle for default channels. + +#### Enterprise Edition (EE) + - Added SAML login events to the Audits Table. + - Added support for configuration of SAML crypto hashing algorithms. + - Added support for not allowing Guest invitations to teams that are managed by LDAP Group Sync. + - Added support for custom post types to Compliance exports. + +### Bug Fixes + - Fixed an issue where modifying config files caused compliance exports to run twice. + - Fixed an issue where admins were not able to create LDAP user via /api/v4/users. + - Fixed some bugs related to the [keyboard accessibility](https://docs.mattermost.com/help/getting-started/accessibility.html) feature. + - Fixed issues with Guest Accounts feature, such as an issue where the option to make guest users as team admins was erroneously provided in Manage Teams dialog on **System Console > Users**. + - Fixed an issue where an opened emoji picker floated while the user scrolled in the channel. + - Fixed an issue where "Your message is too long" warning on the right-hand side reply thread overlapped the Preview button. + - Fixed an issue where hitting escape to close autocomplete also closed channel header modal. + - Fixed an issue where negative search filter hypens and occasional random terms were highlighted in search results. + - Fixed an issue where deactivating a user increased Monthly Active Users and Daily Active Users count by 1 in **System Console > Site Statistics**. + - Fixed an issue where **Reporting > Statistics** showed 'Loading...' when the value for any of the statistics was zero. + - Fixed an issue where converting a user to a bot via the command line tool (CLI) did not create an access token and could not be deleted. + - Fixed an issue where archived channels displayed in **System Console -> Channels** page. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + - Under ``TeamSettings``: + - Added ``LockTeammateNameDisplay`` to add support for System Administrators to control Teammate Name Display at the system level. + - Under ``LdapSettings``: + - Added ``GuestFilter`` to be able to enter an AD/LDAP Filter to use when searching for external users who have Guest Access to Mattermost. + - Under ``SamlSettings``: + - Added ``SignatureAlgorithm`` to be able to choose a signature algorithm used to sign the request. + - Added ``CanonicalAlgorithm`` to be able to choose the canonicalization algorithm. + - Added ``GuestAttribute`` to add support for entering the attribute in the SAML Assertion used to apply a guest role to users. + - Under ``PluginSettings``: + - Added ``RequirePluginSignature`` to add support for requiring valid plugin signatures before starting managed or unmanaged plugins. + - Added ``SignaturePublicKeyFiles`` to add support for specifying public keys to be trusted to validate plugin signatures in addition to the Mattermost plugin signing key built-into the server. + - Under Push Notification Contents: + - Added ``id_loaded`` to add an option for full message content being fetched from the server on receipt (*Available in Enterprise Edition E20*). + - Under ``ServiceSettings``: + - Removed ``ExperimentalLdapGroupSync`` setting. + +### Open Source Components + - Added ``@types/highlight`` in https://github.com/mattermost/mattermost-webapp. + - Added ``@typescript-eslint/parser`` in https://github.com/mattermost/mattermost-webapp. + - Added ``@react-native-community/cameraroll`` in https://github.com/mattermost/mattermost-mobile. + - Added ``@sentry/react-native`` in https://github.com/mattermost/mattermost-mobile. + - Added ``form-data`` in https://github.com/mattermost/mattermost-mobile. + - Added ``react-native-fast-image`` in https://github.com/mattermost/mattermost-mobile. + - Added ``react-navigation-stack`` in https://github.com/mattermost/mattermost-mobile. + - Added ``redux-offline`` in https://github.com/mattermost/mattermost-mobile. + +### API Changes + - Added POST handler for /plugins/marketplace to install marketplace plugins. + - Added a ``search_archived`` API endpoint to be able to search archived channels. + - Added a ``post_unread`` API endpoint to be able to set posts as unread. + +### Websocket Event Changes + - Added marked post as unread Websocket Event. + - Added guests deactivated Websocket Event. + +### Known Issues + - Client-side performance issues seen while typing. + - System Console left-hand side scrollbar may be too dark to see. + - Menu help text for Do Not Disturb is truncated in English. + - Inviting multiple users with valid/allowed and invalid emails causes the invites for the valid users not to be sent. + - Option to invite users by email is displayed even if email invitations are disabled. + - Option to mark posts as unread is unexpectedly available when viewing archived channels. + - Users may need to reinstall and delete cache on Classic apps if launching and logging into the app get stuck. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[3mard](https://github.com/3mard), [a8uhnf](https://github.com/a8uhnf), [aaronrothschild](https://github.com/aaronrothschild), [abdusabri](https://github.com/abdusabri), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [akshaychhajed](https://github.com/akshaychhajed), [ali-farooq0](https://github.com/ali-farooq0), [allenlai18](https://github.com/allenlai18), [alxsah](https://github.com/alxsah), [amyblais](https://github.com/amyblais), [andresoro](https://github.com/andresoro), [anindha](https://github.com/anindha), [AninditaBasu](https://github.com/AninditaBasu), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [ashishbhate](https://github.com/ashishbhate), [avasconcelos114](https://github.com/avasconcelos114), [bradjcoughlin](https://github.com/bradjcoughlin), [brewsterbhg](https://github.com/brewsterbhg), [bvineyar](https://github.com/bvineyar), [cardoso](https://github.com/cardoso), [catalintomai](https://github.com/catalintomai), [chapa](https://github.com/chapa), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [cinlloc](https://github.com/cinlloc), [cjohannsen81](https://github.com/cjohannsen81), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [cpurta](https://github.com/cpurta), [crspeller](https://github.com/crspeller), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [drekar](https://github.com/drekar), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [enolal826](https://github.com/enolal826), [ethervoid](https://github.com/ethervoid), [etoaster](https://github.com/etoaster), [FlaviaBastos](https://github.com/FlaviaBastos), [fm2munsh](https://github.com/fm2munsh), [focusonmx](https://github.com/focusonmx), [g3rv4](https://github.com/g3rv4), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [goku321](https://github.com/goku321), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [HilalNazli](https://github.com/HilalNazli), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [ilgooz](https://github.com/ilgooz), [imisshtml](https://github.com/imisshtml), [iomodo](https://github.com/iomodo), [ishanray](https://github.com/ishanray), [ivanvc](https://github.com/ivanvc), [jabshire](https://github.com/jabshire), [jasonblais](https://github.com/jasonblais), [jaydeland](https://github.com/jaydeland), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jgbaylon](https://github.com/jgbaylon), [jimiolaniyan](https://github.com/jimiolaniyan), [johnthompson365](https://github.com/johnthompson365), [joshuabezaleel](https://github.com/joshuabezaleel), [jozuenoon](https://github.com/jozuenoon), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kanozec](https://github.com/kanozec), [karlmarxlopez](https://github.com/karlmarxlopez), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kdenz](https://github.com/kdenz), [kosgrz](https://github.com/kosgrz), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [last-partizan](https://github.com/last-partizan), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m4ver1k](https://github.com/m4ver1k), [malaDev](https://github.com/malaDev), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [MathewtheCoder](https://github.com/MathewtheCoder), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [michaelschiffmm](https://github.com/michaelschiffmm), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [natalie-hub](https://github.com/natalie-hub), [nathanmkaya](https://github.com/nathanmkaya), [niklabh](https://github.com/niklabh), [nrekretep](https://github.com/nrekretep), [Pomyk](https://github.com/Pomyk), [pqzx](https://github.com/pqzx), [pradeepmurugesan](https://github.com/pradeepmurugesan), [promulo](https://github.com/promulo), [PunitGr](https://github.com/PunitGr), [r4zorgeek](https://github.com/r4zorgeek), [RajatVaryani](https://github.com/RajatVaryani), [reflog](https://github.com/reflog), [rfoyard](https://github.com/rfoyard), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [SamWolfs](https://github.com/SamWolfs), [saneletm](https://github.com/saneletm), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottleedavis](https://github.com/scottleedavis), [Sheshagiri](https://github.com/Sheshagiri), [sij507](https://github.com/sij507), [sphr](https://github.com/sphr), [srkgupta](https://github.com/srkgupta), [sstaszkiewicz-copperleaf](https://github.com/sstaszkiewicz-copperleaf), [steevsachs](https://github.com/steevsachs), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [sunsingerus](https://github.com/sunsingerus), [svelle](https://github.com/svelle), [thePanz](https://github.com/thePanz), [TonPC64](https://github.com/TonPC64), [TQuock](https://github.com/TQuock), [uhlhosting](https://github.com/uhlhosting), [unlikelygeek](https://github.com/unlikelygeek), [valentijnnieman](https://github.com/valentijnnieman), [ventz](https://github.com/ventz), [vinicio](https://github.com/vinicio), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [wlsf82](https://github.com/wlsf82), [YuikoTakada](https://github.com/YuikoTakada) + +---- + +## Release v5.17 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +Mattermost v5.17.0 contains medium to high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.17.3, released 2020-01-08** + - Mattermost v5.17.3 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where migrating accounts from email to SAML failed. [MM-21472](https://mattermost.atlassian.net/browse/MM-21472) +- **v5.17.2, released 2019-12-18** + - Mattermost v5.17.2 contains high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.17.1, released 2019-11-25** + - Fixed an issue where leaving a channel does not work in some cases if the channel was open in another webapp or desktop client. [MM-20206](https://mattermost.atlassian.net/browse/MM-20206) +- **v5.17.0, released 2019-11-16** + - Original 5.17.0 release + +### Bug Fixes + - Fixed an issue where saving an empty string on Marketplace URL reset the URL instead of showing an error. + - Fixed an issue where the default permission was such that all users were allowed to invite a guest instead of only System Admins. + - Fixed an issue where Guest users were shown in the list when adding new members to a channel. + - Fixed an issue where attempting to configure uninstalled plugins got stuck at "Loading..." without timeout. + - Fixed an issue where clicking "Search" icon in narrow-width mode caused right-hand side to appear along with loading indicator "...". + - Fixed an issue where ``@all`` notification was still sent to all users when using TAB to press Cancel on the notification prompt. + - Fixed an issue where system messages could trigger mentions for username collisions. + - Fixed an issue where code syntax was not rendering or highlighting as expected in markdown. + - Fixed an issue where users were not able to attach a file from iPad using Safari. + - Fixed an issue where ``/code`` was rendering HTML incorrectly. + - Fixed an issue where clicking "Pinned" icon removed text in the search box. + - Fixed an issue where **Main Menu > Integrations > OAuth 2.0 Applications** page user interface broke when shrinking the window to a small size. + - Fixed an issue where no feedback was given on mobile view when the maximum post length had been exceeded. + - Fixed an issue where dragging or dropping a folder did not scroll the user to the right-hand side text box to make the error more visible. + - Fixed an issue on mobile browser view where the post menu was split in 2 and users were not able to scroll up to see "Add Reaction" option. + - Fixed an issue where pressing and holding on teams and channels in the left-hand side opened the context menu on the Desktop App. + - Fixed an issue where the user popover bled off screen when browser or Desktop App was set to full-screen mode. + - Fixed an issue where clicking locally installed plugins without a URL opened a new tab to the same page. + - Fixed an issue where interactive message buttons and menus were not vertically the same size. + - Fixed an issue where the first element was selected by default in radio elements in interactive buttons. + - Fixed an issue where search with quotation marks was not returning expected results. + - Fixed an issue where bulk importer generated invalid passwords for the user object with a missing password key. + - Fixed an issue where post metadata was returned for deleted posts. + - Fixed an issue where users were not able to use ``api/v4/websocket`` with a trailing slash. + - Fixed an issue with subpaths where in-app System Console links were missing in the ``/subpath`` and resulted in a 404 error. + - Fixed an issue where **Terms of Service** and **Privacy Policy** in **Main Menu > About Mattermost** did not permanently link to Mattermost's policies. + +### config.json + +A setting option was 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 Team Edition and Enterprise Edition: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableLatex`` to add an option to enable/disable rendering of latex code. + +### Known Issues + - Deactivating a user increases Monthly Active Users and Daily Active Users count by 1 in **System Console > Site Statistics**. + - Negative search filter hypens and occasional random terms are highlighted in search results. + - Hitting escape to close autocomplete also closes channel header modal. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[a-arias](https://github.com/a-arias), [A-Hilaly](https://github.com/A-Hilaly), [a8uhnf](https://github.com/a8uhnf), [aaronrothschild](https://github.com/aaronrothschild), [abadojack](https://github.com/abadojack), [abdusabri](https://github.com/abdusabri), [abelharisov](https://github.com/abelharisov), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [agnivade](https://github.com/agnivade), [agusl88](https://github.com/agusl88), [akantsevoi](https://github.com/akantsevoi), [akpark](https://github.com/akpark), [akshaychhajed](https://github.com/akshaychhajed), [aladhims](https://github.com/aladhims), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [ananichev](https://github.com/ananichev), [anchepiece](https://github.com/anchepiece), [andresoro](https://github.com/andresoro), [anindha](https://github.com/anindha), [aqche](https://github.com/aqche), [arjitc](https://github.com/arjitc), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [bensooraj](https://github.com/bensooraj), [boonwj](https://github.com/boonwj), [bradjcoughlin](https://github.com/bradjcoughlin), [brewsterbhg](https://github.com/brewsterbhg), [bryanculver](https://github.com/bryanculver), [catalintomai](https://github.com/catalintomai), [cedrickring](https://github.com/cedrickring), [chahat-arora](https://github.com/chahat-arora), [chikei](https://github.com/chikei), [ChrisDobby](https://github.com/ChrisDobby), [chuttam](https://github.com/chuttam), [cinlloc](https://github.com/cinlloc), [codevbus](https://github.com/codevbus), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [CSBatchelor](https://github.com/CSBatchelor), [dailos2coders](https://github.com/dailos2coders), [DaKeiser](https://github.com/DaKeiser), [deanwhillier](https://github.com/deanwhillier), [dedifferentiator](https://github.com/dedifferentiator), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [dnguy078](https://github.com/dnguy078), [drekar](https://github.com/drekar), [DropNib](https://github.com/DropNib), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [FlaviaBastos](https://github.com/FlaviaBastos), [gabrieljackson](https://github.com/gabrieljackson), [gfelixc](https://github.com/gfelixc), [gigawhitlocks](https://github.com/gigawhitlocks), [goku321](https://github.com/goku321), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [guigui64](https://github.com/guigui64), [gupsho](https://github.com/gupsho), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [hector2](https://github.com/hector2), [hectorskypl](https://github.com/hectorskypl), [HelioStrike](https://github.com/HelioStrike), [heowc](https://github.com/heowc), [hmhealey](https://github.com/hmhealey), [hypnoglow](https://github.com/hypnoglow), [iDevoid](https://github.com/iDevoid), [imavroukakis](https://github.com/imavroukakis), [imisshtml](https://github.com/imisshtml), [iomodo](https://github.com/iomodo), [isacikgoz](https://github.com/isacikgoz), [italolelis](https://github.com/italolelis), [iwataka](https://github.com/iwataka), [jairojj](https://github.com/jairojj), [jasminexie](https://github.com/jasminexie), [jasonblais](https://github.com/jasonblais), [jatinjtg](https://github.com/jatinjtg), [JeewhanR](https://github.com/JeewhanR), [jesperhansen17](https://github.com/jesperhansen17), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jkl5616](https://github.com/jkl5616), [joebordes](https://github.com/joebordes), [johnthompson365](https://github.com/johnthompson365), [jordeguevara](https://github.com/jordeguevara), [jorgeruvalcaba](https://github.com/jorgeruvalcaba), [josephk96](https://github.com/josephk96), [JosephSamela](https://github.com/JosephSamela), [joshuabezaleel](https://github.com/joshuabezaleel), [jozuenoon](https://github.com/jozuenoon), [JtheBAB](https://github.com/JtheBAB), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [karanrn](https://github.com/karanrn), [karlmarxlopez](https://github.com/karlmarxlopez), [kashifsoofi](https://github.com/kashifsoofi), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kethinov](https://github.com/kethinov), [kgeorgiou](https://github.com/kgeorgiou), [larkox](https://github.com/larkox), [laurapareja](https://github.com/laurapareja), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [LK4D4](https://github.com/LK4D4), [lucianomagrao](https://github.com/lucianomagrao), [Lumexralph](https://github.com/Lumexralph), [lurcio](https://github.com/lurcio), [malaDev](https://github.com/malaDev), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [mauricio](https://github.com/mauricio), [MayMeow](https://github.com/MayMeow), [mbluemer](https://github.com/mbluemer), [meilon](https://github.com/meilon), [Menelion](https://github.com/Menelion), [mgdelacroix](https://github.com/mgdelacroix), [mhartenbower](https://github.com/mhartenbower), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mistikel](https://github.com/mistikel), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [Mrigank11](https://github.com/Mrigank11), [Muscaw](https://github.com/Muscaw), [Mycobee](https://github.com/Mycobee), [nfriend](https://github.com/nfriend), [nicnicknicky](https://github.com/nicnicknicky), [niklabh](https://github.com/niklabh), [njkevlani](https://github.com/njkevlani), [octoquad](https://github.com/octoquad), [oksmelnik](https://github.com/oksmelnik), [pbitty](https://github.com/pbitty), [Pensu](https://github.com/Pensu), [phillipahereza](https://github.com/phillipahereza), [Phizzard](https://github.com/Phizzard), [pikami](https://github.com/pikami), [Pomyk](https://github.com/Pomyk), [pqzx](https://github.com/pqzx), [pradeepmurugesan](https://github.com/pradeepmurugesan), [ptisserand](https://github.com/ptisserand), [pushkyn](https://github.com/pushkyn), [raghuiamsingh](https://github.com/raghuiamsingh), [RajatVaryani](https://github.com/RajatVaryani), [reflog](https://github.com/reflog), [rfoyard](https://github.com/rfoyard), [rodcorsi](https://github.com/rodcorsi), [rohanjulka19](https://github.com/rohanjulka19), [rv404674](https://github.com/rv404674), [sahilsharma011](https://github.com/sahilsharma011), [SamWolfs](https://github.com/SamWolfs), [sascha-andres](https://github.com/sascha-andres), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottleedavis](https://github.com/scottleedavis), [sdesani](https://github.com/sdesani), [SezalAgrawal](https://github.com/SezalAgrawal), [shahbour](https://github.com/shahbour), [Sheshagiri](https://github.com/Sheshagiri), [simonfrey](https://github.com/simonfrey), [simross](https://github.com/simross), [sourabkumarkeshri](https://github.com/sourabkumarkeshri), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [srkgupta](https://github.com/srkgupta), [steevsachs](https://github.com/steevsachs), [stefan-malcek](https://github.com/stefan-malcek), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tgkouras](https://github.com/tgkouras), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [ThiefMaster](https://github.com/ThiefMaster), [tpaschalis](https://github.com/tpaschalis), [uhlhosting](https://github.com/uhlhosting), [Vaelor](https://github.com/Vaelor), [valentijnnieman](https://github.com/valentijnnieman), [vdepatla](https://github.com/vdepatla), [VictorAvelar](https://github.com/VictorAvelar), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [willdot](https://github.com/willdot), [Willyfrog](https://github.com/Willyfrog), [wyze](https://github.com/wyze), [xrav3nz](https://github.com/xrav3nz) + +---- + +## Release v5.16 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.16.5, released 2020-01-08** + - Mattermost v5.16.5 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where migrating accounts from email to SAML failed. [MM-21472](https://mattermost.atlassian.net/browse/MM-21472) +- **v5.16.4, released 2019-12-18** + - Mattermost v5.16.4 contains high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.16.3, released 2019-11-06** + - (Accessibility) Fixed an issue where keyboard navigation within the right-hand side did not navigate in expected order. [MM-19901](https://mattermost.atlassian.net/browse/MM-19901) +- **v5.16.2, released 2019-10-30** + - Fixed an issue where Permission Schemes was not working properly on an E10 license. [MM-19556](https://mattermost.atlassian.net/browse/MM-19556) + - Fixed an issue where switching to an unread channel sometimes got stuck at "Loading...". [MM-19091](https://mattermost.atlassian.net/browse/MM-19091) +- **v5.16.1, released 2019-10-24** + - Mattermost v5.16.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - (Accessibility) Fixed an issue where "Click here to jump to recent messages" was not accessible via keyboard. [MM-19498](https://mattermost.atlassian.net/browse/MM-19498) + - (Accessibility) Fixed an issue where post options were skipped when tabbing through a post in search results. [MM-19497](https://mattermost.atlassian.net/browse/MM-19497) + - (Accessibility) Fixed an issue where F6 did not allow navigating to the right-hand side when a thread wasn't open. [MM-18117](https://mattermost.atlassian.net/browse/MM-18117) + - Fixed an issue where a change to the production Plugin Marketplace URL wasn't backported to v5.16.0. [MM-19516](https://mattermost.atlassian.net/browse/MM-19516) +- **v5.16.0, released 2019-10-16** + - Original 5.16.0 release + +Mattermost v5.16.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + +#### Removed and Deprecated Features + + - Support for Internet Explorer (IE11) was removed. Learn more in our [forum post](https://forum.mattermost.org/t/mattermost-is-dropping-support-for-internet-explorer-ie11-in-v5-16/7575). + +### Breaking Changes + - The Mattermost Desktop v4.3.0 release includes a change to how desktop notifications are sent from non-secure URLs (http://). Organizations using non-secure Mattermost Servers (http://) will need to update to Mattermost Server versions 5.16.0+, 5.15.1, 5.14.4 or 5.9.5 (ESR) to continue receiving desktop notifications when using Mattermost Desktop v4.3.0 or later. + - When enabling [Guest Accounts](https://docs.mattermost.com/deployment/guest-accounts.html), all users who have the ability to invite users will be able to invite guests by default. System admins will need to remove this permission on each role via **System Console > Permissions Schemes**. In Mattermost Server version 5.17, the System admin will be the only role to automatically get the invite guest permission, however the fix will not be applicable in 5.16 due to database migration processes. + +### Highlights + +#### Guest Accounts + - Provides a controlled and secure method for users outside of an organization to collaborate with their organization without allowing the guest to access proprietary or confidential information. + +#### Plugin Marketplace + - The integrations marketplace is built into the product and gives system administrators the ability to discover and install Mattermost plugins that are compatible with the server version you are running. + +#### Improved user management + - System Administrators can view a user's team memberships and add a user to additional teams from the System Console without having to be a member of the team. + +### Improvements + +#### User Interface (UI) + - Added support for showing TIF image thumbnail previews. + - Added the ability to remove the custom branding image. + - Added support for showing channel links as links in email notifications. + - Added support for direct message permalinks. + - Changed recent date separators to read Today/Yesterday. + +#### Import/Export + - Added support for including the Theme property on ``UserTeamMemberships`` in bulk exports. + +#### Search + - Added support for excluding results from search. + +#### Notifications + - Enabled account related emails when ``SendEmailNotifications`` is set to false. + +#### Command Line Interface (CLI) + - Added a ``integrity`` CLI command to verify database integrity. + +#### Plugins + - Added the ability for plugins to render custom embed views for posts. + - Added support for including custom System Console components for plugins. + - Added support for plugins to close the right-hand sidebar. + +#### Integrations + - Added support for introductory markdown paragraph in interactive dialogs. + - Added a password type for interactive dialogs. + - Added support for footer and footer_icon in attachments. + - Added support for boolean elements in interactive dialogs. + - Added support for a ``radio`` type in interactive dialogs. + +#### Performance + - Improved perceived performance of the emoji picker. + - Improved post list performance by making thread comments be loaded only when needed. + - Improved quick switcher experience to make the autocomplete feel more like a modal rather than a dropdown. + +#### Administration + - Added the ability for System Administrators to revoke all sessions from all users. + - Added support for System Administrators to make public channels private and private channels public within the **System Console > User Management > Channel Configuration** page when [Experimental Groups feature](https://docs.mattermost.com/administration/config-settings.html#groups-experimental) is enabled. + - Added user Id information in the **System Console > Users** page. + - Updated System Console plugin settings page to expose enable/disable setting. + - Added ability for System Administrators to view a user's team memberships and add users to additional teams within **System Console > User Management > User Configuration**. + +### Bug Fixes + - Fixed an issue where user count did not update if a user automatically joined a channel. + - Fixed an issue where using the channel autocomplete while editing posts caused the current channel to be unread. + - Fixed an issue where users were unable to type in any other channel after leaving a draft post in preview mode in one channel and then switching to another channel. + - Fixed an issue where a user didn't see any unreads when rejoining a team if they were in a Direct Message channel when they left the last team. + - Fixed an issue where some pre-packaged plugins showed as removable in the user interface. + - Fixed an issue where clicking "Edit" of another sub-section in Account Settings appeared to save the setting that was currently being edited in an open sub-section in the same modal. + - Fixed an issue where the System Console user menu did not show all inactive users. + - Fixed an issue where a JS console error appeared when uploading an image from the right-hand side. + - Fixed some bugs related to the new [keyboard accessibility](https://docs.mattermost.com/help/getting-started/accessibility.html) feature. + - Fixed an issue where the ``/leave`` slash command was not working on direct message channels. + - Fixed an issue where the quick channel switcher box opened behind the header attachment expansion. + - Fixed an issue on mobile web view where emoji reaction modal was cut off when adding a second reaction via "+" icon. + - Fixed an issue where the username was not shown in the left-hand side on mobile web view. + - Fixed an issue where "Thumbs up" emoji did not get added to "Recently Used" section. + - Fixed an issue where trailing white space was not ignored when saving a bot username. + - Fixed an issue where enabling channel group constraints turned the admin site blank. + - Fixed an issue where SQL connections closed prematurely for clusters. + - Fixed an issue where absolute paths were not honoured in SAML certificates. + +### config.json +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``PluginSettings``: + - Added ``EnableMarketplace`` (default to true) and ``MarketplaceUrl`` (default to ``https://marketplace.integrations.mattermost.com``), to enable Plugin Marketplace feature. + - Under ``GuestAccountsSettings``: + - Added ``Enable``, ``AllowEmailAccounts``, ``EnforceMultifactorAuthentication``, and ``RestrictCreationToDomains``, to enable Guest Accounts feature. + - Changed ``SqlSettings.DataSource``, ``ElasticsearchSettings.ConnectionUrl``, and ``EmailSettings.SMTPServer`` to default to using localhost (instead of dockerhost). + - Changed ``NativeAppSettings.AppDownloadLink`` to default to ``https://mattermost.com/download/#mattermostApps`` (instead of ``https://mattermost.com/download/``). + +### Open Source Components + - Added ``react-native-android-open-settings`` in https://github.com/mattermost/mattermost-mobile. + - Added ``react-native-haptic-feedback`` in https://github.com/mattermost/mattermost-mobile. + - Added ``DefinitelyTyped`` in https://github.com/mattermost/mattermost-webapp. + - Added ``node-semver`` in https://github.com/mattermost/mattermost-webapp. + - Added ``regenerator`` in https://github.com/mattermost/mattermost-webapp. + - Added ``typescript`` in https://github.com/mattermost/mattermost-webapp. + +### API Changes + - Added a new ``GET /plugins/marketplace`` API endpoint added to list marketplace plugins. + - Added a new ``PUT /channels/:channel_id/privacy`` API endpoint to update the privacy of a channel. + - Added a new ``POST /site_url/test to test`` API endpoint to test the configured site URL. + - Added a new ``POST /teams/:team_id/invite-guests/email`` API endpoint to invite guest users by email. + - Added new ``POST /users/:user_id/promote`` and ``POST /users/:user_id/demote`` API endpoints to promote and demote users to guest accounts. + - Updated the ``PUT /channels/:channel_id/patch`` API endpoint to ensure that the requestor user has permission to see each channel member. + - Updated the ``GET /channels/:channel_id/stats`` API endpoint to include the pinned post and guest counts. + - ``PUT /roles/:role_id/patch`` API endpoint now ensures that guest account roles are not updatable without the required license and feature SKU. + - Several OAuth API endpoints were removed. + +### Database Changes + - Added a change to the ``Tokens`` table ``Extra`` column's data type. + +### Known Issues + - Saving an empty string on Plugin Marketplace URL resets the URL instead of showing an error. + - Switching to an unread channel sometimes gets stuck at "Loading...". + - Attempting to configure uninstalled plugins get stuck at "Loading..." without timeout. + - Enabling/disabling guest access in System Console fails. + - Guest users are shown in the list when adding new members to a channel. + - Negative search filter hypens and occasional random terms are highlighted in search results. + - ``@all`` notification is still sent to all users when using TAB to press Cancel on the notification prompt. + - System messages may trigger mentions for name collisions. + - Hitting escape to close autocomplete also closes channel header modal. + - Pressing and holding on teams and channels in the left-hand side opens the context menu on desktop apps. + - Modifying config files causes compliance exports to run twice. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +[a-arias](https://github.com/a-arias), [aaronrothschild](https://github.com/aaronrothschild), [abdusabri](https://github.com/abdusabri), [adarj](https://github.com/adarj), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [agusl88](https://github.com/agusl88), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [aneeeshp](https://github.com/aneeeshp), [ankitrgadiya](https://github.com/ankitrgadiya), [anuragbhd](https://github.com/anuragbhd), [arjitc](https://github.com/arjitc), [arshchimni](https://github.com/arshchimni), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [bradjcoughlin](https://github.com/bradjcoughlin), [cardoso](https://github.com/cardoso), [carlosasj](https://github.com/carlosasj), [chikei](https://github.com/chikei), [chuttam](https://github.com/chuttam), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [DarrellRichards](https://github.com/DarrellRichards), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [dhadiseputro](https://github.com/dhadiseputro), [DHaussermann](https://github.com/DHaussermann), [enahum](https://github.com/enahum), [esdrasbeleza](https://github.com/esdrasbeleza), [esethna](https://github.com/esethna), [freerider7777](https://github.com/freerider7777), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [hector2](https://github.com/hector2), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [hvhallmann](https://github.com/hvhallmann), [imisshtml](https://github.com/imisshtml), [iomodo](https://github.com/iomodo), [it33](https://github.com/it33), [janvt](https://github.com/janvt), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jkl5616](https://github.com/jkl5616), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [liusy182](https://github.com/liusy182), [Lumexralph](https://github.com/Lumexralph), [lurcio](https://github.com/lurcio), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [MatthewDorner](https://github.com/MatthewDorner), [mcrwfrd](https://github.com/mcrwfrd), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [nfriend](https://github.com/nfriend), [niklabh](https://github.com/niklabh), [OCram85](https://github.com/OCram85), [paddatrapper](https://github.com/paddatrapper), [patrickkang](https://github.com/patrickkang), [pbitty](https://github.com/pbitty), [phillipahereza](https://github.com/phillipahereza), [QamarFarooq](https://github.com/QamarFarooq), [RajatVaryani](https://github.com/RajatVaryani), [reflog](https://github.com/reflog), [renilJoseph](https://github.com/renilJoseph), [rodcorsi](https://github.com/rodcorsi), [rohanjulka19](https://github.com/rohanjulka19), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [scottleedavis](https://github.com/scottleedavis), [Selimix](https://github.com/Selimix), [sij507](https://github.com/sij507), [sowmiyamuthuraman](https://github.com/sowmiyamuthuraman), [srkgupta](https://github.com/srkgupta), [stoerchl](https://github.com/stoerchl), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [tejashreecd](https://github.com/tejashreecd), [tekminewe](https://github.com/tekminewe), [tgkouras](https://github.com/tgkouras), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [threepwood-mm](https://github.com/threepwood-mm), [tnir](https://github.com/tnir), [ulhosting](https://github.com/uhlhosting), [valentijnnieman](https://github.com/valentijnnieman), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [Willyfrog](https://github.com/Willyfrog), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.15 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.15.5, released 2020-01-08** + - Fixed an issue where migrating accounts from email to SAML failed. [MM-21472](https://mattermost.atlassian.net/browse/MM-21472) +- **v5.15.4, released 2019-12-18** + - Mattermost v5.15.4 contains high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.15.3, released 2019-11-06** + - (Accessibility) Fixed an issue where keyboard navigation within the right-hand side did not navigate in expected order. [MM-19901](https://mattermost.atlassian.net/browse/MM-19901) + - Fixed an issue where switching to an unread channel sometimes got stuck at "Loading...". [MM-19091](https://mattermost.atlassian.net/browse/MM-19091) +- **v5.15.2, released 2019-10-24** + - Mattermost v5.15.2 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - (Accessibility) Fixed an issue where "Click here to jump to recent messages" was not accessible via keyboard. [MM-19498](https://mattermost.atlassian.net/browse/MM-19498) + - (Accessibility) Fixed an issue where post options were skipped when tabbing through a post in search results. [MM-19497](https://mattermost.atlassian.net/browse/MM-19497) + - (Accessibility) Fixed an issue where F6 did not allow navigating to the right-hand side when a thread wasn't open. [MM-18117](https://mattermost.atlassian.net/browse/MM-18117) +- **v5.15.1, released 2019-10-11** + - Fixed an issue that will be introduced with a change in upcoming server v5.16 and desktop app v4.3 releases where desktop notifications will be broken as the desktop app will no longer be able to directly interact with the web app. [MM-18819](https://mattermost.atlassian.net/browse/MM-18819) + - Fixed an issue where server-side telemetry was not reporting back after 5.14 release. [MM-18115](https://mattermost.atlassian.net/browse/MM-18115) +- **v5.15.0, released 2019-09-16** + - Original 5.15.0 release + +Mattermost v5.15.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Bug Fixes + - Fixed an issue where an invalid locale caused a white screen. + - Fixed an issue where rate limited posts failed to load threads. + - Improved the group linking failure error message and logging to make it clear that the group id attribute is most likely misconfigured. + - Fixed an issue where the right-hand side did not fetch messages on socket reconnect when a different channel was in center. + - Fixed an issue where posting a message in an empty channel sometimes caused the channel to display a loading spinner. + - Fixed an issue where deleting the last post in a channel caused the channel to only display a loading spinner. + - Fixed an issue with an absence of unread badges on private channels on mobile apps. + - Fixed an issue where at-sign was missing in front of usernames in push notifications. + - Fixed some bugs related to the new [keyboard accessibility](https://docs.mattermost.com/help/getting-started/accessibility.html) feature. + - Fixed an issue where the "@" sign was replaced with keyboard accessibility feature on Italian keyboard. + - Fixed an issue where joining a new channel with few posts sometimes did not take the user to the bottom of the channel. + - Fixed an issue where scroll pop sometimes occured with embedded YouTube links. + - Fixed an issue with stuttery dropdowns in Safari. + - Fixed an issue where clicking on a post would highlight it after returning to the tab/window. + - Fixed an issue where SVG attachments bled over into subsequent posts. + - Fixed an issue where long posts were overlapping in compact view. + - Fixed an issue where the expand/collapse button in images were underlined. + - Fixed an issue where incoming webhook URL was clickable and shown as a link on the desktop app. + - Fixed an issue where the markdown helper text was missing on Edit Channel Header modal. + - Fixed an issue on mobile view where Edit/Delete/More options were not displayed on the right-hand side after a message was posted. + - Fixed an issue where the channel mute icon was displayed in the incorrect position when a channel was muted. + - Fixed an issue where there was an extra menu divider on Town Square channel menu. + - Fixed an issue on Firefox where post and comment boxes were expanding too early. + - Fixed an issue where focus was not automatically set on text input box after selecting an emoji from the emoji picker. + - Fixed an issue where channel changes were not updated for other users until refresh. + - Fixed an issue where changes to Account Settings were being saved even when the user did not click the **Save** button. + - Fixed an issue where some of the links in System Console opened the page on the same tab instead of opening it on a new browser/tab. + - Fixed an issue where installing a plugin via URL failed if the download took longer then 30 seconds. + - Fixed an issue where plugins did not get disabled when removing them. + - Fixed an issue where plugin translation files were not updated on web-clients when plugins were upgraded. + - Fixed an issue where bots could not be added to any team if server wide email domain restriction was enabled. + - Fixed an issue where pagination broke when adding users to a team. + - Fixed an issue where list of users were not paginated on warning modal for LDAP group sync team / channel removal. + - Fixed an issue where enabling LDAP Trace prevented login. + - Fixed an issue where Google User API Endpoint showed an outdated helper text. + - Fixed an issue where a markdown image with an SVG briefly displayed for sender with ``EnableSVGs`` set to false. + - Fixed an issue with an incorrect error message on Custom URL Schemes field. + +### Known Issues + - JS console error may appear when uploading an image from the right-hand side. + - Scroll pop may occur in channels with markdown images. + - Trailing white space is not ignored when saving bot user name. + - Clicking "Edit" of another sub-section in Account Settings appears to save the setting that is currently being edited in an open sub-section in the same modal. + - Some pre-packaged plugins show as removable in the User Interface. + - If ``ExperimentalStrictCSRFEnforcement`` is set to True, attempts to use ``/jira subscribe`` fail. + - Users are unable to type in any other channel after leaving a draft post in preview mode in one channel and then switching to another channel. + - User count in a channel does not update until after refresh if a user automatically joins a channel. + - Scrolling upwards while loading more posts sometimes causes you to jump upwards on Firefox. + - Modifying config files causes compliance exports to run twice. + - Using channel autocomplete while editing post causes current channel to be unread. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + + - [a-arias](https://github.com/a-arias), [aaronrothschild](https://github.com/aaronrothschild), [accxiagmbh](https://github.com/accxiagmbh), [aeomin](https://translate.mattermost.com/user/aeomin/), [Akito13](https://github.com/Akito13), [ali-farooq0](https://github.com/ali-farooq0), [Amonith](https://github.com/Amonith), [amyblais](https://github.com/amyblais), [angelbarrera92](https://github.com/angelbarrera92), [ankitrgadiya](https://github.com/ankitrgadiya), [asaadmahmood](https://github.com/asaadmahmood), [atpons](https://github.com/atpons), [bradjcoughlin](https://github.com/bradjcoughlin), [cardoso](https://github.com/cardoso), [cdncat](https://github.com/cdncat), [chikei](https://github.com/chikei), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [eilgin](https://github.com/eilgin), [ejachang](https://github.com/ejachang), [elyscape](https://github.com/elyscape), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [eshyong](https://github.com/eshyong), [ethervoid](https://github.com/ethervoid), [g3rv4](https://github.com/g3rv4), [gabrieljackson](https://github.com/gabrieljackson), [gigawhitlocks](https://github.com/gigawhitlocks), [goku321](https://github.com/goku321), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [hahmadia](https://github.com/hahmadia), [hanzei](https://github.com/hanzei), [healthchecks](https://github.com/healthchecks), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [iomodo](https://github.com/iomodo), [irbrad](https://github.com/irbrad), [it33](https://github.com/it33), [ivenk](https://github.com/ivenk), [janvt](https://github.com/janvt), [jasonblais](https://github.com/jasonblais), [jesperhansen17](https://github.com/jesperhansen17), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jozuenoon](https://github.com/jozuenoon), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kdenz](https://github.com/kdenz), [kosgrz](https://github.com/kosgrz), [krjn](https://github.com/krjn), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [Lisenish](https://github.com/Lisenish), [liusy182](https://github.com/liusy182), [lurcio](https://github.com/lurcio), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [MatthewDorner](https://github.com/MatthewDorner), [matthewshirley](https://github.com/matthewshirley), [meilon](https://github.com/meilon), [metanerd](https://github.com/metanerd), [mgdelacroix](https://github.com/mgdelacroix), [michaelgamble](https://github.com/michaelgamble), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [pichouk](https://github.com/pichouk), [Rajakavitha1](https://github.com/Rajakavitha1), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [sij507](https://github.com/sij507), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [threepwood-mm](https://github.com/threepwood-mm), [tnir](https://github.com/tnir), [ulhosting](https://github.com/uhlhosting), [uusijani](https://github.com/uusijani), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [Willyfrog](https://github.com/Willyfrog), [wyze](https://github.com/wyze) + +---- + +## Release v5.14 - [Feature Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +- **v5.14.5, released 2019-10-24** + - Mattermost v5.14.5 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.14.4, released 2019-10-11** + - Fixed an issue that will be introduced with a change in upcoming server v5.16 and desktop app v4.3 releases where desktop notifications will be broken as the desktop app will no longer be able to directly interact with the web app. [MM-18819](https://mattermost.atlassian.net/browse/MM-18819) + - Fixed an issue where server-side telemetry was not reporting back after 5.14 release. [MM-18115](https://mattermost.atlassian.net/browse/MM-18115) +- **v5.14.3, released 2019-09-16** + - Fixed an issue where edited posts were not included in Compliance Export (Beta). [MM-18522](https://mattermost.atlassian.net/browse/MM-18522) +- **v5.14.2, released 2019-08-30** + - Fixed an issue where Mattermost crashed when date-related search terms `on:` `before:` and `after:` were used in search. [MM-18143](https://mattermost.atlassian.net/browse/MM-18143) +- **v5.14.1, released 2019-08-28** + - Fixed issues with [keyboard accessibility](https://docs.mattermost.com/help/getting-started/accessibility.html) where post and search textboxes did not read characters when using the arrow keys to move back and forth through the text. [MM-17964](https://mattermost.atlassian.net/browse/MM-17964) and [MM-17974](https://mattermost.atlassian.net/browse/MM-17974) +- **v5.14.0, released 2019-08-16** + - Original 5.14.0 release + +Mattermost v5.14.0 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Compatibility + +#### Removed and Deprecated Features + + - We are removing support for Internet Explorer (IE11) in Mattermost v5.16.0, which releases on October 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/mattermost-is-dropping-support-for-internet-explorer-ie11-in-v5-16/7575). + +### Breaking Changes + + - Webhooks are now only displayed if the user is the creator of the webhook or a system administrator. + - With the update from Google+ to Google People, system admins need to ensure the ``GoogleSettings.Scope`` config.json setting is set to ``profile email`` and ``UserAPIEndpoint`` setting should be set to ``https://people.googleapis.com/v1/people/me?personFields=names,emailAddresses,nicknames,metadata`` per [updated documentation](https://docs.mattermost.com/deployment/sso-google.html). + +```{Important} +If you upgrade from a release earlier than 5.13, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Keyboard navigation and screen reader improvements + + - New keyboard navigation improvements enable you to move between app regions—like the post list, channel sidebar, and header—using F6 on the Desktop App and CTRL-F6 on a web browser. You can also use TAB, arrow keys, and ENTER to interact with buttons, links, and other elements in Mattermost. + - Screen readers are now much more compatible with Mattermost. Buttons, links, and app regions now have accurate readouts that enable visually impaired users to use Mattermost productively with screen readers. + - [Learn more](https://docs.mattermost.com/help/getting-started/accessibility.html) + +#### Bidirectional scrolling to land on oldest unread post + - No more scrolling required to get to the oldest unread post. Now when the channel opens when there are unreads it opens at the new messages line, regardless of how many unreads exist since the last time the user viewed the channel. + +#### Jira V2.1 + - Full list of features in v2.1: https://github.com/mattermost/mattermost-plugin-jira#jira-21-features. + +#### System Console tools to manage LDAP Groups within Teams and Channels (EE) + - New Team and Channel pages in the System Console allow administrators to easily manage teams and channels membership with LDAP Group Synchronization instead of using the CLI group commands released in v5.12. + +#### Pre-packaged Plugins + - [Jenkins plugin](https://github.com/mattermost/mattermost-plugin-jenkins) for interacting with jobs and builds via slash commands in Mattermost. + - [Antivirus plugin](https://github.com/mattermost/mattermost-plugin-antivirus) for scanning files uploaded to Mattermost. + - [GitLab plugin](https://github.com/mattermost/mattermost-plugin-gitlab) for getting notifications in Mattermost about mentions, review requests and comments. + +### Improvements + +#### User Interface (UI) + - Added support for allowing ``+`` and ``.`` in **System Console > Customization > Posts > Custom URL Schemes**. + - Added support for Range on files needed by Safari to view videos. + - Added ability to add info cards to the right-hand side section. + - Added support for rendering emojis in Message Attachment field titles. + - Changed "About" section references to use the site name when it is configured in **System Console > Custom Branding > Site Name**. + - Combined "Send messages on CTRL+ENTER" with code block setting. + - Added ability to upload files on paste when file constructor is not supported (ie. in Edge or IE11). + +#### Import/Export + - Added the ability to import Slack corporate export files with direct messages, group messages and private channels. + - Added support for exporting Global Relay to zip file. + +#### Webhooks +- ``EnableWebhookDebugging`` now logs the request id for additional context when debugging. + - Added support for plugins to dismiss posts through the ``MessageWillBePosted`` hook. Dismissed posts no longer show up as a client-side error. + - Added an optional "icon_emoji" field to incoming webhooks to use an emoji in place of the display picture when the webhook posts into Mattermost. + +#### Integrations + - Added support for interactive dialogs without elements, e.g. for confirmation dialogs. + - Added support for relative links in interactive message buttons, simplifying plugin development. + +#### Plugins + - Added support for plugins to override right-hand sidebar. + - Added support for plugins to trigger interactive dialogs programmatically, instead of only after a user action. + +#### Bot Accounts + - Added an identifier for compliance exports when a message is posted by a bot account. + - Created a dedicated System Console page at /admin_console/integrations/bot_accounts to organize bot configuration options. + +#### Command Line Interface (CLI) + - Added support for converting bot accounts to user accounts with email/password login through the CLI. + - Extended the config migrate command to handle SAML keys and certificates. + - Updated CLI channel list and search commands to show if a channel is private. + - Create CLI command "team modify" to modify team's privacy setting. + +#### Administration + - Office365 SSO was promoted out of beta. + - Removed maximum length from ``LinkMetadata`` value so that links can generate OpenGraph previews and be stored in the database. + - The config.json file is now generated with build time using defaults in code and not in ``default.json``. + - Added new settings to have more control over ``BindAddress`` and ``AdvertiseAddress`` in the cluster server to allow users to configure properly in situations where the servers are communicating through another server using NAT. + - implemented enhanced logging for CSRF warnings by adding the following information to each request: Remote Adddress, Path, User ID, Session ID. + +#### Enterprise Edition (EE) + - Added support for signing SAML requests, as required for Infosec approval. + - Added support for configuring the interface used for cluster peer discovery in High Availability clusters. + +### Bug Fixes + - Fixed an issue where pagination of group members was broken in LDAP Groups. + - Fixed an issue where the options to leave a team was disabled for all teams and not just the primary team when a primary team was set. + - Fixed an issue where bulk import got stuck when importing lines were missing the "type" entry. + - Fixed an issue where titles for webhooks, commands and OAuth apps were no longer bolded in the System Console. + - Fixed an issue where disabling email notifications also disabled email invites. + - Fixed an issue where Admins were shown a warning of a user's bot being deactivated even if they already were. + - Fixed an issue where a bot profile image disappeared when saving bot details. + - Fixed an issue where plus-sign was not visible on mobile browser view for reacting with a new emoji next to existing reactions. + - Fixed an issue in the System Console where the UserID in User Activity Logs changed from email to UserID. + - Fixed an issue where user got a notification to add a bot to a channel when mentioning it. + - Fixed an issue where permanenently deleting a bot user didn't remove it from the bots table. + - Fixed an issue where a scroll pop was caused by large image dimensions in markdown. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``ClusterSettings`` in ``config.json``: + - Added ``NetworkInterface`` to allow configuring devices to detect the IP in High Availability clusters. + - Added ``BindAddress`` and ``AdvertiseAddress`` to add more control over bind and advertising address in a cluster server. + - Under ``ComplianceSettings`` in ``config.json``: + - Added ``SignRequest`` to add support for signing SAML requests. + - Under ``PluginSettings`` in ``config.json``: + - Added ``AllowInsecureDownloadUrl`` to allow servers to download and install a plugin from a remote url via the System Console. + +### Open Source Components + + - Added ``core-js`` in https://github.com/mattermost/mattermost-mobile/. + - Added ``deepmerge`` in https://github.com/mattermost/mattermost-mobile/. + - Removed ``react-native-bottom-sheet`` from https://github.com/mattermost/mattermost-mobile/. + - Added ``react-hot-loader`` in https://github.com/mattermost/mattermost-webapp. + - Removed ``@babel/polyfill`` from https://github.com/mattermost/mattermost-webapp. + - Removed ``redux-persist-transform-filter`` from https://github.com/mattermost/mattermost-webapp. + - Removed ``url-search-params-polyfill`` from https://github.com/mattermost/mattermost-webapp. + - Removed ``whatwg-fetch`` from https://github.com/mattermost/mattermost-webapp. + +### API Changes + - Migrated user API endpoint from Google+ API to People API. + - Added ``api/v4/channels/group/search`` API endpoint to return the group channels whose members' usernames match the search term. + - Added ``/api/v4/channels/:channel_id/members_minus_group_members`` API endpoint to determine users who will be removed from a group-synchronized channel. + - Added ``api/v4/posts/unread`` API endpoint to support landing on the last unread post. + - Added ``api/v4/teams/:team_id/members_minux_group_members`` API endpoint to determine users who will be removed from a group-synchronized team. + - Added ``api/v4/users/group_channels`` API endpoint to get an object containing a key per group channel id in the query and its value as a list of users members of that group channel. + - Added ``api/v4/sessions/revoke/all`` API endpoint to add the ability to revoke sessions from all users. + +#### Plugin API + - Added ``GetBotIconImage``, ``SetBotIconImage`` and ``DeleteBotIconImage`` API endpoints to control bot icon images. + - Added ``api/v4/plugins/install_from_url`` API endpoint to allow server to download and install a plugin from a remote url. + +### Known Issues + - Users are unable to type in any other channel after leaving a draft post in preview mode in one channel and then switching to another channel. + - Google User API Endpoint shows outdated helper text. + - Making a post in an empty channel sometimes causes the channel to display a loading spinner. + - Deleting the last post in a channel causes the channel to only display a loading spinner. + - Markdown helper text is missing on Edit Channel Header modal. + - User count in a channel does not update until after refresh if a user automatically joins a channel. + - Long posts might overlap in compact view. + - Joining a new channel with few posts might not take the user to the bottom of the channel. + - Missing messages can be caused if network fails on API calls. + - Search help text popover may not display on narrow screen view. + - Expand/collapse in image icons are underlined. + - Messages may not load when opening a channel with multiple unread messages. + - Scrolling upwards while loading more posts sometimes causes you to jump upwards on Firefox. + - Post and comment boxes are expanding too early on Firefox. + - Modifying config files causes compliance exports to run twice. + - Using channel autocomplete while editing post causes current channel to be unread. + - Scroll pop may occur with embedded YouTube links. + - Clicking on a post will highlight it after returning to the tab/window. + - Plugin translation files are not updated on web-client when plugins are upgraded. + - Changes to Account Settings are being saved even when user does not clicks on Save button. + - SVG attachments bleed over into subsequent posts. + - Custom-Attributes plugin might crash. + - Pagination breaks when adding users to a team. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + + - [a-arias](https://github.com/a-arias), [aaronrothschild](https://github.com/aaronrothschild), [aayushbisen](https://github.com/aayushbisen), [adzimzf](https://github.com/adzimzf), [aeomin](https://translate.mattermost.com/user/aeomin/), [AGMETEOR](https://github.com/AGMETEOR), [alejandrosame](https://github.com/alejandrosame), [ali-farooq0](https://github.com/ali-farooq0), [alxsah](https://github.com/alxsah), [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [bbodenmiller](https://github.com/bbodenmiller), [bnoggle](https://github.com/bnoggle), [bradjcoughlin](https://github.com/bradjcoughlin), [chikei](https://github.com/chikei), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [devinbinnie](https://github.com/devinbinnie), [DSchalla](https://github.com/DSchalla), [elyscape](https://github.com/elyscape), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [eshyong](https://github.com/eshyong), [gabrieljackson](https://github.com/gabrieljackson), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [hvhallmann](https://github.com/hvhallmann), [Hyaxia](https://github.com/Hyaxia), [Inconnu08](https://github.com/Inconnu08), [irbrad](https://github.com/irbrad), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jesperhansen17](https://github.com/jesperhansen17), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnthompson365](https://github.com/johnthompson365), [Jonany](https://github.com/Jonany), [joshuabezaleel](https://github.com/joshuabezaleel), [justinegeffen](https://github.com/justinegeffen), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [keaton185](https://github.com/keaton185), [kosgrz](https://github.com/kosgrz), [krjn](https://github.com/krjn), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lpadgett](https://github.com/lpadgett), [lurcio](https://github.com/lurcio), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mounicapaladugu](https://github.com/mounicapaladugu), [mzaks](https://github.com/mzaks), [noxer](https://github.com/noxer), [ollykel](https://github.com/ollykel), [PeterDaveHello](https://github.com/PeterDaveHello), [phillipahereza](https://github.com/phillipahereza), [piperRyan](https://github.com/piperRyan), [Rajakavitha1](https://github.com/Rajakavitha1), [RajatVaryani](https://github.com/RajatVaryani), [rajiv-k](https://github.com/rajiv-k), [reflog](https://github.com/reflog), [rexredinger](https://github.com/rexredinger), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [Selimix](https://github.com/Selimix), [SezalAgrawal](https://github.com/SezalAgrawal), [srkgupta](https://github.com/srkgupta), [steevsachs](https://github.com/steevsachs), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tapaswenipathak](https://github.com/tapaswenipathak), [tekminewe](https://github.com/tekminewe), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [ulhosting](https://github.com/uhlhosting), [VolatianaYuliana](https://github.com/VolatianaYuliana), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [Willyfrog](https://github.com/Willyfrog) + +---- + +## Release v5.13 - [Quality Release](https://docs.mattermost.com/process/release-faq.html#release-overview) + +Mattermost v5.13.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.13.3, released 2019-08-22** + - Mattermost v5.13.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.13.2, released 2019-07-24** + - Fixed performance issues in channels with large message history due to a change made to posts query. [MM-16936](https://mattermost.atlassian.net/browse/MM-16936) + - Fixed an issue where some settings were not visible in the System Console. [MM-17114](https://mattermost.atlassian.net/browse/MM-17114) + - Fixed an issue where announcement banner overlapped content. [MM-17115](https://mattermost.atlassian.net/browse/MM-17115) + - Fixed an issue where the scroll position was not at the new message indicator on switching channels when there were 30-60 unread messages. [MM-17078](https://mattermost.atlassian.net/browse/MM-17078) +- **v5.13.1, released 2019-07-19** + - Fixed an issue with Jira plugin where creating or attaching to Jira issues failed due to GDPR changes released by Atlassian. Affected Jira Cloud only, not Jira Server or Jira Data Center. [MM-17060](https://mattermost.atlassian.net/browse/MM-17060) + - Fixed an issue in server logs where messages related to OpenGraph API were unnecessarily reported as errors. [MM-17043](https://mattermost.atlassian.net/browse/MM-17043) + - Fixed an issue in the System Console without an Enterprise Edition license where **Push Notification Contents** setting was not available. [MM-17008](https://mattermost.atlassian.net/browse/MM-17008) +- **v5.13.0, released 2019-07-16** + - Original 5.13.0 release + +### Compatibility + +#### Removed and Deprecated Features + + - We are removing support for Internet Explorer (IE11) in Mattermost v5.16.0, which releases on October 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/mattermost-is-dropping-support-for-internet-explorer-ie11-in-v5-16/7575). + - v4.10.0 as our current Extended Support Release (ESR) is coming to the end of its lifecycle. We will be implementing version v5.9.0 as a new ESR starting July 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/extended-support-release-update/7099). + +### Bug Fixes + - Fixed an issue where changing the timezone setting to "Set automatically" did not work on the mobile app. + - Fixed an issue where the channel introduction content sometimes disappeared on opening a channel. + - Fixed an issue with missing messages. + - Fixed an issue where disabling Join/Leave Messages and switching to a specific channel caused a white screen. + - Fixed an issue where the SMTP server password was no longer concealed in the System Console. + - Fixed an issue where Notifications and Plugins settings were missing in the System Console for restricted system administrators. + - Fixed an issue where "Enable AD/LDAP Group Sync" was visible in experimental System Console settings section in Team Edition servers. + - Fixed an issue where **System Console > SMTP > Connection Security** setting was missing in Team Edition servers. + - Fixed an issue where "Allow Mobile upload/download Files" options in the System Console where not hidden in Team Edition servers. + - Fixed an issue where channel links did not work inside brackets. + - Fixed an issue where uploading a team icon image fired a JS console error and a blank image preview. + - Fixed an issue on Safari where a user jumped to the top of the Direct Messages selection list every few seconds. + - Fixed an issue where "Error populating syncables" was seen on login when LDAP groups tried to add a user to a team that was at its maximum number of users. + - Fixed an issue where the slash command ``/rename`` was restricted to 22-character maximum channel name length. + - Fixed an issue where Manage Members menu was visible even if a user did not have Manage Member permissions when viewing the Main Menu. + - Fixed an issue where the "Set a Header" button in the channel introduction was not clickable. + - Fixed an issue where Group Message and private channel icons in the sidebar were misaligned. + - Fixed an issue where custom emojis sometimes overlapped in messages. + - Fixed an issue where bot tags were misaligned in search results and in the "in:" modifier in the search bar autocomplete. + - Fixed an issue where the post menu divider had a gap in mobile view. + - Fixed an issue where the bottom of right-hand side was cut off in tablet view. + - Fixed an issue where the channel dropdown menu user interface was broken in mobile view when Zoom plugin was enabled. + - Fixed an issue where the Save button was hidden in the System Console when a banner was displayed at the top of the page. + - Fixed an issue where users were not able to search for split parts of first/last names or for split characters such as ``_`` with elasticsearch autocomplete enabled. + - Fixed an issue where OAuth endpoints returned application/json content type for HTML redirects. + - Fixed an issue where json responses were not returned for errors on oauth API endpoints, and a 500 error was returned instead of 4xx errors. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``ElasticsearchSettings`` in ``config.json``: + - Added ``SkipTLSVerification`` to ignore certificate verification for Elasticsearch. + +#### Open Source Components + + - Added ``moment-timezone`` in https://github.com/mattermost/mattermost-redux/. + +#### Database Changes + + - ``plugins`` type entries in the ``Jobs`` table will be purged on upgrade. This job was incorrectly configured to run every minute, spamming the table with mostly useless records. All old records will be removed on upgrade, and the job will run daily instead. + +### Known Issues + - Cannot leave any team when a default [primary team](https://docs.mattermost.com/administration/config-settings.html#primary-team-experimental) is set. + - Titles for webhooks, commands and OAuth apps are no longer bolded in the System Console. + - Users can get logged out of server without a session expiry notification. + - Desktop app hangs on opening emoji picker. + - When a primary team is set, the options to leave a team is disabled for all teams, not just the primary team. + - Plugin crashes the server when calling ``w.WriteHeader(0)``. + - Bot account profile image disappears when saving bot details. + - Custom emoji containing specified letters do not appear in emoji autocomplete, unless they start with the letters or have been returned in the autocomplete before. + - Buttons inside ephemeral messages are not clickable / functional on the mobile app. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + + - [aaronrothschild](https://github.com/aaronrothschild), [aeomin](https://translate.mattermost.com/user/aeomin/), [adzimzf](https://github.com/adzimzf), [alxsah](https://github.com/alxsah), [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [Banyango](https://github.com/Banyango), [bbodenmiller](https://github.com/bbodenmiller), [bezumkin](https://github.com/bezumkin), [bolariin](https://github.com/bolariin), [bradjcoughlin](https://github.com/bradjcoughlin), [carmo-evan](https://github.com/carmo-evan), [chikei](https://github.com/chikei), [cjohannsen81](https://github.com/cjohannsen81), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cseeger-epages](https://github.com/cseeger-epages), [Dak425](https://github.com/Dak425), [danmaas](https://github.com/danmaas), [deanwhillier](https://github.com/deanwhillier), [dependabot[bot]](https://github.com/dependabot[bot]), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [elyscape](https://github.com/elyscape), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [ewwollesen](https://github.com/ewwollesen), [gabrieljackson](https://github.com/gabrieljackson), [georgewitteman](https://github.com/georgewitteman), [GianOrtiz](https://github.com/GianOrtiz), [giorgosdi](https://github.com/giorgosdi), [glebtv](https://github.com/glebtv), [goku321](https://github.com/goku321), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [Inconnu08](https://github.com/Inconnu08), [iomodo](https://github.com/iomodo), [it33](https://github.com/it33), [ivenk](https://github.com/ivenk), [jasonblais](https://github.com/jasonblais), [jesperhansen17](https://github.com/jesperhansen17), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jkl5616](https://github.com/jkl5616), [joewaitye](https://github.com/joewaitye), [johnthompson365](https://github.com/johnthompson365), [Jonany](https://github.com/Jonany), [jsmestad](https://github.com/jsmestad), [JtheBAB](https://github.com/JtheBAB), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kevinetienne](https://github.com/kevinetienne), [kim95175](https://github.com/kim95175), [kincl](https://github.com/kincl), [kosgrz](https://github.com/kosgrz), [krjn](https://github.com/krjn), [lassimus](https://github.com/lassimus), [Lena](https://translate.mattermost.com/user/Lena/), [letsila](https://github.com/letsila), [levb](https://github.com/levb),[lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [LocalHeroPro](https://github.com/LocalHeroPro), [lurcio](https://github.com/lurcio), [manland](https://github.com/manland), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://github.com/maruTA-bis5), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mjthomp95](https://github.com/mjthomp95), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [moksahero](https://github.com/moksahero), [mounicapaladugu](https://github.com/mounicapaladugu), [mstoli](https://github.com/mstoli), [mzaks](https://github.com/mzaks), [nafisfaysal](https://github.com/nafisfaysal), [nils-schween](https://github.com/nils-schween), [patterns](https://github.com/patterns), [piperRyan](https://github.com/piperRyan), [pradeepmurugesan](https://github.com/pradeepmurugesan), [RajatVaryani](https://github.com/RajatVaryani), [reflog](https://github.com/reflog), [renatopeterman](https://github.com/renatopeterman), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [SezalAgrawal](https://github.com/SezalAgrawal), [Sheshagiri](https://github.com/Sheshagiri), [srkgupta](https://github.com/srkgupta), [steevsachs](https://github.com/steevsachs), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tapaswenipathak](https://github.com/tapaswenipathak), [tarikeshaq](https://github.com/tarikeshaq), [tekminewe](https://github.com/tekminewe), [Theaxiom](https://github.com/Theaxiom), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [ThiefMaster](https://github.com/ThiefMaster), [tomasmik](https://github.com/tomasmik), [ulhosting](https://github.com/uhlhosting), [utaani](https://github.com/utaani), [waseem18](https://github.com/waseem18), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [willdot](https://github.com/willdot), [Willyfrog](https://github.com/Willyfrog), [Wipeout55](https://github.com/Wipeout55), [yuya-oc](https://github.com/yuya-oc), [zkry](https://github.com/zkry) + +---- + +## Release v5.12 - Feature Release + +Mattermost v5.12.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.12.6, released 2019-08-22** + - Mattermost v5.12.6 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.12.5, released 2019-07-19** + - Fixed an issue with Jira plugin where creating or attaching to Jira issues failed due to GDPR changes released by Atlassian. Affected Jira Cloud only, not Jira Server or Jira Data Center. [MM-17060](https://mattermost.atlassian.net/browse/MM-17060) +- **v5.12.4, released 2019-07-15** + - Fixed an issue with missing messages. [MM-16921](https://mattermost.atlassian.net/browse/MM-16921) +- **v5.12.3, released 2019-07-09** + - Fixed an issue where setting the MM_SQLSETTINGS_DATASOURCEREPLICAS environment variable broke the server startup. [MM-16719](https://mattermost.atlassian.net/browse/MM-16719) +- **v5.12.2, released 2019-07-03** + - Fixed an issue where Net Promoter Score (NPS) went into a loop when [Experimental Enable Automatic Replies feature](https://docs.mattermost.com/administration/config-settings.html#enable-automatic-replies-experimental) was turned on in Account Settings. +- **v5.12.1, released 2019-06-28** + - Fixed an issue where messages were sometimes missing after reconnecting the network. [MM-16423](https://mattermost.atlassian.net/browse/MM-16423) + - Fixed an issue where the client sometimes crashed while viewing a direct message channel. [MM-16480](https://mattermost.atlassian.net/browse/MM-16480) + - Fixed an issue where Net Promoter Score (NPS) printed an error message in server logs when Error and Diagnostics Reporting was disabled. [MM-16465](https://mattermost.atlassian.net/browse/MM-16465) + - Fixed an issue where Net Promoter Score (NPS) telemetry reporting surveys were disabled if the setting had not been modified. [MM-16554](https://mattermost.atlassian.net/browse/MM-16554) +- **v5.12.0, released 2019-06-16** + - Original 5.12.0 release + +### Breaking changes since last release + + - If your plugin uses the ``DeleteEphemeralMessage`` plugin API, update it to accept a ``postId string`` parameter. See [documentation](https://developers.mattermost.com/extend/plugins/server/reference/#API.DeleteEphemeralPost) to learn more. + - Image link and YouTube previews do not display unless **System Console > Enable Link Previews** is enabled. Please ensure that your Mattermost server is connected to the internet and has network access to the websites from which previews are expected to appear. [Learn more here](https://docs.mattermost.com/administration/config-settings.html#enable-link-previews). + - ``ExperimentalEnablePostMetadata`` setting was removed. Post metadata, including post dimensions, is now stored in the database to correct scroll position and eliminate scroll jumps as content loads in a channel. + +```{Important} +If you upgrade from a release earlier than 5.11, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Infinite Scroll + - Read messages more easily. Older posts are loaded automatically as you scroll up instead of having to click the "Load more messages" button at the top of the screen. This feature is not supported on Internet Explorer (IE11). + +#### Bot Accounts + - Users no longer have to rely on creating fake user accounts to act as bots for integrations. Instead, create a real bot account and use it to generate bot access tokens to interact with users and complete tasks. + - Users can can also use these bots to post to any channel in the system, whether it’s a private team, private channel or a direct message channel. + - For Enterprise deployments, bot accounts no longer count as an active user towards licensing subscriptions. + - To learn more about bot accounts, see [the documentation](https://mattermost.com/pl/default-bot-accounts). + +#### Jira Plugin 2.0 + - Enhanced existing plugin for a deep two-way integration between Jira and Mattermost. + - Send notifications for Jira issue creation, issue updates and comments to Mattermost channels. + - Users can also take quick actions in Mattermost, including creating Jira issues, attaching Mattermost messages to Jira issues, and transitioning issues via slash commands. + - For a full feature set for 2.0, see https://github.com/mattermost/mattermost-plugin-jira#jira-20-features. + +#### Pre-packaged Plugins + - New pre-packaged plugins bundled with this Mattermost release include: + - [GitHub plugin](https://github.com/mattermost/mattermost-plugin-github) for notifications, reminders and slash commands to stay up-to-date on issues and pull requests. Supports GitHub SaaS and Enterprise versions. + - [Autolink plugin](https://github.com/mattermost/mattermost-plugin-autolink) to automatically hyperlink text, such as adding links to your issue tracker when someone posts an issue key or number. + - [Custom Attributes plugin](https://github.com/mattermost/mattermost-plugin-custom-attributes) to add custom attributes in the user profile popover. + - [Welcome Bot plugin](https://github.com/mattermost/mattermost-plugin-welcomebot) to improve onboarding and HR processes by adding a Welcome Bot that helps add new team members to channels. + - [Amazon SNS CloudWatch plugin](https://github.com/mattermost/mattermost-plugin-aws-sns) to send alert notifications from [Amazon AWS CloudWatch](https://aws.amazon.com/cloudwatch/) to Mattermost channels via AWS SNS. + +#### System Console Reorganization + - Informational architecture restructure of the System Console to make a more logical flow to the settings and to provide a more cohesive experience for hiding features on the Mattermost Private Cloud product, where the system admin should not have access to change configurations that affect the environment directly. + +#### Net Promoter Score (NPS) + - We are gathering user feedback to help improve user experience and hear directly from our users. The feature can be disabled via **System Console > Plugins > Net Promoter Score**. + +#### AD/LDAP Group Sync Removals (Enterprise Edition E20) + - System Admins can manage the membership of private teams and channels with AD/LDAP groups, eliminating the need to individually add and remove members. Users in the groups are automatically removed from the team or channel when removed from an associated group. + +#### User/Channel Search & Autocomplete in Elasticsearch (Enterprise Edition E20) + - Added new settings in **System Console > Elasticsearch** to enable [Elasticsearch](https://docs.mattermost.com/deployment/elasticsearch.html) for autocompletion queries. When enabled, Elasticsearch uses its indexed data for user/channel search queries and autocomplete queries. + +### Improvements + +#### User Interface (UI) + - Added an option to add a user to a channel from the profile popover. + - Removed ``@`` for full name display in push notifications. + +#### Plugins + - Added support for Markdown in plugin System Console help text fields. + - Added support for plugins to override ephemeral posts. + +#### Localization + - Promoted Polish language to "official". + +#### Command Line Interface (CLI) + - Added a ``command modify`` CLI command to modify slash commands. + - Added a ``mattermost user convert --bot`` CLI command to convert user accounts to bot accounts. + - Implemented a new command ``config migrate`` for migrating configuration to and from the database. + - For AD/LDAP Group Sync, added the following CLI commands: + - ``group team enable`` to add the ability to switch a team to be group-constrained. + - ``group team disable``to add the ability to disable group constraint on the specified team. + - ``group team list`` to list the groups associated with a team. + - ``group team status`` to show the group constraint status of the specified team. + - ``group channel enable`` to add the ability to switch a channel to be group-constrained. + - ``group channel disable`` to disable group constraint on the specified channel. + - ``group channel list`` to list the groups associated with a channel. + - ``group channel status`` to show the group constraint status of the specified channel. + +#### Administration + - Added support for running two Mattermost instances on the same domain using subpaths. + - Added support for importing threads from Slack. + +### Bug Fixes + - Fixed an issue where releasing a mouse click while the cursor was outside of the Rename Channel modal would close the modal. + - Fixed an issue where a whitepage occured after uploading a plugin with an invalid ``settings_schema`` value. + - Fixed an issue where the announcement banner overlapped channel content. + - Fixed an issue where license expiration notice banner could not be dismissed prior to the license expiration date. + - Fixed an issue where the channel switcher autocomplete didn't function properly when autocompleting the name of a person who was the first person named in a group message channel. + - Fixed an issue where inline images in markdown preview didn't get expanded. + - Fixed an issue where replies to the parent post were not left-aligned. + - Fixed an issue where the timezone picker dropdown closed when trying to drag the scrollbar. + - Fixed an issue where the ``ExperimentalPrimaryTeam`` config.json setting no longer hid the "Leave Team" option. + - Fixed an issue where the setting position field for AD/LDAP sync in System Console did not block user from changing it in Account Settings. + - Fixed an issue where scrolling was not working on iOS browser sign-up and sign-in pages. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``"PluginSettings":`` in ``config.json``: + - Added ``"EnableHealthCheck": true``, to ensure all plugins are periodically monitored, and restarted or deactivated based on their health status. + - Under ``"NotificationLogSettings":`` in ``config.json``: + - Added ``"EnableConsole": true``, ``"ConsoleLevel": "DEBUG"``, ``"ConsoleJson": true``, ``"EnableFile": true``, ``"FileLevel": "INFO"``, ``"FileJson": true``, and ``"FileLocation": ""``, to implement a structured logger to keep track of push notifications. + - Under ``"ServiceSettings":`` in ``config.json``: + - Added ``"EnableBotAccountCreation": false`` to enable bot account creation. + - Added ``"DisableBotsWhenOwnerIsDeactivated": true`` to disable bots automatically when the owner is deactivated. + - Added ``"TrustedProxyIPHeader": []``, to explicitly define which IP headers are trusted. + +### Database Changes + - `SchemeGuest` column added to the `TeamMembers` table. + - `SchemeGuest` column added to the `ChannelMembers` table. + - `DefaultTeamGuestRole` column added to the `Schemes` table, and set to an empty string. + - `DefaultChannelGuestRole` column added to the `Schemes` table, and set to an empty string. + +### API Changes + +#### RESTful API v4 Changes + - Updated API to use gziphandler wrapper if server is configured to use gzip. This ensures that the Mattermost server can respond to REST API requests with compressed data (via gzip) to reduce the amount of bandwidth used. + - LDAP Group Sync: + - Added API endpoints ``getGroupsByChannel`` and ``GetGroupsByTeam`` to retrieve groups by team and by channel. + - Added ``group_constrained`` API to both ``/users`` and ``/users/search`` endpoints to be able to limit users listed to those allowed by group-constraints. + - Added the ``GetGroups`` API endpoint to retrieve lists of groups with searching, pagination, and member counts. + - Disabled Team InviteID modification via Create/Update actions and moved it to a dedicated API endpoint. + +#### Plugin API v4 Changes + - Added ``KVCompareAndSet(key string, old []byte, new []byte)`` to Plugin API to add support for transactional semantics with KV Store in plugin framework. + +### Known Issues + - Creating or attaching to Jira issues fails for Jira Cloud. This is resolved in v5.12.5. + - Messages related to OpenGraph API are unnecessarily reported as errors in the server logs. This is resolved in v5.13.1. + - **Push Notification Contents** setting is not available in the System Console in servers without an Enterprise Edition license. This is resolved in v5.13.1. + - Channels with large message history may have performance issues. This is resolved in v5.13.2. + - **Site Configuration > Notifications > Email Notification Contents** is missing from E10 servers. This is resolved in v5.13.2. + - Changing announcement banner overlaps content. This is resolved in v5.13.2. + - Scroll position is not at the new message indicator on switching channels with unreads between 30-60. This is resolved in v5.13.2. + - Titles for webhooks, commands and OAuth apps are no longer bolded in the System Console. + - Users can get logged out of server without a session expiry notification. + - Desktop app hangs on opening emoji picker. + - When a primary team is set, the options to leave a team is disabled for all teams, not just the primary team. + - Plugin crashes the server when calling ``w.WriteHeader(0)``. + - Bot account profile image disappears when saving bot details. + - Custom emoji containing specified letters do not appear in emoji autocomplete, unless they start with the letters or have been returned in the autocomplete before. + - Buttons inside ephemeral messages are not clickable / functional on the mobile app. + - On a server using a subpath, the URL opens a blank page if the System Admin changes the Site URL in the System Console UI. To fix, the System Admin should restart the server. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors +- [aeomin](https://translate.mattermost.com/user/aeomin/), [adzimzf](https://github.com/adzimzf), [amyblais](https://github.com/amyblais), [andresoro](https://github.com/andresoro), [asaadmahmood](https://github.com/asaadmahmood), [bolariin](https://github.com/bolariin), [bradjcoughlin](https://github.com/bradjcoughlin), [carmo-evan](https://github.com/carmo-evan), [chahat-arora](https://github.com/chahat-arora), [chikei](https://github.com/chikei), [cjohannsen81](https://github.com/cjohannsen81), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [composednitin](https://github.com/composednitin), [CooperAtive](https://github.com/CooperAtive), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [d28park](https://github.com/d28park), [danmaas](https://github.com/danmaas), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [dustinkirkland](https://github.com/dustinkirkland), [ejachang](https://github.com/ejachang), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [evan-a-a](https://github.com/evan-a-a), [farhadab](https://github.com/farhadab), [fjaeger](https://github.com/fjaeger), [gabrieljackson](https://github.com/gabrieljackson), [GianOrtiz](https://github.com/GianOrtiz), [giorgosdi](https://github.com/giorgosdi), [greensteve](https://github.com/greensteve), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [henrymori](https://github.com/henrymori), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [iomodo](https://github.com/iomodo), [IshankGulati](https://github.com/IshankGulati), [it33](https://github.com/it33), [ivanaairenee](https://github.com/ivanaairenee), [jasonblais](https://github.com/jasonblais), [JerryFireman](https://github.com/JerryFireman), [jesperhansen17](https://github.com/jesperhansen17), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [jkl5616](https://github.com/jkl5616), [johnthompson365](https://github.com/johnthompson365), [JtheBAB](https://github.com/JtheBAB), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kkirsche](https://github.com/kkirsche), [kosgrz](https://github.com/kosgrz), [Lena](https://translate.mattermost.com/user/Lena/), [letsila](https://github.com/letsila), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [liusy182](https://github.com/liusy182), [marianunez](https://github.com/marianunez), [matshch](https://github.com/matshch), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [MikeNicholls](https://github.com/MikeNicholls), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [pichouk](https://github.com/pichouk), [pradeepmurugesan](https://github.com/pradeepmurugesan), [prapti](https://github.com/prapti), [pravan](https://github.com/pravan), [redg3ar](https://github.com/redg3ar), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [rvillablanca](https://github.com/rvillablanca), [sapnasivakumar](https://github.com/sapnasivakumar), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [seansackowitz](https://github.com/seansackowitz), [sebastien-prudhomme](https://github.com/sebastien-prudhomme), [sergeyzhukov](https://github.com/sergeyzhukov), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tapaswenipathak](https://github.com/tapaswenipathak), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thePanz), [therealpuneeth20](https://github.com/therealpuneeth20), [torgeirl](https://github.com/torgeirl), [ulhosting](https://github.com/uhlhosting), [VolatianaYuliana](https://github.com/VolatianaYuliana), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [Wipeout55](https://github.com/Wipeout55), [z4cco](https://github.com/z4cco) + +---- + +## Release v5.11 - Quality Release + +Mattermost v5.11.0 contains low level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.11.1, released 2019-06-20** + - Mattermost v5.11.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.11.0, released 2019-05-16** + - Original 5.11.0 release + +### Breaking changes since last release + + - If your integration uses ``Update.Props == nil`` to clear ``Props``, this will no longer work in 5.11+. Instead, use ``Update.Props == {}`` to clear properties. This change was made because ``Update.Props == nil`` unintentionally cleared all ``Props``, such as the profile picture, instead of preserving them. + +```{Important} +If you upgrade from a release earlier than 5.10, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Bug Fixes + - Fixed an issue where plugin settings link didn't appear until refresh after uploading a plugin in the System Console. + - Fixed an issue where **System Console** > **Users** bottom section of "user actions" menu was cut off for the last three users in the screen. + - Fixed an issue where corners on image previews were squared instead of rounded. + - Fixed an issue where the hover effect was missing on images. + - Fixed an issue where a post action (via button or menu) reset the profile picture of the webhook post. + - Fixed an issue where a flagged post containing only file attachments didn't render in the sidebar until loaded in the centre. + - Fixed an issue where some strings in channel settings weren't localizable. + - Fixed an issue where clicking "Open" downloaded an image instead of opening it. + - Fixed an issue where an at-mention user autocomplete overlapped with the channel header when drafting a long message containing a file attachment. + - Fixed an issue where the reply bar showed gaps between posts in compact view. + - Fixed an issue where markdown preview of nested lists displayed differently from styling in posted message. + - Fixed an issue where Safari suggested auto-corrections in the channel switcher. + - Fixed an issue on Safari where the mention badge count didn't update immediately. + - Fixed an issue where the post action menu overlapped with posts on iOS/Safari on mobile view. + - Fixed an issue where interactive dialog's description text colour was difficult to see on dark themes. + - Fixed an issue where delete permissions for custom emoji team admin role were not always granted. + - Fixed an issue with a slight scroll pop on reaching loading indictor of search results. + - Fixed an issue where adding a user to a channel that is in the unreads section caused the channel to become read in the user's view. + - Fixed an issue where the channel menu dropdown icon had an unnecessary tooltip. + - Fixed an issue on LDAP Groups where adding a group to a team provided an unnecessary permission confirmation modal. + - Fixed an issue on mobile view where clicking on the attachment icon didn't bring up the dropdown menu. + +### Known Issues + - Buttons inside ephemeral posts are not clickable / functional on the mobile app. + - On a server using a subpath, the URL opens a blank page if the system admin changes the Site URL in the System Console UI. The system admin should restart the server to fix it. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + +Thank you to everyone who contributed to the Mattermost project in April 2019! + +[aeomin](https://translate.mattermost.com/user/aeomin/), [akrfjmt](https://github.com/akrfjmt), [ali-farooq0](https://github.com/ali-farooq0), [amyblais](https://github.com/amyblais), [andresoro](https://github.com/andresoro), [asaadmahmood](https://github.com/asaadmahmood), [BotKube](https://www.botkube.io/), [bradjcoughlin](https://github.com/bradjcoughlin), [bytemine GmbH](https://github.com/bytemine), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/com/comharris), [CooperAtive](https://github.com/CooperAtive), [coreyhulen](https://github.com/coreyhulen), [courtneypattison](https://github.com/courtneypattison), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [d28park](https://github.com/d28park), [danmaas](https://github.com/danmaas), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fcorrea](https://github.com/fcorrea), [gabrieljackson](https://github.com/gabrieljackson), [gnufede](https://github.com/gnufede), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [happygaijin](https://github.com/happygaijin), [harshilsharma](https://github.com/harshilsharma), [hectorskypl](https://github.com/hectorskypl), [Herzum](https://github.com/herzum), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jfrerich](https://github.com/jfrerich), [johnbellone](https://github.com/johnbellone), [johnthompson365](https://github.com/johnthompson365), [JVasky](https://github.com/JVasky), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kingisaac95](https://github.com/kingisaac95), [kmandagie](https://github.com/kmandagie), [kosgrz](https://github.com/kosgrz), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [liusy182](https://github.com/liusy182), [ljmccaff](https://github.com/ljmccaff), [Mario-Hofstaetter](https://github.com/Mario-Hofstaetter), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [MParvin](https://github.com/MParvin), [mstoli](https://github.com/mstoli), [ninanung](https://github.com/ninanung), [oliverJurgen](https://github.com/oliverJurgen), [PeterDaveHello](https://github.com/PeterDaveHello), [prapti](https://github.com/prapti), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [RyPoints](https://github.com/RyPoints), [s4kh](https://github.com/s4kh), [sapnasivakumar](https://github.com/sapnasivakumar), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [Sheshagiri](https://github.com/Sheshagiri), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tengis617](https://github.com/tengis617), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thepanz), [thepill](https://github.com/thepill), [therealpuneeth20](https://github.com/therealpuneeth20), [ThiefMaster](https://github.com/ThiefMaster), [torgeirl](https://github.com/torgeirl), [tylarb](https://github.com/tylarb), [ulhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [z4cco](https://github.com/z4cco) + +---- + +## Release v5.10 - Feature Release + +Mattermost v5.10.0 contains medium to high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.10.2, released 2019-06-20** + - Mattermost v5.10.2 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.10.1, released 2019-05-16** + - Fixed an issue on Internet Explorer (IE11) where the system console opened a blank page. +- **v5.10.0, released 2019-04-16** + - Original 5.10.0 release + +### Breaking changes since last release + + - ``SupportedTimezonesPath`` setting in config.json and changes to timezones in the UI based on the timezones.json file was removed. This was made to support [storing configurations in the database](https://docs.mattermost.com/administration/config-in-database.html#configuration-in-a-database). + +```{Important} +If you upgrade from a release earlier than 5.9, please read the other [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Interactive Ephemeral Messages + - Added support for [message actions and buttons](https://developers.mattermost.com/integrate/plugins/interactive-messages/) in ephemeral messages. + +#### Configuration in Database + - Added experimental support for storing ``config.json`` in the database, improving the system console experience on read-only filesystems. Storing the configuration in the database is optional, as the existing ``config.json`` remains fully supported. + +### Improvements + +#### User Interface (UI) + - Added ability to use "c" and "sh" for code block syntax highlighting. + - Words that trigger mentions now supports Chinese. + - Added support for rendering emojis and hyperlinks in message attachment titles. + - Added support for showing the channel name in the message box. + - Added support for markdown in plugin system console help text fields. + - Added ability to convert Excel cells to markdown table when pasting in Mattermost. + - Added ability to render emojis in interactive message buttons. + +#### Plugins (Beta) + - Created a plugin component to override file previews. + - Added support for plugins to create link tooltips. + - Added experimental support for plugins to use bot accounts. + +#### Bulk Import/Export + - Added User Preference fields in bulk export. + - Added ability to include direct and group message channels and their posts in bulk export. + - Added ability to include deactivated users in bulk import. + +#### Command Line Tools (CLI) + - Created CLI command ``command show`` to allow seeing detailed information of a slash command. + - Created CLI command ``webhook show`` to allow seeing detailed information of a webhook. + - Created CLI command ``team rename`` to allow renaming teams. + - Created CLI command ``channel search`` to allow searching for channels. + +#### Administration + - Improved default session timeout behavour, including changing the default ``SessionLengthWebInDays`` from 30 to 180 days. + - Added full text search to the system console panel to easily find options in the configuration. + - (Advanced Permissions) Split managing emoji permissions into "create", "delete own" and "delete others". + - (Advanced Permissions) Added ``List_Public_Teams``, ``Join_Public_Teams``, ``List_Private_Teams`` and ``Join_Private_Teams`` permissions. + - Added support for LDAP groups search. + - Added a setting to the system console to change the minimum length of hashtags. + - Added support for setting Reply-To header in outbound Mattermost emails. + - Added support for invalidating all email invitations from the system console. + +### Bug Fixes + - Fixed an issue where enterprise features became immediately unavailable when the enterprise license expired with a 15 day grace period. + - Fixed an issue where an at-mention for username that starts with "all" did not highlight their entire username. + - Fixed an issue where the ``migrate_auth`` command did not work with valid license file. + - Fixed an issue where post metadata was requested if link previews were disabled. + - Fixed an issue where a channel did not get removed from the unreads section if the user navigated out of it via a permalink. + - Fixed an issue where a link from Access Control Groups to Group Filter on AD/LDAP did not work for subpath Site URL. + - Fixed an issue where expired channels appeared in "My Channels" section of channel switcher if using the **Automatically Close Direct Messages** setting. + - Fixed an issue where the text box reverted to default size after a user returned from the Integrations page. + - Fixed an issue where the profile popover wasn't allowed to close itself when opened through an at-mention. + - Fixed an issue where filtering by first name with Korean characters no longer worked for at-mentions. + - Fixed an issue where the **Remove MFA** option was visible for all users when **Enforce MFA** was enabled. + +### Compatibility + +#### Deprecated Features + + - Deprecated configurable ``timezones.json`` in favour of the existing hard-coded list built into the server. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + +- Under ``"ExperimentalSettings":`` in ``config.json``: + - Added ``"RestrictSystemAdmin": false``, to optionally constrain even system admins from changing critical settings. +- Under ``"ServiceSettings":`` in ``config.json``: + - Added ``"MinimumHashtagLength": 3``, to add the ability to change the minimum length of hashtags. + +### RESTful API Changes + - Added ``GetUsers`` API method to add the ability to list users. + - Added ``POST /bots`` to create a bot accounts. + - Added ``PUT /bots/{bot_user_id}`` to partially update a bot by providing only the fields you want to update. + - Added ``GET /bots/{bot_user_id}`` to get a bot specified by its bot id. + - Added ``GET /bots`` to get a page of a list of bots. + - Added ``POST /bots/{bot_user_id}/disable`` to disable a bot. + - Added ``POST /bots/{bot_user_id}/enable`` to enable a bot. + - Added ``POST /bots/{bot_user_id}/assign/{user_id}`` to assign a bot to the specified user. + +### Plugin API Changes + - Added the ``SearchPostsInTeam`` method to add the ability to search posts in a team. + - Added ``GetTeamMembersForUser`` and ``GetChannelMembersForUser`` to add the ability to get team and channel members for a specific user. + - Added ``GetBundleInfo() string`` method to add the ability to store assets elsewhere. + - Added ``CreateBot(bot *model.Bot) (*model.Bot, *model.AppError)`` to create the given bot and corresponding user. + - Added ``PatchBot(botUserId string, botPatch *model.BotPatch) (*model.Bot, *model.AppError)`` to apply the given patch to the bot and corresponding user. + - Added ``GetBot(botUserId string, includeDeleted bool) (*model.Bot, *model.AppError)`` to return the given bot. + - Added ``GetBots(options *model.BotGetOptions) ([]*model.Bot, *model.AppError)`` to return the requested page of bots. + - Added ``UpdateBotActive(botUserId string, active bool) (*model.Bot, *model.AppError)`` to mark a bot as active or inactive, along with its corresponding user. + - Added ``PermanentDeleteBot(botUserId string) *model.AppError`` to permanently delete a bot and its corresponding user. + +### Database Changes + - Granted the following permissions for the System Admin, in preparation for an upcoming bot accounts feature: + - PERMISSION_CREATE_BOT + - PERMISSION_READ_BOTS + - PERMISSION_READ_OTHERS_BOTS + - PERMISSION_MANAGE_BOTS + - PERMISSION_MANAGE_OTHERS_BOTS + - `Bots` table was added. + +### Known Issues + - Attachments menu on mobile view is partly cut off on the right-hand side. + - Clicking on the attachment icon doesn't bring up the dropdown menu on mobile browser. + - Content for ephemeral messages is not displayed on mobile apps. + - When login is done through SAML, text in **Account Settings** > **General** > **Email** is misaligned. + - On a server using a subpath, the URL opens a blank page if the system admin changes the Site URL in the System Console UI. The system admin should restart the server to fix it. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + +### Contributors + +Thank you to everyone who contributed to the Mattermost project in March 2019! + +- [7-plus-t](https://github.com/7-plus-t), [aeomin](https://translate.mattermost.com/user/aeomin/), [ali-farooq0](https://github.com/ali-farooq0), [amaddio](https://github.com/amaddio), [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [bcalik](https://github.com/bcalik), [benschuster788](https://github.com/benschuster788), [bradjcoughlin](https://github.com/bradjcoughlin), [checkaayush](https://github.com/checkaayush), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [comharris](https://github.com/comharris), [courtneypattison](https://github.com/courtneypattison), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [d28park](https://github.com/d28park), [danmaas](https://github.com/danmaas), [dchukmasov](https://github.com/dchukmasov), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fcorrea](https://github.com/fcorrea), [gnufede](https://github.com/gnufede), [grundleborg](https://github.com/grundleborg), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [gulhe](https://github.com/gulhe), [gupsho](https://github.com/gupsho), [hanzei](https://github.com/hanzei), [harshilsharma](https://github.com/harshilsharma), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [Hobby-Student](https://github.com/Hobby-Student), [it33](https://github.com/it33), [j8r](https://github.com/j8r), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jk2K](https://github.com/jk2K), [johnsenner](https://github.com/johnsenner), [JtheBAB](https://github.com/JtheBAB), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kelvintyb](https://github.com/kelvintyb), [kjkeane](https://github.com/kjkeane), [kosgrz](https://github.com/kosgrz), [Lena](https://translate.mattermost.com/user/Lena/), [letsila](https://github.com/letsila), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [m3phistopheles](https://github.com/m3phistopheles), [MartB](https://github.com/MartB), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [MirlanMaksv](https://github.com/MirlanMaksv), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [nadaa](https://github.com/nadaa), [oliverJurgen](https://github.com/oliverJurgen), [pesintta](https://github.com/pesintta), [reflog](https://github.com/reflog), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [sadohert](https://github.com/sadohert), [sandlis](https://github.com/sandlis), [saturninoabril](https://github.com/saturninoabril), [stylianosrigas](https://github.com/stylianosrigas), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tejasbubane](https://github.com/tejasbubane), [thekiiingbob](https://github.com/thekiiingbob), [thePanz](https://github.com/thepanz), [ulhosting](https://github.com/uhlhosting), [wbernest](https://github.com/wbernest), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.9 - [ESR](https://docs.mattermost.com/administration/extended-support-release.html) + +Mattermost v5.9.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.9.8, released 2020-01-08** + - Mattermost v5.9.8 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where migrating accounts from email to SAML failed. [MM-21472](https://mattermost.atlassian.net/browse/MM-21472) +- **v5.9.7, released 2019-12-18** + - Mattermost v5.9.7 contains high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.9.6, released 2019-10-24** + - Mattermost v5.9.6 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.9.5, released 2019-10-12** + - Fixed an issue that will be introduced with a change in upcoming server v5.16 and desktop app v4.3 releases where desktop notifications will be broken as the desktop app will no longer be able to directly interact with the web app. [MM-18819](https://mattermost.atlassian.net/browse/MM-18819) +- **v5.9.4, released 2019-08-22** + - Mattermost v5.9.4 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.9.3, released 2019-07-19** + - Fixed an issue with unauthenticated LDAP bind. [MM-17055](https://mattermost.atlassian.net/browse/MM-17055) +- **v5.9.2, released 2019-06-20** + - Mattermost v5.9.2 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.9.1, released 2019-04-24** + - Mattermost v5.9.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.9.0, released 2019-03-16** + - Original 5.9.0 release + +### Breaking Changes since last release + + - If **DisableLegacyMfa** setting in ``config.json`` is set to ``true`` and multi-factor authentication is enabled, ensure your users have upgraded to mobile app version 1.17 or later. Otherwise, users who have MFA enabled may not be able to log in successfully. See [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. + - The public IP of the Mattermost application server is considered a reserved IP for additional security hardening in the context of untrusted external requests such as Open Graph metadata, webhooks or slash commands. See [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. + +```{Important} +If you upgrade from another release than 5.8, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Bug Fixes + + - Fixed an issue where emoji reactions did not appear on posts right away. + - Fixed an issue where the emoji `Recently Used` cleared entirely after logging out and back in. + - Fixed an issue where emoji not included in our list of text-based emoji were not rendered as jumboemoji. + - Fixed an issue where the default server/client locales got reverted to ``en`` on server startup. + - Fixed an issue where email notification setting in the webapp was out of sync with the mobile apps. + - Fixed an issue where a broken image displayed on login page if custom branding was enabled but no image had been uploaded. + - Fixed an issue where at-channel, at-all, at-here followed by a period were not highlighted as mentions. + - Fixed an issue where the Mattermost icon was pixelated in bookmark rendering on Google Chrome. + - Fixed an issue where **System Console > Users** page had broken user interface on narrow screens. + - Fixed an issue where at-channel notification showed incorrect number of timezones. + - Fixed an issue where leading whitespace with emoji affected emoji size so that they didn't render as jumboemoji. + - Fixed an issue where the System Console graphs did not load smoothly. + - Fixed an issue with inconsistent formatting in page header on **System Console > Notifications > Mobile Push**. + - Fixed an issue where invite tokens with a 48-hour expiry expired after 24 hours. + - Fixed an issue where a blank screen appeared when opening a group message channel from "More" modal using Enter key. + - Fixed an issue where Zoom plugin caused link metadata code to print warnings in the System Console. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - **Enable Image Proxy** setting is now ``false`` by default. See [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. + - Under ``"ServiceSettings"`` in ``config.json``: + - Added ``"DisableLegacyMFA": false,`` to keep the legacy checkMfa endpoint enabled to support mobile versions 1.16 and earlier. See [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. + +### Known Issues + + - On a server using a subpath, the URL opens a blank page if the system admin changes the Site URL in the System Console UI. The system admin should restart the server to fix it. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +Thank you to everyone who contributed to the Mattermost project in February 2019! + +[adzimzf](https://github.com/adzimzf), [aeomin](https://translate.mattermost.com/user/aeomin/), [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [aswathkk](https://github.com/aswathkk), [awbraunstein](https://github.com/awbraunstein), [bbodenmiller](https://github.com/bbodenmiller), [BK1603](https://github.com/BK1603), [bradjcoughlin](https://github.com/bradjcoughlin), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [courtneypattison](https://github.com/courtneypattison), [cpanato](https://github.com/cpanato), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [danmaas](https://github.com/danmaas), [dannymohammad](https://github.com/dannymohammad), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [dom3k](https://github.com/dom3k), [dos1701](https://github.com/dos1701), [DSchalla](https://github.com/DSchalla), [ejachang](https://github.com/ejachang), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fcorrea](https://github.com/fcorrea), [gabrieljackson](https://github.com/gabrieljackson), [gruceqq](https://translate.mattermost.com/user/gruceqq/), [gupsho](https://github.com/gupsho), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [hectorskypl](https://github.com/hectorskypl), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jdillard](https://github.com/jdillard), [jespino](https://github.com/jespino), [jfcastroluis](https://github.com/jfcastroluis), [jfrerich](https://github.com/jfrerich), [JtheBAB](https://github.com/JtheBAB), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kosgrz](https://github.com/kosgrz), [koukouloforos](https://github.com/koukouloforos), [kscheel](https://github.com/kscheel), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [manland](https://github.com/manland), [maruTA-bis5](https://github.com/maruTA-bis5), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [migbot](https://github.com/migbot), [MirlanMaksv](https://github.com/MirlanMaksv), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [onnadi-work](https://github.com/onnadi-work), [patniharshit](https://github.com/patniharshit), [pichouk](https://github.com/pichouk), [R-Wang97](https://github.com/R-Wang97), [Robbe7730](https://github.com/Robbe7730), [rodcorsi](https://github.com/rodcorsi), [sadohert](https://github.com/sadohert), [sandlis](https://github.com/sandlis), [sanojsubran](https://github.com/sanojsubran), [saturninoabril](https://github.com/saturninoabril), [staabm](https://github.com/staabm), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tauu](https://github.com/tauu), [thedingwing](https://github.com/thedingwing), [thePanz](https://github.com/thepanz), [ulhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc), [zetaab](https://github.com/zetaab) + +---- + +## Release v5.8 - Feature Release + +Mattermost v5.8.0 contains low to high level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.8.2, released 2019-04-24** + - Mattermost v5.8.2 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.8.1, released 2019-03-16** + - Mattermost v5.8.1 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Turned image proxy off by default, unless a server already had it enabled (including new installs). Also, warnings about not getting embedded content for a post were downgraded or removed. See [important upgrade notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. +- **v5.8.0, released 2019-02-16** + - Original 5.8.0 release + +### Breaking Changes since last release + +- The local image proxy has been added, and images displayed within the client are now affected by the ``AllowUntrustedInternalConnections`` setting. See [documentation](https://docs.mattermost.com/administration/image-proxy.html#local-image-proxy) for more details if you have trouble loading images. + +```{Important} +If you upgrade from another release than 5.7, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Added support for LDAP Group Sync + - Lets admins set default team and channel membership based on LDAP groups. See more details [in the documentation](https://docs.mattermost.com/deployment/ldap-group-sync.html). + +#### Added multi-factor authentication support to Team Edition + - See more details on [this Forum post](https://forum.mattermost.org/t/multi-factor-authentication-mfa-in-team-edition/6287). + +#### Enhanced image performance + - Improved performance for images by adding support for image proxy servers, which are now integrated into the server and switched on by default. + - Note that this may cause problems loading images from within your local network due to security settings. See [here](https://docs.mattermost.com/administration/image-proxy.html#local-image-proxy) for more information. + +### Improvements + +#### User Interface (UI) + - Improved sorting of emoji in the emoji autocomplete and emoji picker search results. + - Added support for emoji picker for mobile web view. + +#### Notifications + - Added a channel notification setting to disable at-channel mentions. + +#### Administration + - Added the ability to search users by role in **System Console** > **Users**. + - Added a CLI command to modify an outgoing webhook. + - Added a CLI command to restore a team. + +#### Performance + - Added network connectivity improvements where the server no longer allows clients to auto-retry posts and to cause posts to appear twice. + +#### Slash Commands + - Added support for sending a message to a different channel than where the slash command was issued from. + - Added an option to send a message beginning with a "/" from the right-hand side. + +#### Plugins + - Added server support for updating a plugin instead of having to remove and install them as two separate actions. + +#### Attachments + - Optimized file attachment memory usage where possible. + +### Bug Fixes + + - Fixed an issue where "[user] is typing ..." was not removed when a message was composed and sent very quickly. + - Fixed an issue where an announcement banner displayed when the banner was enabled but the text field was blank. + - Fixed an issue where a language was not set if selected in Account Settings. + - Fixed an issue where removing rows from Send Email Invite modal didn't remove them immediately. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``"ServiceSettings"`` in ``config.json``: + - Added ``"ExperimentalLdapGroupSync": false``, to add support for experimental LDAP Group Sync feature. + - Under ``"LdapSettings"`` in ``config.json``: + - Added ``"GroupFilter": ""``, ``"GroupDisplayNameAttribute": ""`` and ``"GroupIdAttribute": ""``, to add the ability to configure group display name and unique identifier. + - Under ``"ImageProxySettings":`` in ``config.json``: + - Added ``"Enable": true,``, ``"ImageProxyType": "local",``, ``"RemoteImageProxyURL": "",`` and ``"RemoteImageProxyOptions": ""``, to allow integrating image proxy into the server and switching it on by default. + - Under ``"ExperimentalSettings":`` in ``config.json``: + - Added ``"LinkMetadataTimeoutMilliseconds": 5000`` and ``"DisablePostMetadata": false``, to enable post metadata by default. + +### API Changes + +#### RESTful API v4 Changes + - Added ``SearchTeams`` to plugin API to add the ability to search teams. + - Added ``GetTeamStats`` to plugin API to add the ability to get team statistics. + - Added ``/api/v4/posts/ids/reactions`` API endpoint to get the bulk reactions for posts. + - Added ``UpdateUserActive`` to plugin API to allow updating user's status as active or inactive. + - Add ``GetFile`` to plugin to add the ability to get files. + +### Known Issues + + - On a server using a subpath, the URL opens a blank page if the system admin changes the Site URL in the System Console UI. The system admin should restart the server to fix it. + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +Thank you to everyone who contributed to the Mattermost project in January 2019! + +[adzimzf](https://github.com/adzimzf), [aeomin](https://translate.mattermost.com/user/aeomin/), [amorriscode](https://github.com/amorriscode), [amyblais](https://github.com/amyblais), [ArchRoller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [bradjcoughlin](https://github.com/bradjcoughlin), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [danmaas](https://github.com/danmaas), [dannymohammad](https://github.com/dannymohammad), [deanwhillier](https://github.com/deanwhillier), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [dmamills](https://github.com/dmamills), [dom3k](https://github.com/dom3k), [DSchalla](https://github.com/DSchalla), [dv29](https://github.com/dv29), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [gabrieljackson](https://github.com/gabrieljackson), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [ja11sop](https://github.com/ja11sop), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [JtheBAB](https://github.com/JtheBAB), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kaya_Zeren](https://twitter.com/kaya_zeren), [kosgrz](https://github.com/kosgrz), [Lena](https://translate.mattermost.com/user/Lena/), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [maruTA-bis5](https://github.com/maruTA-bis5), [meilon](https://github.com/meilon), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mollyyoung](https://github.com/mollyyoung), [nashik](https://github.com/nashik), [nlowe](https://github.com/nlowe), [Ovski4](https://github.com/Ovski4), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [pradeepmurugesan](https://github.com/pradeepmurugesan), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [rononline](https://github.com/rononline), [ryoon](https://github.com/ryoon), [s4kh](https://github.com/s4kh), [sadohert](https://github.com/sadohert), [sapnasivakumar](https://github.com/sapnasivakumar), [saturninoabril](https://github.com/saturninoabril), [Sheshagiri](https://github.com/Sheshagiri), [sonasingh46](https://github.com/sonasingh46), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [thePanz](https://github.com/thepanz), [tomocy](https://github.com/tomocy), [ulhosting](https://github.com/uhlhosting), [unigiriunini](https://github.com/unigiriunini), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc), [zeroimpl](https://github.com/zeroimpl), [zetaab](https://github.com/zetaab) + +---- + +## Release v5.7 - Quality Release + +Mattermost v5.7.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.7.3, released 2019-03-16** + - Mattermost v5.7.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.7.2, released 2019-02-16** + - Mattermost v5.7.2 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.7.1, released 2019-02-01** + - Mattermost v5.7.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.7.0, released 2019-01-16** + - Original 5.7.0 release + +### Bug Fixes + + - Fixed an issue where push notification to clear unread messages badge from another client was not being forwarded. There are cases on the mobile app where the badge could still linger - see [MM-13722](https://mattermost.atlassian.net/browse/MM-13722) for more details. + - Fixed a SQL syntax error when a non-existent channelId was attempted to be viewed. + - Fixed an issue where OpenGraph and Post Metadata cache were purged on any config change with the image proxy enabled. + - Added a check for percent value on file upload progress to prevent the app from crashing. + - Fixed an issue where multi-line announcement banner text did not expand its background. + - Fixed an issue where channel modal text and icons were misaligned if only one channel type was available. + - Fixed an issue where every channel switch triggered a fetch for users in all Group Message channels for the user. + - Fixed an issue where the user was not redirected to sign up page to create first account on fresh install. + - Fixed an issue where scrollbar appeared in team sidebar when a user was a member of too many teams. + - Fixed an issue where wide images posted by a webhook could be cut off on the right-hand side. + - Fixed an issue where leaving a team showed a 403 error in the console. + - Fixed an issue where Code Theme did not save unless other colours were changed. + - Fixed an issue where Webapp only showed a star or mention count for active team. + - Fixed an issue where Web mobile view was missing the mute option in the channel menu. + - Fixed an issue where the "participant is typing" appeared a few seconds after a message was posted. + - Fixed an issue where a profile popover got cut off on the right-hand side if it included an admin badge and a long username. + +### Known Issues + + - Custom Terms of Service returns on refresh after clicking to agree. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://github.com/aeomin), [akhilanandbv003](https://github.com/akhilanandbv003), [amyblais](https://github.com/amyblais), [andrewbanchich](https://github.com/andrewbanchich), [ArchRoller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [bezumkin](https://github.com/bezumkin), [bradjcoughlin](https://github.com/bradjcoughlin), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [danmaas](https://github.com/danmaas), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [ja11sop](https://github.com/ja11sop), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johnthompson365](https://github.com/johnthompson365), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kosgrz](https://github.com/kosgrz), [Lena](https://translate.mattermost.com/user/Lena/), [letsila](https://github.com/letsila), [levb](https://github.com/levb), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [meilon](https://github.com/meilon), [mickmister](https://github.com/mickmister), [migbot](https://github.com/migbot), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mukulrawat1986](https://github.com/mukulrawat1986), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [rononline](https://github.com/rononline), [ryoon](https://github.com/ryoon), [s4kh](https://github.com/s4kh), [saturninoabril](https://github.com/saturninoabril), [Schrooms](https://github.com/Schrooms), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [thePanz](https://github.com/thePanz), [uhlhosting](https://github.com/uhlhosting), [vaithak](https://github.com/vaithak), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yakimant](https://github.com/yakimant), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.6 - Feature Release + +- **v5.6.5, released 2019-02-16** + - Mattermost v5.6.5 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.6.4, released 2019-02-01** + - Mattermost v5.6.4 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.6.3, released 2019-01-16** + - Mattermost v5.6.3 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.6.2, released 2018-12-22** + - Fixed JIRA plugin not sending messages back to Mattermost channels. +- **v5.6.1, released 2018-12-20** + - Fixed an issue where a user is not redirected to the account creation page on a fresh Mattermost server install. + - Fixed an issue where file uploads crashed the webapp for some users. + - Fixed slow channel switching load times, where every channel switch fetched users from all group message channels. + - Fixed JIRA plugin not working due to a rename of the JIRA plugin directory structure. +- **v5.6.0, released 2018-12-16** + - Original 5.6.0 release + +### Breaking Changes since the last release + + - Replaced WebRTC prototype with other video and audio calling solutions. [Learn more here](https://docs.mattermost.com/deployment/video-and-audio-calling.html). + - Removed support for IE11 Mobile View due to low usage and instability in order to invest that effort in maintaining a high quality experience on other more used browsers. End users on IE11 will thus have an increased minimum screen size. + - If EnablePublicChannelsMaterialization setting in config.json is set to false, an offline migration prior to upgrade may be required to synchronize the materialized table for public channels to increase channel search performance in the channel switcher (CTRL/CMD+K), channel autocomplete (~) and elsewhere in the UI. See [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html) for more details. + +```{Important} +If you upgrade from another release than 5.5, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Interactive Dialogs + - Added support for interactive dialogs to more easily collect structured information from users to perform an action or submit a request via an integration. [Learn more here](https://developers.mattermost.com/integrate/plugins/interactive-messages/) + +#### Languages + - Added support for Ukrainian language, bringing the number of supported languages to 16. + - Romanian language promoted out of beta. + +#### Command Line Interface (CLI) + - Added new CLI commands to improve admin productivity, including: + - ``command create`` to create a custom slash command for a specified team. + - ``command delete`` to delete a slash command. + - ``command move`` to move a slash command to a different team. + - ``command list`` to list all commands on specified teams or all teams by default. + - ``config get`` to retrieve the value of a config setting by its name in dot notation. + - ``config set`` to set the value of a config setting by its name in dot notation. + - ``config show`` to print the current Mattermost configuration in an easy to read format. + - ``team archive`` to archive teams based on name. + - ``team search`` to search for teams based on name. + - ``webhook create-incoming`` to create incoming webhook within specific channel. + - ``webhook create-outgoing`` to create outgoing webhook within specific channel. + - ``webhook delete`` to delete a webhook. + - ``webhook list`` to list all webhooks for a team or across the server. + - ``webhook modify-incoming`` to modify existing incoming webhook by changing its title, description, channel or icon url. + +### Improvements + +#### User Interface + - Added ability to remove profile pictures in Account Settings. + - Added a new loading bar that shows progress on file uploads. + - Added a new badge to the profile popover that indicates if a user is a System Admin. + - Added new channel sidebar reorganization options for the `ExperimentalGroupUnreadChannels` config.json setting, such as the ability to sort channels by recent messages. + - Added an option to be able to clear search results. + +#### Notifications + - Enabled push notifications by default on new Mattermost installs, via an encrypted TPNS (test push notification service). + - Added a channel notification setting to disable @-channel @-here @-all notifications in specific channels. + +#### Performance + - Increased performance for returning user autocomplete results. + +#### Plugins + - Added a "min_server_version" field to plugin.json manifest, which enables built-in control for preventing loading plugins that are not compatible with the Mattermost server version. + - Added ability for plugins to add channel header tooltips. + - Stopped hashing plugin keys on write to more effectively enumerate the keys stored by a plugin. + - Removed support for automatically unmarshalling a plugin's server configuration. + +#### Bulk Import/Export + - Added custom emoji and emoji reactions to bulk export tool. + - Added favorite channels to bulk export tool. + - Added user and channel notification preferences to bulk export tool. + - Added the ability to specify an email batching interval for bulk import. + +#### Slash Commands + - Added support for multiple responses from a slash command. + - Added an option to send a message when an invalid slash command is entered. + +#### Administration + - Added mobile support for Custom Terms of Service (Beta) + - Removed **System Console > Plugins (Beta) > Configuration** page and moved enabling plugins setting to the **Plugins (Beta) > Management** page. + - Introduced mlog/human package to consume and reformat structured logging with a human readable output. + +#### Enterprise Edition (E20) + - Data Retention promoted out of beta. + +### Bug Fixes + - Fixed an issue where pinned post list refreshed when a user posted a new message. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``"ServiceSettings"`` in ``config.json``: + - Added ``"TLSMinVer": "1.2"``, ``"TLSStrictTransport": false``, ``"TLSStrictTransportMaxAge": 63072000`` and ``"TLSOverwriteCiphers": []``, to configure TLS connection when not using a reverse proxy such as NGINX. + - Under ``"ExperimentalSettings"`` in ``config.json``: + - Added ``"EnablePostMetadata": false``, to disable post metadata from being loaded. + +### API Changes + +#### RESTful API v4 Changes + - Added ``GET /channels/{channel_id}/timezones`` to get a list of timezones for the users who are in the specified channel. + - Added ``page`` and ``per_page`` properties to ``POST /teams/{team_id}/posts/search`` call for Elasticsearch paging. + - Added ``DELETE /users/{user_id}/image`` to remove a user's profile picture. + - Added ``DELETE /brand/image`` to remove a custom branding image. + - Added ``POST /actions/dialogs/open`` and ``POST /actions/dialogs/submit`` to open and submit requests via interactive dialogs. + +#### Plugin API Changes + - **Changed ``GetTeamMembers(teamId string, offset, limit int)`` to ``GetTeamMembers(teamId string, page, perPage int)`` to be clearer and consistent with other APIs** + - **Changed ``GetPublicChannelsForTeam(teamId string, offset, limit int)`` to ``GetPublicChannelsForTeam(teamId string, page, perPage int)`` to be clearer and more consistent with other APIs** + - Added the following plugin API methods. For more information on each method, see the [server plugin reference](https://developers.mattermost.com/extend/plugins/server/reference/). + - ``GetChannelsForTeamForUser`` + - ``GetChannelMembers`` + - ``GetChannelMembersByIds`` + - ``GetChannelStats`` + - ``GetEmoji`` + - ``GetEmojiByName`` + - ``GetEmojiImage`` + - ``GetEmojiList`` + - ``GetPluginConfig`` + - ``SavePluginConfig`` + - ``GetPostsAfter`` + - ``GetPostsBefore`` + - ``GetPostsSince`` + - ``GetPostsForChannel`` + - ``GetPostThread`` + - ``GetProfileImage`` + - ``SetProfileImage`` + - ``GetTeamsForUser`` + - ``GetTeamsUnreadForUser`` + - ``GetTeamIcon`` + - ``SetTeamIcon`` + - ``RemoveTeamIcon`` + - ``GetUsersByUsernames`` + - ``GetUsersInChannel`` + - ``GetUsersInChannelByStatus`` + - ``GetUsersInTeam`` + - ``CreateDirectChannel`` + - ``SearchChannels`` + - ``SearchUsers`` + - ``GetFileLink`` + - ``UploadFile`` + - ``SetProfileImage`` + - ``KVSetWithExpiry`` + - ``KVDeleteAll`` + - ``KVList`` + +#### Database Changes + + - Added ``ExpireAt`` column to the ``PluginKeyValueStore`` table. + - Migrated user's accepted terms of service data into a new table called ``UserTermsOfService``. + - Removed ``idx_users_email_lower``, ``idx_users_username_lower``, ``idx_users_nickname_lower``, ``idx_users_firstname_lower`` and ``idx_users_lastname_lower`` indexes. + +### Known Issues + + - Login does not work when Custom Terms of Service is enabled and MFA is enforced. + - Custom Terms of Service returns on refresh after clicking to agree. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://github.com/aeomin), [amorriscode](https://github.com/amorriscode), [amyblais](https://github.com/amyblais), [ArchRoller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [bbodenmiller](https://github.com/bbodenmiller), [bd12](https://github.com/bd12), [chclaus](https://github.com/chclaus), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [chrux](https://github.com/chrux), [cobenash](https://github.com/cobenash), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [danmaas](https://github.com/danmaas), [der-test](https://github.com/der-test), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [gy741](https://github.com/gy741), [hanzei](https://github.com/hanzei), [harshilsharma](https://github.com/harshilsharma), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jlevesy](https://github.com/jlevesy), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [knrt10](https://github.com/knrt10), [letsila](https://github.com/letsila), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [meilon](https://github.com/meilon), [mickmister](https://github.com/mickmister), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mojicaj](https://github.com/mojicaj), [murugesan](https://github.com/pradeepmurugesan), [patniharshit](https://github.com/patniharshit), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [rononline](https://github.com/rononline), [ryoon](https://github.com/ryoon), [sandlis](https://github.com/sandlis), [saturninoabril](https://github.com/saturninoabril), [scottleedavis](https://github.com/scottleedavis), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [thePanz](https://github.com/thePanz), [ThiefMaster](https://github.com/ThiefMaster), [torlenor](https://github.com/torlenor), [tuxfamily](https://github.com/tuxfamily), [uhlhosting](https://github.com/uhlhosting), [vaithak](https://github.com/vaithak), [waseem18](https://github.com/waseem18), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc), [zeroimpl](https://github.com/zeroimpl), [zetaab](https://github.com/zetaab) + +---- + +## Release v5.5 - Quality Release + +- **v5.5.3, released 2019-02-01** + - Mattermost v5.5.3 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.5.2, released 2019-01-16** + - Mattermost v5.5.2 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.5.1, released 2018-12-06** + - Fixed a bug preventing Elasticsearch v6.0+ from working in Mattermost server versions 5.4 and 5.5. +- **v5.5.0, released 2018-11-16** + - Original 5.5.0 release + +### Bug Fixes + - Fixed an issue where clicking the two arrows to expand/collapse an image didn't work after posting an image. + - Fixed an issue where switching authentication methods from email/password to SAML (OKTA and OneLogin) showed session expiry message instead of a success message. + - Fixed an issue where message drafts occasionally posted to the channel even though user did not take any action to post it. + - Fixed an issue with Autoresponder feature where the reply message did not get inserted consistently. + - Fixed an issue where bolded channel names rendered over top of unbolded channel names in desktop. + - Fixed an issue where config.ServiceSettings.SiteURL could contain a trailing slash. + - Fixed a caching issue with archiving/unarchiving channels through API. + - Fixed UX issues when trying to edit pending posts from reply thread. + - Fixed an issue where "Enable Post Formatting" did not actually require page refresh. + - Fixed an issue where User AuthService Export value of "" could be incompatible for importer. + - Fixed an issue where search results that did not match case were not highlighted when returning hashtags in search results. + - Fixed issues with indentation on the right-hand side in desktop app compact view. + - Fixed an issue where the post header for bot messages was cutting off username before using available horizontal space. + - Fixed an issue where "undefined" was briefly shown on refresh with combined system messages. + - Fixed an issue where profile popover was cut-off at right-hand side root post. + - Fixed UX issues for some plugins that displayed a blank page when clicking on the "Settings" link from "Management" page in System Console. + - Fixed an issue where uploading a plugin resulted in a JS error and a blank page. + - Fixed an issue where some team icons did not fill bounding box on MacOS. + - Fixed an issue where there was no hover effect on emoji reactions. + - Fixed an issue where a permanent announcement banner pushed the bottom of a channel sidebar off screen. + - Fixed an issue where cancelling a change to channel notifications settings appeared to save the change. + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://github.com/aeomin), [Akash4927](https://github.com/Akash4927), [alexander-akhmetov](https://github.com/alexander-akhmetov), [amogozov](https://github.com/amogozov), [amorriscode](https://github.com/amorriscode), [amyblais](https://github.com/amyblais), [anchepiece](https://github.com/anchepiece), [ArchRoller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [Charliekenney23](https://github.com/Charliekenney23), [charvp](https://github.com/charvp), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [cjohannsen81](https://github.com/cjohannsen81), [cobenash](https://github.com/cobenash), [cometkim](https://github.com/cometkim), [cored](https://github.com/cored), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [czertbytes](https://github.com/czertbytes), [danmaas](https://github.com/danmaas), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [dos1701](https://github.com/dos1701), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [florianeichin](https://github.com/florianeichin), [fraziern](https://github.com/fraziern), [grundleborg](https://github.com/grundleborg), [gupsho](https://github.com/gupsho), [gy741](https://github.com/gy741), [hanzei](https://github.com/hanzei), [harshilsharma](https://github.com/harshilsharma), [harshilsharma](https://github.com/harshilsharma), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasimmons](https://github.com/jasimmons), [jasonblais](https://github.com/jasonblais), [JayaKrishnaNamburu](https://github.com/JayaKrishnaNamburu), [jespino](https://github.com/jespino), [JtheBAB](https://github.com/JtheBAB), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [KerryAlsace](https://github.com/KerryAlsace), [klingtnet](https://github.com/klingtnet), [knrt10](https://github.com/knrt10), [leblanc-simon](https://github.com/leblanc-simon), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lologarithm](https://github.com/lologarithm), [MattMattV](https://github.com/MattMattV), [meilon](https://github.com/meilon), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [mojicaj](https://github.com/mojicaj), [mukulrawat1986](https://github.com/mukulrawat1986), [n7st](https://github.com/n7st), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [powhu](https://github.com/powhu), [pradeepmurugesan](https://github.com/pradeepmurugesan), [pushkyn](https://github.com/pushkyn), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [rononline](https://github.com/rononline), [ryoon](https://github.com/ryoon), [s4kh](https://github.com/s4kh), [SaashaJoshi](https://github.com/SaashaJoshi), [saturninoabril](https://github.com/saturninoabril), [SergeyShpak](https://github.com/SergeyShpak), [sonasingh46](https://github.com/sonasingh46), [sudheerDev](https://github.com/sudheerDev), [thePanz](https://github.com/thePanz), [torlenor](https://github.com/torlenor), [tyvsmith](https://github.com/tyvsmith), [uhlhosting](https://github.com/uhlhosting), [uusijani](https://github.com/uusijani), [VPashkov](https://github.com/VPashkov), [waseem18](https://github.com/waseem18), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.4 - Feature Release + +Release date: 2018-10-16 + +- Mattermost v5.4.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Breaking Changes since the last release + + - Mattermost mobile app version 1.13+ is required. File uploads will fail on earlier mobile app versions. + - In certain upgrade scenarios the new Allow Team Administrators to edit others posts setting under General then Users and Teams may be set to True while the Mattermost default in 5.1 and earlier and with new 5.4+ installations is False. + +```{Important} +If you upgrade from another release than 5.3, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Basic Export Tool + - Created a basic exporter tool to extract objects from Mattermost for allowing to merge two servers. + +### Improvements + +#### Web User Interface (UI) + - Added a draft indicator in the channel sidebar and channel switcher for channels with unsent messages. + - Added support for jumboemojis. + - Added support for searching in direct message and group message channels using the "in:" modifier. + - Last viewed channel on logout is restored on next session. + - Added support for consecutive messages in the right-hand side. + - Added tooltips to post info overlay buttons. + - Added a feature to post a code block on CTRL + ENTER. + - Expanded post text box area when composing long posts. + - Updated the pinned post list when it's open and the channel is switched so that the pinned post list updates to show the other channel's pinned posts. + - Download of common file types is not forced when viewing a public link. + +#### Command Line Interface (CLI) + - Added a new Command Line Interface for removing all users from a channel. + +#### Performance + - Improved channel switcher performance. + +#### Integrations + - Added interactive menus to message attachments. + - Added a autotranslation plugin. + - Added a button to copy the information from webhooks/slash commands such as the url and token. + - Added "Commented on..." text for files and message attachment type posts. + - Updated incoming and outgoing webhook description to 500 characters. + - Added hook ID to webhook requests in server logs. + - Plugins without a server or webapp component now fail to be activated. + +#### Notifications + - Desktop notifications now follow teammate name display setting. + - Added a mute/unmute option to channel dropdown menu. + - Added a mute icon to mobile view. + - Added support for notifying users when desktop/browser sessions expire. + +#### Autocomplete and Focus + - With "Send messages on CTRL+ENTER = ON", channel and user autocomplete now work. + - Cursor is now autofocused on edit box before the modal fully loads. + - Channel autocomplete closes after two consecutive tildes used for strikethrough formatting. + - If a user begins typing and the cursor is not in an input box, the cursor is automatically put into the center channel text input box. + +#### Administration + - Moved hiding join/leave messages to Team Edition. + - Added ``edit_others_posts`` as a permission setting for Team Edition. + - Added account setting option to hide channel switcher button in the sidebar. + +#### Compliance + - Added changes for E20 custom service terms. + - Team membership can be restricted based on email domains. + +### Bug Fixes + - Fixed an issue where logging in with LDAP account with MFA enabled resulted in "Error trying to authenticate MFA token" error when "Enable sign-in with username" was set to false. + - Fixed an issue where log-in page flashed briefly during process of verifying an updated email address. + - Fixed an issue where ""GET /api/v4/redirect_location" responses got stuck when “EnableLinkPreviews” was set to "false”. + - Fixed an issue where Account Settings teammate name display setting changed when System Console teammate name display setting was changed. + +### config.json + +Multiple 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 Enterprise Edition: + + - Under "SqlSettings": in ``config.json``: + - Added ``"EnablePublicChannelsMaterialization": true``, to increase channel search performance in the channel switcher (CTRL/CMD+K), channel autocomplete (~) and elsewhere in the UI. + +### API Changes + +#### Plugin API Changes + - Added slash commands with GET crush query parameters on configured endpoint URL to avoid parameters specified by both the user and Mattermost from being duplicated. + - Added a GetServerVersion() string method to the plugin API to return the current server version. + +#### Database Changes + - ``Description`` column was added to the ``OutgoingWebhooks`` table. + - ``Description`` column was added to the ``IncomingWebhooks`` table. + - ``AcceptedServiceTermsId`` column was added to the ``Users`` table. + - ``PublicChannels`` table was added. + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://github.com/aeomin), [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [ArchRoller](https://github.com/archroller), [avasconcelos114](https://github.com/avasconcelos114), [balcsida](https://github.com/balcsida), [bezumkin](https://github.com/bezumkin), [ccpaging](https://github.com/ccpaging), [chetanyakan](https://github.com/chetanyakan), [chikei](https://github.com/chikei), [cimfalab](https://github.com/cimfalab), [cjbirk](https://github.com/cjbirk), [cometkim](https://github.com/cometkim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [cvitter](https://github.com/cvitter), [danmaas](https://github.com/danmaas), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [dmitrysamuylovpharo](https://github.com/dmitrysamuylovpharo), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [FurmanovD](https://github.com/FurmanovD), [gramakri](https://github.com/gramakri), [greensteve](https://github.com/greensteve), [grundleborg](https://github.com/grundleborg), [gvengel](https://github.com/gvengel), [hanzei](https://github.com/hanzei), [harshilsharma](https://github.com/harshilsharma), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jazzzz](https://github.com/jazzzz), [jespino](https://github.com/jespino), [jkurian](https://github.com/jkurian), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kongr45gpen](https://github.com/kongr45gpen), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [meilon](https://github.com/meilon), [mikroskeem](https://github.com/mikroskeem), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [n1aba](https://github.com/n1aba), [n7st](https://github.com/n7st), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [pkuhner](https://github.com/pkuhner), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [ryoon](https://github.com/ryoon), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev), [tejasbubane](https://github.com/tejasbubane), [thawn](https://github.com/thawn), [thePanz](https://github.com/thepanz), [ThiefMaster](https://github.com/ThiefMaster), [uhlhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [xcompass](https://github.com/xcompass), [yuya-oc](https://github.com/yuya-oc), [zetaab](https://github.com/zetaab) + +---- + +## Release v5.3 - Feature Release + +Mattermost v5.3.0 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +- **v5.3.1, released 2018-09-19** + - Fixed an issue where HTML elements such as links did not display correctly for non-English languages. +- **v5.3.0, released 2018-09-16** + - Original 5.3.0 release + +### Breaking Changes since the last release + + - Those servers with Elasticsearch enabled will notice that hashtag search is case-sensitive. + +```{Important} +If you upgrade from another release than 5.2, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Search Date Filters +- Search for messages before, on, or after a specified date. + +#### IdAttribute Setting for SAML +- Added a new `IdAttribute` setting for SAML, which allows SAML users to change their email address without losing their account. + +### Improvements + +#### Web User Interface (UI) +- Added ability to set username and profile picture in **Outgoing Webhooks** setup page. +- Added "Deactivate Account" option under **Account Settings > Advanced**. +- Added member count for the **More Direct Messages** list. +- Expanded shortened (e.g. bitly) links for previewable content such as images and YouTube links. + +#### Performance +- Improved channel switcher performance by adding a short delay after the last character has been typed before querying the server for new autocomplete results. + +#### Integrations +- Added support for interactive message buttons to, for instance, delete or edit the post after clicking on a message button. + +#### Administration +- Created a telemetry event for when telemetry is turned off from the System Console. +- Added support for attachments in Direct Message channels to the [bulk import tool](https://docs.mattermost.com/onboard/bulk-loading-data.html). + +### Bug Fixes +- Fixed an issue where closing an archived channel did not redirect users to the last viewed channel. +- Fixed an issue where users were able to react to existing emojis in an archived channel. +- Fixed an issue where clicking "+" twice to add a public or private channel added a recently archived channel back to the left-hand side. +- Fixed an issue where channel autocomplete appeared to include all public channels, including deleted channels and channels one has never joined. + +### config.json + +Multiple 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 Enterprise Edition: + + - Under "SamlSettings": in ``config.json``: + - Added ``"EnableSyncWithLdapIncludeAuth": false,`` to override the SAML ID attribute with the AD/LDAP ID attribute if configured, or override the SAML Email attribute with the AD/LDAP Email attribute if SAML ID attribute is not present. See [documentation](https://about.mattermost.com/default-saml-ldap-sync) to learn more. + - Added ``"IdAttribute": "",`` to set the attribute in the SAML Assertion that will be used to bind users from SAML to users in Mattermost. + +### API Changes + +#### Plugin API Changes (Release Candidate) + - Added ``postId`` as a property for ``PostDropDownMenuComponent`` and as a parameter for the ``PostDropDownMenuAction`` function to improve the ability to add options to the post "..." action menu. + - Added ``FileInfo`` and ``file []byte`` to retrieve File Info for a specific fileId and to ensure the file is read for a specific path. + - Added ``GetLDAPUserAttributes``, which matches the functionality of the ``ldapextras`` built-in plugin that was removed in Mattermst v5.2. + +### Known Issues + + - When "Enable sign-in with username" is set to false, logging in with LDAP account with MFA enabled results in "Error trying to authenticate MFA token" error. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://github.com/aeomin), [amyblais](https://github.com/amyblais), [ArchRoller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [dcherniv](https://github.com/dcherniv), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [dmitrysamuylovpharo](https://github.com/dmitrysamuylovpharo), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [gvengel](https://github.com/gvengel), [Hanzei](https://github.com/Hanzei), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [Jessica-c53](https://github.com/Jessica-c53), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [meilon](https://github.com/meilon), [MerlinDMC](https://github.com/MerlinDMC), [michaelkochub](https://github.com/michaelkochub), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [n1aba](https://github.com/n1aba), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [pradeepmurugesan](https://github.com/pradeepmurugesan), [robert843](https://github.com/robert843), [rodcorsi](https://github.com/rodcorsi), [rononline](https://github.com/rononline), [rqtaylor](https://github.com/rqtaylor), [ryoon](https://github.com/ryoon), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [sjstyle](https://github.com/sjstyle), [sudheerDev](https://github.com/sudheerDev), [thePanz](https://github.com/thepanz), [ThiefMaster](https://github.com/ThiefMaster), [uhlhosting](https://github.com/uhlhosting), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.2 - Feature Release + + - **v5.2.2, released 2018-09-16** + - Mattermost v5.2.2 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). +- **v5.2.1, released 2018-08-23** + - Disabled the ability to search archived channels by default, given multiple issues were raised after v5.2.0 was released. The feature can be enabled in v5.2.1 via ``ExperimentalViewArchivedChannels`` setting. +- **v5.2.0, released 2018-08-16** + - Original 5.2.0 release + +### Security Update + +- Mattermost v5.2.0 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Breaking Changes since the last release + + - Those servers upgrading from v4.1 - v4.4 directly to v5.2 or later and have JIRA enabled will need to re-enable the JIRA plugin after an upgrade. + +```{Important} +If you upgrade from another release than 5.1, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Embed Mattermost in Other Apps (Beta) + - Added support for extensions, which allow you to embed Mattermost in other apps and websites via OAuth 2.0. + - A sample extension for Chrome [is here](https://github.com/mattermost/mattermost-chrome-extension). + +#### Plugins + - Added support to add/delete and enable/disable plugins via the CLI. + - See our [demo plugin](https://github.com/mattermost/mattermost-plugin-demo) that demonstrates the capabilities of a Mattermost plugin. For a starting point to write a Mattermost plugin, see our [sample plugin](https://github.com/mattermost/mattermost-plugin-sample). + - Breaking changes to the plugins framework introduced. To migrate your existing plugins to be compatible with Mattermost 5.2 and later, see our [migration guide](https://developers.mattermost.com/extend/plugins/migration/). + +#### Searching Archived Channels + - Added ability to search for archived channel content on desktop and mobile clients. + +#### Romanian Language + - Added support for Romanian language. + +### Improvements + +#### Web User Interface (UI) + - Added experimental custom default channels. + - Added link to profile pop-over from names in Join/Leave messages. + - Added support for webhook message attachments to trigger mentions. + - Stripped markdown formatting characters from desktop notifications and "Commented on..." text. + - Added ability to bulk import emoji. + - Added support for file attachments in bulk import. + +#### Plugins (All Beta) + - New [antivirus plugin](https://github.com/mattermost/mattermost-plugin-antivirus) to scan for viruses before uploading a file to Mattermost. Supports [ClamAV anti-virus software](https://www.clamav.net/) across browser, Desktop Apps and the Mobile Apps. + - New [GitHub plugin](https://github.com/mattermost/mattermost-plugin-github) to subscribe to notifications, and to keep track of unread GitHub messages and open pull requests requiring your attention. + - [Zoom plugin](https://docs.mattermost.com/configure/plugins-configuration-settings.html#zoom) now has one option to start a meeting rather than three separate ones to simplify the user experience. + +#### Server Plugins: Release Candidate + - A release candidate (RC) is released for server plugins. Stable release is expected in v5.3 or v5.4. + - Added various API methods for plugins to provide the same capabilities as the REST API. + - Added support to intercept file uploads before the file is uploaded to a Mattermost server. + - Added support for plugins to respond after a user joins/leaves a channel or a team, or creates a new channel. + - Added support for plugins to respond prior to or after a user logs in to a Mattermost server. + - Added support for plugins to update user status. Sample use case is setting a user’s status to Do Not Disturb based on Google Calendar events. + - Added CSRF tokens that are attached to users sessions. The tokens can be enforced as an alternative to XHR checks in the plugin request system. + - Added session token to context for ServeHTTP hook. + +#### Webapp Plugins: Beta + - Upcoming Mattermost UI redesign may cause breaking changes to webapp plugins. Hence, webapp plugins remain as beta in v5.2. + - Added support to override [...] post menu, and paperclip icon for file uploads. + - Added support for multiple plugins to add components at the same integration points instead of only allowing one plugin to do so. + - Removed ability to fully override profile popover. Instead, multiple plugins can now add to the profile popover via multiple integration points. + - For an up-to-date list of pluggable UI components, [see this list in our demo plugin](https://github.com/mattermost/mattermost-plugin-demo/tree/master/webapp#components). + +#### Administration + - In the compliance export status table, in System Console > Compliance > Compliance Export, added a number of exported records to Details column. + - Added support for cross-origin resource sharing. + +#### Command Line Interface (CLI) + - Enhanced log output from Permanent Delete CLI command to delete FileInfos for a user's posts. + - Addded channel renaming to CLI. + +#### Enterprise Edition + - Added the Global Relay Export CLI command. + - Added support to search plugin contents. + +### Bug Fixes + - Fixed an issue where the "Switch Channel" shortcut (⌘K) didn't work on dvorak layout on Mac. + - Fixed an issue where the Custom Integrations section in the System Console was blank after role changes. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under "ServiceSettings": in ``config.json``: + - Added ``"CorsExposedHeaders": ""``, to add a whitelist of headers that will be accessible to the requester. + - Added ``"CorsAllowCredentials": false``, to allow requests that pass validation to include the ``Access-Control-Allow-Credentials`` header. + - Added ``"CorsDebug": false``, to print messages to the logs to help when developing an integration that uses CORS. + - Under "TeamSettings" in ``config.json``: + - Added ``"ViewArchivedChannels": true``, to allow users to share permalinks and search for content of channels that have been archived. + - Added ``"ExperimentalDefaultChannels": ""``, to allow choosing the default channels every user is added to automatically after joining a new team. + +### API Changes + +#### RESTful API v4 Changes + - ``deleteReaction`` API was added to send the correct value for ``post.HasReactions``. + - Support for add/delete and enable/disable plugins via CLI was added. + - File download API was improved to stream files instead of loading them entirely into memory. + +#### Websocket Changes + - Support for add/delete and enable/disable plugins via CLI was added. + +#### Database Changes + - Two new columns were added in the ``OutgoingWebhooks`` table, "Username" and "IconURL". + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors +[aeomin](https://github.com/aeomin), [alanpog](https://github.com/alanpog), [Alexgoodman7](https://github.com/Alexgoodman7), [amyblais](https://github.com/amyblais), [archroller](https://github.com/archroller), [asaadmahmood](https://github.com/asaadmahmood), [burguyd](https://github.com/burguyd), [chikei](https://github.com/chikei), [cometkim](https://github.com/cometkim), [comharris](https://github.com/comharris), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [der-test](https://github.com/der-test), [DHaussermann](https://github.com/DHaussermann), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [falcon78921](https://github.com/falcon78921), [fdebrabander](https://github.com/fdebrabander), [grundleborg](https://github.com/grundleborg), [herooftimeandspace](https://github.com/herooftimeandspace), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [Jessica-c53](https://github.com/Jessica-c53), [JustinReynolds-MM](https://github.com/JustinReynolds-MM), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [kennethjeremyau](https://github.com/kennethjeremyau), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [meilon](https://github.com/meilon), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [pepf](https://github.com/pepf), [pichouk](https://github.com/pichouk), [pietroglyph](https://github.com/pietroglyph), [pjgrizel](https://github.com/pjgrizel), [pradeepmurugesan](https://github.com/pradeepmurugesan), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [ryoon](https://github.com/ryoon), [santos22](https://github.com/santos22), [saturninoabril](https://github.com/saturninoabril), [scherno2](https://github.com/scherno2), [seansackowitz](https://github.com/seansackowitz), [sudheerDev](https://github.com/sudheerDev), [tejasbubane](https://github.com/tejasbubane), [theblueskies](https://github.com/theblueskies), [ThiefMaster](https://github.com/ThiefMaster), [uhlhosting](https://github.com/uhlhosting), [uusijani](https://github.com/uusijani), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.1 - Feature Release + + - **v5.1.2, released 2018-09-16** + - Mattermost v5.1.2 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v5.1.1, released 2018-08-07** + - Mattermost v5.1.1 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v5.1.0, released 2018-07-16** + - Original 5.1.0 release + +### Security Update + +- Mattermost v5.1.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Breaking Changes since the last release + + - ``mattermost export`` CLI command is renamed to ``mattermost export schedule``. Make sure to update your scripts if you use this command. + +```{Important} +If you upgrade from another release than 5.0, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Gfycat integration + - Added easy access to sharing GIFs without leaving the Mattermost interface. System Admins can enable this feature in **System Console > Customization > GIF**. + +#### Auto-linking plugin (Beta) + - Messages can now be formatted into Markdown links automatically before they are saved to the Mattermost database. See [autolink plugin repository](https://github.com/mattermost/mattermost-plugin-autolink) to learn more. + +#### Support Mattermost on a subpath + - Added support for hosting Mattermost at any route (e.g., https://www.example.com/mattermost) with newly added subpath support. + +#### CSV Compliance Export ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) + - Extended compliance export feature with CSV format. See [documentation](https://docs.mattermost.com/administration/compliance-export.html) to learn more. + +### Improvements + +#### Web User Interface + - Added highlighting for Elasticsearch results. + - Renamed "Delete Channel" to "Archive Channel". Channels can be unarchived [from the commandline](https://docs.mattermost.com/administration/command-line-tools.html#mattermost-channel-restore). + - Added Channel Purpose as a searchable field in the "More Channels" menu. + +#### Administration + - Added the ability to reset user emails in **System Console > Users**. + - Server restart is no longer required to run the job server for the first time. + +#### Command Line Interface (CLI) + - Made the `permissions reset` CLI command able to reset all custom-role related data. + - When `permanent delete user` CLI command is used, all files uploaded by the user are now deleted as well. + - ``export`` CLI command was updated to support scheduling exports via `export schedule`, and to export files in Actiance XML and CSV formats. + - Running the CLI outside of the bin directory is now less error prone. + +#### Enterprise Edition E20 + - Added experimental support for certificate-based authentication (CBA) to identify a user or a device before granting access to Mattermost. See [documentation](https://docs.mattermost.com/onboard/certificate-based-authentication.html) to learn more. + +### Bug Fixes + + - Fixed an issue where users could not reply to push notifications on iOS. + - Fixed an issue with an incorrect system message after converting a public channel to private. + - Fixed an issue with being unable to add emoji reactions after expanding the message details sidebar. + - Fixed an issue where [rate limiting settings](https://docs.mattermost.com/administration/config-settings.html#rate-limiting) could not be edited in the System Console, and weren't displayed in the User Interface if configured via `config.json`. + - Fixed an issue where deleted users shown as "Someone" in the Favorite Channels section could not be removed. + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under "ExperimentalSettings:" in ``config.json``: + - Added ``"ClientSideCertEnable": false,``, to enable client-side certification for your Mattermost server. + - Added ``"ClientSideCertCheck": "secondary"``, to control whether email and password are required following client-side certification. + - Under "ServiceSettings:" in ``config.json``: + - Added ``"ExperimentalLimitClientConfig": false``, to limit the number of config settings sent to users prior to login. Supported on mobile apps v1.10 and later. + - Added ``"EnableGifPicker": false,``, ``"GfycatApiKey": 2_KtH_W5,`` and ``"GfycatApiSecret": 3wLVZPiswc3DnaiaFoLkDvB4X0IV6CpMkj4tf2inJRsBY6-FnkT08zGmppWFgeof,`` to enable a built-in GIF integration with Gfycat. + - Added ``"EnableEmailInvitations": false``, to disable email invitations on the system. + - Under "SqlSettings:" in ``config.json``: + - Added ``"ConnMaxLifetimeMilliseconds": 3600000,``, to configure the maximum lifetime for a connection to the database. + +### API Changes + +#### RESTful API v4 Changes + + - A new ``matches`` field was added to ``POST teams/{team_id}/posts/search`` to return a list of matched terms within the post. This field will only be populated on servers running version v5.1 or greater with Elasticsearch enabled. + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[Alexgoodman7](https://github.com/Alexgoodman7), [amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [asaadmahmood](https://github.com/asaadmahmood), [Brodan](https://github.com/Brodan), [cjohannsen81](https://github.com/cjohannsen81), [cometkim](https://github.com/cometkim). [comharris](https://github.com/comharris), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [dmeza](https://github.com/dmeza), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [evelikov](https://github.com/evelikov), [fbartels](https://github.com/fbartels), [greensteve](https://github.com/greensteve), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jkurian](https://github.com/jkurian), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kennethjeremyau](https://github.com/kennethjeremyau), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lisakycho](https://github.com/lisakycho), [michaelgamble](https://github.com/michaelgamble), [mkraft](https://github.com/mkraft), [pichouk](https://github.com/pichouk), [Roy-Orbison](https://github.com/Roy-Orbison), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [stanchan](https://github.com/stanchan), [sudheerDev](https://github.com/sudheerDev),[svelle](https://github.com/svelle), [tejasbubane](https://github.com/tejasbubane), [ThiefMaster](https://github.com/ThiefMaster), [wiersgallak](https://github.com/wiersgallak), [wildloop](https://github.com/wildloop), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v5.0 - Feature Release + + - **v5.0.3, released 2018-08-07** + - Mattermost v5.0.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v5.0.2, released 2018-07-16** + - Mattermost v5.0.2 contains a high severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v5.0.1, released 2018-07-09** + - Fixed an issue where large Global Relay exports could cause export jobs to fail completely. + - **v5.0.0, released 2018-06-16** + - Original 5.0.0 release + +### Breaking Changes since the last release + +- All API v3 endpoints have been removed. [See documentation](https://api.mattermost.com/#tag/schema) to learn more about how to migrate your integrations to API v4. [Ticket #8708](https://mattermost.atlassian.net/browse/MM-8708). +- `platform` binary has been renamed to mattermost for a clearer install and upgrade experience. **You should point your `systemd` service file at the new `mattermost` binary.** All command line tools, including the bulk loading tool and developer tools, have also been renamed from platform to mattermost. [Ticket #9985](https://mattermost.atlassian.net/browse/MM-9985). +- A Mattermost user setting to configure desktop notification duration in **Account Settings** > **Notifications** > **Desktop Notifications** has been removed. +- Slash commands configured to receive a GET request now have the payload encoded in the query string instead of receiving it in the body of the request, consistent with standard HTTP requests. Although unlikely, this could break custom slash commands that use GET requests incorrectly. [Ticket #10201](https://mattermost.atlassian.net/browse/MM-10201). +- A new `config.json` setting to whitelist types of protocols for auto-linking has been added. [Ticket #9547](https://mattermost.atlassian.net/browse/MM-9547). +- A new `config.json` setting to disable the [permanent APIv4 delete team parameter](https://api.mattermost.com/#tag/teams%2Fpaths%2F~1teams~1%7Bteam_id%7D%2Fput) has been added. The setting is off by default for all new and existing installs, except those deployed on GitLab Omnibus. A System Administrator can enable the API v4 endpoint from the config.json file. [Ticket #9916](https://mattermost.atlassian.net/browse/MM-9916). +- An unused `ExtraUpdateAt` field has been removed from the channel model. [Ticket #9739](https://mattermost.atlassian.net/browse/MM-9739). + +```{Important} +If you upgrade from another release than 4.10, please read the [Important Upgrade Notes](https://docs.mattermost.com/administration/important-upgrade-notes.html). +``` + +### Highlights + +#### Plugin Intercept + - Adds support for plugins to intercept posts prior to saving them into the database. + - Supports use cases such as auto-detecting and censoring restricted words, and auto-linking phrases. [Read our forum post to learn more](https://forum.mattermost.org/t/coming-soon-apiv4-mattermost-post-intercept/4982). + +#### Permissions Schemes + - System Scheme now sets the default permissions inherited system-wide by System Admins, Team Admins, Channel Admins and everyone else. + - Added new Team Schemes to override the default permissions in specific teams for Team Admins, Channel Admins and all other team members. + +#### Increased Character Limit on Posts + - Increased character limit to 16,383 on new deployments to allow posting long messages and to allow better Markdown formatting, including tables. + - For existing deployments, read [how to migrate your system](https://docs.mattermost.com/administration/important-upgrade-notes.html) to support the increased character limit. + +#### Combined Join/Leave Messages + - System messages related to joining, leaving, adding and removing people from channels and teams are combined into a single message to save space in channels. + +### Improvements + +#### Web User Interface + - Added a feature to collapse image upload using a collapse icon or using the ``/collapse`` command. + - Added a whitelist for valid types of links when autolinking. + - Updated the styling of default team icons. + +#### Performance + - Fixed ``update_status`` cluster event being sent thousands of times on restart of app servers. + +#### Integrations + - Slash commands configured to receive a GET request now have the payload encoded in the query string instead of receiving it in the body of the request. + - Added ability for webhooks to actually be locked to a channel. + +#### Notifications + - Updated email notification subject line and contents for Group Messages. + - Updated the styling of push notifications. + +#### System Console + - Added a System Console setting to disable the preview mode banner when email notifications are disabled. + +#### Administration + - Added Password Requirements and Customer Branding to Team Edition. + - Moved Themes per team to Team Edition. + +#### Enterprise Edition + - Added ``LoginIdAttribute`` to allow LDAP users to change their login ID without losing their account. + +### Bug Fixes + + - Fixed an issue where ``EnableUserCreation`` was set to `false` when not included in config.json. + - Fixed an issue where a public channel made private did not disappear automatically from clients not part of the channel. + - Fixed an issue where team icon did not get automatically saved when removed. + - Fixed an issue where Town Square channel disappeared from channel list for a non-admin users when "ExperimentalTownSquareIsReadOnly" `config.json` was set to `true` in config.json. + +### Compatibility + + - For a list of important changes with Mattermost v5.0, please [see our Forum announcement](https://forum.mattermost.org/t/upcoming-changes-with-mattermost-v5-0/5119). + +### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under ``"ServiceSettings":`` in ``config.json``: + - Added ``"EnableAPITeamDeletion": false,`` to disable the permanent APIv4 delete team parameter. + - Added ``"ExperimentalEnableHardenedMode": false`` to enable a hardened mode for Mattermost that makes user experience trade-offs in the interest of security. + - Under ``"EmailSettings":`` in ``config.json``: + - Added ``"EnablePreviewModeBanner": true,`` to allow Preview Mode banner to be displayed so users are aware that email notifications are disabled. + - Under ``"ClusterSettings":`` in ``config.json``: + - Added ``"MaxIdleConns": 100,`` to add the maximum number of idle connections held open from one server to all others in the cluster. + - Added ``"MaxIdleConnsPerHost": 128,`` to add the maximum number of idle connections held open from one server to another server in the cluster. + - Added ``"IdleConnTimeoutMilliseconds": 90000`` to add the number of milliseconds to leave an idle connection open between servers in the cluster. + - Under ``"TeamSettings":`` in ``config.json``: + - Added ``"ExperimentalHideTownSquareinLHS": false,`` to hide Town Square in the left-hand sidebar if there are no unread messages in the channel. + - Under ``"DisplaySettings":`` in ``config.json``: + - Added ``"CustomUrlSchemes": [],``, to add a list of URL schemes that are used for autolinking in message text. + - Under ``"LdapSettings":`` in ``config.json``: + - Added ``"LoginIdAttribute": "",`` to add an attribute in the AD/LDAP server used to log in to Mattermost. + +#### API Changes + + - All APIv3 endpoints were removed. + - Improved file upload API to stream files instead of loading them entirely into memory. + - SAML login endpoints were moved out of API package. + - ``context.go`` was moved out of Api4 and into web. + - ``api4/handlers.go`` was created to create the API handlers using the Context and Handler from web. + - ``web/handlers.go`` was added to define the Handler struct, the base ServeHTTP function and a single web handler. + +#### WebSocket Changes + + - Ping/pong and reconnection handling were added to Go WebSocket client. + - Support was added for WebSocket custom dialer. + - ``channel_converted`` WebSocket event was added, which is published team-wide whenever a channel is converted from public to private. + +### Known Issues + + - [Image proxy](https://docs.mattermost.com/administration/image-proxy.html) cannot be saved in the System Console UI. Configure the settings in your `config.json` file instead. + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[aeomin](https://translate.mattermost.com/user/aeomin/), [amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [asaadmahmood](https://github.com/asaadmahmood), [balasankarc](https://github.com/balasankarc), [chclaus](https://github.com/chclaus), [chikei](https://github.com/chikei), [comharris](https://github.com/comharris), [compilenix](https://github.com/compilenix), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [der-test](https://github.com/der-test), [dkadioglu](https://github.com/dkadioglu), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fbartels](https://github.com/fbartels), [gnufede](https://github.com/gnufede), [grundleborg](https://github.com/grundleborg), [haraldkubota](https://github.com/haraldkubota), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jordanbuchman](https://github.com/jordanbuchman), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [meilon](https://github.com/meilon), [mkraft](https://github.com/mkraft), [mlongo4290](https://github.com/mlongo4290), [odontomachus](https://github.com/odontomachus), [pichouk](https://github.com/pichouk), [pjgrizel](https://github.com/pjgrizel), [rodcorsi](https://github.com/rodcorsi), [Roy-Orbison](https://github.com/Roy-Orbison), [ryoon](https://github.com/ryoon), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev), [thePanz](https://github.com/thepanz), [uturkdogan](https://github.com/uturkdogan), [wget](https://github.com/wget), [wiersgallak](https://github.com/wiersgallak), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.10 - [ESR](https://docs.mattermost.com/administration/extended-support-release.html) + + - **v4.10.10, released 2019-06-20** + - Mattermost v4.10.10 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.9, released 2019-04-24** + - Mattermost v4.10.9 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.8, released 2019-03-16** + - Mattermost v4.10.8 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.7, released 2019-02-16** + - Mattermost v4.10.7 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.6, released 2019-02-01** + - Mattermost v4.10.6 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.5, released 2019-01-16** + - Mattermost v4.10.5 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.4, released 2018-09-16** + - Mattermost v4.10.4 contains a high level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.3, released 2018-08-07** + - Mattermost v4.10.3 contains a medium level security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.2, released 2018-07-16** + - Mattermost v4.10.2 contains a high severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.10.1, released 2018-06-04** + - Mattermost v4.10.1 contains a moderate severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where the Mattermost screen went blank when viewing "Manage Members" list while another user was added to the channel. + - Fixed an issue where [automatic replies](https://docs.mattermost.com/administration/config-settings.html#enable-automatic-replies-experimental) weren't properly posting or suppressing emails. + - Fixed an issue where a member's roles for a team wasn't properly deleted when the team was deleted via the API, causing crashing issues. + - **v4.10.0, released 2018-05-16** + - Original 4.10.0 release + +### Highlights + +#### Convert Public Channels to Private + - Team and System Admins can now convert a channel to private from the user interface. System Admins can also convert channels back to public [via the commandline](https://docs.mattermost.com/administration/command-line-tools.html#platform-channel-modify). + +#### Performance Improvements + - Decreased loading time by up to 90% for users with lots of direct and group message channels. + +#### Environment Variables Support in GitLab Omnibus + - Simplified Mattermost administration by supporting environment variables in GitLab Omnibus. See [documentation](https://docs.gitlab.com/omnibus/gitlab-mattermost/#upgrading-gitlab-mattermost-from-versions-prior-to-11-0) to learn more. + +### Improvements + +#### Web User Interface + - Removed support for transparent team icons to support any sidebar theme colors and added the ability to remove team icons. + - Added an experimental setting that users can use to set a custom message that will be automatically sent in response to Direct Messages. + - Added a loading animation for "Add Members" channel invite modal. + - Made SHIFT+UP switch keyboard focus to right-hand side if it's already open to the current thread. + - Removed an unnecessary WebRTC end user setting to avoid user errors and confusion. + - Added an on-hover effect for image link previews. + + #### Plugins + - Added better plugin error handling and reporting. + + #### Slash Commands + - Added ``/invite`` slash command to invite users to a channel. + - Improved slash command error message when payload has invalid JSON. + + #### Administration + - Added structured logging to more easily review server logs. + - Users' client no longer refreshes after changing a System Console or ``config.json`` setting. + + #### Command Line Interface (CLI) + - Added `/platform team list` command to list all teams on the server.. + +#### Enterprise Edition E20 + - Added cluster event types to [Performance Monitoring](https://docs.mattermost.com/scale/performance-monitoring.html). + +### Bug Fixes + + - Fixed an issue where focus with CTRL/CMD+SHIFT+L was always set to the right-hand side when reply thread was open. + - Fixed an issue where a user added to a channel wasn't immediately removed from other users' "Add Members" dialog. + - Fixed an issue where 'Copy Link' context menu option was partially hidden when right-clicking a team in team sidebar. + - Fixed an issue where a user could not log in to Mattermost when their login id ("authdata") failed to migrate properly during migration from LDAP to SAML. + - Fixed an issue where plugin configuration was not saved in the System Console. + - Removed duplicate indexes accidentally created on the ``Channels``, ``Emoji`` and ``OAuthAccessData`` tables. + +### Compatibility + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under `"TeamSettings"` in `config.json`: + - Added ``"ExperimentalEnableAutomaticReplies": false,`` to allow users to set a custom message that will be automatically sent in response to Direct Messages. + - Under `"LogSettings"` in `config.json`: + - Removed ``FileFormat`` and added ``"FileJson": true,`` and ``"ConsoleJson": true,`` to allow logged events to be written as a machine readable JSON format instead of the be printed as plain text. + +#### API Changes + +##### RESTful API v4 Changes + + - Support was added to RESTful API for sending ephemeral messages to users. + - An APIv4 endpoint of ``POST /channels/{channel_id}/convert`` was added to convert a channel from public to private and to restrict this setting to ``team_admin``. + - An APIv4 endpoint of ``DELETE /teams/{team_id}/image`` was added to remove team icon and restrict it to ``team_admin``. + +#### Database Changes + +**Users Table:** + + - Migrates SAML `AuthData` to lowercase via `"UPDATE Users SET AuthData=LOWER(AuthData) WHERE AuthService = 'saml'"` query. + +**Channels Table:** + + - Removed duplicate `Name_2` index. + +**Emoji Table:** + + - Removed duplicate `Name_2` index. + +**OAuthAccessData Table:** + + - Removed duplicate `ClientId_2` index. + +#### Upcoming Deprecated Features in Mattermost v5.0 + +The following deprecations are planned for the Mattermost v5.0 release, which is scheduled for summer/2018. This list is subject to change prior to the release. + +1. All API v3 endpoints will be removed. [See documentation](https://api.mattermost.com/#tag/schema) to learn more about how to migrate your integrations to API v4. [Ticket #8708](https://mattermost.atlassian.net/browse/MM-8708). +2. `platform` binary will be renamed to mattermost for a clearer install and upgrade experience. All command line tools, including the bulk loading tool and developer tools, will also be renamed from platform to mattermost. [Ticket #9985](https://mattermost.atlassian.net/browse/MM-9985). +3. A Mattermost user setting to configure desktop notification duration in **Account Settings** > **Notifications** > **Desktop Notifications** will be removed. +4. Slash commands configured to receive a GET request will have the payload being encoded in the query string instead of receiving it in the body of the request, consistent with standard HTTP requests. Although unlikely, this could break custom slash commands that use GET requests incorrectly. [Ticket #10201](https://mattermost.atlassian.net/browse/MM-10201). +5. A new `config.json` setting to whitelist types of protocols for auto-linking will be added. [Ticket #9547](https://mattermost.atlassian.net/browse/MM-9547). +6. A new `config.json` setting to disable the [permanent APIv4 delete team parameter](https://api.mattermost.com/#tag/teams%2Fpaths%2F~1teams~1%7Bteam_id%7D%2Fput) will be added. The setting will be off by default for all new and existing installs, except those deployed on GitLab Omnibus. A System Administrator can enable the API v4 endpoint from the config.json file. [Ticket #9916](https://mattermost.atlassian.net/browse/MM-9916). +7. An unused `ExtraUpdateAt` field will be removed from the channel model. [Ticket #9739](https://mattermost.atlassian.net/browse/MM-9739). + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Numbered lists can sometimes extend beyond the normal post area. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors +[amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [antoineHC](https://github.com/antoineHC), [asaadmahmood](https://github.com/asaadmahmood), [Autre31415](https://github.com/Autre31415), [cometkim](https://github.com/cometkim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [daanlevi](https://github.com/daanlevi), [DSchalla](https://github.com/DSchalla), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [guydemi](https://github.com/guydemi), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [iri-dw](https://github.com/iri-dw), [it33](https://github.com/it33), [james-mm](https://github.com/james-mm), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jordanbuchman](https://github.com/jordanbuchman), [jwilander](https://github.com/jwilander), [kethinov](https://github.com/kethinov), [koxen](https://github.com/koxen), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [liusy182](https://github.com/liusy182), [Merlin2001](https://github.com/merlin2001), [michaeltaylor-kerauno](https://github.com/michaeltaylor-kerauno), [mkraft](https://github.com/mkraft), [n1aba](https://github.com/n1aba), [pichouk](https://github.com/pichouk), [saturninoabril](https://github.com/saturninoabril), [stanchan](https://github.com/stanchan), [sudheerDev](https://github.com/sudheerDev), [tejasbubane](https://github.com/tejasbubane), [timconner](https://github.com/timconner), [tomo667a](https://github.com/tomo667a), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.9 - Feature Release + + - **v4.9.4, released 2018-06-04** + - Mattermost v4.9.4 contains a moderate severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.9.3, released 2018-05-15** + - Fixed an issue where plugin configuration got corrupted upon saving the configuration via the System Console. + - **v4.9.2, released 2018-05-04** + - Fixed an issue with permissions migration when ``AllowEditPost`` was set to "Always". + - **v4.9.1, released 2018-04-27** + - Fixed an issue where System Console permissions settings displayed a false error when running High Availability mode. + - Fixed a race condition on loading roles in the System Console. + - Reverted a change causing significant performance degradation when loading posts. + - Fixed a performance issue causing significant initial load time for the Desktop application. + - **v4.9.0, released 2018-04-16** + - Original 4.9.0 release + +### Highlights + +#### Channel Mute + - Added a `/mute` command, meaning that when a channel is muted, desktop, push and email notifications are not sent for the channel. + - Channel Mute is also accessible via Channel Notification Preferences. + - A muted channel gets sorted at the bottom of the left-hand sidebar section. + +#### Teammate Name Display Setting + - Added the setting for rendering of at-mentions by the teammate name display back to the Account Settings. + +#### Team Icons + - Added support for team icons in the team sidebar. + +#### Global Relay (Beta) ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/) Add-On) + - Added export support for Global Relay as a compliance solution. [Learn more here](https://about.mattermost.com/default-compliance-export-documentation). + +### Improvements + +#### Web User Interface + - Users can now set their timezone in **Account Settings > Timezone**. + - Cursor now returns to the reply thread input box after deleting a reply on the right-hand sidebar. + +#### Performance + - Decreased channel load time by optimizing database queries used to fetch threads and parent posts in a channel. + - Decreased load time of large channels with 5,000+ messages by up to 90% by optimizing many client functions related to rendering posts and threads. + - Changing properties other than Site URL in ``/general/logging`` section will now require a server restart before taking effect. + +#### Plugins (Beta) + - Plugins now have more flexibility to format text, emojis and Markdown. + - Added support for plugins to add actions to the sidebar dropdowns. + +#### Administration + - Added support for AWS Identity and Access Management (IAM) roles for Amazon S3 file storage. + - Added a "Test Connection" button to test Amazon S3 connection. + +#### Enterprise Edition + - When `ExperimentalTownSquareIsReadOnly` is set to `true`, non-admins can no longer react to messages, pin messages or update channel information. + - Added cache invalidation totals to [Performance Monitoring](https://docs.mattermost.com/scale/performance-monitoring.html). + +### Bug Fixes + + - Fixed server log 404 error messages "We couldn't get the emoji" for numeric emojis. + - Fixed an issue where cursor jumped to end of line when trying to edit text in the middle of search bar. + - Fixed an issue where a download link opened images in a new tab instead of downloading them. + - Fixed an issue where Direct Message channel with yourself did not show up in channel switcher. + - Fixed an issue where deleting one username from "add member to a channel" field deleted all names. + - Fixed an issue where View/Manage members should have been sorted by username, not online status. + - Fixed an issue where a non-system-admin should not see `Is Trusted` option on OAuth 2.0 integrations. + - Fixed an issue with being unable to click on pinned post, channel members, and so on with keyboard focus on search box. + - Fixed an issue where Mattermost only imported first user during Slack import. + - Fixed an issue where cleared search term reappeared after closing RHS. + - Fixed an issue where a thumbnail appeared larger than expected in center channel when posting an image while the right hand side was open. + - Fixed an issue with adding users to channels when the usernames contained periods. + - Fixed an issue with a JavaScript error when using CMD/CTRL-K keyboard shortcut to change channels. + - Fixed an issue with not being able to get past second page of `/admin_console/users`. + - Fixed an issue where ALT+UP/DOWN caused error in console and then stopped working. + +### Compatibility + + - IE11 Compatibility View now shows an "Unsupported Browser" error page, [given it's not a supported version](https://docs.mattermost.com/install/requirements.html#pc-web-experience). + +#### Removed and Deprecated Features + + - To improve the production use of Mattermost with Docker, the docker image is now running a as non-root user and listening on port 8000. Please read the [upgrade instructions](https://github.com/mattermost/mattermost-docker#upgrading-mattermost-to-49) for important changes to existing installations. + +- Several configuration settings have been migrated to roles in the database and changing their `config.json` values no longer takes effect. These permissions can still be modified by their respective System Console settings as before. The affected `config.json` settings are: + - RestrictPublicChannelManagement + - RestrictPrivateChannelManagement + - RestrictPublicChannelCreation + - RestrictPrivateChannelCreation + - RestrictPublicChannelDeletion + - RestrictPrivateChannelDeletion + - RestrictPrivateChannelManageMembers + - EnableTeamCreation + - EnableOnlyAdminIntegrations + - RestrictPostDelete + - AllowEditPost + - RestrictTeamInvite + - RestrictCustomEmojiCreation + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### Upcoming Deprecated Features in Mattermost v5.0 + +The following deprecations are planned for the Mattermost v5.0 release, which is scheduled for summer/2018. This list is subject to change prior to the release. + +1. All API v3 endpoints will be removed. [See documentation](https://api.mattermost.com/#tag/APIv3-Deprecation) to learn more about how to migrate your integrations to API v4. [Ticket #8708](https://mattermost.atlassian.net/browse/MM-8708). +2. `platform` binary will be renamed to mattermost for a clearer install and upgrade experience. All command line tools, including the bulk loading tool and developer tools, will also be renamed from platform to mattermost. [Ticket #9985](https://mattermost.atlassian.net/browse/MM-9985). +3. A new `config.json` setting to whitelist types of protocols for auto-linking will be added. [Ticket #9547](https://mattermost.atlassian.net/browse/MM-9547). +4. A new `config.json` setting to disable the [permanent APIv4 delete team parameter](https://api.mattermost.com/#tag/teams%2Fpaths%2F~1teams~1%7Bteam_id%7D%2Fput) will be added. The setting will be off by default for all new and existing installs, except those deployed on GitLab Omnibus. A System Administrator can enable the API v4 endpoint from the config.json file. [Ticket #9916](https://mattermost.atlassian.net/browse/MM-9916). +5. An unused `ExtraUpdateAt` field will be removed from the channel model. [Ticket #9739](https://mattermost.atlassian.net/browse/MM-9739). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under `MessageExportSettings` in `config.json`: + - Added `"CustomerType": "A9"`, to allow selecting the type of Global Relay customer account the user's organization has. + - Added `"EmailAddress": ""`, to allow selecting the email address the user's Global Relay server monitors for incoming compliance exports. + - Under ` "SamlSettings"` in `config.json`: + - Added `"ScopingIDPProviderId": ""`, to allow an authenticated user to skip the initial login page of their federated Azure AD server, and only require a password to log in. + - Added `"ScopingIDPName": ""`, to add the name associated with a user's Scoping Identity Provider ID. + - Under `DisplaySettings"` in `config.json`: + - Added `"ExperimentalTimezone": false`, to allow selecting the timezone used for timestamps in the user interface and email notifications. + +#### API Changes + + - It is required that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). + - All API v3 endpoints have been deprecated and are scheduled for removal in Mattermost v5.0. + +#### Database Changes + +**Users Table:** + + - Added `Timezone` column. + +**Teams Table:** + + - Added `LastTeamIconUpdate` column. + +**Channels Table:** + + - Removed `idx_channels_displayname` index. + +### Known Issues + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Numbered lists can sometimes extend beyond the normal post area. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [chclaus](https://github.com/chclaus), [chumbalum](https://github.com/chumbalum), [cjohannsen81](https://github.com/cjohannsen81), [CoolMoeDee](https://github.com/CoolMoeDee), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [dmeza](https://github.com/dmeza), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [gajananpp](https://github.com/gajananpp), [GitHubJasper](https://github.com/GitHubJasper), [gnufede](https://github.com/gnufede), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [james-mm](https://github.com/james-mm), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [koxen](https://github.com/koxen), [letsila](https://github.com/letsila), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [mkraft](https://github.com/mkraft), [moonmeister](https://github.com/moonmeister), [MusikPolice](https://github.com/MusikPolice), [panditsavitags](https://github.com/panditsavitags), [philippe-granet](https://github.com/philippe-granet), [pichouk](https://github.com/pichouk), [qichengzx](https://github.com/qichengzx), [Rudloff](https://github.com/Rudloff), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [stanchan](https://github.com/stanchan), [stephenkiers](https://github.com/stephenkiers), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [tejasbubane](https://github.com/tejasbubane), [thePanz](https://github.com/thePanz), [timconner](https://github.com/timconner), [tomo667a](https://github.com/tomo667a), [Vorlif](https://github.com/Vorlif), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.8 - Feature Release + + - **v4.8.2, released 2018-06-04** + - Mattermost v4.8.2 contains a moderate severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.8.1, released 2018-04-09** + - Mattermost v4.8.1 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed a performance issue by removing the `DisplayName` index on the Channels table. + - **v4.8.0, released 2018-03-16** + - Original 4.8.0 release + +### Security Update + +- Mattermost v4.8.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Enhanced compatibility with CloudFront + + - Added support for configuring CloudFront to host Mattermost's static assets. + - Allows for improved caching performance and shorter load times for those members of your team geographically distributed throughout the world. + +#### SAML Migration Command ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) + + - Added a CLI command to easily migrate users to SAML. + +### Improvements + +#### Web User Interface + - Added a web app build hash to About Mattermost dialog to tell what version of the web app is being used. + - Switched search bar to a button in tablet view, to increase how much space is available in the channel header. + +#### Performance + - Reduced load times by optimizing database queries and WebSocket events destined for a single user. + - Created an iOS endpoint that enables users to upload files larger than 20MB. + - Improved caching of `getRootPosts` call. + +#### 508 Compliance + - Added alt attribute to profile pictures. + +#### Integrations + - Updated incoming webhooks to accept multipart/form-data content type such as that supplied by `curl -F`. + +#### Notifications + - A system message is now posted when a channel is moved between teams by the CLI command. + +#### Authentication + - Reduced OAuth SSO login errors by falling back to a constructed URL if Site URL is blank. + +#### System Console + - Removed plugin upload setting from System Console UI and prevented switching the setting from the API. + - Added paging to system console log viewer and set default value of `per_paging` for logs to 1000. + +### Bug Fixes + - Fixed an issue where sidebar unreads text setting was ignored in custom theme. + - Fixed an issue where emoji picker had an empty line at the bottom of the list. + - Fixed an issue with Markdown help wrapping on a second line in Edit Message dialog. + - Fixed an issue where after leaving last team the "Logout" link did nothing. + - Fixed an issue where focus was sometimes wrong on delete post modal. + - Fixed an issue where the bulk import tool didn't force Town Square membership. + - Fixed duplicate calls of the "view" request when switching channels. + - Fixed an issue where channel name was included in push notifications if someone posted only files with Push Notification Contents set to not include channel name. + - Fixed an issue where attempting to preview an attached document failed to finish "loading" if the file extension didn't match the actual file type. + - Fixed an issue where focus was not set to input box after replying to a message in Classic Mobile App. + - Fixed an issue where a username such as "user.name" gets a highlight only on "name" when @-icon is clicked. + - Fixed an issue where the "More Unreads Above" indicator didn't always work. + - Fixed an issue where IE11 posted placeholder from hidden textbox. + - Fixed an issue where last channel was not remembered after refresh when switching teams. + - Fixed an issue with no auto-focusing into input text when attaching a file in Classic Mobile App. + - Fixed an issue with not being able to type with composed characters (e.g. CJK) in View Team Members modal and channel switcher. + - Fixed an issue where insecure images were loaded by sending client before proxying. + - Fixed an issue with sandboxing support for CentOS and Bosh. + - Fixed an issue where JIRA plugin posts were not properly truncated. + - Fixed an issue where tall/wide emojis appeared stretched in emoji picker. + - Fixed an issue where web app could not be built if not in a git repository. + - Fixed an issue where jumping to a search result did not always load the context posts. + - Fixed an issue where edit box changed size on switching to markdown preview in some languages. + +### Compatibility + +#### Removed and Deprecated Features + + - All API v3 endpoints have been deprecated and are scheduled for removal in Mattermost v5.0. + - An unused `ExtraUpdateAt` field will be removed from the channel model in Mattermost v5.0. + - As Mattermost moves to a role-based permissions system in v4.9, a number of configuration settings will be migrated to roles in the database and changing their `config.json` values will no longer take effect. These permissions can still be modified by their respective System Console settings. The `config.json` settings to be migrated are: + - RestrictPublicChannelManagement + - RestrictPrivateChannelManagement + - RestrictPublicChannelCreation + - RestrictPrivateChannelCreation + - RestrictPublicChannelDeletion + - RestrictPrivateChannelDeletion + - RestrictPrivateChannelManageMembers + - EnableTeamCreation + - EnableOnlyAdminIntegrations + - RestrictPostDelete + - AllowEditPost + - RestrictTeamInvite + - RestrictCustomEmojiCreation + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under `ServiceSettings` in `config.json`: + - Added `AllowCookiesForSubdomains`, to ensure that the domain parameter is set for cookies, which allows the browser to send the cookies to subdomains as well. + - Added `WebsocketURL`, which allows the server to instruct clients where they should try to connect WebSockets to. + - Changed `EnableAPIV3` setting to `false` for new installs, as all API v3 endpoints have been deprecated and are scheduled for removal in Mattermost v5.0. + +### API Changes + + - It is required that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). + - All API v3 endpoints have been deprecated and are scheduled for removal in Mattermost v5.0. + +#### RESTful API v4 Changes + + - Updated `POST /files` to support requests with only the `channel_id` and `filename` defined as query parameters with the contents of a single file in the body of the request. + +### Known Issues + + - Google login fails on the Classic mobile apps. + - User can receive a video call from another browser tab while already on a call. + - Jump link in search results does not always jump to display the expected post. + - Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. + - Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. + - Searching with Elasticsearch enabled may not always highlight the searched terms. + - Team sidebar on desktop app does not update when channels have been read on mobile. + - Channel scroll position flickers while images and link previews load. + - Numbered lists can sometimes extend beyond the normal post area. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - CTRL/CMD+U shortcut to upload a file doesn’t work on Firefox. + +### Contributors + +[Alexgoodman7](https://github.com/Alexgoodman7), [amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [andruwa13](https://github.com/andruwa13), [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [billybrown1](https://github.com/billybrown1), [ccbrown](https://github.com/ccbrown), [chumbalum](https://github.com/chumbalum), [cometkim](https://github.com/cometkim), [CoolTomatos](https://github.com/CoolTomatos), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [GitHubJasper](https://github.com/GitHubJasper), [gnufede](https://github.com/gnufede), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [icelander](https://github.com/icelander), [it33](https://github.com/it33), [james-mm](https://github.com/james-mm), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kemenaran](https://github.com/kemenaran), [koxen](https://github.com/koxen), [leblanc-simon](https://github.com/leblanc-simon), [letsila](https://github.com/letsila), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lip-d](https://github.com/lip-d), [liusy182](https://github.com/liusy182), [lmikaellukerad](https://github.com/lmikaellukerad), [mkraft](https://github.com/mkraft), [moonmeister](https://github.com/moonmeister), [MusikPolice](https://github.com/MusikPolice), [pichouk](https://github.com/pichouk), [rqtaylor](https://github.com/rqtaylor), [saturninoabril](https://github.com/saturninoabril), [stanchan](https://github.com/stanchan), [stephenkiers](https://github.com/stephenkiers), [tejasbubane](https://github.com/tejasbubane), [thePanz](https://github.com/thePanz), [torgeirl](https://github.com/torgeirl), [Vaelor](https://github.com/Vaelor), [vordimous](https://github.com/vordimous), [XinyueWang94](https://github.com/XinyueWang94), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.7 - Feature Release + + - **v4.7.4, released 2018-04-09** + - Mattermost v4.7.4 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed a performance issue by removing the `DisplayName` index on the Channels table. + - **v4.7.3, released 2018-03-09** + - Mattermost v4.7.3 contains a moderate severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.7.2, released 2018-02-23** + - Fixed an issue where message attachments didn’t render emojis. + - Fixed an issue where channels with a name 26 characters long were inaccessible with a 404 error. + - Fixed “We couldn’t get the emoji” server log messages. + - Fixed an issue with being unable to switch to direct or group message channels via CTRL/CMD+K channel switcher or via “msg/groupmsg” slash commands. + - Fixed an issue where clicking on "Send Message" from a user's profile popover redirected to Town Square instead of the user's direct message channel. + - Fixed an issue where links to direct and group message channels opened in a new tab. + - **v4.7.1, released 2018-02-20** + - Fixed an issue with [compliance export](https://docs.mattermost.com/administration/compliance-export.html) outputs, resulting in `Failed to update ChannelMemberHistory table` error messages in the log when a user joins or leaves a channel. Issue updates [posted here](https://mattermost.atlassian.net/browse/MM-9633). + - **v4.7.0, released 2018-02-16** + - Original 4.7.0 release + +### Security Update + +- Mattermost v4.7.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Client-Side Performance + + - Added user-based rate limiting, in addition to rate limiting API access by IP address. + - Decreased page load time by loading custom emojis asynchronously rather than all on first page load. + - Optimized channel autocomplete (~) query by returning client-side results immediately. + - Decreased the size of most image assets by more than 25% by running `pngquant` to remove unnecessary metadata from PNGs. + +#### Image Proxy Support + + - Image proxy servers increase performance through a layer of caching, and provide custom options to resize images. + - Three new configuration keys, `ImageProxyType`, `ImageProxyURL`, `ImageProxyOptions`, ensure that posts served to the client will have their markdown modified such that all images are loaded through a proxy. + +#### Updated Image Thumbnails + + - Updated the appearance of image thumbnails, so that single thumbnails will now expand to a larger preview without clicking the image to open the preview window. + +#### Experimental Setting for Unreads Sidebar Section + + - Added an experimental setting to group unread channels in the channel sidebar. The setting [must first be enabled by the System Admin](https://docs.mattermost.com/administration/config-settings.html#group-unread-channels-experimental), by replacing `disabled` with either `default_off` or `default_on` in config.json. + +### Improvements + +#### Web User Interface + - Added a status icon in the channel member list and sorted it by user status. + - Added ability to preview images found in link previews. + - Added a `Copy Link` option for sidebar channels in the Desktop App. + - Added focus on the text box after hitting "Edit" on Account Settings options. + - Improved formatting of quotes in the channel header. + - Added a date separator for search results. + - Channel names are now sorted correctly in the left-hand-side by taking non-alphabetical characters into consideration (e.g. brackets, hash sign, etc.) + + #### Integrations + - Added username and profile picture to incoming webhook set up pages. + - Added support for Slack attachments in outgoing webhook responses. + +#### Emoji Picker + - Added the ability to navigate emoji picker with the keyboard. + - Added paging and search of custom emojis to webapp emoji picker. + +#### Channels + - Users are directed to the last channel they viewed in a team when switching to that team. + - Changed URLs of Direct Messages to use the form of `https://servername.com/messages/@username`, letting users open a direct message with each other via URL. + +#### Notifications + - Added a system message when a team is changed from public to private. + +#### Plugins (Beta) + - Zoom plugin now supports on-premise Zoom servers. + +#### Enterprise Edition +- Increased max length of `User.Position` field to 128 characters to meet LDAP max length. +- Increased OAuth state parameter limit. Some systems may send a state longer than 128 characters. + +### Bug Fixes + - Fixed an issue where OAuth account creation error page was unformatted. + - Fixed tab and alt-tab keyboard navigation for links on sign-in page. + - Fixed an issue where plugin slash commands didn't override username or icon. + - Fixed an issue where pagination for team members modal showed a next button when there are no more users to show. + - Fixed an issue where at-channel in `/header` should not trigger confirmation modal. + - Fixed an issue where auto-generated SAML Service provider login URL had two slashes instead of one. + - Fixed an issue where no unread mention appeared on non-mobile platform after receiving push notification. + - Fixed an issue where the text box was hidden by the keyboard when replying to a post in mobile view. + - Fixed username autocomplete not working with mixed cases. + - Fixed not being able to type Korean quickly in some dialogs. + - Fixed an issue where notification preference settings didn't respect case sensitivity for mention highlighting. + - Fixed where, after an ephemeral message, couldn't use `+:emoji:` to react to the previous message. + - Fixed Mattermost not loading on Firefox if the `media.peerconnection.enabled` setting in Firefox is set to false. + - Fixed login screen sometimes flashing before Mattermost server loads. + - Fixed an issue where bot messages from the Zoom plugin ignored the Zoom API URL field for on-prem Zoom servers. + - Disabled pull-to-refresh feature on Android (Chrome) to prevent unwanted page refresh. + - Fixed an issue where clicking `Save` in `Rename Channel` modal without changes did nothing. + - Fixed emoji picker search being case-sensitive. + - Fixed timestamp not being clickable in desktop mobile view. + - Fixed an issue where deleting a team via the API broke the web user interface. + +### Compatibility + +#### Removed and Deprecated Features + +- All API v3 endpoints have been deprecated, and scheduled for removal in Mattermost v5.0. +- The `mentionKeys` prop in post type plugins is now removed to fix case sensitive mention highlighting. Plugins can retrieve the `mentionKeys` prop from the store as needed. +- The permanent query parameter of the DELETE `/teams/{team_id}` APIv4 endpoint is not removed as previously announced, given customer and community feedback. +- As Mattermost moves to a role based permissions system in v4.8, a number of configuration settings will be migrated to roles in the database, and changing their `config.json` values will no longer take effect. These permissions can still be modified by their respective System Console settings. The `config.json` settings to be migrated are: + - RestrictPublicChannelManagement + - RestrictPrivateChannelManagement + - RestrictPublicChannelCreation + - RestrictPrivateChannelCreation + - RestrictPublicChannelDeletion + - RestrictPrivateChannelDeletion + - RestrictPrivateChannelManageMembers + - EnableTeamCreation + - EnableOnlyAdminIntegrations + - RestrictPostDelete + - AllowEditPost + - RestrictTeamInvite + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition: + + - Under `ServiceSettings` in `config.json`: + - Added `"ImageProxyType": ""`, `"ImageProxyOptions": ""`, and `"ImageProxyURL": ""` to ensure posts served to the client will have their markdown modified such that all images are loaded through a proxy. + - Added `"ExperimentalGroupUnreadChannels": disabled` to show an unread channel section in the webapp sidebar. The setting must first be enabled by the System Admin, by replacing `disabled` with either `default_off` or `default_on`. + - Added `"ExperimentalEnableDefaultChannelLeaveJoinMessages": true` that allows disabling of leave/join messages in the default channel, usually Town Square. + - Under `RateLimitingSettings` in `config.json`: + - Added `"VaryByUser": false`, a user-based rate limiting, to rate limit on token and on userID. + +### API Changes + + - It is required that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). + - All API v3 endpoints have been deprecated, and scheduled for removal in Mattermost v5.0. + +#### RESTful API v4 Changes + + - Added `GetChannelByName` and `GetTeamByName` to auto lowercase team and channel names in API requests. This ensures that the channel name is automatically lowercased for endpoints taking team or channel names as URL parameters. + - Added `POST /emoji/search`, `GET /emojis/name/{emoji_name}`, and `GET /emoji/autocomplete` to add consistency with user search/autocomplete endpoints. These API endpoints ensure that the benefits of `GET` for important performance related actions such as autocompleting are included. + - Added `/users/tokens/search` to allow System Admin to be able to find, manage and revoke personal access tokens as needed. This endpoint gets all tokens for all users if one has the `manage_system` permission. + +### WebSocket Event Changes + + - Added `delete_team` web socket event to notify client whenever a team is deleted (e.g. via API call). + +### Database Changes + +**Users Table:** + + - Increased size of `Position` field from 35 to 128 characters. + +**OAuthAuthData Table:** + + - Increased size of `State` field from 128 to 1024 characters. + +**ChannelMemberHistory Table:** + + - Removed `Email` column. + - Removed `Username` column. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Team sidebar on desktop app does not update when channels have been read on mobile. +- Channel scroll position flickers while images and link previews load. +- CTRL/CMD+U shortcut to upload a file doesn't work on Firefox. +- Numbered lists can sometimes extend beyond the normal post area. +- Slack import through the CLI fails if email notifications are enabled. +- Push notifications don't always clear on iOS when running Mattermost in High Availability mode. +- `[WARN] plugin sandboxing is not supported. plugins will run with the same access level as the server` log message is created when sandboxing isn't enabled for plugins. If you don't use plugins, you can ignore this message. If you have plugins enabled, [learn how to enable sandboxing](https://developers.mattermost.com/extend/plugins/security/#sandboxing). + +### Contributors + +[amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [andruwa13](https://github.com/andruwa13), [asaadmahmood](https://github.com/asaadmahmood), [bbodenmiller](https://github.com/bbodenmiller), [Brunzer](https://github.com/Brunzer), [ccbrown](https://github.com/ccbrown), [chclaus](https://github.com/chclaus), [cherniavskii](https://github.com/cherniavskii), [CometKim](https://github.com/CometKim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [darkman](https://github.com/darkman), [der-test](https://github.com/der-test), [dlahn](https://github.com/dlahn), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fermulator](https://github.com/fermulator), [gig177](https://github.com/gig177), [grundleborg](https://github.com/grundleborg), [Hanzei](https://github.com/Hanzei), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [james-mm](https://github.com/james-mm), [jarredwitt](https://github.com/jarredwitt), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kemenaran](https://github.com/kemenaran), [knechtionscoding](https://github.com/knechtionscoding), [laginha87](https://github.com/laginha87), [lasley](https://github.com/lasley), [letsila](https://github.com/letsila), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [liusy182](https://github.com/liusy182), [Matterchen](https://github.com/Matterchen), [mkraft](https://github.com/mkraft), [MusikPolice](https://github.com/MusikPolice), [phuihock](https://github.com/phuihock), [pichouk](https://github.com/pichouk), [Rohlik](https://github.com/Rohlik), [R-Wang97](https://github.com/R-Wang97), [santos22](https://github.com/santos22), [saturninoabril](https://github.com/saturninoabril), [stephenkiers](https://github.com/stephenkiers), [sudheerDev](https://github.com/sudheerDev), [tayre](https://github.com/tayre), [tejasbubane](https://github.com/tejasbubane), [tkbky](https://github.com/tkbky), [Tristramg](https://github.com/Tristramg), [ulm0](https://github.com/ulm0), [watadarkstar](https://github.com/watadarkstar), [xuxip](https://github.com/xuxip), [yeoji](https://github.com/yeoji), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.6 - Feature Release + + - **v4.6.3, release date 2018-04-09** + - Mattermost v4.6.3 contains a low severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.6.2, release date 2018-02-23** + - Mattermost v4.6.2 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.6.1, release date 2018-01-30** + - Fixed an issue where Let's Encrypt certificates were broken on Mattermost servers. The cache will be deleted upon upgrade so your certificate will be immediately renewed. Moreover, port 80 must be forwarded through a firewall, with [Forward80To443](https://docs.mattermost.com/administration/config-settings.html#forward-port-80-to-443) `config.json` setting set to `true`, to complete the Let's Encrypt certification. + - **v4.6.0, released 2018-01-16** + - Original 4.6.0 release + +### Highlights + +#### Client-Side Performance + +- Decreased channel switching time up to 45% by reducing post mounting time. +- Decreased up to 85% of the memory retained following a channel switch by fixing memory leaks of the `post_time.jsx` component. +- Decreased size of the most used icons and logos by 70-80% by running `pngquant` to remove unnecessary metadata from PNGs. + +### Improvements + +#### Web User Interface + +- Added a loading indicator while pinned posts and flagged posts lists are loading. +- Added a loading indicator to MFA sign in button. +- Added a tooltip for the '+' button when adding emoji reactions. +- Channel switcher (CTRL/CMD+K) now filters by usernames, full names and nicknames. +- Channel links are now rendered in the channel header. +- File names are now shown in attachment previews. + +#### Plugins (Beta) + +- Plugins now support slash commands. + +#### Notifications + +- Updated default notification settings for new accounts to provide a better onboarding experience. Each of these can be configured in Account Settings. In particular, the updated default settings include: + - Desktop notifications only sent for mentions and direct messages. + - Mobile push notifications only sent when the user is away or offline, not when online. + - Mentions of the user's first name doesn't trigger mentions. + +#### 508 Compliance + +- Default language is now declared in HTML for Mattermost webpages. +- Position of status indicators and reply icons updated when no CSS is rendered. +- Use programmatically identifiable headings for team and channel name. + +#### Administration + +- Incoming webhook display name is now included in the post.Props field for better auditing. +- System Admins can now reset their own password from the System Console users list. + +### Bug Fixes + +- Username updates are now immediately visible across all browser tabs. +- Server logs no longer contain info messages about initializing plugins when plugins are disabled. +- Fixed Mattermost not loading on Firefox v52. +- Fixed issues with user at-mention autocomplete when using Tab multiple times. +- Fixed an issue where typing an emoji reaction didn't add it to recently used emojis list. +- OAuth and SAML users can now be deactivated from the Mattermost System Console, assuming they are also deactivated in the SSO provider. +- Fixed email address validation for Microsoft Outlook formatted email addresses. +- Fixed an issue where posts sometimes didn't send on iOS Classic app. +- Team name can no longer be edited to be only one character long. +- Editing a message to remove all text no longer deletes the message if it contains a file attachment. +- Fixed an issue where searching for a channel using the second or third word in the name didn't work. +- Other users no longer see deleted GIF previews in reply threads. +- Fixed an issue where channels with Japanese or Cyrillic characters couldn't be created. +- Fixed timestamp minute display for Zoom plugins. +- Fixed an issue where page would load infinitely when trying to join a team with maximum capacity. +- Fixed an issue where channel notification preferences reverted to defaults after updating preferences in one of the channels. + +### Compatibility + +#### Removed and Deprecated Features + +- All API v3 endpoints are now deprecated, and scheduled for removal in Mattermost v5.0. +- The permanent query parameter of the DELETE `/teams/{team_id}` APIv4 endpoint for permanently deleting a team is scheduled for removal in Mattermost v4.7. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `"EnableTutorial": true` to control whether tutorial is shown to end users after account creation. This setting is experimental and may be replaced or removed in a future release. +- Under `TeamSettings` in `config.json`: + - Added `"ExperimentalPrimaryTeam": ""` to set the primary team of the server. This setting is experimental and may be replaced or removed in a future release. +- Under `EmailSettings` in `config.json`: + - Added `"LoginButtonColor": ""`, `"LoginButtonBorderColor": ""` and `"LoginButtonTextColor": ""` to set the style of the email login button for white labelling purposes. + +**Additional Changes to Enterprise Edition**: + +- Under `LdapSettings` in `config.json`: + - Added `"LoginButtonColor": ""`, `"LoginButtonBorderColor": ""` and `"LoginButtonTextColor": ""` to set the style of the LDAP login button for white labelling purposes. +- Under `SamlSettings` in `config.json`: + - Added `"LoginButtonColor": ""`, `"LoginButtonBorderColor": ""` and `"LoginButtonTextColor": ""` to set the style of the SAML login button for white labelling purposes. + +### API Changes + +- It is required that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All API v3 endpoints are now deprecated, and scheduled for removal in Mattermost v5.0. +- The permanent query parameter of the DELETE `/teams/{team_id}` APIv4 endpoint for permanently deleting a team is scheduled for removal in Mattermost v4.7. + +#### RESTful API v4 Changes + +- Added `/users/{user_id}/auth` to update a user's authentication method. This can be used to change them to/from LDAP authentication, for example. + +#### Plugin API Changes (Beta) + +- Added `RegisterCommand` to register a custom slash command. When the command is triggered, your plugin can fulfil it via the `ExecuteCommand` hook. +- Added `UnregisterCommand` to unregister a command previously registered via `RegisterCommand`. +- Added `GetChannelMember` to get a channel membership for a user. + +#### Plugin Hook Changes (Beta) + +- Added `ExecuteCommand` hook to execute a command that was previously registered via the `RegisterCommand` plugin API. + +### Database Changes + +**IncomingWebhooks Table:** +- Renamed `PostUsername` column to `Username`. +- Renamed `PostIconURL` column to `IconURL`. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Team sidebar on desktop app does not update when channels have been read on mobile. +- Channel scroll position flickers while images and link previews load. +- CTRL/CMD+U shortcut to upload a file doesn't work on Firefox. +- Numbered lists can sometimes extend beyond the normal post area. +- Slack import through the CLI fails if email notifications are enabled. +- Letters are skipped in a few dialogs when using Korean keyboard in IE11. +- Push notifications don't always clear on iOS when running Mattermost in High Availability mode. +- Deleting a team via the API breaks the user interface. +- Bot messages from the Zoom plugin ignore the Zoom API URL field for on-prem Zoom servers. + +### Contributors + +- [amyblais](https://github.com/amyblais), [AndersonWebStudio](https://github.com/AndersonWebStudio), [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [cvitter](https://github.com/cvitter), [dlahn](https://github.com/dlahn), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [g3d](https://github.com/g3d), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [james-mm](https://github.com/james-mm), [jarredwitt](https://github.com/jarredwitt), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [letsila](https://github.com/letsila), [lfbrock](https://github.com/lfbrock), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lisakycho](https://github.com/lisakycho), [liusy182](https://github.com/liusy182), [LordVeovis](https://github.com/LordVeovis), [Matterchen](https://github.com/Matterchen), [mkraft](https://github.com/mkraft), [MusikPolice](https://github.com/MusikPolice), [panditsavitags](https://github.com/panditsavitags), [pichouk](https://github.com/pichouk), [pixelbrackets](https://github.com/pixelbrackets), [pruthvip](https://github.com/pruthvip), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [skvale](https://github.com/skvale), [stephenkiers](https://github.com/stephenkiers), [sudheerDev](https://github.com/sudheerDev), [sumantro93](https://github.com/sumantro93), [tayre](https://github.com/tayre), [tborg](https://github.com/tborg), [tejasbubane](https://github.com/tejasbubane), [watadarkstar](https://github.com/watadarkstar), [yuya-oc](https://github.com/yuya-oc) + +---- + +## Release v4.5 - Feature Release + + - **v4.5.2, release date 2018-02-23** + - Mattermost v4.5.2 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.5.1, released 2018-01-16** + - Fixed an issue where Mattermost wouldn't load on certain versions of Firefox, including v52-54 and v57 in private mode. + - **v4.5.0, released 2017-12-16** + - Original 4.5.0 release + +### Highlights + +#### Zoom Plugin (Beta) + +- [Zoom](https://www.zoom.us/) video calling and screensharing plugin. Learn more [here](https://docs.mattermost.com/configure/plugins-configuration-settings.html#zoom). +- Manage plugins from the **System Console > Plugins (Beta)** section. + +#### Actiance Support (Beta) ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/) Add-On) + +- Compliance export support for [Actiance](https://www.actiance.com/) as a compliance solution. Learn more [here](https://about.mattermost.com/default-compliance-export-documentation). +- Access compliance export from the **System Console > Advanced > Compliance Export (Beta)**. + +### Improvements + +#### Web User Interface +- `CTRL/CMD` + `/` now toggles the keyboard shortcuts dialog. +- Link previews now appear in the right-hand side in comment threads. +- Timestamp permalinks now open in the current view on desktop and browser. +- Pinned posts are now sorted newest to oldest. +- Updated markdown to better handle non-Latin characters in URLs. +- Added WebRTC call icon to desktop mobile view header. +- Added a '+' sign to quickly add emoji reactions to a post. +- Added support for different emoji skintones. +- Added inline playback for GIF attachments. + +#### Integrations + +- Added an option for an outgoing webhook to reply to the posted message as a comment. +- JIRA plugin is now bundled as a pre-packaged plugin manageable from the System Console > Plugins > Management. +- Added support for mentions with <@userid>, , and in webhook posts. +- Personal access tokens can now be temporarily deactivated in the Account Settings. + +#### Channels + +- Direct Message channels with deactivated users are now hidden in the sidebar and can be reopened from the **More...** Direct Messages list. +- You can now open a direct message channel with yourself. + +#### Notifications + +- Removed unnecessary log messages posted when pending email notifications are deleted because a user comes online before the batch is sent. +- Desktop notification icon has been updated on Edge browsers. + +#### Keyboard Shortcuts + +- Added a `/groupmsg` command to start a new group message channel. +- Added CTRL+SHIFT+L to set focus to the message input box. + +#### System Console + +- Added a confirm modal to the Data Retention settings page. +- Added settings pages for uploading and managing plugins in the System Console > Plugins (Beta) section. +- Added the ability to revoke a user's sessions from the System Console. + +### Bug Fixes + +- Closing a direct or group message channel no longer purges channel preferences. +- Users no longer get a blank page after hitting "x" on a deleted message in permalink view. +- Fixed an issue where `AmazonS3Region` defaults to us-east-1 regardless of the value input. +- Channel links render as expected when linking to a channel that the current user does not belong to. +- Uppercase letter is no longer required for a password if the password requirement is set to at least 5 characters and a number. +- Profile image updates are now visible in other active clients and the right-hand side after the change. +- Plugins can no longer be uploaded if they have the same plugin ID. +- Creating a channel with a name including a reserved word no longer breaks the user interface. +- Fixed the AD/LDAP Test Connection button. +- Fixed an issue causing `invalid or expired session` server logs. +- Removed a duplicate error message on the login page after a password reset. +- Fixed an issue where the OAuth ClientID and Secret values were missing after setup. +- Emoji picker now works when the right-hand side is expanded. +- Error messages in the System Console user list no longer breaks the user interface. +- Fixed an issue where only System Admins could edit OAuth apps even if integration creation was not restricted to admins. +- Fixed an issue where "New messages v" bubble didn't always clear in a fresh direct message channel. +- Fixed channel preferences not restoring after closing and reopening a direct or group message channel. + +### Compatibility + +#### Removed and Deprecated Features +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `"EnablePreviewFeatures": true` to hide the **Advanced** > **Preview re-release features** section from Account Settings. + - Added `"CloseUnusedDirectMessages": false` to hide inactive direct message channels from the sidebar. + - Added `"ExperimentalEnableAuthenticationTransfer": true` to set whether users can change authentication methods. +- Under `EmailSettings` in `config.json`: + - Added `"UseChannelInEmailNotifications": false` to set whether email notifications contain the channel name in the subject line. +- Under `PluginSettings` in `config.json`: + - Added `"ClientDirectory": "./client/plugins"` to set the location of client plugins. + +**Additional Changes to Enterprise Edition**: + +- Added `MessageExportSettings` in `config.json`: + - Added `"EnableExport": false` to enable message export. + - Added `"DailyRunTime": "01:00"` to set the time for the daily export job. + - Added `"ExportFromTimestamp": 0` to set the timestamp for which posts to include in the message export. + - Added `"FileLocation": "export"` to set the message export location. + - Added `"BatchSize": 10000` to set how many new posts are batched together to a compliance export file. + +### API v4 Changes + +- It is recommended that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All API v3 endpoints are scheduled for removal on January 16, 2018. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Team sidebar doesn't always show unreads from other teams on first load. +- Team sidebar on desktop app does not update when channels have been read on mobile. +- System Admin cannot reset their own password via the System Console. +- Channel scroll position flickers while images and link previews load. +- CTRL/CMD+U shortcut to upload a file doesn't work on Firefox. +- Profile pictures and usernames don't immediately update across tabs or in the right-hand side comment threads. +- Numbered lists can sometimes extend beyond the normal post area. +- Typing an emoji reaction does not add it to recently used emojis. +- Server logs contain messages about initializing plugins even when plugins are disabled. + +### Contributors + +/mattermost-webapp + +- [asaadmahmood](https://github.com/asaadmahmood), [avasconcelos114](https://github.com/avasconcelos114), [ccbrown](https://github.com/ccbrown), [CometKim](https://github.com/CometKim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [deveshjadon98](https://github.com/deveshjadon98), [enahum](https://github.com/enahum), [fraziern](https://github.com/fraziern), [grundleborg](https://github.com/grundleborg), [h2oloopan](https://github.com/h2oloopan), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [KishoreFartiyal](https://github.com/KishoreFartiyal), [lfbrock](https://github.com/lfbrock), [mikelinden1](https://github.com/mikelinden1), [mkraft](https://github.com/mkraft), [MusikPolice](https://github.com/MusikPolice), [QuantumKing](https://github.com/QuantumKing), [rickbatka](https://github.com/rickbatka), [R-Wang97](https://github.com/R-Wang97), [santos22](https://github.com/santos22), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev), [tkbky](https://github.com/tkbky), [yth0625](https://github.com/yth0625) + +/mattermost-plugin-zoom + +- [crspeller](https://github.com/crspeller), [jwilander](https://github.com/jwilander) + +/mattermost-server + +- [amyblais](https://github.com/amyblais), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [cpfeiffer](https://github.com/cpfeiffer), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [letsila](https://github.com/letsila), [lindalumitchell](https://github.com/lindalumitchell), [mkraft](https://github.com/mkraft), [mogul](https://github.com/mogul), +[MusikPolice](https://github.com/MusikPolice), [yeoji](https://github.com/yeoji) + +/mattermost-mobile + +- [cpfeiffer](https://github.com/cpfeiffer), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jarredwitt](https://github.com/jarredwitt), [lfbrock](https://github.com/lfbrock), [mkraft](https://github.com/mkraft) + +/docs + +- [amyblais](https://github.com/amyblais), [bbodenmiller](https://github.com/bbodenmiller), [ccbrown](https://github.com/ccbrown), [comharris](https://github.com/comharris), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), +[jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lfbrock](https://github.com/lfbrock), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [mkdbns](https://github.com/mkdbns), [mkraft](https://github.com/mkraft), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-docker + +- [andruwa13](https://github.com/andruwa13), [muffl0n](https://github.com/muffl0n), [pichouk](https://github.com/pichouk), [xcompass](https://github.com/xcompass) + +/mattermost-load-test + +- [ccbrown](https://github.com/ccbrown), [crspeller](https://github.com/crspeller), [jasonblais](https://github.com/jasonblais) + +/mattermost-redux + +- [brettmc](https://github.com/brettmc), [ccbrown](https://github.com/ccbrown), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [mkraft](https://github.com/mkraft), [sudheerDev](https://github.com/sudheerDev) + +/mattermost-developer-documentation + +- [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [jwilander](https://github.com/jwilander), [MusikPolice](https://github.com/MusikPolice) + +/mattermost-plugin-jira + +- [ccbrown](https://github.com/ccbrown) + +/mattermost-webrtc + +- [enahum](https://github.com/enahum) + +/desktop + +- [dmeza](https://github.com/dmeza), [jasonblais](https://github.com/jasonblais), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-kubernetes + +- [cpanato](https://github.com/cpanato) + +/mattermost-selenium + +- [lindalumitchell](https://github.com/lindalumitchell) + +/mattermost-api-reference + +- [grundleborg](https://github.com/grundleborg), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-ios-classic + +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost-developer-kit + +- [jwilander](https://github.com/jwilander) + +/mattermost-build + +- [crspeller](https://github.com/crspeller), [mthornba](https://github.com/mthornba) + +/marked + +- [hmhealey](https://github.com/hmhealey) + +---- + +## Release v4.4.5 - Feature Release + + - **v4.4.5, release date 2017-12-11** + - Mattermost v4.4.5 contains a medium severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.4.4, release date 2017-12-06** + - Added a config.json setting, `ClientDirectory`, to set the directory to write web app plugins to. Added to better support plugins in GitLab Omnibus. + - **v4.4.3, released 2017-12-05** + - Fixed a medium level security issue affecting servers with [EnableOAuthServiceProvider](https://docs.mattermost.com/administration/config-settings.html#enable-oauth-2-0-service-provider) set to `true` and [EnableOnlyAdminIntegrations](https://docs.mattermost.com/administration/config-settings.html#restrict-managing-integrations-to-admins) set to `false`. If you're affected, [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.4.2, released 2017-11-23** + - Fixed an issue where AD/LDAP accounts get deactivated following an AD/LDAP sync if their email address between the AD/LDAP server and Mattermost don't match case. + - Fixed synchronization of SAML accounts with AD/LDAP. + - Fixed AD/LDAP "Test Connection" button in the System Console not working when AD/LDAP login is disabled. + - Fixed system messages not being translated into user's language set in **Account Settings > Display > Language**. + - Fixed system messages about channel header updates sometimes being incorrectly formatted. + - **v4.4.1, released 2017-11-16** + - Fixed an upgrade issue where an alternative config file location via ``--config`` flag is ignored. + - **v4.4.0, released 2017-11-16** + - Original 4.4.0 release + +### Highlights + +#### Plugins (Beta) +- Beta release of Mattermost plugins, which allow admins to more easily integrate with third-party systems, extend functionality and customize the user interface of your Mattermost server. See [documentation](https://about.mattermost.com/default-plugins) to learn more. + +#### Do Not Disturb Status +- Added "Do Not Disturb" status to temporarily turn off all desktop and mobile push notifications. + +#### Support SAML sync via AD/LDAP ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) +- Added support for periodically synchronizing SAML user attributes, including user deactivation and removal, from AD/LDAP. See [documentation](https://about.mattermost.com/default-saml-ldap-sync) to learn more. + +### Improvements + +#### Web User Interface +- Added an experimental feature to hide direct and group message channels after 7 days with no new messages. To enable it set `CloseUnusedDirectMessages` in `config.json` to `true`. +- Moved website previews out of beta, configurable in **Account Settings > Display**. Enable link previews in the [System Console](https://docs.mattermost.com/administration/config-settings.html#enable-link-previews). +- Made it easier to add a user to channel if mentioned user is not already a channel member. +- Added "Edit Account Settings" link to the bottom of your own profile popover to more easily edit your settings. +- URL address for internal links such as when hovering over the flag icon, is now hidden for better user experience. +- URL addresses for channels on the left-hand sidebar are now hidden on the desktop app. +- Added a loading spinner to Account Settings dialog after clicking the "Save" button. +- Added full date tooltip to post timestamps in right-hand sidebar and search results. +- Added "@" in front of the username field in user lists. + +#### Performance +- Reduced load times by optimizing database queries and adding composite indexes for the `Posts` table. +- Prevented sessions from being stuck in cache by clearing the session cache if permission is denied. +- Improved Elasticsearch bulk indexing query performance. + +#### Emoji Picker +- Added emoji picker to the Edit Message dialog. +- Removed categorization when searching for emojis in the emoji picker. + +#### Integrations +- Added the ability to edit OAuth 2.0 applications. +- Added improvements for interactive message buttons, such as displaying your username in ephemeral messages triggered by the message buttons. + +#### Slash Commands +- Added `/remove` and `/kick` slash commands to remove a user from the channel. + +#### WebRTC Video and Audio Calls (Beta) +- When you have multiple browser tabs open and receive a video call, the ringtone stops in all tabs when you accept the call. +- Multiple STUN and TURN servers are now supported. + +#### System Console +- Added a setting to disable channel wide (@-channel, @-all) mention confirmation in channels with more than five members. +- Admin now receives a prompt when leaving a System Console page with unsaved changes. + +#### Elasticsearch ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) +- Added support for batched live indexing for Elasticsearch. +- Added a configurable timeout for Elasticsearch requests. +- Added a table to Elasticsearch System Console page to monitor indexing jobs. +- Elasticsearch connection is now asynchronous so that a broken Elasticsearch server cannot block the startup of the Mattermost server. + +### Bug Fixes +- Fixed mobile push notification settings not saving in the System Console. +- Fixes to channel link (~) autocomplete, such as not being able to autocomplete 'Town Square'. +- Fixed an issue where System Console was sometimes temporarily accessible after demoting a user to a member. +- Fixed failure to switch from email to SAML sign-in method if the user's email address has a plus sign. +- Fixed "More Channels" modal not showing the correct the page number when displaying search results. +- Fixed an incorrect error message when trying to add a user to a direct or group message channel via the APIs. +- Fixed an issue where downloading a file containing spaces didn't preserve the name. +- Fixed thumbnail image for .m4r file types. +- Fixed an issue where search in Manage Members dialog didn't update results when there were no matches. +- Fixed an issue where `in:` autocomplete for text search didn't display results after a hyphen in some servers. +- Fixed a missing "No results" screen for Elasticsearch text search. +- Fixed channel member count not updating until refresh when a user is added or removed. +- Fixed timestamp links on desktop app opening permalink view in a new app window. +- Fixed an error caused by creating a new direct message channel via the channel switcher (CTRL/CMD+K). +- Fixed SVG thumbnails not showing a preview. +- Fixed team sidebar showing unreads for deleted channels. +- Fixed a missing indicator when a message is pending but not yet sent. +- Fixed emoji autocomplete appearing when typing an emoticon like :-D. +- Fixed emoji names matching usernames triggering mentions. +- Fixed incorrect order of recent mentions when a hashtag is a word that triggers mentions. +- Fixed webhook message attachments longer than 8000 characters failing to post by truncating them, or splitting to multiple posts if the message has multiple attachments. +- Fixed `/msg` command arbitrarily switching teams. +- Fixed mentions not appearing linked in message drafts when in preview mode. +- Fixed an issue where an existing account could change their email address to one not in the [restricted domain list](https://docs.mattermost.com/administration/config-settings.html#restrict-account-creation-to-specified-email-domains). +- Fixed emoji reactions being added to system messages when using the `+:emoji:` command. +- Fixed an issue where message retention policy didn't work in Postgres databases if there were emoji reactions to delete. + +### Compatibility + +Composite database indexes were added to the `Posts` table. This may lead to longer upgrade times for servers with more than 1 million messages. + +Moreover, LDAP sync now depends on email. If you have AD/LDAP login enabled, make sure all users on your AD/LDAP server have an email address or that their account is deactivated in Mattermost. + +#### Removed and Deprecated Features +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `"CloseUnusedDirectMessages": false` to set whether users have the option to automatically close direct and group message channels older than 7 days. +- Under `TeamSettings` in `config.json`: + - Added `"EnableConfirmNotificationsToChannel": true` to set whether a confirmation is shown for channel wide (@-channel, @-all) mentions in channels with more than five members. +- Under `PluginSettings` in `config.json`: + - Added `"Enable": true` to set whether plugins are enabled on the server. + - Added `"EnableUploads": false` to set whether manual plugin uploads are enabled on the server. Disabling will keep existing plugins, including pre-packaged Mattermost plugins, installed on the server. + - Added `"Directory": "./plugins"` to specify the directory of where plugins are stored. + - Added `"Plugins": {}` to list installed plugins on the Mattermost server. + - Added `"PluginStates": {}` to set whether an installed plugin is active or inactive on the Mattermost server. + +**Additional Changes to Enterprise Edition**: + +- Under `SamlSettings` in `config.json`: + - Added `EnableSync: false` to set whether AD/LDAP synchronization is enabled. +- Under `LdapSettings` in `config.json`: + - Added `EnableSyncWithLdap: false` to set whether SAML user attributes, including deactivation, are periodically synchronized from AD/LDAP. +- Under `ElasticsearchSettings` in `config.json`: + - Added `"LiveIndexingBatchSize": 1` to set how many new posts are batched together before they are added to the Elasticsearch index. + - Added `"RequestTimeoutSeconds": 30` to set the timeout in seconds for Elasticseaerch calls. + - Added `"BulkIndexingTimeWindowSeconds": 3600` to set the maximum time window for a batch of posts being indexed by the Bulk Indexer. + +### Database Changes + +**Posts Table:** +- Added a composite index for `ChannelId, DeleteAt, CreateAt` +- Added a composite index for `ChannelId, UpdateAt` + +**UserAccessTokens Table:** +- Added `IsActive` column + +### API v4 Changes + +- It is recommended that any new integrations use API v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All API v3 endpoints are scheduled for removal on January 16, 2018. + +**Added routes (API v4)** +- `POST` at `/users/token/enable` + - Re-enables a personal access token that was previously disabled. +- `POST` at `/users/token/disable` + - Disables a personal access token and deletes any sessions that uses the token. The token can be re-enabled using `/users/tokens/enable.` +- `POST` at `/users/{user_id}/sessions/revoke/all` + - Revokes all user sessions from the provided user id and session id strings. +- `POST` at `/plugins` + - Uploads a plugin in a compressed .tar.gz. +- `GET` at `/plugins` + - Gets a list of active and inactive plugins. +- `DELETE` at `/plugins/{plugin_id}` + - Removes a previously uploaded plugin. +- `POST` at `/plugins/{plugin_id}/activate` + - Activates an installed plugin. +- `POST` at `/plugins/{plugin_id}/deactivate` + - Deactivates an active plugin. +- `GET` at `/plugins/webapp` + - Gets a list of plugin manifests for active plugins with webapp components. + +**Modified routes (API v4)** +- `POST` at `/logs` + - Unauthenticated users can now log ERROR or DEBUG messages when `ServiceSettings.EnableDeveloper` is set to `true`. + +### Websocket Event Changes + +**Added:** +- `user_role_updated` that occurs when a user role is updated. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- Deleted message doesn't clear unreads or unread mentions. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Channel links to channels that the current user does not belong to may not render correctly. +- Team sidebar doesn't always show unreads from other teams on first load. +- Uppercase letter is required for a password if the password requirement is set to at least 5 characters and a number. +- System Admin cannot reset their own password via the System Console. +- Channel scroll position flickers while images and link previews load. +- Closing a direct or group message channel, then re-opening later, doesn't restore channel preferences. +- CTRL/CMD+U shortcut to upload a file doesn't work on Firefox. +- Website previews are not displayed for comments on threads. +- User gets a blank page after hitting "x" on a deleted message in permalink view. +- Profile pictures don't immediately update across tabs or in the right-hand side comment threads. + +### Contributors + +/mattermost-webapp + +- [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [cherealnice](https://github.com/cherealnice), [CometKim](https://github.com/CometKim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [enahum](https://github.com/mattermost/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [Hyeongmin-Kwon](https://github.com/Hyeongmin-Kwon), [jasonblais](https://github.com/jasonblais), [johncoleman83](https://github.com/johncoleman83), [jwilander](https://github.com/jwilander), [letsila](https://github.com/letsila), [longsleep](https://github.com/mattermost/longsleep), [maruTA-bis5](https://github.com/maruTA-bis5), [MusikPolice](https://github.com/MusikPolice), [R-Wang97](https://github.com/R-Wang97), [ryantm](https://github.com/ryantm), [santos22](https://github.com/mattermost/santos22), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev), [tkbky](https://github.com/tkbky), [yeoji](https://github.com/yeoji), [Zapix](https://github.com/Zapix) + +/docs + +- [amyblais](https://github.com/amyblais), [asaadmahmood](https://github.com/asaadmahmood), [bbodenmiller](https://github.com/bbodenmiller), [ccbrown](https://github.com/ccbrown), [comharris](https://github.com/comharris), [coreyhulen](https://github.com/coreyhulen), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [saturninoabril](https://github.com/saturninoabril), [shieldsjared](https://github.com/shieldsjared), [tolidano](https://github.com/tolidano) + +/mattermost-server + +- [ccbrown](https://github.com/ccbrown), [chclaus](https://github.com/chclaus), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [enahum](https://github.com/enahum), [fraziern](https://github.com/fraziern), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [ivernus](https://github.com/ivernus), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [longsleep](https://github.com/longsleep), [MusikPolice](https://github.com/MusikPolice), [rickbatka](https://github.com/rickbatka), [santos22](https://github.com/santos22), [saturninoabril](https://github.com/saturninoabril), [thePanz](https://github.com/thePanz) + +/mattermost-redux + +- [ccbrown](https://github.com/ccbrown), [CometKim](https://github.com/CometKim), [enahum](https://github.com/enahum), [fraziern](https://github.com/fraziern), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [MusikPolice](https://github.com/MusikPolice), [rickbatka](https://github.com/rickbatka), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev), [tkbky](https://github.com/tkbky), + +/mattermost-mobile + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [gelim](https://github.com/gelim), [hmhealey](https://github.com/hmhealey), [jarredwitt](https://github.com/jarredwitt) + +/desktop + +- [dmeza](https://github.com/dmeza), [jarredwitt](https://github.com/jarredwitt), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-docker + +- [pichouk](https://github.com/pichouk), [sebgl](https://github.com/sebgl) + +/mattermost-api-reference + +- [fraziern](https://github.com/fraziern), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [rickbatka](https://github.com/rickbatka) + +/mattermost-load-test + +- [crspeller](https://github.com/crspeller), [jasonblais](https://github.com/jasonblais) + +---- + +## Release v4.3.4 - Feature Release + + - **v4.3.4, release date 2017-12-11** + - Mattermost v4.3.4 contains a medium severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.3.3, released 2017-12-05** + - Fixed a medium level security issue affecting servers with [EnableOAuthServiceProvider](https://docs.mattermost.com/administration/config-settings.html#enable-oauth-2-0-service-provider) set to `true` and [EnableOnlyAdminIntegrations](https://docs.mattermost.com/administration/config-settings.html#restrict-managing-integrations-to-admins) set to `false`. If you're affected, [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.3.2, released 2017-11-10** + - Fixed an issue where after creating a new direct message channel via channel switcher (CTRL/CMD+K), all messages fail to post until a page refresh. + - **v4.3.1, released 2017-10-20** + - Fixed an upgrade issue where the database schema would appear to be out of date and throw a log warning. + - Fixed the Idle Timeout setting in `config.json` by changing the setting title from `SessionIdleTimeout` to `SessionIdleTimeoutInMinutes`. + - Fixed a regression where slash commands were not functional in Direct or Group Messages. + - Mattermost v4.3.1 contains a low severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.3.0, released 2017-10-16** + - Original 4.3.0 release + +### Security Update + +- Mattermost v4.3.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Data Retention Beta ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) +- Automatically delete old messages and file uploads through custom data retention policies. + +#### Languages +- Promoted Italian and Turkish out of beta to release-quality translations. + +### Improvements + +#### Web User Interface +- Clicking on "More Unreads" bubble on channel sidebar now scrolls you to the next unread channel. +- Added status indicators to direct message channel header. + +#### Search +- Improved user search that supports two character full names and usernames. + +#### Integrations +- Ephemeral slash command responses now support attachements without text. +- Added CLI command to move custom slash commands between teams. + +#### Notifications +- Updating the channel header with channel-wide mentions no longer triggers notifications. + +#### Performance +- Improved initial load of the emoji picker, now supporting thousands of custom emojis including GIFs. + +#### Enterprise Edition +- Added tables in System Console for AD/LDAP sync, Elasticsearch and Data Retention to track the success of scheduled jobs. +- Added an idle timeout setting to automatically log out users who are inactive for a specified amount of time. +- Elasticsearch can now be used on a shared Elasticsearch cluster. +- Added metrics for monitoring Elasticsearch system health and usage. + +### Bug Fixes +- Fixed an issue where closing brackets were ignored in URL links. +- Fixed Leave Team icon size and inconsistent channel header icon hover effects on IE11 mobile view. +- Fixed an issue where right side menu disappeared after viewing search results on IE11 mobile view. +- Fixed other minor UI issues on IE11 desktop view. +- Fixed an issue where system and ephemeral messages could be flagged. +- Error text in Edit modal no longer overlaps with help text. +- Integration message attachments without `pretext` no longer overlap with username in Compact view. +- Fixed channel member list being sorted by username instead of teammate name display. +- "Password updated successfully" bar is now displayed after resetting password. +- Fixed a broken UI for an expired email verification link. +- Fixed integration message attachments not always rendering in comment threads. +- Fixed an issue where "Add Members" dialog would sometimes break. +- Slash command responses now handle charset and boundary sets correctly. +- Deactivated users are no longer counted in the Town Square member count. +- iOS push notifications are now consistently cleared from the homescreen if all mentions are read on another device. +- Webhooks no longer continue sending to the original channel if the target channel is changed. +- Emails containing symbols now render correctly when switching to email authentication from other methods. +- Attempting to open an invalid public file link no longer displays an unformatted error page. +- Interactive message action buttons no longer disappear after updating the message. +- Ticket links posted by the built-in JIRA plug-in are now correct if the JIRA URL has a custom context path. +- Error message is now displayed in the System Console if the localization available languages does not include the default client language. +- Fixed a race condition where bulk import sometimes fails to get team member when importing users. +- Closing the channel switcher on mobile no longer sets focus to the text box. +- Fixed an issue where the wrong channel name might appear in the right-hand side pinned post list. +- Fixed team sidebar now always showing unreads from other teams on first load. + +### Compatibility + +#### Removed and Deprecated Features +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `"SessionIdleTimeoutInMinutes": 0` to specify how long to wait before logging out inactive users. +- Under `ElasticsearchSettings` in `config.json`: + - Added `"IndexPrefix": ""` to allow Elasticsearch to be used on a shared Elasticseearch cluster. +- Under `DataRetentionSettings` in `config.json`: + - Added `"EnableMessageDeletion": false` to enable message deletion. + - Added `"EnableFileDeletion": false` to enable file deletion. + - Added `"MessageRetentionDays": 365` to set how long Mattermost keeps messages in channels and direct messages. + - Added `"FileRetentionDays": 365` to set how long Mattermost keeps file uploads in channels and direct messages. + - Added `"DeletionJobStartTime": "02:00"` to specify when to start the data retention job. + +### API v4 Changes + +- It is recommended that any new integrations use APIv4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +**Added routes (API v4)** +- `PUT` at `/oauth/apps/{app_id}` + - Update an OAuth 2.0 client application. +- `GET` at `/data_retention/policy` + - Gets the current data retention policy details from the server, including what data should be purged and the cutoff times for each data type that should be purged. + +**Modified routes (API v4)** +- `POST` at `/channels/members/{user_id}/view` + - Response includes `last_viewed_at_times` for Mattermost server 4.3 and newer. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- Deleted message doesn't clear unreads or unread mentions. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Channel links to channels that the current user does not belong to may not render correctly. +- Missing an indication if a message is pending but not yet sent. +- Recent mention results are not sorted correctly if hashtags is included in "words that trigger mentions". +- SVG thumbnails don't preview in the posted thumbnail. +- Emojis names matching usernames can trigger mentions. +- Integration message attachment fails to post if attachment length exceeds 7900 characters. +- Uppercase letter is required for a password if the password requirement is set to at least 5 characters and a number. +- Message retention policy may not work in Postgres databases if there are emoji reactions to delete. + +### Contributors + +/mattermost-server + +- [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [moonmeister](https://github.com/moonmeister), [MusikPolice](https://github.com/MusikPolice), [n1aba](https://github.com/n1aba), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-webapp + +- [asaadmahmood](https://github.com/asaadmahmood), [bbodenmiller](https://github.com/bbodenmiller), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jazzzz](https://github.com/jazzzz), [jwilander](https://github.com/jwilander), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [sudheerDev](https://github.com/sudheerDev) + +/desktop + +- [csduarte](https://github.com/csduarte), [dmeza](https://github.com/dmeza), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-mobile + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jarredwitt](https://github.com/jarredwitt), [lfbrock](https://github.com/lfbrock) + +/mattermost-api-reference + +- [atpons](https://github.com/atpons), [grundleborg](https://github.com/grundleborg), [jwilander](https://github.com/jwilander), [n1aba](https://github.com/n1aba), [pichouk](https://github.com/pichouk) + +/docs + +- [ccbrown](https://github.com/ccbrown), [crspeller](https://github.com/crspeller), [esethna](https://github.com/esethna), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65) + +/mattermost-developer-kit + +- [jwilander](https://github.com/jwilander) + +/marked + +- [hmhealey](https://github.com/hmhealey) + +/mattermost-docker + +- [localsnet](https://github.com/localsnet), [pdemagny](https://github.com/pdemagny), [pichouk](https://github.com/pichouk), [tivvit](https://github.com/tivvit) + +/mattermost-redux + +- [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jespino](https://github.com/jespino), [jwilander](https://github.com/jwilander), [n1aba](https://github.com/n1aba), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-selenium + +- [lindalumitchell](https://github.com/lindalumitchell) + +/mattermost-mattermod + +- [crspeller](https://github.com/crspeller), [hmhealey](https://github.com/hmhealey) + +/mattermost-build + +- [crspeller](https://github.com/crspeller) + +---- + +## Release v4.2.2 - Feature Release + + - **v4.2.2, release date 2017-12-11** + - Mattermost v4.2.2 contains a medium severity security fix. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.2.1, released 2017-10-20** + - Mattermost v4.2.1 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.2.0, released 2017-09-16** + - Original 4.2.0 release + +### Security Update + +- Mattermost v4.2.0 contains multiple security fixes ranging from low to moderate severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Interactive Message Buttons +- Added message buttons to support user interactions with posts made by incoming webhooks and custom slash commands. + +#### Mobile Support for AppConfig +- iOS and Android mobile apps now support Enterprise Mobility Management (EMM) solutions through integration with [App Config](https://www.appconfig.org/). See [documentation](https://docs.mattermost.com/mobile/mobile-appconfig.html) to learn more. + +### Improvements + +#### Web User Interface +- Redesigned the channel member list. +- Redesigned the message input box. +- Redesigned the keyboard shortcuts dialog (CTRL/CMD+/). +- Added a loading indicator when selecting a team on team selection page. +- Added an on hover effect for team icons in the team sidebar, and the channel name and favorite button in channel header. +- Added an active state for the channel member icon in channel header. +- Added a "+" icon next to the Direct Messages header on channel sidebar to open a new direct or group message. +- Added a tooltip for Main Menu next to user profile picture. +- Mouse cursor now changes to a "hand selector" when hovering over the paperclip icon to upload a file. + +#### Mobile View +- Made hover effects consistent across all header icons. +- Removed transparency of the [...] menu in the right-hand sidebar. +- Reduced opacity in channel info dialog. +- Updated background color of search bar. + +#### Integrations +- Added support for Slack-compatible delayed slash commands through the `response_url` parameter. +- Improved handling of content-types for integrations. + +#### Notifications +- Added support for plain text version of email notifications. +- Added "Joined the channel" system message for the person who created the channel. + +#### Administration +- Added a CLI command `platform channel move` to move a channel to another team. +- CLI command `platform team delete` now lets you delete teams with no channels. + +#### Enterprise Edition +- Removed the "Delete Channel" option for private channels, if you're the last channel member and policy setting restricts channel deletion to admins only. +- In multi-node cluster environment, scheduled tasks such as LDAP sync will only happen on a single node through leader election for increased performance. +- Added direct message channels to compliance exports. +- Added a CLI command `platform channel modify` to convert a public channel to private, and vice versa. +- Elasticsearch indexes over a certain age can be aggregated as part of the daily scheduled job. + +### Bug Fixes +- Fixed permalinks not always loading in the channel. +- Fixed an issue where a System Admin couldn't scroll to the bottom of the System Console sidebar in Firefox. +- Flag icon and the "x" icon to close website previews now properly aligned for replies in compact view. +- Fixed expand/collapse arrows not being visible for YouTube videos when image links are expanded by default. +- Fixed an issue where reacting to a post in the right-hand sidebar via emoji picker didn't add the emoji to "Recently Used" section. +- Pressing the ESC key no longer clears search box contents. +- Fixed an issue where turning off email batching in the System Console resulted in no email notification option selected in Account Settings. +- Fixed an issue where a user wasn't able to scroll down in message preview mode when using Markdown headings. +- Fixed an issue on Safari browsers where file thumbnails were sometimes blank. +- Fixed an issue where quotes weren't working inside URL links. +- Fixed an error when the language set in **Account Settings > Display** was removed from available languages in **System Console > Localization**. +- Fixed out-of-channel mentions for usernames with dashes and periods. +- Fixed an issue where a missing config setting sometimes caused server panic. +- Jumping to a group message channel from a flagged message list now adds the channel to the channel list. +- Character limits are no enforced when renaming a channel via `/rename`. +- Fixed channel header icons when WebRTC call is on-going. +- Fixed webhook message attachments not appearing in search results or flagged messages list. +- Timestamp on deleted, ephemeral, or pending posts is no longer a permalink, causing a blank page. +- Fixed focus issues on iPad Classic app. +- Fixed an issue where changing other user's profile image as a System Admin via the API didn't work. +- Fixed mention notifications firing for mentions inside triple backticks. +- Collapse and expand arrows no longer shown for image links when no image is available. +- A single collapsed link preview now stays collapsed after page refresh. +- With email batching enabled, if there is activity in Mattermost before email batch is sent, the email notification is not sent. +- Fixed an issue where copying and pasting SVG files into message draft never finish uploading. +- Autocomplete is no longer cut on the channel header modal. +- Fixed email notifications settings appearing saved despite cancelling the change. +- Notification confirmation message no longer appears when sending channel wide @-all and @-channel mentions in code blocks. + +### Compatibility + +#### Breaking Changes + +1 - Mattermost now handles multiple content types for integrations, including plaintext content type. If your integration suddenly prints the JSON payload data instead of rendering the generated message, make sure your integration is returning the `application/json` content-type to retain previous behavior. + +2 - By default, user-supplied URLs such as those used for Open Graph metadata, webhooks, or slash commands will no longer be allowed to connect to reserved IP addresses including loopback or link-local addresses used for internal networks. + +This change may cause private integrations to break in testing environments, which may point to a URL such as http://127.0.0.1:1021/my-command. + +If you point private integrations to such URLs, you may whitelist such domains, IP addresses, or CIDR notations via the [AllowedUntrustedInternalConnections config setting](https://docs.mattermost.com/administration/config-settings.html#allow-untrusted-internal-connections-to) in your local environment. Although not recommended, you may also whitelist the addresses in your production environments. See [documentation to learn more](https://docs.mattermost.com/administration/config-settings.html#allow-untrusted-internal-connections-to). + +Push notification, OAuth 2.0 and WebRTC server URLs are trusted and not affected by this setting. + +3 - Uploaded file attachments are now grouped by day and stored in `/data//teams/...` of your file storage system. + +4 - Mattermost `/platform` repo has been separated to `/mattermost-webapp` and `/mattermost-server`. This may affect you if you have a private fork of the `/platform` repo. [More details here](https://forum.mattermost.org/t/mattermost-separating-platform-into-two-repositories-on-september-6th/3708). + +#### Removed and Deprecated Features +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +The following settings were unintentionally added to ``config.json`` and are removed in Mattermost 4.2. + +- Under `SupportSettings` in `config.json`: + - `"AdministratorsGuideLink": "https://about.mattermost.com/administrators-guide/"` + - `"TroubleshootingForumLink": "https://about.mattermost.com/troubleshooting-forum/"` + - `"CommercialSupportLink": "https://about.mattermost.com/commercial-support/"` + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `AllowedUntrustedInternalConnections": ""` to specify domains, IP address or CIDR notations for internal connections. Used in testing environments when developing integrations locally on a development machine. Not recommended for use in production. +- Under `TeamSettings` in `config.json`: + - Added `EnableXToLeaveChannelsFromLHS: false` to set if a user can leave a channel by clicking "X" next to a channel in the channel sidebar. This setting is Beta and may be replaced or removed in a future release. +- Under `FileSettings` in `config.json`: + - Added `AmazonS3Trace: false` to enable additional debugging for Amazon S3. + +**Additional Changes to Enterprise Edition**: + +- Under `ElasticsearchSettings` in `config.json`: + - Added `AggregatePostsAfterDays": ""` to specify the age at which indexes will be aggregated as part of the daily scheduled job + - Added `PostsAggregatorJobStartTime": ""` to specify the start time of the daily scheduled aggregator job. +- Under `TeamSettings` in `config.json`: + - Added `ExperimentalTownSquareIsReadOnly: false` to set if Town Square is a read-only channel. Applies to all teams in the Mattermost server. This setting is Beta and may be replaced or removed in a future release. +- Added `ThemeSettings` in `config.json`. These settings are Beta and may be replaced or removed in a future release. + - Added `"EnableThemeSelection": true` to set whether end users can change their Mattermost theme. + - Added `"DefaultTheme": "default"` to set default theme for new users. + - Added `"AllowCustomThemes": true` to set whether end users can set a custom theme. + - Added `"AllowedThemes": []` to list which built-in Mattermost themes are available to users. + +### API v4 Changes +- It is recommended that any new integrations use APIv4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +**Added routes (API v4)** +- `POST` at `/posts/{post_id}/actions/{action_id}` + - To perform a post action, which allows users to interact with integrations through messages. + +### Known Issues +- Google login fails on the Classic mobile apps. +- Clicking on a channel during the tutorial makes the tutorial disappear. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- First load of the emoji picker is slow on low-speed connections or on deployments with hundreds of custom emoji. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- Deleted message doesn't clear unreads or unread mentions. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms. +- Searching with Elasticsearch enabled may not always highlight the searched terms. +- Channel links to channels that the current user does not belong to may not render correctly. +- Pinned posts list header sometimes shows an incorrect channel name. +- Missing an indication if a message is pending but not yet sent. +- Searching for users with one or two-letter names doesn't work. + +### Contributors + +/platform + +- [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [dmeza](https://github.com/dmeza), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [KenmyZhang](https://github.com/KenmyZhang), [lindalumitchell](https://github.com/lindalumitchell), [meilon](https://github.com/meilon), [MusikPolice](https://github.com/MusikPolice), [n1aba](https://github.com/n1aba), [pruthvip](https://github.com/pruthvip), [saturninoabril](https://github.com/saturninoabril), [stanhu](https://github.com/stanhu), [sudheerDev](https://github.com/sudheerDev), [Whiteaj36](https://github.com/Whiteaj36) + +/docs + +- [amyblais](https://github.com/amyblais), [balasankarc](https://github.com/balasankarc), [esethna](https://github.com/esethna), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65) + +/mattermost-redux + +- [aditya-konarde](https://github.com/aditya-konarde), [brettmc](https://github.com/brettmc), [ccbrown](https://github.com/ccbrown), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [kevin3274](https://github.com/kevin3274), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-mobile + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [lfbrock](https://github.com/lfbrock), [onepict](https://github.com/onepict) + +/desktop + +- [jasonblais](https://github.com/jasonblais), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-kubernetes + +- [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [escardin](https://github.com/escardin), [grundleborg](https://github.com/grundleborg) + +/mattermost-docker + +- [jasonblais](https://github.com/jasonblais), [pichouk](https://github.com/pichouk), [tejasbubane](https://github.com/tejasbubane) + +/mattermost-push-proxy + +- [coreyhulen](https://github.com/coreyhulen), [enahum](https://github.com/enahum) + +/mattermost-mdk + +- [jwilander](https://github.com/jwilander) + +/mattermost-api-reference + +- [ccbrown](https://github.com/ccbrown), [cpanato](https://github.com/cpanato), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [prixone](https://github.com/prixone) + +/mattermost-load-test + +- [crspeller](https://github.com/crspeller) + +---- + +## Release v4.1.2 - Feature Release + + - **v4.1.2, released 2017-10-20** + - Mattermost v4.1.2 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.1.1, released 2017-09-16** + - Mattermost v4.1.1 contains multiple security fixes ranging from low to medium severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.1.0, released 2017-08-16** + - Original 4.1.0 release + +### Security Update + +- Mattermost v4.1.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### JIRA App +- Built-in JIRA integration that can post to multiple channels using a single webhook. [See documentation](https://about.mattermost.com/default-jira-plugin) + +#### Personal Access Tokens +- Enables easier and more flexible integrations by authenticating against the REST API. See [documentation](https://about.mattermost.com/default-user-access-tokens/) + +#### Updated iOS and Android Apps +- v1.1 of the Native [iOS](https://itunes.apple.com/us/app/mattermost/id1257222717?mt=8) and [Android](https://play.google.com/store/apps/details?id=com.mattermost.rn&hl=en_CA&gl=US) Apps are released with support for search, group messaging, viewing emoji reactions and improved performance on poor connections. + +#### Elasticsearch Beta ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) +- Connect your Elasticsearch server to Mattermost, then build and manage your post index via the System Console interface. +- [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) is a distributed, RESTful search engine supporting highly efficient database searches in a [cluster environment](https://docs.mattermost.com/deployment/cluster.html). + +### Improvements + +#### Web User Interface +- Ephemeral messages now note that they are "(Only visible to you)" . +- Navigating to an invalid team invite link will now redirect to an error page. +- Cropping of image thumbnails now looks the same before and after posting. +- Clicking on @mentions will now open the contact card for the user. +- User lists now display full name and nickname. +- Added over 500 new emoji. +- Searching on slow connections now shows a loading spinner in the right-hand side. +- Added a close button next to link previews. +- Ephemeral messages will now always appear as parent posts. +- Added [...] menu to search results, pinned posts and flagged posts lists. +- Clicking the username in a profile popover inserts the username to the message box. + +#### Notifications +- Added an option to Push Notification Contents to send no channel name or message text +- Updated the default email frequency to 15 minutes if email batching is enabled by the System Admin. +- Users are now prompted from Account Settings to set Edge notification sounds in their browser settings. +- Updated the desktop notification text for incoming webhooks to more accurately reflect the payload. + +#### Files +- File uploads in a single message are ordered based on time of upload. When multiple files are selected, files are ordered in alphabetical order based on file name. + +#### Administration +- No longer require a refresh after a user is promoted to a Team Admin. +- Announcement banner now supports URLs. +- Bulk importer now supports user preferences, including favorite channels, flagged posts and notification preferences. +- Changed username to be the default name display setting in the System Console. +- Channel member list now follows the Teammate name display configuration setting. +- Added more debugging info to server logs for failed OAuth requests. +- Added a new System Console push notification content setting to only display sender name. +- Added support for unauthenticated, but encrypted SMTP connection. + +#### Integrations +- Null values are now ignored in webhook attachments. +- Outgoing webhooks can now fire if the post contains only an attachment. +- Added ``/code`` built-in slash command to create a code block. +- Added ``/purpose`` built-in slash command to set the channel purpose. +- Added ``/rename`` built-in slash command to rename the channel. +- Added ``/leave`` built-in slash command to leave a channel. + +#### Enterprise Edition E20 +- Added a System Console setting to disable file uploads and downloads on mobile. +- Added a new Email Notification Content setting to specify the amount of detail sent in email notification. +- Added support for server-side encryption of files in Amazon S3, using Amazon S3-managed keys. + +### Bug Fixes +- Fixed incorrectly rotated image thumbnails that were uploaded from mobile devices. +- Adding or removing reactions from a post with an image preview no longer causes the preview to expand or collapse. +- JavaScript error no longer thrown when file upload fails due to network interruption. +- Error messages in Account Setting fields no longer stack. +- Fixed Slack Import of non-ascii channel names. +- Changing the search term in the More Direct Messages member list now resets the search. +- Help text for the Channel Switcher (CTRL/CMD+K) is now shown on small desktop windows, and removed on mobile. +- Keyboard shortcut for Account Settings (CTR/CMD+SHIFT+A) now toggles. +- Fixed the Preview button in the text input box and message edit modal. +- Fixed a JavaScript error when switching teams while uploading a file. +- CLI tool to delete all users no longer requires a user argument. +- CLI tool now deletes webhooks and slash commands when deleting teams and channels. +- Custom slash commands no longer throw an error if used in a Direct Message channel. +- System Console now reads and honors the Amazon S3 Region setting. +- Fixed whitespace and trimming on code blocks and empty table cells. +- Disabled the "Create Account" button after the first click so the system does not attempt to create the account twice. +- More Channels modal no longer stops paging after the first two pages. +- Editing channel names now correctly limits character count to 22. +- Fixed broken links on the **System Console > Mobile Push** page. +- `/away` and `/offline` ephemeral messages can no longer contain extra text posted with the slash command. +- Fixed teams being sometimes incorrectly marked unread across tabs. +- Fixed JavaScript error thrown when viewing a channel containing an invalid emoji reaction. +- Periods after URLs are no longer added to the link. +- Recent emoji in emoji picker no longer shows deleted custom emoji. +- Fixed image thumbnails and previews on IE11. +- Fixed message attachments in incoming webhooks and slash commands not always truncating properly. +- Non-admins can now view their previously created integrations. + +### Compatibility + +#### Removed and deprecated features +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +The following settings were unintentionally added to ``config.json`` and will be removed in Mattermost 4.2, released on September 16th. + +- Under `SupportSettings` in `config.json`: + - `"AdministratorsGuideLink": "https://about.mattermost.com/administrators-guide/"` + - `"TroubleshootingForumLink": "https://about.mattermost.com/troubleshooting-forum/"` + - `"CommercialSupportLink": "https://about.mattermost.com/commercial-support/"` + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - `"EnableUserAccessTokens": false` to enable personal access tokens for integrations to authenticate against the REST API +- Under `EmailSettings` in `config.json`: + - Added `"EnableSMTPAuth": false` to support SMTP servers requiring no authentication + - Added `"EmailNotificationContentType": "full"` to specify the amount of detail sent in email notification contents + +**Additional Changes to Enterprise Edition**: + +- Under `FileSettings` in `config.json`: + - Added `"AmazonS3SSE": false` to enable server-side encryption for files in Amazon S3. + - Added `"EnableMobileUpload": true` to enable file uploads on mobile devices + - Added `"EnableMobileDownload": true` to enable file downloads on mobile devices +- Under `JobSettings` in `config.json`: + - Added `"RunJobs": true` to enable running jobs on the jobs server + - Added `"RunScheduler": true` to enable scheduling jobs on the job server +- Under `ElasticsearchSettings` in `config.json`: + - Added `"ConnectionUrl": "http://dockerhost:9200"` to set the URL of the Elasticsearch server + - Added `"Username": ""` to specify the username to access the Elasticsearch server + - Added `"Password": ""` to specify the password to access the Elasticsearch server + - Added `"EnableIndexing": false` to enable Elasticsearch indexing + - Added `"EnableSearching": false` to enable searching using Elasticsearch + - Added `"Sniff": true` to enable sniffing on the Elasticsearch server + - Added `"PostIndexReplicas": 1` to specify how many replicas to use for each post index + - Added `"PostIndexShards": 1` to specify how many shards to use for each post index + +### Database Changes + +**UserAccessToken Table:** +- Added table + +**JobStatuses Table:** +- Removed table + +**Jobs Table:** +- Added table + +**Users Table:** +- Modified ``Roles`` column maximum size from 64 to 256 characters + +### API v4 Changes +- Mattermost 4.0 has a stable release of API v4 endpoints. It is recommended that any new integrations use the v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +**Added routes (API v4)** +See [api.mattermost.com](https://api.mattermost.com/) for more details: +- `GET` at `api/v4/jobs` +- `POST` at `api/v4/jobs` +- `GET` at `api/v4/jobs/{job_id:[A-Za-z0-9]+}` +- `POST` at `api/v4/jobs/{job_id:[A-Za-z0-9]+}/cancel` +- `GET` at `api/v4/jobs/type/{job_type:[A-Za-z0-9_-]+}` +- `POST` at `api/v4/elasticsearch/purge_indexes` +- `POST` at `api/v4/users/{user_id:[A-Za-z0-9]+}/tokens` +- `GET` at `api/v4/users/{user_id:[A-Za-z0-9]+}/tokens` +- `GET` at `api/v4/users/{user_id:[A-Za-z0-9]+}/tokens/{token_id:[A-Za-z0-9]+}` +- `POST` at `api/v4/users/{user_id:[A-Za-z0-9]+}/tokens/revoke` + +### Known Issues + +- Google login fails on the Classic mobile apps. +- Clicking on a channel during the tutorial makes the tutorial disappear. +- User can receive a video call from another browser tab while already on a call. +- Jump link in search results does not always jump to display the expected post. +- First load of the emoji picker is slow on low-speed connections or on deployments with hundreds of custom emoji. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- A public channel doesn't always show up in another browser tab or client until after refresh. +- Deleted message doesn't clear unreads or unread mentions. +- Changing the search term in the More Direct Messages modal doesn't reset the page. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Searching stop words in quotes with Elasticsearch enabled returns more than just the searched terms +- Searching with Elasticsearch enabled may not always highlight the searched terms +- Channels links to channels that the current user does not belong to may not render correctly + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [94117nl](https://github.com/94117nl), [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [debanshuk](https://github.com/debanshuk), [dmeza](https://github.com/dmeza), [enahum](https://github.com/enahum), [fraziern](https://github.com/fraziern), [grundelborg](https://github.com/grundelborg), [harshavardhana](https://github.com/harshavardhana), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [lindalumitchell](https://github.com/lindalumitchell), [megos](https://github.com/megos), [moonmeister](https://github.com/moonmeister), [MusikPolice](https://github.com/MusikPolice), [Ppjet6](https://github.com/Ppjet6), [saturninoabril](https://github.com/saturninoabril), [tejaycar](https://github.com/tejaycar), [Whiteaj36](https://github.com/Whiteaj36) + +/docs + +- [amyblais](https://github.com/amyblais), [bkmgit](https://github.com/bkmgit), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [john-combs](https://github.com/john-combs), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lindy65](https://github.com/lindy65), [pichouk](https://github.com/pichouk), [prixone](https://github.com/prixone), [Samiksha416](https://github.com/Samiksha416) + +/mattermost-mobile + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [lfbrock](https://github.com/lfbrock) + +/mattermost-push-proxy + +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost-redux + +- [94117nl](https://github.com/94117nl), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [grundelborg](https://github.com/grundelborg), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-api-reference + +- [ccbrown](https://github.com/ccbrown), [grundelborg](https://github.com/grundelborg), [jwilander](https://github.com/jwilander), [thePanz](https://github.com/thePanz) + +/mattermost-kubernetes + +- [crspeller](https://github.com/crspeller) + +/mattermost-docker + +- [jminardi](https://github.com/jminardi), [jnbt](https://github.com/jnbt), [pichouk](https://github.com/pichouk) + +/mattermost-load-test + +- [crspeller](https://github.com/mattermost/crspeller) + +/mattermost-bot-sample-golang + +- [fkr](https://github.com/fkr), [hmhealey](https://github.com/hmhealey) + +---- + +## Release v4.0.5 - Feature Release + + - **v4.0.5, released 2017-09-16** + - Mattermost v4.0.5 contains multiple security fixes ranging from low to medium severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v4.0.4, released 2017-08-18** + - Mattermost v4.0.4 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed issue when using single-sign-on with GitLab where using a non-English language option in **System Console > Localization** sometimes resulted in a login failure. + - **v4.0.3, released 2017-08-10** + - Fixed issue with `AmazonS3Region` config setting being ignored in Minio file storage setup. + - Fixed issue when using high availability mode in Enteprise Edition E20 where the bind address wasn't set correctly for the hashicorp memberlist. + - **v4.0.2, released 2017-07-31** + - Fixed issue when using single-sign-on with GitLab (and in Enterprise Edition with SAML, Office365 and G Suite), where using a non-English language option in Account Settings resulted in a login failure. + - Fixed issue with custom slash commands not working in direct message channels. + - Fixed issue with GitLab and SAML single sign-on in Mattermost mobile apps redirecting to a browser page. + - **v4.0.1, released 2017-07-18** + - Fixed issue where pinning or un-pinning messages didn't work if `AllowTimeLimit` config setting is set to `Never`. + - Fixed issue where uploading or removing the **Service Provider Public Certificate** file in **System Console > SAML** refreshed the page, losing all unchanged settings. + - Fixed deactivated users appearing in channel member, team member and direct message lists. + - Fixed PDF previews not loading. + - **v4.0.0, released 2017-07-16** + - Original 4.0.0 release + +### Security Update + +- Mattermost v4.0.0 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Native iOS and Android Apps +- Second generation mobile apps released for [iOS](https://itunes.apple.com/us/app/mattermost/id1257222717?mt=8) and [Android](https://play.google.com/store/apps/details?id=com.mattermost.rn). +- The apps are [EMM compatible starting with BlackBerry Dynamics](https://mattermost.com/blog/mattermost-2nd-gen-mobile-apps-released-emm-compatible-starting-with-blackberry-dynamics/). + +#### Updated Web User Interface +- Updated the appearance of channel header and channel sidebar in the web user interface. +- Updated the default theme, "Mattermost". To try it, go to **Account Settings > Display > Theme**. + +#### Emoji Picker +- The emoji picker offers quick access to emoji when composing messages or adding reactions. +- Promoted from Beta, and enabled to all users by default. + +#### Languages +- Added Italian translations to the user interface. + +#### API v4 (Stable Release) +- Mattermost webapp moved to API v4 endpoints, which allow for more powerful integrations and server interaction. +- API v3 endpoints are supported until January 16, 2018. To learn more about migrating to APIv4 endpoints, [see https://api.mattermost.com/](https://api.mattermost.com/). + +#### High Availability ([Enterprise Edition E20](https://mattermost.com/pricing-self-managed/)) +- Mattermost servers are dynamically added and removed based on discovery and their cluster name using the hashicorp memberlist. +- Added support for experimental gossip protocol, where the server will attempt to communicate via the gossip protocol over the gossip port. + +### Improvements + +#### Web User Interface +- Adjusted post spacing to be consistent across Markdown formatting, replies and consecutive posts. +- On hover colour for pin and channel member icons now consistent with flag and recent mentions icons. +- Emojis are now vertically aligned in post view. +- Channel name, header and purpose now update in real time for all users. +- For reply threads in the center channel, the "Commented on" phrase now respects the teammate name display config setting. +- Code block language tag is no longer selectable making it easier to copy the code. +- Aligned the search box with right-hand side reply thread. +- New user profile pictures now update for other users upon refresh. +- Improved rendering of @mention highlighting in message view. + +#### Mobile Web +- Added "Create Team" and "Leave Team" options to the Main Menu. +- Updated the look of Account Settings pages on mobile. +- User profile popover no longer gets cropped in the center channel on iOS browser. +- Link preview image now resizes correctly on iOS browser. + +#### Notifications +- Unread messages and mentions now sync across browser tabs and devices. +- Improved desktop notifications for webhook attachments. + +#### Emoji Picker & Custom Emoji +- Newly created custom emoji immediately display to all users without requiring a refresh. +- Improved position of the emoji picker near the top of the channel or the right-hand side comment thread. + +#### Keyboard Shortcuts +- CTRL+SHIFT+K shortcut now toggles the Direct Message dialog open and closed. +- SHIFT+UP now opens a reply thread for the most recent message posted by a user, skipping system messages. + +#### Slash Commands +- Added the following built-in slash commands: + - `/header` command to set the channel header. + - `/help` command to open the Mattermost help page in a new browser tab. + - `/open` command to switch or join a channel. + - `/search` command to search text in messages. + - `/settings` command to open the Account Settings dialog. +- `/invite_people` slash command is now disabled when account creation is set to false. +- If a message starts with a / but fails to send (either due to timeout or invalid command), the message is put back to the input box. + +#### Bulk Import Tool +- Added support for Direct Message channels and posts to the [bulk import tool](https://docs.mattermost.com/deployment/bulk-loading.html). + +#### Authentication +- User creation via OAuth (GitLab/Google/Office365) properly restricted to accepted domains, [if specified](https://docs.mattermost.com/administration/config-settings.html#restrict-account-creation-to-specified-email-domains). +- **Invite New Member** dialog validates email addresses against accepted domains, if set. + +#### New URL Routes +- Added the ability to Direct Message by email or username with the following new routes for Direct Message channels: + - `.../teamname/messages/@username` + - `.../teamname/messages/email` + - `.../teamname/messages/user_id` (redirects to `...teamname/messages/@username`) + - `.../teamname/messages/id1_id2` (redirects to `...teamname/messages/@username`) +- Also added a new route for Group Message channels: + - `.../teamname/messages/generated_id` + +#### Link Previews +- After posting a message containing an image link, a preview is loaded only if one is available. + +#### Enterprise Edition +- When a SAML user uses a non-supported locale, the language now defaults to English, preventing login issues. + +### Bug Fixes +- Emoji picker now closes in Firefox when clicking outside of it. +- [...] menu no longer disappears in the comment thread when hovering over another post. +- New direct messages received while in no teams do not show as unread after rejoining a team. +- Fixed JavaScript errors when receiving messages when not belonging to a team. +- An empty push notification no longer sent for messages only containing file attachments. +- Custom emoji search results no longer filter by creator's first and last name. +- `/expand` and `/collapse` slash commands now properly collapse images in website link previews. +- Group Message channels that are favorited can now be closed. +- Deactivated users now properly listed in Direct and Group Message channels in the left-hand sidebar. +- Fixed search in team and channel Manage Members dialog. +- File upload cancelled if you click "x" on thumbnail while file is uploading in your message draft. +- Status no longer appears offline after joining a new team. +- An empty push notification is no longer sent for messages only containing file attachments. +- Center channel maintains scroll position when new messages are received in the channel. +- Deleting the focused post in permalink view now sends user to normal channel view. +- Max Users per Team setting in **System Console > Users and Teams** no longer includes inactive users. + +### Compatibility + +#### Breaking Changes + +- If you are using NGINX as a proxy for the Mattermost Server, replace the `location /api/v3/users/websocket {` line with `location ~ /api/v[0-9]+/(users/)?websocket$ {` in the `/etc/nginx/sites-available/mattermost` NGINX configuration file. [See documentation to learn more](https://docs.mattermost.com/install/install-ubuntu-1404.html#configuring-nginx-as-a-proxy-for-mattermost-server). +- If you are upgrading a High Availability Cluster: When upgrading from 3.10 or earlier to 4.0 or later, you must manually add new items to the *ClusterSettings* section of your existing ``config.json``. For more information about this, see the *Upgrading to Version 4.0 and Later* section of :doc:`../deployment/cluster`. + - Microsoft Edge v39 and earlier (EdgeHTML v14 and earlier) has [an issue](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8546263/) that may case errors during account creation, login and if MFA is enforced. We recommend upgrading to Edge v40 (or EdgeHTML v15). + +#### Removed and deprecated features +- System Console settings in **Files > Images** removed. This includes: + - Image preview height and width + - Profile picture height and width + - Image thumbnail height and width +- Font setting in Account Settings > Display removed. +- Account Settings option **Display** > **Teammate Name Display** moved to the System Console. +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Added `"EnableEmojiPicker": true` to control whether emoji picker is enabled on the server. Enabling the emoji picker with a large number of custom emoji may slow down performance. + - Added `"EnableChannelViewedMessages": true` to control whether `channel_viewed` WebSocket event is sent, which syncs unreads across clients and devices. Setting to false can lead to higher performance in large deployments. + - Added `"EnableAPIv3": true` to control whether version 3 endpoints of the REST API are allowed on the server. If the setting is disabled, integrations that rely on API v3 will fail and can then be identified for migration to API v4. +- Under `TeamSettings` in `config.json`: + - Added `"TeammateNameDisplay": "username"` to set how to display users' names in posts and the Direct Messages list. Deployments with LDAP or SAML enabled will have this set to `full_name` by default for better experience. +- Under `FileSettings` in `config.json`: + - Removed System Console settings in **Files > Images**, including: + - `"ThumbnailWidth": 120` + - `"ThumbnailHeight": 100` + - `"PreviewWidth": 1024` + - `"PreviewHeight": 0` + - `"ProfileWidth": 128` + - `"ProfileHeight": 128` +- Under `SqlSettings` in `config.json`: + - Modified `"QueryTimeout": 30` to also support query timeouts on PostgreSQL, in addition to MySQL. + +**Additional Changes to Enterprise Edition**: + +- Under `ClusterSettings` in `config.json`: + - Added `"ClusterName": ""` to set the cluster to join by name. Only nodes with the same cluster name will join together. This is to support Blue-Green deployments or staging pointing to the same database. + - Added `"OverrideHostname": ""` to override the hostname of this server with this property. It is not recommended to override the Hostname unless needed. + - Added `"UseIpAddress": true` to control whether the cluster attempts to communicate using the IP Address. + - Added `"UseExperimentalGossip": false` to control whether the server attempts to communicate via the gossip protocol over the gossip port. + - Added `"ReadOnlyConfig": true` to control whether changes made to settings in the System Console are ignored. When running in production it is recommended to set this value to true. + - Added `"GossipPort": 8074` to set the port used for the gossip protocol. Both UDP and TCP should be allowed on this port. + - Added `"StreamingPort": 8075` to set the port used for streaming data between servers. + - Removed ``"InterNodeListenAddress": ":8075"`` as this setting is no longer used. + - Removed ``"InterNodeUrls": []`` as this setting is no longer used. + +### API v4 Changes +- Mattermost 4.0 has a stable release of API v4 endpoints. It is recommended that any new integrations use the v4 endpoints. For more details, and for a complete list of available endpoints, see [https://api.mattermost.com/](https://api.mattermost.com/). +- All APIv3 endpoints are scheduled for removal on January 16, 2018. + +**Added routes (API v4)** +- `GET` at `/teams/invite/{invite_id}` + - To retrieve information about a team (including the name and id) corresponding to an invite_id. + +**Modified routes (API v4)** +- `DELETE` at `/teams/{team_id}` + - Added an optional query parameter, `permanent`, to permanently delete a team for compliance reasons. +- `GET` at `/users` + - Added the `sort` query parameter to add basic sorting when selecting users on a team. +- `GET` at `/emoji` + - Added paging to the `/emoji` call for increased performance. +- `POST` at `/teams/{team_id}/import` + - Updated to return a JSON body with the import results under a `results` JSON field to allow more data to be returned in the future without breaking changes. + +### Websocket Event Changes + +**Added:** +- `channel_updated` that occurs each time channel information is updated (such as name or header), so that the changes are propagated across clients. +- `channel_viewed` that occurs each time you view a channel, propagating the event to all clients and devices and syncing unreads. + +### Known Issues + +- Google login fails on the Classic mobile apps. +- Edge overlays desktop notification sound and system notification sound. +- Clicking on a channel during the tutorial makes the tutorial disappear. +- User can receive a video call from another browser tab while already on a call. +- Search autocomplete picker is broken on Classic Android app. +- Jump link in search results does not always jump to display the expected post. +- First load of the emoji picker is slow on low-speed connections or on deployments with hundreds of custom emoji. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- Outgoing webhooks do not fire when posts have no text content. +- A public channel doesn't always show up in another browser tab or client until after refresh. +- Null values in Slack attachments cause a 500 error for incoming webhooks. +- Keyboard shortcut CTRL/CMD+SHIFT+A does not close Account Settings. +- Deleted message doesn't clear unreads or unread mentions. +- Changing the search term in the More Direct Messages modal doesn't reset the page. +- Status may sometimes get stuck as away or offline in High Availability mode with IP Hash turned off. +- Cannot delete or edit parent posts in right-hand side reply threads. +- Empty cells in Markdown tables render incorrectly. +- `platform user deleteall` CLI command expects a user as an argument. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [94117nl](https://github.com/94117nl), [abustany](https://github.com/abustany), [alexrford](https://github.com/alexrford), [asaadmahmood](https://github.com/asaadmahmood), [ccbrown](https://github.com/ccbrown), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [dmeza](https://github.com/dmeza), [enahum](https://github.com/enahum), [ftKnox](https://github.com/ftKnox), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jwilander](https://github.com/jwilander), [kkamdooong](https://github.com/kkamdooong), [lindalumitchell](https://github.com/lindalumitchell), [megos](https://github.com/megos), [meilon](https://github.com/meilon), [moonmeister](https://github.com/moonmeister), [pieterlexis](https://github.com/pieterlexis), [saturninoabril](https://github.com/saturninoabril), [VeraLyu](https://github.com/VeraLyu), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/mattermost-mobile + +- [asaadmahmood](https://github.com/asaadmahmood), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [lfbrock](https://github.com/lfbrock), [omar-dev](https://github.com/omar-dev) + +/mattermost-redux + +- [94117nl](https://github.com/94117nl), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jarredwitt](https://github.com/jarredwitt), [jwilander](https://github.com/jwilander), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-api-reference + +- [cpanato](https://github.com/cpanato), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [Vaelor](https://github.com/Vaelor), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/docs + +- [94117nl](https://github.com/94117nl), [acgustafson](https://github.com/acgustafson), [amyblais](https://github.com/amyblais), [ccbrown](https://github.com/ccbrown), [crspeller](https://github.com/crspeller), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jwilander](https://github.com/jwilander), [kjkeane](https://github.com/kjkeane), [megos](https://github.com/megos), [pieterlexis](https://github.com/pieterlexis) + +/desktop + +- [yuya-oc](https://github.com/yuya-oc) + +/mattermost-kubernetes + +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost-push-proxy + +- [coreyhulen](https://github.com/coreyhulen), [ftKnox](https://github.com/ftKnox) + +/mattermost-docker + +- [pichouk](https://github.com/pichouk), [tejasbubane](https://github.com/tejasbubane) + +/mattermost-load-test + +- [crspeller](https://github.com/crspeller), [JeffSchering](https://github.com/JeffSchering) + +---- + +## Release v3.10.3 + + - **v3.10.3, released 2017-08-18** + - Mattermost v3.10.3 contains multiple security fixes ranging from low to high severity. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed issue when using single-sign-on with GitLab where using a non-English language option in **System Console > Localization** sometimes resulted in a login failure. + - **v3.10.2, released 2017-07-18** + - Mattermost v3.10.2 contains low severity security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v3.10.1, released 2017-07-16** + - Mattermost v3.10.1 contains a high severity security fix for an OAuth SSO vulnerability and two additional fixes for low severity security issues. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v3.10.0, released 2017-06-16** + - Original 3.10 release + +### Highlights + +#### Languages +- Added Turkish translations for the user interface. + +#### New and Improved Keyboard Shortcuts +- Redesigned the channel switcher (CTRL/CMD+K) for increased productivity. +- Browse direct and group message channels (CTRL/CMD+SHIFT+K) and reply to the most recent message (SHIFT+UP) with new shortcuts. + +### Improvements + +#### Web User Interface +- Enter key now confirms deletion on the screens to delete a custom emoji and delete a channel. +- Team and channel URLs now replace accented characters with their ASCII equivalents. +- Recent mentions and flagged posts icons in the header are now highlighted when they are active in the right-hand sidebar. +- Empty rows are now ignored in the Send Email Invite modal. +- Enter key now confirms leaving a team from the Leave Team modal. +- Profile popover now opens when clicking a username in mobile browser view. +- /join now allows switching to a private channel to which the user has access. +- Improved the formatting of Mattermost content when copying and pasting to other apps. +- Added the ability for users to view and modify their online status from their profile picture in the header. +- /loadtest command changed to /test. +- Ephemeral messages are removed from the right-hand sidebar after it is reopened. +- Added a markdown preview option to the message editing modal. +- Status indicators are now shown in the Direct Messages list. + +#### Notifications +- Added "@here" to the list of channel-wide mentions in Account Settings. +- Added a reminder when your Mattermost window is refreshed if a status override slash command is used to set yourself as /away or /offline. +- Users will see a confirmation dialog when attempting to use @all or @channel in a channel with over 5 users. +- Messages for others being added to a channel no longer trigger channels to be unread. + +#### Administration +- Added CLI tool for permanently deleting channels. +- Channel Admins can now delete user's messages within their channel if permitted in the System Console. +- Errors are now logged when failing to load config through the command line. +- Reduced unnecessary database reads and writes when bulk importing users. + +#### System Console +- System Console main dropdown menu now has links to the Admin Guide, Troubleshooting Forum, Commercial Support Page and the About Mattermost dialog. +- Added the ability to enable Legacy Signature (AWS Signature V2) with S3 compatible servers. + +#### Authentication +- Added a redirect to the appropriate team, channel or post if navigating to a Mattermost URL when logged out. +- Clicking a team invite link now joins the team in all active sessions. + +#### Performance +- Upgraded GORP to support connection timeouts on MySQL and missing database columns on MySQL and Postgres. + +#### Integrations +- Posts from webhooks that are greater than 4000 characters are now broken into multiple posts. + +#### Enterprise Edition +- Added an announcement banner visible to all end users to make maintenance announcements across the system. + +### Bug Fixes +- Dragging and dropping a file onto the left-hand sidebar no longer navigates away from Mattermost to open the file in the browser. +- Textbox will no longer overlap the center pane message area as it expands when typing. +- Fixed an issue where statuses could get stuck online after quitting the desktop app or closing the browser window in some cases. +- Profile pictures uploaded on mobile are now rotated in their correct orientation. +- The System Console help text for Minimum Password Length no longer dynamically updates as the input is changed. +- Fixed an issue where the autocomplete list may appear underneath a modal overlay. +- Updated error text when uploading a profile picture that is in an unsupported image format. +- Joined channels no longer appear in the "More..." channels list. +- Wide markdown images no longer cause horizontal scrolling in the center pane. +- Fixed theme styling for button active states. +- Fixed an issue where channels sometimes did not appear read if the channel was in focus when a new message was received. +- Fixed an issue where the autocomplete list would not close after using a slash command. +- Removed the system warning message that appears if mentioning a user that is not a member of a group message. +- Fixed an issue where wide embedded images produce horizontal scroll. +- Fixed a Javascript error that would occur when opening the System Console > SAML page. +- Removed the Channel Admin user interface in Team Edition since the policy restrictions are only available in Enterprise Edition. +- Adding a reaction to an ephemeral message no longer throws a Javascript error. +- Fixed an issue where clicking autocomplete suggestions would not populate the search box with the appropriate text. +- Fixed an issue where the System Console users list ignored the search term after selecting a team from the filter. +- Channel header messages no longer appear cut-off if using a slash. +- Corrected the formatting of the "Edited" indicator in the right-hand sidebar. +- Fixed the positioning of the pin icon and channel header on Edge. + +### Compatibility + +#### Removed and deprecated features +- System Console settings in **Files > Images** scheduled for removal in July 2017 release. This includes: + - Image preview height and width + - Profile picture height and width + - Image thumbnail height and width +- Font setting in Account Settings > Display scheduled for removal in July 2017 release. +- Account Settings options for **Display** > **Display Font** and **Display** > **Teammate Name Display** are scheduled for removal in July 2017 release. +- All APIv3 endpoints are scheduled for removal six months after APIv4 is stable. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + - Under `ServiceSettings` in `config.json`: + - Added `"GoroutineHealthThreshold": -1,` to set a threshold for number of goroutines. +- Under `SqlSettings` in `config.json`: + - Added `"QueryTimeout": 30` to set the number of seconds to wait for a response from the database after opening a connection and sending the query. +- Under `FileSettings` in `config.json`: + - Added `"AmazonS3SignV2": false` to enable Legacy Signature (AWS Signature V2) with S3 compatible servers. + +**Additional Changes to Enterprise Edition**: + - Under `AnnoucementSettings` in `config.json`: + - Added `"EnableBanner": false,` to enable an announcement banner visible for all users. + - Added `"BannerText": "",` to specify the text shown in the banner. + - Added `"BannerColor": "#f2a93b",` to set the banner background color. + - Added `"BannerTextColor": "#333333",` to set the banner text color. + - Added `"AllowBannerDismissal": true` to set whether the banner can be dismissed by users. + +### API Changes +- Mattermost 3.10 has a release candidate of APIv4 endpoints. To see the complete list of available endpoints, see [https://api.mattermost.com/v4/](https://api.mattermost.com/v4/). +- All APIv3 endpoints are scheduled for removal six months after APIv4 is stable. + +**Modified routes (APIv4)** +- `/system/ping` updated to return `500 Internal Server Error` with `{"status": "unhealthy"}` in the response body when `GoroutineHealthThreshold` is set in config.json and the number of goroutines on the server exceeds that threshold. If the number of goroutines is below the threshold or `GoroutineHealthThreshold` is not set in config.json, `200 OK` is returned with no response body. + +### Known Issues + +- Google login fails on the mobile apps. +- Edge overlays desktop notification sound and system notification sound. +- Status appears offline briefly after joining a new team. +- User popover can get cropped in the center channel on iOS. +- Clicking on a channel during the tutorial makes the tutorial disappear. +- Custom emoji search results filter by the creator's first/last name in addition to the emoji name. +- Reactions are displayed on messages deleted by other users. +- User can receive a video call from another browser tab while already on a call. +- Search autocomplete picker is broken on Android. +- Jump link in search results does not always jump to display the expected post. +- First load of the emoji picker is slow on low-speed connections. +- Emoji picker for reactions doesn't always position correctly. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- New direct messages received while in no teams do not show as unread after joining a team. +- User is not logged out immediately when logging self out from Active Sessions list. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- CTRL+SHIFT+K doesn't toggle modal open and closed. +- Deactivated users do not appear in the Direct Message and Group Message sidebar channel list. +- Outgoing webhooks do not fire when posts have no text content. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [dmeza](https://github.com/dmeza), [doh5](https://github.com/doh5), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [harshavardhana](https://github.com/harshavardhana), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [kulak-at](https://github.com/kulak-at), [saturninoabril](https://github.com/saturninoabril), [tjuerge](https://github.com/tjuerge) + +/docs + +- [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [esethna](https://github.com/esethna), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jwilander](https://github.com/jwilander), [kjkeane](https://github.com/kjkeane), [lindy65](https://github.com/lindy65), [mikedaniel18](https://github.com/MikeDaniel18) + +/mattermost-api-reference + +- [94117nl](https://github.com/94117nl), [cpanato](https://github.com/cpanato), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [senk](https://github.com/senk) + +/mattermost-redux + +- [94117nl](https://github.com/94117nl), [cpanato](https://github.com/cpanato), [enahum](https://github.com/enahum), [jarredwitt](https://github.com/jarredwitt), [jwilander](https://github.com/jwilander) + +/mattermost-mobile + +- [asaadmahmood](https://github.com/asaadmahmood), [cpanato](https://github.com/cpanato), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [lfbrock](https://github.com/lfbrock), [rthill](https://github.com/rthill) + +/desktop + +- [yuya-oc](https://github.com/yuya-oc) + +/mattermost-docker + +- [carlosasj](https://github.com/carlosasj), [FingerLiu](https://github.com/FingerLiu), [mkdbns](https://github.com/mkdbns), [pichouk](https://github.com/pichouk), [xcompass](https://github.com/xcompass) + +/android + +- [coreyhulen](https://github.com/coreyhulen), [der-test](https://github.com/der-test), [lfbrock](https://github.com/lfbrock) + +/mattermost-selenium + +- [doh5](https://github.com/doh5), [lindalumitchell](https://github.com/lindalumitchell) + +/gorp + +- [jwilander](https://github.com/jwilander) + +/ios + +- [coreyhulen](https://github.com/coreyhulen), [PrestonL](https://github.com/PrestonL) + +/mattermost-kubernetes + +- [coreyhulen](https://github.com/coreyhulen) + +---- + +## Release v3.9.2 + + - **v3.9.2, released 2017-07-18** + - Mattermost v3.9.2 contains low severity security fixes. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v3.9.1, released 2017-07-16** + - Mattermost v3.9.1 contains a high severity security fix for an OAuth SSO vulnerability and two additional fixes for low severity security issues. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v3.9.0, released 2017-05-16** + - Original 3.9 release + +### Security Update + +- Mattermost v3.9.0 contains a low severity [security update](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.9.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. + +### Highlights + +#### Languages + +- Added Polish translations for the user interface. + +#### Redux + +- Mattermost Webapp moved over to Redux for increased performance and more stable infrustructure. + +#### APIv4 Release Candidate + +- Mattermost HTTP REST APIs moved to v4 endpoints allowing for more powerful integrations and server interaction. +- To learn more about the available APIv4 endpoints, [see our documentation](https://api.mattermost.com/v4/). +- APIv3 endpoints are supported until six months after the stable release of APIv4 endpoints in Q3 of 2017. + +### Improvements + +#### Web User Interface +- Lower and upper vertical margins for posts are now equal. +- Comments only containing a file attachment have a reduced vertical spacing in the center channel. +- First line of message text is now aligned with username. +- Added padding between timestamp and pinned posts badge in comment threads in compact view. +- Added "View Members" option to Town Square. +- Moved "Start Video Call" option to the bottom of the profile popover. +- Added a confirmation dialog when leaving a private channel. +- User preferences such as display settings now sync between browser tabs, between different browsers, and across devices. + +#### Performance +- Added the ability to isolate searches to specific read-replicas for full text search queries for higher performance. +- Added default read and write timeouts for MySQL datasource to prevent hub processing deadlock. +- Added password field to the [bulk import tool](https://docs.mattermost.com/deployment/bulk-loading.html). +- Added the ability to disable full text search queries and statuses via `config.json` for higher performance. + +#### Emoji Picker (Beta) +- Enable the emoji picker in **Account Settings > Advanced > Preview pre-release features**. +- Custom emoji now maintains aspect ratio in the emoji picker. +- Improved user experience for closing the Emoji picker after reacting to a message. + +#### Keyboard Shortcuts +- Added a link to keyboard shortcuts documentation via the team Main Menu. +- Pressing ENTER once in the channel switcher (CTRL/CMD+K) now switches the channel. +- Using a mouse to select a channel in the channel switcher (CTRL/CMD+K) now switches to the correct channel. + +#### Markdown Text Formatting +- Added a margin for Markdown inline images. +- Improved Markdown heading sizes in the desktop view. + +#### On-Boarding +- Added "Already have an account? Click here to sign in" link to the sign up page. +- Improved experience of joining a team using an invite link. + +#### Files +- SVG files now render in file preview. + +#### CLI Tool +- Added new CLI commands: + - `platform config validate` for validating the `config.json` file. + - `platform user search` for searching users based on username, email, or user ID. + +#### OAuth 2.0 Service Provider +- OAuth 2.0 service provider now always returns the refresh token. +- New refresh token now issued when granting a new access token. + +#### System Console + - Added a confirmation dialog when deactivating a user. + - Server logs are now always printed in English regardless of Default Server Language, for easier troubelshooting. + - The `AllowCorsFrom` config setting (in **System Console > Connections > Enable cross-origin requests from**) now supports multiple domain names. + - Added a setting to disable file and image uploads on messages. + +#### Enterprise Edition + - Added new [performance monitoring metrics](https://docs.mattermost.com/scale/performance-monitoring.html) for + - The total number of connections to all the search replica databases + - The total number of WebSocket broadcasts sent + +### Bug Fixes +- Long custom emoji names no longer float out of the emoji picker. +- Deleted custom emojis no longer stay in "recently used" section of the emoji picker. +- The maximum length of the "Position" field increased to 64 characters in the database. The previous limit caused problems with LDAP synchronization. +- Pinning a post in center channel no longer changes pinned posts list in the right-hand sidebar. +- Pinning a post in center channel now adds the pinned post badge to search results. +- Fixed error message text for **Edit URL** field in channel creation dialog. +- Disabled config file watcher while running from makefile. +- Fixed Go client's `GetTeamByName()` function. +- Recent mentions search now properly includes `@[username]` in the search. +- Updated error message when entering a password longer than maximum number of characters. +- Don't send the same message multiple times when hitting "Retry" on a failed post. +- Fixed the help text for the channel purpose in private channels. +- When ability to change the header is restricted, "Set a Header" option is no longer shown in the channel intro. +- Mention notifications now trigger if the word is formatted in bold, italic or strikethrough, and won't if it's inside a code block. +- In mobile view, Manage Members menu option no longer reads "View Members" for channel admins. +- Usernames with dots now get mention notifications when followed by a comma or other symbol. +- Deactivated users are no longer listed in the "Manage Members" modal. +- Collapsible Account Setting menus now open properly in iOS Safari and Chrome browsers. +- Removing an expired license now removes the blue bar header message. +- "Next" button in More Channels list now takes you to the top of the next page, instead of the bottom. +- Blue bar "Preview Mode" header message now disappears after enabling email notifications. +- Full name is now editable in Account Settings if the first and last name attributes are not specified in **System Console > Authentication > LDAP**. +- Added a back button to pinned posts list on the right-hand sidebar. +- "Pinned" icon no longer overlaps text on consecutive posts or replies that have Markdown headings. +- Uploading a profile picture on iOS no longer throws an error. +- Fixed group message names in channel switcher (CTRL/CMD+K) for group messages that are not in your sidebar. +- Channel notification preferences no longer appear saved when clicking Cancel. +- Channel creation permissions aren't set to channel admins when it doesn't exist. + +### Compatibility + +#### Breaking changes: + +- If you're using NGINX as a proxy for the Mattermost Server, replace the `location /api/v3/users/websocket {` line with `location ~ /api/v[0-9]+/(users/)?websocket$ {` in the `/etc/nginx/sites-available/mattermost` NGINX configuration file. [See documentation to learn more](https://docs.mattermost.com/install/install-ubuntu-1404.html#configuring-nginx-as-a-proxy-for-mattermost-server). +- Existing email invite links, password reset links, and email verification links in emails generated by your Mattermost server will be invalidated after upgrading to v3.9.0. +- Firefox ESR 45 has an [end-of-life scheduled for June 13](https://en.wikipedia.org/wiki/Firefox_version_history) and is therefore no longer supported. We recommend upgrading to [Firefox ESR 52](https://www.mozilla.org/en-US/firefox/organizations/all/). + +#### Removed and deprecated features +- System Console settings in **Files > Images** scheduled for removal in July 2017 release. This includes: + - Image preview height and width + - Profile picture height and width + - Image thumbnail height and width +- All APIv3 endpoints are scheduled for removal six months after APIv4 is stable. + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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 Team Edition and Enterprise Edition**: + + - Under `ServiceSettings` in `config.json`: + - Added `"EnablePostSearch": true` to control whether users can search messages. Disabling can lead to higher performance in large deployments. + - Added `"EnableUserStatuses": true` to control whether user statuses are shown in the web user interface. Disabling can lead to higher performance in large deployments. + - Under `FileSettings` in `config.json`: + - Added `"EnableFileAttachments": true` to control whether users can upload files and images on messages. + + - Under `EmailSettings` in `config.json`: + - Removed `"PasswordResetSalt": ""` given tokens are now used for signing of password reset emails. + + - Under `SqlSettings` in `config.json`: + - Added `"DataSourceSearchReplicas": []` to specify the connection strings for search replica databases for handling search queries. + +**Additional Changes to Enterprise Edition**: + + - Under `ServiceSettings` in `config.json`: + - Added `"LicenseFileLocation": ""` to specify the path and filename of the Enterprise license file on disk. On startup, if Mattermost cannot find a valid license in the database from a previous upload, it will look for the file specified here. + +### Database Changes + +**OAuthAccessData Table:** +- Added `Scope` column + +**PasswordRecovery Table:** +- Removed `PasswordRecovery` table and moved entries to a common token store + +### API Changes + +- Mattermost 3.9 has a release candidate of APIv4 endpoints. To see the complete list of available endpoints, see [https://api.mattermost.com/v4/](https://api.mattermost.com/v4/). +- All APIv3 endpoints to be removed six months after APIv4 endpoints are stable. + +### Websocket Event Changes + +- Added `preferences_changed` and `preferences_deleted` to sync preferences between browser tabs, between different browsers, and across devices when a preference is changed or deleted. + +### Known Issues + +- Google login fails on the mobile apps. +- Slack import doesn't add merged members/e-mail accounts to imported channels. +- User can receive a video call from another browser tab while already on a call. +- Sequential messages from the same user appear as separate posts on mobile view. +- Search autocomplete picker is broken on Android. +- Jump link in search results does not always jump to display the expected post. +- First load of the emoji picker is slow at low connections. +- Emoji picker for reactions doesn't always position correctly. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. +- Emoji picker is sometimes cut off on comment threads on the right-hand sidebar. +- User status can get stuck online after quitting the desktop app or closing the browser window. +- New direct messages received while in no teams do not show as unread after joining a team. +- Profile picture uploaded from mobile appears rotated. +- User is not logged out immediately when logging self out from Active Sessions list. +- Certain code block labels don't appear while scrolling on iOS mobile web. +- System Console user list filter does not show accurate results if applied after entering a search query. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [doh5](https://github.com/doh5), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [gstraube](https://github.com/gstraube) , [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [justinwyer](https://github.com/justinwyer), [jwilander](https://github.com/jwilander), [lindalumitchell](https://github.com/lindalumitchell), [prixone](https://github.com/prixone), [Rudloff](https://github.com/Rudloff), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [simon0191](https://github.com/simon0191), [VeraLyu](https://github.com/VeraLyu) + +/docs + +- [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fjarlq](https://github.com/fjarlq), [it33](https://github.com/it33), [ivernus](https://github.com/ivernus), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [justinwyer](https://github.com/justinwyer), [lindy65](https://github.com/lindy65), [senk](https://github.com/senk) + +/mattermost-api-reference + +- [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [dagit](https://github.com/dagit), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-redux + +- [enahum](https://github.com/enahum), [jarredwitt](https://github.com/jarredwitt), [jwilander](https://github.com/jwilander) + +/desktop + +- [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-mobile + +- [asaadmahmood](https://github.com/asaadmahmood), [cpanato](https://github.com/cpanato), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock) + +/mattermost-docker + +- [esethna](https://github.com/esethna), [pichouk](https://github.com/pichouk), [xcompass](https://github.com/xcompass) + +/mattermost-push-proxy + +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost-selenium + +- [doh5](https://github.com/doh5), [lindalumitchell](https://github.com/lindalumitchell), [coreyhulen](https://github.com/) + +/mattermost-kubernetes + +- [coreyhulen](https://github.com/coreyhulen) + +/gcm + +- [coreyhulen](https://github.com/coreyhulen), [csduarte](https://github.com/csduarte) + +---- + +## Release v3.8.3 + +### Notes on Patch Release + + - **v3.8.3, released 2017-07-16** + - Mattermost v3.8.3 contains a high severity security fix for an OAuth SSO vulnerability and two additional fixes for low severity security issues. [Upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - **v3.8.2, released 2017-04-21** + - Changed the client to use `window.location.origin` instead of siteURL, fixing WebSocket connection issues with Mattermost 3.8 upgrade. + - Fixed a few APIv4 endpoints in support of the next [React Native mobile app](https://github.com/mattermost/mattermost-mobile) release. + - **v3.8.1, released 2017-04-19** + - Mattermost v3.8.1 contains a security update and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue with Site URL sometimes breaking the OAuth2 login flow, including login using GitLab. + - Reverted a change preventing LDAP usernames from beginning with a number. + - Fixed a permission issue with group message channel creation. + - **v3.8.0, released 2017-04-16** + - Original 3.8 release + +### Security Update + +- Mattermost v3.8.0 contains multiple [security updates](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.8.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. + +### Highlights + +#### Native iOS and Android Apps (Beta) +- Second generation mobile apps, built using React Native, are [available for beta testing](https://mattermost.com/blog/a-native-mobile-experience-second-generation-mobile-apps-released-in-beta/) on [iOS](https://mattermost-fastlane.herokuapp.com/) and [Android](https://play.google.com/apps/testing/com.mattermost.react.native). + +#### Pinned Posts +- Important messages can be pinned to the channel for easy reference. Pinned posts are visible to all channel members. + +#### Emoji Picker and Improved Emoji Reactions (Beta) +- The picker offers quick access to emoji when composing messages or adding reactions. Enable the emoji picker in **Account Settings > Advanced > Preview pre-release features**. +- The picker is "Beta" while speed of the first load with lots of custom emoji is improved. + +#### System Users List +- The System Console now consolidates all users into a system-wide list that can be filtered by team. The users list can be used to manage team membership and team roles for any user on the system. + +#### Configure Using Environment Variables +- Override `config.json` settings using environment variables. + +### Improvements + +#### Web User Interface +- Date separators now appear between posts in the right-hand sidebar. +- Non-square profile pictures are now cropped in the middle rather than being stretched. +- Post timestamps now have an expanded date tooltip. +- The "Add Members" modal now autofocuses on the search box when opened from the "Manage Members" modal. +- Reduced the margins and line height in compact view. +- There is now a confirmation dialog before deleting a custom emoji. +- Updated the error page for invalid permalinks. +- Updated the error page for "Private browsing not supported" in Safari. + +#### Performance +- Added index and cache to reactions store + +#### Search +- File attachments thumbnails are now shown in search results. +- Flagged posts from other teams are no longer displayed. + +#### Channels +- Favorite channels are now sorted alphabetically regardless of channel type. +- Town Square now has a default channel purpose. +- Users added to a group message are now removed from the Direct Messages search list. +- "Private Groups" have been renamed to "Private Channels". + +#### Mobile +- Executing a search now closes the keyboard and removes the keyboard focus from the text box. + +#### Integrations +- The integrations confirmation page can now be dismissed with the ENTER key. + +#### Link Previews +- Updated the UI for link previews by removing an extra blue vertical bar. +- Added support for link preview requests through a separate proxy. + +#### Notifications +- Users can no longer configure email notification settings if the notifications are disabled for the system. + +#### Onboarding +- Existing users on the server can now easily be added to a team via the Main Menu. + +#### Enterprise Edition +- Policy controls for restricting permissions to add and remove members from private channels. +- Added the ability to read the license file from the disk. +- The configuration file is now reloaded after applying an Enterprise Edition license on startup. + +### Bug Fixes +- Fixed line wrapping of the timestamp in Account Settings > Security > View Access History. +- Fixed an inconsistent error message when creating a channel with a display name of one or two characters. +- Removed the duplicate "Back" button on the Team Creation page. +- The AltGR key no longer triggers keyboard shortcuts. +- Saving a team name without making changes no longer throws an error message. +- Group messages are now sorted alphabetically with direct messages. +- The "Create Channel" button will now only appear in the "More Channels" modal when the user has the permission to create channels. +- The Town Square channel menu no longer has redundant dividers with certain combinations of System Console > Policy settings. +- Fixed an issue where some conversations would not trigger the channel to appear unread in the left-hand sidebar. +- Fixed an issue where usernames sometimes did not appear when hovering over reactions. +- Fixed an issue where link previews would sometimes cause a horizontal scroll bar to appear. +- iOS code blocks no longer wrap to the next line. +- Removed an extra border in Markdown tables on iOS. +- Usernames in the channel member list are now properly aligned. +- Fixed a console error that was thrown when switching teams. +- Fixed occasionial flickering of channel autocomplete. +- Link preview images no longer appear outside of the preview container. + +### Compatibility + +#### Breaking changes: +- The **System Console > Configuration > [Site URL](https://docs.mattermost.com/administration/config-settings.html#site-url)** field is now mandatory. Set the Site URL in the System Console, or in the `gitlab.rb` file if you are using GitLab Mattermost. +- Server logs are now written to the `mattermost.log` file located in the directory specified in **System Console > Logging > [File Log Directory](https://docs.mattermost.com/administration/config-settings.html#file-log-directory)**. Set the directory name in the System Console, or in the `gitlab.rb` file if you are using GitLab Mattermost. + +#### Removed and deprecated features +- Backwards compatibility with the old CLI tool is removed in v3.8. See [documentation to learn more about the new CLI tool](https://docs.mattermost.com/administration/command-line-tools.html). +- Deprecated APIv3 routes removed in v3.8: + - `GET` at `/channels/more` (replaced by /`channels/more/{offset}/{limit}`) + - `POST` at `/channels/update_last_viewed_at` (replaced by `/channels/view`) + - `POST` at `/channels/set_last_viewed_at` (replaced by `/channels/view`) + - `POST` at `/users/status/set_active_channel` (replaced by `/channels/view`) +- All APIv3 endpoints to be removed six months after APIv4 goes stable (replaced by APIv4 endpoints). + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + + - Under `EmailSettings` in `config.json`: + - Added `"SkipServerCertificateVerification": false` to skip verification of smtp server certificates. + +**Additional Changes to Enterprise Edition**: + + - Under `TeamSettings` in `config.json`: + - Added `"RestrictPrivateChannelManageMembers": all` to set who can add and remove members from private groups. + +### Database Changes + +**Posts Table:** +- Added `IsPinned` column + +### API Changes + +**New routes (APIv3):** +- `GET` at `/channels/{channel_id}/pinned` + - Returns the pinned posts in a channel +- `POST` at `/channels/{channel_id}/posts/{post_id}/pin` + - Pins a post to a channel +- `POST` at `/channels/{channel_id}/posts/{post_id}/unpin` + - Unpins a post from a channel + +**Removed routes (APIv3):** +- `GET` at `/channels/more` (replaced by /`channels/more/{offset}/{limit}`) +- `POST` at `/channels/update_last_viewed_at` (replaced by `/channels/view`) +- `POST` at `/channels/set_last_viewed_at` (replaced by `/channels/view`) +- `POST` at `/users/status/set_active_channel` (replaced by `/channels/view`) + +### Websocket Event Changes + +**Added:** +- `added_to_team` that occurs when the current user is added to a team by another user. + +**Modified** +- Added a `seq` field to websocket events that increments with each event sent to the client. + +### Known Issues + +- "Pinned" icon sometimes overlaps image posts. +- Full name is not editable in Account Settings if the first and last name attributes are removed from **System Console > Authentication > LDAP**. +- Usernames with dots do not get mention notifications when followed by a comma. +- Slack import doesn't add merged members/e-mail accounts to imported channels. +- User can receive a video call from another browser tab while already on a call. +- Sequential messages from the same user appear as separate posts on mobile view. +- Search autocomplete picker is broken on Android. +- Jump link in search results does not always jump to display the expected post. +- Blue bar "Preview Mode" header message sometimes does not disappear after enabling email notifications. +- Removing an expired license may not remove the blue bar header message until a refresh. +- First load of the emoji picker is slow at low connections. +- Emoji picker for reactions doesn't always position correctly. +- Deleted custom emoji stay in "recently used" section of the emoji picker. +- Scrollbar is sometimes not visible in the left-hand sidebar after switching teams. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server: + +- [aautio](https://github.com/aautio), [asaadmahmood](https://github.com/asaadmahmood), [bonespiked](https://github.com/bonespiked), [bradhowes](https://github.com/bradhowes), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [doh5](https://github.com/doh5), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jostyee](https://github.com/jostyee), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lindalumitchell](https://github.com/lindalumitchell), [prixone](https://github.com/prixone), [R-Wang97](https://github.com/R-Wang97), [saturninoabril](https://github.com/saturninoabril), [VeraLyu](https://github.com/VeraLyu) + +/docs: + +- [coreyhulen](https://github.com/coreyhulen), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jwilander](https://github.com/jwilander), [lindy65](https://github.com/lindy65), [Rohlik](https://github.com/Rohlik) + +/mattermost-redux: + +- [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jarredwitt](https://github.com/jarredwitt), [jwilander](https://github.com/jwilander) + +/mattermost-api-reference: + +- [cpanato](https://github.com/cpanato), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [saturninoabril](https://github.com/saturninoabril), [senk](https://github.com/senk) + +/mattermost-mobile: + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [lfbrock](https://github.com/lfbrock), [saturninoabril](https://github.com/saturninoabril) + +/mattermost-selenium: + +- [coreyhulen](https://github.com/coreyhulen), [lindalumitchell](https://github.com/lindalumitchell) + +/desktop: + +- [jasonblais](https://github.com/jasonblais), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-docker: + +- [xcompass](https://github.com/xcompass) + +/mattermost-kubernetes: + +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost-load-test: + +- [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte) + +---- + +## Release v3.7.5 + +### Notes on Patch Release + + - **v3.7.5, released 2017-04-27** + - Fixed a number of low to moderate severity security issues, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - Note: The **System Console > Configuration > [Site URL](https://docs.mattermost.com/administration/config-settings.html#site-url)** field is now mandatory. Set the Site URL in the System Console, or in the `gitlab.rb` file if you are using GitLab Mattermost. + - **v3.7.4, released 2017-04-13** + - Fixed a number of low to high severity security issues, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - **v3.7.3, released 2017-03-23** + - Fixed a high severity security issue, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - Fixed an issue with telemetry data collection + - **v3.7.2, released 2017-03-17** + - Fixed an issue with LDAP, SAML, and OAuth logins where 1 and 2 character usernames displayed incorrectly + - **v3.7.1, released 2017-03-16** + - Fixed an issue where some [System Console > Policy settings](https://docs.mattermost.com/administration/config-settings.html#policy) were incorrectly applied to Team Edition, breaking the System Console UI + - **v3.7.0, released 2017-03-16** + - Original 3.7 release + +### Security Update + +- Mattermost v3.7.0 contains a [security update](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.7.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. + +### Highlights + +#### Group Messaging + +- Added support for multi-party direct messages, you can now quickly create conversations with a small group of people directly from the Direct Message list + +#### Channel Push Notification Preferences + +- Added channel notification preferences for mobile push to customize your notification settings + +#### New Website Link Previews + +- Improved display of link previews for website content when available, replacing the previous preview feature that handled only a subset of links + +#### Bulk User Import Tool + +- Convert your existing data into our new import format, and use this tool to import teams, channels, users and posts from other systems + +#### Channel Admins ([Enterprise E10 & E20](https://mattermost.com/pricing-self-managed/)) + +- Added a new "Channel Admin" role to grant permissions for renaming and deleting a channel + +#### SAML OneLogin ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) + +- Added support for OneLogin authentication and account creation via SAML 2.0. + +### Improvements + +#### Performance + +- Loading new users can now be run on a live system without a major impact on performance through the new bulk user import tool +- Optimized SQL queries by adding index for PostId, removing ParentId from delete post queries, and fixing blank post queries +- Increased performance for "user typing..." messages by moving the check from server to client +- Increased performance for direct message channels by removing `MakeDirectChannelVisible` call and adding client handling +- Moved channel permission checks back to using cache +- Added caching for emoji, file info, profile images and website link previews +- Adding index and caching to reactions +- Increased performance when receiving messages by + - removing the `viewChannel` requests when receiving a new post and only marking the channel as read when switching into it, out of it or when closing the app + - removing the `view_channel` websocket event from the server + - removing the `getChannel` and `getTeamUnreads` requests when receiving a new post + - adding client handling for marking channels and teams unread + - adding `getMyChannelMembers` request to web app when window becomes active after ten seconds +- Increased time between database recycles +- Improved mobile push proxy connections by disabling keep-alives +- Fixed Minio not properly closing read objects +- Fixed file info caching and emoji reaction issues on Aurora read replicas +- Added reloading, removing and uploading of Enterprise license key to cache purge + +#### Web User Interface + +- Update status indicators shown in post view +- Show `(Edited)` indicator if a message has been edited +- `(message deleted)` placeholder is no longer shown to the user that deleted the message +- Added a link to Manage Members modal from channel members list +- Added support for image previews if the URL contains a custom query +- Added support for all timecode formats for YouTube previews +- System message is now posted after changing channel purpose +- Reinstated the delete option on system messages +- Clicking on timestamps on messages now open a permalink view +- Removed new lines for system messages posted after updating channel header +- Focus is set back to message box after uploading a file +- Added machine-readable date and time to timestamps +- Adjusted tablet view so the browser URL bar doesn't overlap the message box +- Channel header can now be up to 1024 characters long +- Changed custom theme vector to a list of name value pairs to more easily add new theme colours + +#### Mobile + +- New push proxy server supports multiple apps (in preparation for the second generation mobile apps) +- New push proxy server is backwards compatible with the old iOS and Android apps +- Unread channels on the channel view are indicated with a red dot, and unread mentions with a red dot and mention count +- Added floating timestamp to mobile right hand side +- Send icon is disabled for messages and comments until a valid message is typed +- Removed redundant search hint popover and updated search buttons +- Removed "@"-symbol preceeding usernames and full names in push notifications + +#### Text Formatting + +- Added support for explicit image sizes in markdown +- Terms such as `_AAA_BBB_` now italicize correctly +- First backslash is now truncated when posting file paths that start with `\\` +- Markdown isn't rendered for system messages posted after renaming a channel +- Messages beginning with `[some_text]: some_text` now longer post as blank space +- Pipe characters (`|`) in a Markdown table now work + +#### Integrations + +- Added edit screens for incoming and outgoing webhooks +- When no username is set for a slash command response, the username of the person is now used instead of "webhook" +- Added a confirmation dialog to prevent accidentally deleting an integration + +#### Localization + +- System messages are now localized based on language set in the Account Settings + +#### Onboarding + +- Clicking on email verification link now automatically fills in your email address on the sign in page +- On login with GitLab SSO, Mattermost username and email are now synced with GitLab username and email + +#### Slack Import + +- Added support for Slack's Markdown-like post formatting +- Added support for topic & purpose system messages +- Channels imported from Slack with the same name as a deleted channel now import successfully +- Added support for users who don't have a non-empty email address in Slack + +#### System Console + +- Added active users statistics to Site Statistics page +- Focus is set to server log control in **System Console > Reporting > Logs** when loading the panel + +#### Enterprise Edition + +- Added WebSocket events, webhook events and cluster request time logging for Performance Monitoring +- Added new policy settings to **System Console > General > Policy** to + - restrict who can delete messages + - restrict whether messages can be edited and for how long + +### Bug Fixes + +- Fixed an error where a channel would no longer load after using a GitLab built-in Mattermost slash command `/project issue show ` +- Outdated results in modal searches are now properly discarded +- Fixed order of channels on the sidebar +- Fixed search highlighting for wildcard searches and hashtags +- Clicking "Send message" link in profile popover in a comment thread, now properly opens the direct message channel +- Fixed channels missing from "More Channels" modal after leaving them +- Fixed webhook messages not appearing in channels the creator wasn't in +- Angled brackets around mailto links now longer autolink +- Fixed an issue where "New messages below" bubble didn't disappear properly on mobile view +- Fixed CLI panic on `platform channel create` command if team does not exist +- Team invite link now directs user to a private team after account creation with LDAP +- `Create a New Team` menu option is now in the Main Menu for System Admins when team creation is disabled +- Fixed the response for malformed command execute request +- New message indicator no longer appears for ephemeral posts +- Fixed emoji aliases not showing up in autocomplete +- Mention badge now properly updates on the team sidebar when switching teams +- (at)-mention preceeded by a "#"-symbol now displays correctly +- Don't allow APIs to create user accounts that start with a number preventing them from signing in +- Using a mouse to choose an emoji from the autocomplete now works +- Fixed syntax highlighting on mobile +- Fixed inconsistent styling of file uploads between mobile and desktop +- Push notifications are no longer missing username when preferences set to "For all activity" +- Fixed a bug where the Go driver was using a wrong URL for `/users/claim/email_to_oauth` route + +### Compatibility + +#### Removed and deprecated features + + - Removed `ServiceSettings: "SegmentDeveloperKey"` setting in `config.json` + - Backwards compatibility with the old CLI tool will be removed in Mattermost v3.8 April/2017 release. See [documentation to learn more about the new CLI tool](https://docs.mattermost.com/administration/command-line-tools.html). + - Deprecated APIv3 routes to be removed in Mattermost v3.8 April/2017 release: + - `GET` at `/channels/more` (replaced by /`channels/more/{offset}/{limit}`) + - `POST` at `/channels/update_last_viewed_at` (replaced by `/channels/view`) + - `POST` at `/channels/set_last_viewed_at` (replaced by `/channels/view`) + - `POST` at `/users/status/set_active_channel` (replaced by `/channels/view`) + - All APIv3 endpoints to be removed six months after APIv4 goes stable (replaced by APIv4 endpoints).) + +For a list of past and upcoming deprecated features, [see our website](https://about.mattermost.com/deprecated-features/). + +#### config.json + +Changes from v3.6 to v3.7: + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + + - Under `ServiceSettings` in `config.json`: + - Added `"TimeBetweenUserTypingUpdatesMilliseconds": 5000` to control how frequently the "user is typing..." messages are updated + - Added `"EnableUserTypingMessages": true` to control whether "user is typing..." messages are displayed below the message box + - Added `"EnableLinkPreviews": false` to control whether a preview of website content is displayed below the message + +**Additional Changes to Enterprise Edition**: + + - Under `ServiceSettings` in `config.json`: + - Added `"RestrictPostDelete": all` to set who can delete messages + - Added `"AllowEditPost": always` to set whether messages can be edited + - Added `"PostEditTimeLimit": 300` to set how long messages can be edited, if `"AllowEditPost": time_limit` is specified + - Added `"ClusterLogTimeoutMilliseconds": 2000` to control frequency of cluster request time logging for [performance monitoring](https://docs.mattermost.com/deployment/metrics.html) + +### Database Changes from v3.6 to v3.7 + +**Posts Table:** +- Added `EditAt` column + +### API Changes from v3.6 to v3.7 + +**New routes (APIv3):** +- `POST` at `/channels/create_group` + - Creates a new group message channel +- `POST` at `/hooks/incoming/update` + - Updates an incoming webhook +- `POST` at `/hooks/outgoing/update` + - Updates an outgoing webhook +- `GET` at `/teams/{team_id}/...` + - Returns a post list, based on the provided channel and post ID. +- `POST` at `/channels/{channel_id}/update_member_roles` + - Updates the user's roles in a channel + +### Websocket Event Changes from v3.6 to v3.7 + +**Added:** +- `channel_create` that occurs each time a channel is created +- `group_added` that occures when a new group message channel is created + +**Removed:** +- `view_channel` that occurred when a new message was received + +### Known Issues + +- Slack import doesn't add merged members/e-mail accounts to imported channels +- User can receive a video call from another browser tab while already on a call +- Sequential messages from the same user appear as separate posts on mobile view +- Edge overlays desktop notification sound with system notification sound +- Search autocomplete picker is broken on Android +- Jump link in search results does not always jump to display the expected post +- Running CLI without access to logs causes panic +- Switching channels with CTRL/CMD+K doesn't work properly when using the mouse +- Reacting to a deleted message in the right-hand sidebar throws an error +- Sometimes no email verification is sent to the new email address after changing your email in Account Settings. A workaround is to sign in with the new email address and hitting "Resend Email" on the "Email not verified" page +- Clicking "Load more messages" sometimes brings you to the bottom of the page +- Switching to a channel with unreads sometimes doesn't jump to the correct scrolling position + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [aautio](https://github.com/aautio), [akihikodaki](https://github.com/akihikodaki), [andreistanciu24](https://github.com/andreistanciu24), [asaadmahmood](https://github.com/asaadmahmood), [ayadav](https://github.com/ayadav), [AymaneKhouaji](https://github.com/AymaneKhouaji), [bjoernr-de](https://github.com/bjoernr-de), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [CrEaK](https://github.com/CrEaK), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [debanshuk](https://github.com/debanshuk), [enahum](https://github.com/enahum), [erikgui](https://github.com/erikgui), [favadi](https://github.com/favadi), [gig177](https://github.com/gig177), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jazzzz](https://github.com/jazzzz), [JeffSchering](https://github.com/JeffSchering), [joannekoong](https://github.com/joannekoong), [jostyee](https://github.com/jostyee), [jurgenhaas](https://github.com/jurgenhaas), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [khawerrind](https://github.com/khawerrind), [laur89](https://github.com/laur89), [lfbrock](https://github.com/lfbrock), [mikaoelitiana](https://github.com/mikaoelitiana), [morenoh149](https://github.com/morenoh149), [mpoornima](https://github.com/mpoornima), [pan-feng](https://github.com/pan-feng), [pepf](https://github.com/pepf), [Rudloff](https://github.com/Rudloff), [ruzette](https://github.com/ruzette), [saturninoabril](https://github.com/saturninoabril), [senk](https://github.com/senk), [Zaicon](https://github.com/Zaicon), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/api-reference + +- [debanshuk](https://github.com/debanshuk), [enahum](https://github.com/enahum), [jwilander](https://github.com/jwilander), [ruzette](https://github.com/ruzette), [Zaicon](https://github.com/Zaicon) + +/docs + +- [asaadmahmood](https://github.com/asaadmahmood), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [ilabdsf](https://github.com/ilabdsf), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jostyee](https://github.com/jostyee), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [matmorel](https://github.com/matmorel), [senk](https://github.com/senk), [vladimirprieto](https://github.com/vladimirprieto), [wget](https://github.com/wget) + +/mobile + +- [asaadmahmood](https://github.com/asaadmahmood), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock) + +/docker + +- [darkrasid](https://github.com/darkrasid), [nikosch86](https://github.com/nikosch86), [xcompass](https://github.com/xcompass) + +/desktop + +- [asaadmahmood](https://github.com/asaadmahmood), [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc) + +/selenium + +- [coreyhulen](https://github.com/coreyhulen), [esethna](https://github.com/esethna), [lindalumitchell](https://github.com/lindalumitchell) + +/push-proxy + +- [coreyhulen](https://github.com/coreyhulen), [jostyee](https://github.com/jostyee), [it33](https://github.com/it33) + +/load-test + +- [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller) + +---- + +## Release v3.6.7 + +### Notes on Patch Release + + - **v3.6.7, released 2017-04-27** + - Fixed a number of low to moderate severity security issues, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - Note: The **System Console > Configuration > [Site URL](https://docs.mattermost.com/administration/config-settings.html#site-url)** field is now mandatory. Set the Site URL in the System Console, or in the `gitlab.rb` file if you are using GitLab Mattermost. + - **v3.6.6, released 2017-04-13** + - Fixed a number of low to high severity security issues, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - Fixed an issue where Direct Messages list didn't always properly update in the left-hand sidebar + - Upgraded MySQL driver for better performance + - **v3.6.5, released 2017-03-23** + - Fixed a high severity security issue, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - **v3.6.4, released 2017-03-16** + - Fixed an issue where some [System Console > Policy settings](https://docs.mattermost.com/administration/config-settings.html#policy) were incorrectly applied to Team Edition, breaking the System Console UI + - **v3.6.3, released 2017-03-16** + - Fixed a security issue, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - **v3.6.2, released 2017-01-31** + - Fixed a high severity security issue, and [upgrading](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 14 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/) + - Improved performance of web sockets and typing messages + - Note: Some deployments using multiple URLs to reach Mattermost via proxy forwarding are reporting issues with the security fix in 3.6.2. [The issue is being tracked in our ticketing system](https://mattermost.atlassian.net/browse/PLT-5635). + - **v3.6.1, released 2017-01-19** + - Fixed a performance regression when sending many notifications at once (for example, when `@all` or `@channel` is used in a channel with many users) + - Fixed an issue where the config flag for the CLI was not backwards compatible + - Fixed an upgrade issue where for some databases, the Team Description index was not created properly + - Fixed an issue with messages not showing up after computer wakes from sleep + - **v3.6.0, released 2017-01-16** + - Original 3.6 release. + +### Security Update + +- Mattermost v3.6.0 contains a [security update](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.6.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Thanks to Julien Ahrens for contributing the security report through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Team Sidebar +- Added a new sidebar on left-hand side to improve cross-team notifications and team switching +- New sidebar improves user experience on the [Mattermost Desktop Apps](https://mattermost.com/apps) when engaging with multiple teams + +#### MFA Enforcement ([Enterprise E10 & E20](https://mattermost.com/pricing-self-managed/)) +- Added support for MFA Enforcement. When set to true, all users with email or LDAP authentication are required to set up MFA for their accounts + +#### Performance Monitoring ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) +- Added support for performance monitoring in large-scale deployments to help optimize systems for maximum performance using integrations with [Prometheus](https://github.com/prometheus/prometheus) and [Grafana](https://grafana.org/) +- Includes metrics for caching, database connections, processing, logins and messaging. See [documentation to learn more](https://docs.mattermost.com/scale/performance-monitoring.html) + +#### Improved Command Line Interface +- New version of CLI with a more intuitive interface, interactive help documentation, and some added functionality. See [documentation to learn more](https://docs.mattermost.com/administration/command-line-tools.html) + +### Improvements + +#### Performance +- Added server-based channel autocomplete, search and paging +- Reduced lag on channel switcher (CTRL/CMD+K) and at-mention autocomplete +- Improved on-boarding performance by removing new user event handling on the client +- Improved channel switching performance by combining API events and only pulling user statuses the client doesn't yet have +- Added session cache directly to web connections +- Added caching for files, user profiles and for the last 60 posts in a channel +- Added ETag for user profile pictures and modified ETag for posts to improve caching validation +- Added caching to post and channel calls +- Fixed channel cache not being sent to a cluster +- Added a configuration setting to disable intensive System Console statistics queries for maximum performance ([Enterprise E10 & E20 only](https://mattermost.com/pricing-self-managed/)) + +#### Notifications +- Desktop notifications no longer appear for the channel you are actively viewing +- Push and email notifications now follow the setting for Teammate Name Display +- Notifications for @mentions of your username can no longer be turned off + +#### Account Settings +- Added a "Position" field, where users can add a job title to be shown in their profile popover + +#### Team Settings +- Team description can be set by a Team Admin and is visible to all users on the join teams screen and in the tool tip over the team name +- Slack Import can now import integration messages + +#### Slash Commands +- Existing slash commands can now be edited by the creator or by Team and System Admins +- Slash commands now work on the right-hand sidebar +- Added support for slash commands to set the username and icon directly from the reply payload + +#### Channels +- System message is now posted for all users when a channel or group is renamed +- Any channel member can now remove other users from the channel + +#### Messaging +- Added support for non-alphanumeric unicode characters in hashtags +- Custom Emojis larger than 64kB can now be uploaded and they will be appropriately resized + +#### User Interface +- Added a direct message link to the profile popover +- Added an indicator to convey a new message is received when scrolled up in the center pane +- Removed status indicators on posts by webhooks +- Channel switcher (CTRL/CMD+K) search results for direct messages now match message autocomplete +- Autocomplete is now case insensitive for @-mentions, emojis, slash commands and channel linking + +#### Enterprise Edition +- Split out channel management permissions into separate settings for creation, deletion, and renaming a channel +- Ability to set the maximum number of users in a channel that will disable @all and @channel notifications +- Added ability to set a user's Position field with LDAP sync or SAML +- New option to purge all in-memory caches for sessions, accounts and channels + +### Bug Fixes +- Integrations that post to Direct Message channels now mark the channel as Unread +- @mention autocomplete will now filter on Chinese, Japanese, Korean names +- Text focus is now set on the text input area after channel creation +- Editing old posts no longer causes them to repost for other members of the channel +- Email invitation subject line no longer displays HTML characters in place of apostrophes in the team name +- Current user is no longer displayed in the direct messages modal +- Searching on direct messages modal now happens on typing rather than after hitting ENTER +- More Channels modal now resets search when opening and closing the dialog +- Channel switcher (CTRL/CMD+K) now works for direct message channels of users outside the team +- Using the command line to invite users no longer sends an invalid join team link +- Sleeping and waking your computer while logged into Mattermost no longer causes a console error +- Searching for users in double in quotes in the direct message modal no longer throws an error +- XML file preview no longer throws a JavaScript error +- User autocomplete in message box no longer matches against email +- Channel linking (with ~ shortcut) now works for channels you don't belong to +- Fixed statistics for websockets and database connections in **System Console** > **Site Statistics** to work in [High Availability mode](https://docs.mattermost.com/deployment/cluster.html) +- Slash commands now work in newly created private channels without requiring a refresh +- Zapier app channel dropdown selector works again +- Fixed sign in errors for non-admin accounts when custom emojis are restricted to Team and System Admins +- Fixed encoding of file names when downloading attachments +- Unflagging or flagging a post in the right-hand sidebar no longer forces a scroll to the top of the flagged posts list +- User list in **System Console > Teams** is no longer blank on first load +- Fixed a bug where sometimes the right-hand sidebar would not display properly when switching to view another channel + +### Compatibility +Changes from v3.5 to v3.6: + +**Special Upgrade Note:** +(Enterprise Edition) If you previously had values set for `RestrictPublicChannelManagement` and `RestrictPrivateChannelManagement`, the new settings for `RestrictPublicChannelCreation`, `RestrictPrivateChannelCreation`, `RestrictPublicChannelDeletion`, and `RestrictPrivateChannelDeletion` will take those settings as their default values. + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + +Deprecated Settings: + + - Under `ServiceSettings` in `config.json`: + - `"SegmentDeveloperKey"` to be removed in v3.7 + +**Additional Changes to Enterprise Edition**: + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + +- Under `ServiceSettings` in `config.json`: + - Added `”EnforceMultifactorAuthentication": false` to control whether MFA in enforced +- Under `TeamSettings` in `config.json`: + - Changed `"RestrictPublicChannelManagement": "all"` to only control who can edit the channel header, purpose, and name of public channels (previously it also controlled creation and deletion) + - Changed `"RestrictPrivateChannelManagement": "all"` to only control who can edit the channel header, purpose, and name of private groups (previously it also controlled creation and deletion) + - Added `"RestrictPublicChannelCreation": "all"` to control who can create public channels + - Added `"RestrictPrivateChannelCreation": "all"` to control who can create private groups + - Added `"RestrictPublicChannelDeletion”: "all"` to control who can delete public channels + - Added `"RestrictPrivateChannelDeletion": "all"` to control who can delete private channels + - Added `"MaxNotificationsPerChannel": 1000` to set the maximum number of channel members for which `@all` and `@channel` notifications will be sent +- Under `LdapSettings` in `config.json`: + - Added `"PositionAttribute": ""` to select an LDAP attribute to synchronize for the user position (job title) field +- Under `SamlSettings` in `config.json`: + - Added `"PositionAttribute": ""` to select an LDAP attribute to synchronize for the user position (job title) field +- Added `MetricsSettings` in `config.json` for performance monitoring settings: + - Added `"Enable": false` to control whether performance monitoring is enabled + - Added `"BlockProfileRate": 0` to control the [fraction of goroutine blocking events that are reported in the blocking profile](https://golang.org/pkg/runtime/#SetBlockProfileRate) + - Added `"ListenAddress": ":8067"` to control the address the server will listen on to expose performance metrics +- Added `AnalyticsSettings` in `config.json` for analytics settings: + - Added `"MaxUsersForStatistics": 2500` to set the maximum number of users on the server before statistics for total posts, total hashtag posts, total file posts, posts per day, and active users with posts per day are no longer counted (use this setting to improve performance on large instances) + +### Database Changes from v3.5 to v3.6 + +**Posts Table:** +- Added `HasReactions` column + +**Teams Table:** +- Added `Description` column + +**Users Table:** +- Added `Position` column + +**Status Table:** +- Removed `ActiveChannel` column + +### API Changes from v3.5 to v3.6 + +**New routes:** +- Added `POST` at `/commands/update` + - Updates a slash command +- Added `GET` at `/users/name/{username}` + - Returns a user matching the given username +- Added `GET` at `/users/email/{email}` + - Returns a user matching the given email +- Added `GET` at `/users/autocomplete` + - Returns a list of users on the system that have a username, full name, or nickname that match against the provided term +- Added `GET` at `/teams/name/{team_name}` + - Returns team object for a given team name +- Added `GET` at `/teams/{team_id}/channels/name/{channel_name}` + - Returns a channel for a given channel name +- Added `POST` at `/teams/{team_id}/channels/{channel_id}/members/ids` + - Returns channel member objects for the channel and user IDs specified +- Added `GET` at `/teams/members` + - Returns an array with the teams the current user belongs to +- Added `GET` at `/teams/unread` + - Returns an array containing the amount of unread messages and mentions for the teams the current user belongs to +- Added `POST` at `/teams/{team_id}/channels/view` + - Performs all actions related to viewing a channel, including marking channels as read, clearing push notifications, and updating the active channel +- Added `POST` at `/teams/{team_id}/channels/{channel_id}/posts/{post_id}/reactions/save` + - Saves an emoji reaction for a post, returns the saved reaction if successful +- Added `POST` at `/teams/{team_id}/channels/{channel_id}/posts/{post_id}/reactions/delete` + - Removes an emoji reaction for a post in the given channel, returns nil if successful +- Added `GET` at `/teams/{team_id}/channels/{channel_id}/posts/{post_id}/reactions'` + - Returns a list of all emoji reactions for a post +- Added `GET` at `/admin/invalidate_all_caches` + - Purge all the in-memory caches for things like sessions, accounts, channels; deployments using High Availability will attempt to purge all the servers in the cluster (this may adversely impact performance) +- Added `GET` at `/channels/more/{offset}/{limit}` + - Returns a page of public channels the user is not in based on the provided offset and limit +- Added `POST` at `/channels/more/search` + - Returns a list of public channels the user is not in that match the search criteria +- Added `GET` at `/channels/autocomplete` + - Returns a list of public channels that match the provided string + +**Deprecated routes:** +- `GET` at `/channels/more` (replaced by /`channels/more/{offset}/{limit}`) to be removed in v3.7 +- `POST` at `/channels/update_last_viewed_at` (replaced by `/channels/view`) to be removed in v3.8 +- `POST` at `/channels/set_last_viewed_at` (replaced by `/channels/view`) to be removed in v3.8 +- `POST` at `/users/status/set_active_channel` (replaced by `/channels/view`) to be removed in v3.8 + +**Removed routes:** +- `POST` at `/teams/create_from_signup` +- `POST` at `/teams/signup` + +**Changed routes:** + - Updated `teams/{team_id}/commands/execute` endpoint request body field from `channelId` to `channel_id` + +### Websocket Event Changes from v3.5 to v3.6 + +**Added:** +- `update_team` that occurs each time the team info is updated +- `reaction_added` that occurs when an emoji reaction is added to a post +- `reaction_removed` that occurs when an emoji reaction is removed from a post + +### Known Issues + +- Slack Import doesn't add merged members/e-mail accounts to imported channels +- User can receive a video call from another browser tab while already on a call +- Video calls do not work with Chrome v56 and later +- Sequential messages from the same user appear as separate posts on mobile view +- Edge overlays desktop notification sound with system notification sound +- Deleting a message from a permalink view doesn't show delete until refresh +- Search autocomplete picker is broken on Android + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [asaadmahmood](https://github.com/asaadmahmood), [bjoernr-de](https://github.com/bjoernr-de), [bolecki](https://github.com/bolecki), [brendanbowidas](https://github.com/brendanbowidas), [CometKim](https://github.com/CometKim), [coreyhulen](https://github.com/coreyhulen), [cpanato](https://github.com/cpanato), [crspeller](https://github.com/crspeller), [debanshuk](https://github.com/debanshuk), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fraziern](https://github.com/fraziern), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [khawerrind](https://github.com/khawerrind), [lfbrock](https://github.com/lfbrock), [maruTA-bis](https://github.com/maruTA-bis), [pepf](https://github.com/pepf), [raphael0202](https://github.com/raphael0202), [Rudloff](https://github.com/Rudloff), [Yangchen1](https://github.com/Yangchen1), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/docs + +- [aureliojargas](https://github.com/aureliojargas), [axilleas](https://github.com/axilleas), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [nils-werner](https://github.com/nils-werner), [okin](https://github.com/okin), [quentinus95](https://github.com/quentinus95), [qyra](https://github.com/qyra), [shieldsjared](https://github.com/shieldsjared), [tejasbubane](https://github.com/tejasbubane), [Tethik](https://github.com/Tethik), [yangchen1](https://github.com/yangchen1), [yumenohosi](https://github.com/yumenohosi), [yuya-oc](https://github.com/yuya-oc), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/mattermost-docker-preview + +- [cpanato](https://github.com/cpanato), [hyeseongkim](https://github.com/hyeseongkim), [jasonblais](https://github.com/jasonblais), [mattermost-build](https://github.com/mattermost-build) + +/desktop + +- [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc) + +/mattermost-mobile + +- [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [thomchop](https://github.com/thomchop) + +/mattermost-load-test + +- [crspeller](https://github.com/crspeller), [it33](https://github.com/it33) + +/mattermost-driver-javascript + +- [Mattermost-build](https://github.com/Mattermost-build) + +/android + +- [CometKim](https://github.com/CometKim), [coreyhulen](https://github.com/coreyhulen), [DavidLu1997](https://github.com/DavidLu1997), [dmeza](https://github.com/dmeza), [esethna](https://github.com/esethna) + +/mattermost-webrtc + +- [enahum](https://github.com/enahum) + +/mattermost-api-reference + +- [CometKim](https://github.com/CometKim), [cpanato](https://github.com/cpanato), [enahum](https://github.com/enahum), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander), [MartinDelille](https://github.com/MartinDelille), [trarbr](https://github.com/trarbr), [ZJvandeWeg](https://github.com/ZJvandeWeg) + +/mattermost-docker + +- [Andrey9kin](https://github.com/Andrey9kin), [esethna](https://github.com/esethna), [jasonblais](https://github.com/jasonblais) + +/ios + +- [esethna](https://github.com/esethna) + +/mattermost-push-proxy + +- [coreyhulen](https://github.com/coreyhulen) + +Thanks also to those who reported bugs that benefited the release, in alphabetical order: + + - [bjoernr-de](https://github.com/bjoernr-de) ([#5079](https://github.com/mattermost//mattermost-server/issues/5079)), [S6066](https://github.com/S6066) ([#5011](https://github.com/mattermost//mattermost-server/issues/5011)) + +---- + +## Release v3.5.1 + +### Notes on Patch Release + + - **v3.5.1, released 2016-11-23** + - Security update to preventing cross-site scripting and remote code execution, thanks to Harrison Healey for [reporting responsibly](https://mattermost.org/responsible-disclosure-policy/). + - Fixed an issue where usernames would sometimes not appear beside posts and the reply arrow would throw an error. + - The channel purpose is no longer cut off in the user interface of the **More...** channel menu. + - Fixed a scroll issue where the center channel didn't always scroll to the bottom when switching channels. + - Fixed a server error that occurred when searching for users using an asterisk. + - Fixed an issue where direct message channel headers would sometimes disappear. + - "New Messages" indicator is fixed so it no longer remains visible after switching channels. + - Fixed an issue where users could not join a public channel by navigating to the channel URL. + - Email and push notifications are made asynchronous to fix a delay sending messages when HPNS was enabled. + - Autocomplete timeout is decreased to make autocomplete more responsive to quick typing. + - **v3.5.0, released 2016-11-16** + - Original 3.5 release. + +### Security Update + +- Mattermost v3.5.1 contains multiple [security updates](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.5.1](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. Thanks to Alyssa Milburn and Harrison Healey for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Languages +- Added Russian translations for the user interface. +- Promoted Chinese (both simplified and traditional), German, French and Japanese to release-quality translations, removing beta tags. + +#### Performance improvements for mobile and web experience + + - Ability to download assets in parallel via HTTP2 support. + - Reduced CPU bottlenecks and optimized SQL queries. + - Reduced load times through paging controls, server-side search and on-the-fly data loading that requests data as the client needs it. + - Added paging APIs for profiles, channels and user lists. + - Added client-scaling for auto-complete and status indicators. + - Added server-side in-memory caching to reduce DB reads/writes. + +#### Connection Security +- TLS is now supported directly on the Mattermost server. Learn more in our [documentation](https://docs.mattermost.com/install/config-tls-mattermost.html). +- Support for automatically fetching certificates through Let's Encrypt. + +#### Minio File Storage +- Minio fully manages S3 API requests with automatic bucket location management across S3 regions. + +#### Favorite Channels +- Added the ability to select Favorite Channels that appear at the top of the channels sidebar. + +#### Video and Audio Calling (early-preview) +- Added early preview of video and audio calling option using self-hosted proxy. +- Intended as working prototype for community development, not recommended for production. +- Early preview does not include logging or detailed documentation. + +#### Improved Slack Import +- Added the ability to import files from Slack (CLI command also supported). +- Added the ability to import bot/integration messages, Join/Leave messages, and /me messages. +- Duplicate users are now merged. +- Channel topics, purpose, and users now import correctly. +- Channel links now import correctly. + +### Improvements + +#### iOS Apps +- Channel settings, account settings, and channel header now render as full screen modals for better visibility +- [...] menu options now displayed larger for better usability +- Keyboard doesn't automatically close when sending a message, letting you quickly send several messages in succession +- When the "Download" link is clicked on files, a "Back" button lets users get back to the app + +#### Android Apps +- Channel settings, account settings, and channel header now render as full screen modals for better visibility +- [...] menu options now displayed larger for better usability +- Disabled screen rotation +- Fixed where clicking on download button for a file attachment did nothing +- Keyboard doesn't automatically close when sending a message, letting you quickly send several messages in succession + +#### User Interface +- Text (.txt) files now show a preview in the image previewer +- Status indicators are now visible in compact view +- Clicking on a profile picture in center channel or right hand sidebar brings up profile popover +- The "@" and flag icons next to search bar now toggles results +- [...] menu no longer displayed for system messages +- Browser tab name now changes when switching to System Console or Integrations pages +- A loading icon now shows on the team selection page +- On mobile devices, the keyboard now stays open after sending a message to make sending multiple messages easier + +#### Notifications +- Notification sound settings are now honored on the [Mattermost Desktop Apps](https://mattermost.com/apps/) +- Push notifications can now be received on more than one device + +#### Channel Shortlinking +- Channels can be shortlinked using the ~ character. +- Auto-complete works with both the channel handle and name + +#### Integrations +- If a webhook is sent to a direct message channel that has not been created yet, the channel is now automatically created + +#### Keyboard Shortcuts +- CTRL/CMD+SHIFT+M now toggles recent mentions results + +#### Team Settings +- Team names are now restricted to be a minimum of two characters long, instead of four, to support abbreviated team names + +#### System Console +- Maximum number of channels per team is now configurable + +#### Enterprise Edition: +- Made the MFA secret key visible, so it's possible to set up Google Authenticator without scanning the QR code + +### Bug Fixes +- Files can now be sent in Direct Messages across teams +- Correct login method now shown in System Console user lists +- Channel switcher (CTRL/CMD+K) no longer throws an error when switching to a user outside of your current team +- Channel switcher (CTRL/CMD+K) now works for creating new Direct Message channels +- Channels on the left hand side now sort numerically, alphabetically, and based on locale +- Fixed incorrect error message when trying a team URL with one character +- `/join` no longer throws an error for non-admin accounts +- Added System Message when user joins Off-Topic channel +- Added the "View Members" option to the channel menu on mobile +- Send button is now visible on tablet sized screens + +### Compatibility +Changes from v3.4 to v3.5: + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + +- Under `ServiceSettings` in `config.json`: + - Removed `"RestrictTeamNames": true` that controlled whether newly created team names were restricted. + - Added `"ConnectionSecurity": ""` to select the type of encryption between Mattermost and your server. + - Added `"TLSCertFile": ""` to specify the certificate file to use. + - Added `"TLSKeyFile": ""` to specify the private key to use. + - Added `"UseLetsEncrypt": false` to enable automatic retreval of certificates from the Let's Encrypt. + - Added `"LetsEncryptCertificateCacheFile": "./config/letsencrypt.cache"` to specify the file to store certificates retrieved and other data about the Let's Encrypt service. + - Added `"Forward80To443": false` to enable forwarding of all insecure traffic from port 80 to secure port 443. + - Added `"ReadTimeout": 300` to specify the maximum time allowed from when the connection is accepted to when the request body is fully read. + - Added `"WriteTimeout": 300` to specify the maximum time allowed from the end of reading the request headers until the response is written. +- Under `FileSettings` in `config.json`: + - Addded `AmazonS3SSL": true` to allow insecure connections to Amazon S3. +- Under `RateLimitSettings` in `config.json`: + - Changed: `"Enable": false` to disable rate limiting by default + - Added `"MaxBurst": 100` to set the maximum number of requests allowed beyond the per second query limit +- Under `TeamSettings` in `config.json`: + - Added `"MaxChannelsPerTeam": 2000` to set the maximum number of channels per team +- Under `WebrtcSettings` in `config.json` + - Added `"Enable": false` to enable one-on-one video calls. + - Added `"GatewayWebsocketUrl": ""` to specify the websocket used to signal and establish communication between the peers. + - Added `"GatewayAdminUrl": ""` to specify the URl to obtain valid tokens for each peer to establish the connection. + - Added `"GatewayAdminSecret": ""` to specify your admin secret password to access the Gateway Admin URL. + - Added `"StunURI": ""` to specify your STUN URI. + - Added `"TurnURI": ""` to specify your TURN URI. + - Added `"TurnUsername": ""` to specify your TURN username + - Added `"TurnSharedKey": ""` to specify your TURN server shared key to created dynamic passwords to establish the connection. + +### Database Changes from v3.4 to v3.5 + +**FileInfo Table** + +- Added `FileInfo` table + +**Posts Table** + +- Added `FileIds` column +- Added indexes for `DeleteAt` + +**Channels Table**, **Commands Table**, **Emoji Table**, **Teams Table**, **IncomingWebhooks Table**, **OutgoingWebhooks Table** + +- Added indexes for `CreateAt` +- Added indexes for `UpdateAt` +- Added indexes for `DeleteAt` + +**TeamMembers Table** + +- Added indexes for `DeleteAt` + +**Sessions Table** + +- Added indexes for `ExpiresAt` +- Added indexes for `CreateAt` +- Added indexes for `Last ActivityAt` + +**Users Table** + +- Added indexes for `CreateAt` +- Added indexes for `UpdateAt` +- Added indexes for `DeleteAt` +- Added full text indexes for `idx_users_all_txt`: Username, FirstName, LastName, Nickname, Email +- Added full text indexes for `idx_users_names_txt`:Username, FirstName, LastName, Nickname + +### API Changes from v3.4 to v3.5 + +**New routes:** + +- Added `POST` at `/users/search` + - Search for user profiles based on username, full name and optionally team id. +- Added `GET` at `/users/{offset}/{limit}` + - Retrieves a page of system-wide users +- Added `POST` at `/teams/{team_id}/update_member_roles` + - Update a user's roles for the specified team. +- Added `GET` at `/teams/{team_id}/channels/{channel_id}/members/{user_id}` + - Retrieves the channel member for the specified user. Useful for fetching the channel member after updates are made to it. If the channel member does not exist, then return an error. +- Added `GET` at `/teams/{team_id}/stats` + - Returns stats for teams which includes total user count and total active user count. +- Added `GET` at `/teams/{team_id}/members/{offset}/{limit}` + - To page through team members +- Added `POST` at `/teams/{team_id}/members/ids` + - Retrieves a list of team members based on user ids +- Added `GET` at `/teams/{team_id}/members/{user_id}` + - Retrieves a single team member +- Added `GET` at `/teams/{team_id}/posts/{post_id}/get_file_infos` + - Retrieves file attachment info for a post +- Added `GET` at `/channels/{channel_id}/users/{offset}/{limit}` + - Retrieves profiles for users in the channel +- Added `GET` at `/channels/{channel_id}/users/not_in_channel/{offset}/{limit}` + - Retrieves profiles for users not in the channel +- Added `POST` at `/webrtc/token` + - Retrieves a valid token and servers to establish a webrtc connection between the peers + +**Moved routes:** + +- Updated `GET` at `/channels/{channel_id}/extra_info` to `/channels/{channel_id}/stats` + - No longer returns a list of channel members and only returns the member count +- Updated `POST` at `/users/profiles/{team_id}` to `/teams/{team_id}/users/{offset}/{limit}` + - Functionally performs the same, just moves it to match our other APIs that need a team ID. +- Updated `GET` at `/members/{team_id}` to `/teams/{team_id}/members/{offset}/{limit}` + - Allows paging through team members + +**Removed routes:** + +- Removed `GET` at `/users/direct_profiles` +- Removed `GET` at `/users/profiles_for_dm_list/{team_id}/{offset}/{limit}` + +**Modified Routes** + +- Added `POST` at `/users/{user_id}/update_roles` + - Only allows updating of system wide roles. If you want to update team wide roles, please use the new route `/teams/{team_id}/update_member_roles` + +**Changes to File Routes:** + +Routes used to get files and their metadata from the server have been changed substantially in 3.5 so that each file will be given a unique identifier to make them easier to use through the API. In addition, the `Filenames` field of each post has been deprecated in favor of the new `FileIds` field. + +- The response type of `GET` at `/teams/{team_id}/files/upload` has been changed to return more information about the uploaded file. See [the documentation for this route on api.mattermost.com](https://api.mattermost.com/#tag/files%2Fpaths%2F~1teams~1%7Bteam_id%7D~1files~1upload%2Fpost) for more information +- Split `GET` at `/teams/{team_id}/files/get/{channel_id}/{user_id}/{filename}` into: + - `GET` at `/files/{file_id}/get` + - Get a file + - `GET` at `/files/{file_id}/get_thumbnail` + - Get a small thumbnail for image files + - `GET` at `/files/{file_id}/get_preview` + - Get a medium-sized preview image for image files +- Updated `GET` at `/teams/{team_id}/files/get_info/{channel_id}/{user_id}/{filename}` to `/files/{file_id}/get_info` +- Updated `GET` at `/teams/{team_id}/files/get_public_link` to `/files/{file_id}/get_public_link` +- Added `GET` at `/public/files/{file_id}/get` + - Get a file without logging in + - The previous route `GET` at `/public/files/get/{team_id}/{channel_id}/{user_id}/filename` has been deprecated, but will remain available for files that were uploaded prior to 3.5 + +### Known Issues + +- Channel autolinking with `~` only works if you are a member of the channel +- Slack Import doesn't add merged members/e-mail accounts to imported channels +- User can receive a video call from another browser tab while already on a call +- Video calls do not work with Chrome v56 and later +- Sequential messages from the same user appear as separate posts on mobile view +- Slash commands do not work in newly created private channels until a hard refresh +- Edge overlays desktop notification sound with system notification sound +- Pressing escape to close autocomplete clears the textbox on IE11 +- Channel switcher doesn't work for users outside of your current team +- Deleting a messages from a permalink view doesn't show delete until refresh +- Channel dropdown selector no longer works in the Zapier App but the Channel ID can still be entered manually +- Search autocomplete picker is broken on Android +- Channel push notification preferences do not work for the inactive teams if you have multiple teams on a single server. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [alsma](https://github.com/alsma), [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [digitaltoad](https://github.com/digitaltoad), [dmeza](https://github.com/dmeza), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [grundleborg](https://github.com/grundleborg), [harshavardhana](https://github.com/harshavardhana), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lfbrock](https://github.com/lfbrock), [npcode](https://github.com/npcode), [R-Wang97](https://github.com/R-Wang97), [Rudloff](https://github.com/Rudloff), [S4KH](https://github.com/S4KH), [shieldsjared](https://github.com/shieldsjared), [thomchop](https://github.com/thomchop), [usmanarif](https://github.com/usmanarif), [wget](https://github.com/wget), [yangchen1](https://github.com/yangchen1) + +/ios + +- [coreyhulen](https://github.com/coreyhulen), [lfbrock](https://github.com/lfbrock), [thomchop](https://github.com/thomchop) + +/desktop + +- [asaadmahmood](https://github.com/asaadmahmood), [itsmartin](https://github.com/itsmartin), [jasonblais](https://github.com/jasonblais), [jcomack](https://github.com/jcomack), [jnugh](https://github.com/jnugh), [magicmonty](https://github.com/magicmonty), [Razzeee](https://github.com/Razzeee), [yuya-oc](https://github.com/yuya-oc) + +/docs + +- [asaadmahmood](https://github.com/asaadmahmood), [chikei](https://github.com/chikei), [crspeller](https://github.com/crspeller), [erikthered](https://github.com/erikthered), [esethna](https://github.com/esethna), [gabx](https://github.com/gabx), [gmorel](https://github.com/gmorel), [grundleborg](https://github.com/grundleborg), [hannaparks](https://github.com/hannaparks), [harshavardhana](https://github.com/harshavardhana), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [JeffSchering](https://github.com/JeffSchering), [kunthar](https://github.com/kunthar), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [npcode](https://github.com/npcode), [reach3r](https://github.com/reach3r), [Rudloff](https://github.com/Rudloff), [rwillmer](https://github.com/rwillmer), [shieldsjared](https://github.com/shieldsjared), [StraylightSky](https://github.com/StraylightSky), [thiyagaraj](https://github.com/thiyagaraj), [yangchen1](https://github.com/yangchen1), [yumenohosi](https://github.com/yumenohosi), [yuya-oc](https://github.com/yuya-oc), [Zhouzi](https://github.com/Zhouzi) + +/mattermost-docker + +- [5ak3t](https://github.com/5ak3t), [npcode](https://github.com/npcode), [rothgar](https://github.com/rothgar) + +/android + +- [coreyhulen](https://github.com/coreyhulen), [DavidLu1997](https://github.com/DavidLu1997), [dmeza](https://github.com/dmeza), [it33](https://github.com/it33), [mattchue](https://github.com/mattchue) + +/mattermost-bot-sample-golang + +- [hmhealey](https://github.com/hmhealey), [pneisen](https://github.com/pneisen) + +/mattermost-load-test + +- [athingisathing](https://github.com/athingisathing), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [csduarte](https://github.com/csduarte), [enahum](https://github.com/enahum), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais) + +/mattermost-driver-javascript + +- [crspeller](https://github.com/crspeller) + +/mattermost-api-reference + +- [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [hmhealey](https://github.com/hmhealey), [jwilander](https://github.com/jwilander) + +/mattermost-mobile + +- [dmeza](https://github.com/dmeza), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [mfpiccolo](https://github.com/mfpiccolo), [thomchop](https://github.com/thomchop) + +---- + +## Release v3.4.0 + +Release date: 2016-09-16 + +### Highlights + +#### Zapier Integration +- Integrate over [700 public cloud applications](https://zapier.com/zapbook/) using [Zapier](https://zapier.com), with full support for Markdown formatting. To start, [click here to accept an invitation to Zapier](https://zapier.com/developer/invite/47050/902cde1eb8e0b3eb1223a2cf05331abd/), then [follow the setup guide](https://docs.mattermost.com/integrations/zapier.html). + +#### OAuth 2.0 Service Provider +- Users with an account on a Mattermost server can securely sign in to third-party applications with an OAuth 2.0 protocol. See [documentation](https://docs.mattermost.com/configure/integrations-configuration-settings.html#integrate-enableoauthserviceprovider) to learn more. + +#### Improved Notifications and Status Indicators +- Users can now control how often email notifications are sent +- Users can now control whether push notifications are sent when they are online, offline or away +- Users can now set the display duration of a desktop notification +- Email notifications now include channel names +- Android push notifications are now cleared after the message is read somewhere else +- /away, /online, /offline can now be used to manually set your status +- Status indicators are now shown on the profile pictures in the centre channel and right hand side + +### Improvements + +#### Files and Images +- PDFs now show a preview in the image previewer on browsers, desktop apps, and mobile apps + +#### Integrations +- After an integration is created, a confirmation screen now displays the relevant token, webhook URL or OAuth client secret + +#### System Console +- Added connection security option `PLAIN` for SMTP +- Salt settings in the config.json now ship blank and are autogenerated after install +- Added [Error and Diagnostics Reporting option](https://docs.mattermost.com/administration/config-settings.html#enable-diagnostics-and-error-reporting) to help Mattermost, Inc. improve reliability and performance for your deployment configuration. + +#### Slack Import +- Slack import now imports @mentions mapped to user names + +#### User Interface +- Improved design of signup pages when multiple account creation methods are enabled +- User profile popover now shows both username and full name (if available) +- @mention autocomplete now groups users according to who is in the channel +- Channel URL no longer updates when the Channel Name changes +- Markdown headings are now rendered in Compact View +- A System Message now posts when new users join Town Square + +#### Enterprise Edition: +- Added a CLI tool for creating channels +- Added a display option to hide join/leave messages from view (user added and user removed messages still appear) +- System Admins can now test their LDAP connection using a “Test Connection” button +- FirstName and LastName fields are now optional for LDAP and SAML + +### Bug Fixes +- Old public links are now invalidated when the salt is regenerated. +- Messages can now be flagged from the search results list +- Count of unread mentions are no longer mixed when switching between multiple teams. +- Recent Mentions search on mobile no longer contains `@all` +- For those using the mobile view on desktop, CTRL+ENTER now sends messages on mobile web view +- User removed from team now shows up in DM list under "Outside this team" +- Mentions update properly when team is switched + +### Compatibility +Changes from v3.3 to v3.4: + +**Special Note** + +(Only affects servers with public links enabled) After upgrading to v3.4, existing public links will no longer be valid. This is because in past versions, when the Public Link Salt was regenerated existing public links were not invalidated. Now, when the salt is regenerated, existing links are made invalid. + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + + - Under `EmailSettings` in `config.json`: + - Added `"EnableEmailBatching": false` to enable batching of email notifications configurable in Account Settings. To enable email batching, the `SiteURL` field must be filled out and `Enable` under `ClusterSettings` must be set to `false` to disable high availability mode. + - Added `"EmailBatchingBufferSize": 256` to specify the maximum number of notifications batched into a single email. + - Added `"EmailBatchingInterval": 30` to specify the maximum frequency, in seconds, which the batching job checks for new notifications. + + - Under `LogSettings` in `config.json`: + - Added `"EnableDiagnostics": true` to increase reliability and performance of Mattermost for your deployment configuration by sending encrypted [error reporting and diagnostic information](https://docs.mattermost.com/administration/config-settings.html#enable-diagnostics-and-error-reporting) to Mattermost, Inc. + +**Additional Changes to Enterprise Edition:** + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + +- Under `LdapSettings` in `config.json`: + - `"FirstNameAttribute": ""` is no longer a required field + - `"LastNameAttribute": ""` is no longer a required field +- Under `SamlSettings` in `config.json`: + - `"FirstNameAttribute": ""` is no longer a required field + - `"LastNameAttribute": ""` is no longer a required field + +### Database Changes from v3.3 to v3.4 + +**Status Table** + + - Added `Manual` column. + - Added `ActiveChannel` column. + +### API Changes from v3.3 to v3.4 + +**New routes:** + - Added `GET` at `/oauth/authorized` + - Returns the OAuth2 Apps authorized by the user. On success it returns a list of sanitized OAuth2 Authorized Apps by the user. + - Added `POST` at `/oauth/"+clientId+"/deauthorize` + - Deauthorizes a user on an OAuth 2.0 app, where `clientId` corresponds to the application. Returns status OK on success or an AppError on fail. + - Added `POST` at `/oauth/"+clientId+"/regen_secret` + - Generates a new OAuth App Client Secret, where `clientId` corresponds to the application. Returns an OAuth2 App on success. Must be authenticated as a user and the same user who registered the app or a System Admin. + - Added `POST` at `/admin/ldap_test` + - Will run a connection test on the current LDAP settings. It will return the standard OK response if settings work. Otherwise it will return an appropriate error. + - Added `POST` at `/users/status/set_active_channel` + - Sets the Status.ActiveChannel field which is used to tell if the user is actively viewing a channel or not. + - Added `GET` at `/admin/recently_active_users/{teamId}` + - Returns a list of recent active users. + +### Known Issues + +- Upgrading from 3.2 to 3.4 will be incomplete due to a migration code not being run properly. You can either: + - Upgrade from 3.2 to 3.3 and then from 3.3 to 3.4, or + - Upgrade from 3.2 to 3.4, then run the following SQL query to make Mattermost rerun upgrade steps that were not properly completed: `UPDATE Systems SET Value = '3.1.0' WHERE Name = 'Version';` +- Deleted messages don't disappear from the channel for the user who deleted the message, if the message was previously edited and right hand sidebar is open. +- A single collapsed link or image preview re-opens after refresh. +- Files sent in private chat to members in a different team are not accessible. +- YouTube video links show as “Video not found” on Desktop App if "Allow mixed content" is turned on. +- “More” option under Direct Message list no longer shows count of team members not in your direct message list. +- On Firefox, CTRL/CMD+U keyboard shortcut to upload a file doesn’t work. +- Webhook attachments don’t show up in search results. +- Messages sometimes don't appear deleted until the page is refreshed. +- When joining a channel from a public link, the page sometimes loads for a long time and requires a refresh. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server +- [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [cybershambles](https://github.com/cybershambles), [daizenberg](https://github.com/daizenberg), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [gramakri](https://github.com/gramakri), [grundleborg](https://github.com/grundleborg), [hmhealey](https://github.com/hmhealey), [HugoGiraudel](https://github.com/HugoGiraudel), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [joonsun-baek](https://github.com/joonsun-baek), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [npcode](https://github.com/npcode), [paranbaram](https://github.com/paranbaram), [phrix32](https://github.com/phrix32), [R-Wang97](https://github.com/R-Wang97), [shieldsjared](https://github.com/shieldsjared) + +/ios +- [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock) + +/desktop +- [asaadmahmood](https://github.com/asaadmahmood), [jasonblais](https://github.com/jasonblais), [jgis](https://github.com/jgis), [jnugh](https://github.com/jnugh), [Razzeee](https://github.com/Razzeee), [St-Ex](https://github.com/St-Ex), [yuya-oc](https://github.com/yuya-oc) + +/docs +- [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [DavidLu1997](https://github.com/DavidLu1997), [esethna](https://github.com/esethna), [friism](https://github.com/friism), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [pmccarthy01](https://github.com/pmccarthy01), [rudloff](https://github.com/Rudloff), [shieldsjared](https://github.com/shieldsjared), [yangchen1](https://github.com/yangchen1) + +/mattermost-docker +- [npcode](https://github.com/npcode), [xcompass](https://github.com/xcompass) + +/android +- [coreyhulen](https://github.com/coreyhulen), [enahum](https://github.com/enahum), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock) + +/push-proxy +- [jwilander](https://github.com/jwilander) + +/mattermost-heroku +- [it33](https://github.com/it33), [jwilander](https://github.com/jwilander) + +---- + +## Release v3.3.0 + +Expected release date: 2016-08-16 + +### Security Update + +- Mattermost v3.3.0 contains [security updates](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.3.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. +- Thanks to Bastian Ike for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Languages +- Added Dutch, Korean, Simplified Chinese and Traditional Chinese translations for the user interface. +- Promoted Portuguese and Spanish to release-quality translations. + +#### Flagged Messages +- Added the ability to flag a message for follow up, so users can track messages they want to go back to later. + +#### Improved Statuses +- Improved response time of status indicator changing between online/offline/away. +- Added status indicators to the Direct Message and Channel member lists. +- Added `@here` to mention users who are online. + +#### Google SSO ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) +- Users can sign in to Mattermost with their Google credentials and new Mattermost user accounts are automatically created on first login. + +#### Office 365 SSO (Beta) ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) +- Users can sign in to Mattermost with their Office 365 credentials and new Mattermost user accounts are automatically created on first login. + +#### High Availability Mode (Beta) ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) +- Support for highly available application servers configurable in the System Console and configuration files. See [documentation](https://docs.mattermost.com/deployment/cluster.html) for more details. + +### Improvements + +#### iOS app +- Fixed issue where “Refresh/Log out” was appearing frequently. +- Fixed issue where center channel appears blank after initial page load. +- Keyboard is now closed when a user executes a search. + +#### Mobile (iOS and Android apps) +- Enter key now creates a new line instead of sending the message. +- Added links to the mobile apps in the welcome email, tutorial, and main menu. +- Added a landing page that informs users of the mobile app when they access the site on a mobile web browser. +- Permalinks are now available on mobile. +- Made it easier to click on the ... menu when in the right-hand sidebar view. +- Enable auto-complete for "from:" and "in:". + +#### User Interface +- Channel header is now added to the View Info modal. +- Configured channel introduction to respect the full width and centred channel views. +- Removed signup link from sign in page if all signup methods are disabled. +- Improved channel header popover behaviour. + +#### Authentication +- The username "matterbot" is now restricted from account creation. +- Link to create an account is hidden on the login page if no account creation methods are turned on in the System Console. +- All team members can View Members for the team or specific channels. + +#### Notifications +- Mention notifications can be turned on for any new messages in comment threads that you participate in. + +#### Keyboard Shortcuts +- Added icons next to channel names and improved sorting in the channel switcher (CTRL/CMD+K). +- Keyboard shortcuts that open modals can now toggle them open and closed (CTRL/CMD+SHIFT+A, CTRL/CMD+K). + +#### Integrations +- Added an option to trigger outgoing webhook if the first word starts with the specified trigger word. + +#### System Console +- Username is now added to the System Console users list. +- Legal and Support links are now hidden in the user interface if no link is specified in the System Console. +- If the Terms of Service link is left blank in the System Console then it defaults to the "Mattermost Conditions of Use" page. + +#### [Enterprise E10, E20](https://mattermost.com/pricing-self-managed/) + +- Added the ability to set different themes for each team. +- Added a checkbox to apply theme settings to all teams of which you are a member. +- Users disabled or removed from the AD/LDAP server are now made “Inactive” in Mattermost (previously their sessions were revoked and could no longer log in, but their account status was not set to “Inactive”). +- Added the ability to force migrating authentication methods. +- Added Site Description field to the System Console > Customization > Custom Branding section. +- AD/LDAP `Bindusername` and `Bindpassword` fields in the System Console are now optional to support anonymous binding. + +### Bug Fixes + +- The behavior of setting for Link Previews in Account Settings is no longer reversed. +- Hitting the URL of a private team you used to belong to now redirects properly. +- Search terms contained in hashtags are now highlighted in the search results. +- Fixed an issue with quick typesetting on IE-11 and Edge. +- Fixed an issue with uploading SAML certificates if the files were removed from `config.json`. +- Multiple files can now be selected on the file upload dialog of the desktop app. +- Fixed a scrolling issue with the channel switcher. +- Fixed system messages showing a small empty white box. +- Fixed a markdown formatting issue with multiple lists in a row. +- Team Admins can no longer demote System Admins. +- The channel header now respects the setting for Channel Display Mode. +- The System Console no longer freezes if accessing via URL when not logged in. +- Site Name is now restricted to 30 characters to avoid text overflow. +- Error is no longer thrown when switching between teams in the System Console. +- Invalid password error is thrown if System Admin resets a password to something that doesn't meet the specified password requirements. +- Fixed the percentage loading indicator on the image preview modal. +- File upload overlay now appears on Edge. +- Maximum Users per Team and Minimum Password Length now default to reasonable values if a bad input is saved. +- Right-hand side now updates when a new profile picture is saved. +- Channels in the Channel Switcher are sorted by their handle if their display name is identical. +- Setting the length for mobile sessions is now fixed in the System Console. +- The “Test Connection” button in the System Console > Notifications > Email section now properly uses the saved SMTP password. +- System Admins no longer receive a JavaScript error if a new message is received while in the System Console. +- Dropdown in the Manage Members modal is no longer empty for System Admins. +- @all is now correctly highlighted if the trigger setting is selected in Account Settings. +- Fixed unformatted error message on account creation page if no creation methods are enabled. +- Corrected the formatting of some help text in the System Console. +- Color picker in Custom Theme settings now disappears once setting has been saved on mobile. +- System Console menu no longer cuts off long team names. + +### Compatibility +Changes from v3.2 to v3.3: + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition:** + +- Under a new section `NativeAppSettings`: + - Added `"AppDownloadLink": "https://mattermost.com/download/#mattermostApps"` to point towards a download page for native apps. + - Added `"AndroidAppDownloadLink": "https://about.mattermost.com/mattermost-android-app/"` to point towards the Android app. + - Added `"IosAppDownloadLink": "https://about.mattermost.com/mattermost-ios-app/"` to point towards the iOS app. +- Under `ServiceSettings`: + - Added `"SiteURL": ""` to allow the server to overwrite the site_url. +- Under `TeamSettings`: + - Added `"UserStatusAwayTimeout": 300` to specify the number of seconds before users are considered "away". + +**Additional Changes to Enterprise Edition:** + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + +- Under `TeamSettings`: + - Added `"CustomDescriptionText": ""` to set the site description shown in login screens and user interface. +- Under `GoogleSettings` in `config.json`: + - Changed: `"Scope": "profile email"` to set the standard setting for OAuth to determine the scope of information shared with OAuth client. + - Changed: `"AuthEndpoint": "https://accounts.google.com/o/oauth2/v2/auth"` to set the authorization endpoint for Google SSO. + - Changed: `"TokenEndpoint": "https://www.googleapis.com/oauth2/v4/token"` to set the token endpoint for Google SSO. + - Changed: `"UserApiEndpoint": "https://www.googleapis.com/plus/v1/people/me"` to set the user API endpoint for Google SSO. +- Under a new section `Office365Settings`: + - Added `"Enable": false` to allow login using Office 365 SSO when set to `true`. + - Added `"Secret": ""` to set the Client Secret received when registering the application with Google. + - Added `"Id": ""` to set the Client ID received when registering the application with Google. + - Added `"Scope": "User.Read"` to set the standard setting for OAuth to determine the scope of information shared with OAuth client. + - Added `"AuthEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"` to set the authorization endpoint for Office 365 SSO. + - Added `"TokenEndpoint": "https://login.microsoftonline.com/common/oauth2/v2.0/token"` to set the token endpoint for Office 365 SSO. + - Added `"UserApiEndpoint": "https://graph.microsoft.com/v1.0/me"` to set the user API endpoint for Office 365 SSO. +- Under `LdapSettings` in `config.json`: + - `"BindUsername": ""` and `"BindPassword": ""` are no longer required fields, so anonymous binding is possible. +- Under a new section `ClusterSettings`: + - Added `"Enable": false` to enable High Availability mode. + - Added `"InterNodeListenAddress": ":8075"` to specify the address the server will listen on for communicating with other servers. + - Added `"InterNodeUrls": []` to specify the internal/private URLs of all the Mattermost servers separated by commas. + +### Database Changes from v3.2 to v3.3 + +**OAuthAccessData Table** + + - Added `ClientId` column. + - Added `UserId` column. + - Removed `AuthCode` column. + - Set Unique key on `ClientId` and `UserId` columns. + - Removed index from `idx_oauthaccessdata_auth_code` column. + - Added indexes to `idx_oauthaccessdata_client_id`, `idx_oauthaccessdata_user_id` and `idx_oauthaccessdata_refresh_token` columns. + +**OAuthApps Table** + + - Added `IconURL` column. + +**OutgoingWebhooks Table** + + - Added `TriggerWhen` column. + +**Status Table** + + - Added `Status` table. + +**Users Table** + + - Removed `LastActivityAt` column. + - Removed `LastPingAt` column. + - Removed `ThemeProps` column. + +### API Changes from v3.2 to v3.3 + +**Updated admin routes:** + - Changed `users/status` from `POST` to `GET` + +**New admin routes:** + - Added `GET` at `/posts/flagged/{offset:[0-9]+}/{limit:[0-9]+}` + - Returns a list of posts that have been flagged by the user; `offset` is the offset to start the page at; `limit` is the max number of posts to return. + - Added `GET` at `/admin/cluster_status` + - Returns a json with a status of each of the reachable nodes in the cluster + - Added `GET` at `/oauth/list` + - Returns a list of OAuth 2.0 apps registered by the user + - Added `GET` at `/oauth/app/{clientId:""}` + - Returns a Sanitized OAuth 2.0 application where `clientId` corresponds to the application + - Added `POST` at `/oauth/delete` + - Returns status = OK if the OAuth 2.0 application owned by the current user was successfully deleted. + - Added `GET` at `/oauth/access_token` + - Returns the access token for OAuth 2.0 application + - Added `POST` at `/preferences/delete` + - Returns status = OK if the list of preferences owned by the current user were successfully deleted. + - Added `POST` at `/admin/remove_certificate` + - Returns a map[string]interface{} if removing the x509 base64 Certificates and Private Key files used with SAML exists on the file system. + +### Known Issues + +- Desktop apps sometimes require a refresh to solve 404 errors. +- Deleted messages don't disappear from the channel for the user who deleted the message, if the message was previously edited and right hand sidebar is open. +- After receiving an error for creating a channel with one character, updated channel name is not saved. +- A single collapsed preview re-opens after refresh. +- Removed user from team still appears in DM list from the team. +- Files sent in private messages to members in a different team are not accessible. +- YouTube videos show as “Video not found” on Desktop App. +- “More” option under Direct Message list no longer shows count of team members not in your direct message list. +- /join sometimes throws an error. +- On Firefox, CTRL/CMD+U keyboard shortcut doesn’t work. +- Sometimes only the last character typed in the channel switcher appears. +- Webhook attachments don’t show up in search results. +- Count of unread mentions are sometimes mixed when switching between multiple teams. +- Office 365 login sometimes causes a bad token error. +- Messages sometimes don't appear deleted until the page is refreshed. +- When joining a channel from a public link, the page sometimes loads for a long time and requires a refresh. +- After leaving a team, joining or creating a team sometimes causes an error. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server + +- [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [eadmund](https://github.com/eadmund), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [lfbrock](https://github.com/lfbrock), [maruTA-bis5](https://github.com/maruTA-bis5), [Rudloff](https://github.com/Rudloff), [samogot](https://github.com/samogot), [yuters](https://github.com/yuters) + +/desktop + +- [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [Razzeee](https://github.com/Razzeee), [timroes](https://github.com/timroes), [yuya-oc](https://github.com/yuya-oc) + +/android + +- [coreyhulen](https://github.com/coreyhulen), [jasonblais](https://github.com/jasonblais) + +/ios + +- [coreyhulen](https://github.com/coreyhulen), [macdabby](https://github.com/macdabby), [jasonblais](https://github.com/jasonblais) + +/docs + +- [asaadmahmood](https://github.com/asaadmahmood), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65) + +/mattermost-docker + +- [npcode](https://github.com/npcode) + +/mattermost-driver-javascript + +- [jwilander](https://github.com/jwilander) + +/mattermost-bot-sample-golang + +- [coreyhulen](https://github.com/coreyhulen), [jasonblais](https://github.com/jasonblais) + +---- + +If we missed your name, please let us know at feedback@mattermost.com. Recognition is a manual process and mistakes can happen. We want to include anyone who's made a pull request that got merged during the release. + +## Release v3.2.0 + +Release date: 2016-07-16 + +### Security Update + +- Mattermost v3.2.0 contains [multiple security updates](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.2.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. +- Thanks to Bastian Ike, Mohammad Razavi, Steve MacQuiddy, Christer Mjellem Strand and Jonas Arneberg for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Languages + +- Added German translation for the user interface if enabled by the System Admin from **System Console > Localization > Available Languages**. + +#### Custom Emoji + +- Create Custom Emoji from the **Main Menu** > **Custom Emoji** when enabled from **System Console** > **Customization** > **Custom Emoji**. +- Restrict the permissions required to create Custom Emoji (Enterprise). + +#### Performance +- Gzip compression for static content files decreases time for first page load, enabled from **System Console** > **Configuration**. +- Reduced the total Mattermost package size from 25.7MB to 18.9MB. + +#### Policy ([Enterprise E10, E20](https://mattermost.com/pricing-self-managed/)) + +- Restrict the permission levels required to send team invitiations in **System Console** > **Policy**. +- Restrict the permission levels required to manage public and private channels, including creating, deleting, renaming, and setting the channel header or purpose. + +#### SAML Single Sign-On ([Enterprise E20](https://mattermost.com/pricing-self-managed/)): + +- Users can sign in to Mattermost with their SAML credentials and new Mattermost user accounts are automatically created on first login. Mattermost pulls user information from SAML, including first and last name, email and username. +- Mattermost officially supports Okta and Microsoft ADFS as the identity providers (IDPs), but you may also try configuring SAML for a custom IDP. + +### Improvements + +**On-Boarding and Off-Boarding** + +- After account creation, users are automatically directed to the team where they were invited instead of the Team Selection page. +- "Get Team Invite Link" is now accessible on mobile. +- Users can now be removed from teams via the **Main Menu** > **Manage Members** modal. + +**System Console** + +- Updated labeling of System Console settings in the UI for consistency and accuracy. +- ([Enterprise E20](https://mattermost.com/pricing-self-managed/)) High availability support via **Reload Configuration from Disk** and **Recycle Database Connections** buttons had help text added so they're easier to understand. +- Allow System Admins to create teams even if team creation is disabled via the System Console. + +**Notifications** + +- Address displayed in the email notification footer is now configurable in the System Console. +- Direct Message desktop notifications now display with a "Direct Message" title. + +**Web UI** + +- Reply button and [...] menu now appear in a hovering UI element to increase the available margin width in the center channel. +- Right-hand sidebar can now be expanded when viewing threads or search results. +- Text emoticons now show up as the first entries in the autocomplete list +- @mention autocomplete now filters on nickname, full name, and username. +- Added an online indicator to the header of Direct Message channels. +- Added database type to the About Mattermost dialog. +- Removed unnecessary resizing when opening and closing the right hand sidebar. +- Removed jumping of the center channel when new messages are posted. +- Updated the channel info dialog to be more user friendly. + +**[Enterprise E10, E20](https://mattermost.com/pricing-self-managed/)** + +- [New command line tools](https://docs.mattermost.com/administration/command-line-tools.html) added, such as adding and removing users from channels, and restoring previously deleted channels. +- Added a button to manually trigger AD/LDAP synchronization. +- Updating AD/LDAP Synchronization Interval to no longer require a server restart to take effect. +- Improved logging for AD/LDAP synchronization. +- Added validation to the AD/LDAP settings in the System Console so an error is triggered if required fields are missing. + +### Bug Fixes + +- Privacy settings in the system console now refresh correctly when hiding email addresses or full names. +- Fixed the cross contamination of new channels created on different teams in the same browser. +- Updated the GitLab SSO error message for clarity if another Mattermost account is already associated with the GitLab account. +- Team creation via GitLab SSO no longer throws an error if email domains are restricted. +- Channel header no longer disappears after renaming a channel +- Testing the email connection in the System Console no longer throws an error. +- Multiline list items are now displayed correctly on new lines. +- Error message is updated when switching from email to GitLab SSO authentication that is already used by another account. +- Timestamps no longer require a page refresh when switching between 12h and 24h display formats. +- Hashtags containing `¿` are now returned with proper highlighting in search results. +- No longer require a page refresh before enabling compliance reporting in the System Console. +- `@all` no longer sends mentions if unselected in Account Settings. +- Users are no longer redirected to the switch teams page after changing authentication method from GitLab SSO to email. +- Invalid MFA token error message now clears correcly from the UI. +- Errors now correctly clear from the UI when changing passwords. +- System Console users list no longer throws an error when trying to demote a member from a System Admin. +- iOS radio buttons no longer stay selected when switching between options. +- Email addresses now display for System Admins even if hidden in the System Console. +- Code themes now save when updated via Account settings. +- File name is now displayed instead of the full path to the file in code snippet previews. +- Config settings are refreshed immediately when **Reload Configuration from Disk** is clicked. +- Preview feature checkboxes now reset after changes are canceled. +- Updated the markdown parser to fix poor handling of certain links. +- Error box highlighting on the claim AD/LDAP account page is fixed to only highlight the invalid input box. +- Errors in the system console are now properly aligned. +- Button to resend verification email no longer throws an error when clicked. +- Direct Messages modal loads faster since it is no longer cleared from memory each time it closes. +- Graphs in the **System Console > Site Statistics** now have the same start date for comparison. +- Fixed an issue where new languages are not added by default. Any server which is upgraded to Mattermost v3.1 will need to manually set **System Console > Localization > Available Languages** blank to have new languages added by default. +- Previously, a few shortcuts that used CTRL were overwriting existing messaging shortcuts in Mac. This has been changed so they only work with CMD. See [documentation](https://docs.mattermost.com/help/messaging/keyboard-shortcuts.html) for more details. +- Email body now contains the `siteURL` when inviting a user by email via CLI (command line interface) +- YouTube videos now stop playing when collapsed. +- Fixed error when adding an incoming webhook to a public channel the user is currently not in. +- Error merssage displayed on password reset page is now formatted correctly. + + +### Compatibility +Changes from v3.1 to v3.2: + +#### config.json + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + +- Under `EmailSettings` in `config.json`: + - Added `"FeedbackOrganization": ""` to specify organization name and address, which will be displayed on email notifications from Mattermost. + +- Under `ServiceSettings` in `config.json`: + - Added `"EnableCustomEmoji": false`. When set to `true`, enables Custom Emoji option in the Main Menu where users can create customized emoji. + +- Under `LocalizationSettings` in `config.json`: + - Changed: `"AvailableLocales": ""` to allow new languages be added by default. + +- Under `LogSettings` in `config.json`: + - Added `"EnableWebhookDebugging": true`. When set to `true`, contents of incoming webhooks are printed to log files for debugging. + +**Additional Changes to Enterprise Edition:** + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + +- Under `TeamSettings` in `config.json`: + - Added `"RestrictTeamInvite": "all"` to set the permissions required to send team invites. + - Added `"RestrictPublicChannelManagement": "all"` to set the permissions required to manage public channels. + - Added `"RestrictPrivateChannelManagement": "all"` to set the permissions required to manage private channels. + +- Under `ServiceSettings` in `config.json`: + - Added `"RestrictCustomEmojiCreation": "all"` to set the permissions required to create custom emoji. + +- Under `SamlSettings` in `config.json`: + - Added `"Enable": false` to allow login using SAML. See [documentation](https://docs.mattermost.com/deployment/sso-saml.html) to learn more about configuring SAML for Mattermost. + - Added `"Verify": false` to control whether Mattermost verifies the signature sent from the SAML Response matches the Service Provider Login URL. + - Added `"Encrypt": false`to control whether Mattermost will decrypt SAML Assertions encrypted with your Service Provider Public Certificate. + - Added `"IdpUrl": ""` to set the SAML SSO URL where Mattermost sends a SAML request to start login sequence. + - Added `"IdpDescriptorUrl": ""` to set the Identity Provider Issuer URL for the Identity Provider you use for SAML requests. + - Added `"AssertionConsumerServiceURL": ""` to set the Service Provider Login URL. + - Added `"IdpCertificateFile": ""` to set the public authentication certificate issued by your Identity Provider. + - Added `"PublicCertificateFile": ""` to set certificate used to generate the signature on a SAML request to the Identity Provider for a service provider initiated SAML login, when Mattermost is the Service Provider. + - Added `"PrivateKeyFile": ""` to set the private key used to decrypt SAML Assertions from the Identity Provider. + - Added `"FirstNameAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost. + - Added `"LastNameAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the last name of users in Mattermost. + - Added `"EmailAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the email of users in Mattermost. + - Added `"UsernameAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the username of users in Mattermost. + - Added `"NicknameAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the nickname of users in Mattermost. + - Added `"LocaleAttribute": ""` to set the attribute in the SAML Assertion that will be used to populate the language of users in Mattermost. + - Added `"LoginButtonText": ""` set the text that appears in the login button on the login page. + +- Under `LdapSettings` in `config.json`: + - `"FirstNameAttribute": ""`, `"LastNameAttribute": ""`, `"BindUsername": ""`, and `"BindPassword": ""` are now required fields. + - Added `"MaxPageSize": 0` to set the maximum number of users that will be requested from the AD/LDAP server at one time. + +#### Database Changes from v3.1 to v3.2 + +**TeamMembers Table** +- Added `DeleteAt` column. + +**Emoji Table** +- Added `Emoji` table. + +### Known Issues + +- In System Console > Notifications > Email the "Test Connection" button does not properly use the saved SMTP password. The temporary workaround is to re-type your SMTP Server Password into the field prior to using the "Test Connection", and then to "Save" afterwards. +- The behavior of setting for Link Previews in Account Settings is reversed. +- “More” option under Direct Message list no longer shows count of team members not in your direct message list. +- Webhook attachments don't show up in search results. +- On Firefox, System Console sidebar completely disappears when an AD/LDAP setting is saved. +- On Firefox, CTRL/CMD+U keyboard shortcut doesn't work. +- `/join` sometimes throws an error. +- Sometimes only the last character typed in the channel switcher appears. +- Formatting of multiple lists in a row breaks markdown. +- Hitting the URL of a private team you used to belong to shows a blank Team Selection page. +- Accessing the System Console URL when logged out causes the browser to hang. +- YouTube videos show as "Video not found" on Desktop App +- Search terms contained in hashtags are not highlighted in the search results. +- Files sent in private messages to members in a different team are not accessible. +- Center channel appears blank after initial page load on iOS. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server +- [42wim](https://github.com/42wim), [apheleia](https://github.com/apheleia), [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen),[crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [hmhealey](https://github.com/hmhealey), [iansim](https://github.com/iansim), [it33](https://github.com/it33), [jwilander](https://github.com/jwilander), [kevynb](https://github.com/kevynb), [lfbrock](https://github.com/lfbrock), [samogot](https://github.com/samogot), [tbalthazar](https://github.com/tbalthazar), [tehraven](https://github.com/tehraven), [thiyagaraj](https://github.com/thiyagaraj), [yumenohosi](https://github.com/yumenohosi) + +/ios +- [coreyhulen](https://github.com/coreyhulen) + +/desktop +- [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [magicmonty](https://github.com/magicmonty), [Razzeee](https://github.com/Razzeee), [yuya-oc](https://github.com/yuya-oc) + +/docs +- [apheleia](https://github.com/apheleia), [asaadmahmood](https://github.com/asaadmahmood), [crspeller](https://github.com/crspeller), [esethna](https://github.com/esethna), [Fonata](https://github.com/Fonata), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [npcode](https://github.com/npcode), [yangchen1](https://github.com/yangchen1) + +/mattermost-driver-javascript +- [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [samogot](https://github.com/samogot) + +/mattermost-docker +- [npcode](https://github.com/npcode) + +/mattermost/push-proxy +- [coreyhulen](https://github.com/coreyhulen) + +If we missed your name, please let us know at feedback@mattermost.com. Recognition is a manual process and mistakes can happen. We want to include anyone who's made a pull request that got merged during the release. + +---- + +## Release v3.1.0 + +Release date: 2016-06-16 + +### Security Update + +- Mattermost v3.1.0 contains [multiple security updates](https://mattermost.com/security-updates/). [Upgrading to Mattermost v3.1.0](https://docs.mattermost.com/administration/upgrade.html) is highly recommended. +- Thanks to Uchida Taishi for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### Keyboard shortcuts and channel switcher + +- Added keyboard shortcuts for navigation, messages and files +- Added channel switcher available from CTRL+K in Windows and CMD+K on Mac. +- See [shortcut documentation](https://docs.mattermost.com/help/messaging/keyboard-shortcuts.html) or use the `/shortcuts` slash command for details. + +#### Upgraded System Console + +- Re-organized System Console to make settings easier to find for new users. +- Added setting to set default server and client languages. + +#### Upgraded Push Notification options + +- Added ability for mobile push notifications to trigger on only mentions, all activity and no activity, configurable from **Account Settings** > **Notifications** > **Mobile push notifications** +- Added ability to trigger mobile push notifications while user is logged into Mattermost on desktop. + +#### Compact View + +- Added "Compact" view option to display more text on a smaller screen, configurable from **Account Settings** > **Display** > **Message Display**. + +### Improvements + +iOS App +- Account Settings > Notifications option lets users to enable mobile push notifications for chosen activities. +- Push notifications sent even if a user is online on desktop. +- Removed auto-capitalization on login screen, so email is no longer capitalized. + +Android App +- Account Settings > Notifications option lets users to enable mobile push notifications for chosen activities. +- Push notifications sent even if a user is online on desktop. +- Removed auto-capitalization on login screen, so email is no longer capitalized. + +User Interface + +- Account Settings > Display option lets users set channels to compact view. +- Autocomplete closes with ESC button. +- Sequential messages with a username also show profile pictures. +- Channel introduction message conforms to the channel width chosen in Account Settings > Display. +- The message '[user] is typing' now uses the username instead of the display name. +- Date markers now show absolute time. + +Performance + +- Performance improvements to posting and replying. +- Online status in Direct Message list updated on first load. + +Notifications + +- `@all` mention added back with equivalent functionality to `@channel`. +- An email notification is now sent when username is changed. + +Channels +- Removed the option to leave a channel for the last person in a private group, so private groups can no longer end up in an ownerless state. + +Messaging + +- Move link preview toggle out of preview feature list and add /collapse and /expand. + +Localization + +- New settings to configure localization options for teams, including default language. +- [Mattermost Translation Server](https://translate.mattermost.com/) upgraded to better support product localization processes. + +Integrations + +- Integrations now support advanced formatting through [message attachments](https://developers.mattermost.com/integrate/reference/message-attachments/). +- Added support for sending `@channel` notifications by using ``. +- Added support for raw new lines in the text payload. +- Added validation for command trigger words. + +Onboarding + +- Slash command `/invite_people [email address]` sends an email invite to your Mattermost team. + +Enterprise + +- (E10 and higher): Added AD/LDAP synchronization to automatically deactivate Mattermost accounts after AD/LDAP accounts are deactivated. Previous behavior only checked AD/LDAP credentials on sign-in. Synchronization time defaults to one hour and is configurable from **System Console** > **Synchronization Interval**. +- (E20 and higher): Added support for [high availability database configurations](https://docs.mattermost.com/deployment/ha.html) using read replicas and a manual failover process to deploy database reconfigurations without stopping the Mattermost server. + +### Bug Fixes + +- Incoming webhooks have been made available in all public channels, and in private channels the user belongs to. +- A space between two named emojis is no longer required for correct rendering. +- Emojis now render inside parenthesis or brackets. +- Links that are enclosed with a right parenthesis now work properly. +- Search term highlighting now updates when search terms change but return the same posts. +- Search results now properly highlight for searches containing @username, non-latin characters, terms inside Markdown code blocks, and hashtags containing a dash. +- A single numbered item no longer resets numbering to 1. +- Previews for removed YouTube videos no longer throw a 404 error. +- Team and System Admins can now update channel settings after leaving and rejoining the channel. +- After initial load on iOS, centre channel no longer appears blank. +- When creating a team with a new account, channel introduction message is now displayed. +- Sidebar notification for direct messages now clear once viewed, regardless of which team you are in. +- Custom brand image size is now properly limited on IE11. + +### Compatibility +Changes from v3.0 to v3.1: + +**config.json** + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + + - Under `LocalizationSettings` in `config.json`: + - Added `"DefaultServerLocale": “en”` to set default language for the system messages and logs + - Added `"DefaultClientLocale": “en”` to set default language for newly created users and for pages where the user hasn't logged in + - Added `"AvailableLocales": “en,es,fr,ja,pt-BR”` to set which languages are available for users in Account Settings. The language specified in `DefaultClientLocale` should be included in this list. + +**Additional Changes to Enterprise Edition:** + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + + - Under `LdapSettings` in `config.json`: + - Added `"SyncIntervalMinutes": "60"` to allow system admins adjust how frequently Mattermost performs AD/LDAP synchronization to update users + +### Known Issues + +- “More” option under Direct Message list no longer shows count of team members not in your direct message list. +- Emoji smileys ending with a letter at the end of a message do not auto-complete as expected. +- Incorrect formatting when a new line is added directly after a list. +- On Postgres databases, searching for websites and emails does not work properly and hashtags which end with an inverted questionmark aren't properly highlighted. +- On Firefox, search results for hashtags are not properly highlighted. +- Clicking on a desktop notification from another team doesn’t open the team. +- Webhook attachments don't show up in search results. +- On Firefox, System Console sidebar completely disappears when an AD/LDAP setting is saved +- On Firefox, CTRL/CMD+U keyboard shortcut doesn't work +- Copying and pasting an image from a browser doesn't work +- YouTube videos continue playing when collapsed +- Code theme under Account Settings > Display > Theme doesn't save unless entered in vectorized form +- `/join` sometimes throws an error +- When upgrading to 3.X, syntax highlighting using Solarized code theme is lost +- In Compact view, clicking on a file in the first post in the right hand sidebar attempts to download the file +- Unable to leave a private channel in mobile view +- `@all` notifications received even after being unselected from notification options +- Channel header disappears after renaming a channel (fixed with channel switch) +- Updates to **System Console** > **Privacy** settings for existing users requires a session update +- Invalid config setting causes server to panic on start + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server +- [apheleia](https://github.com/apheleia), [ArthurHlt](https://github.com/ArthurHlt), [asaadmahmood](https://github.com/asaadmahmood), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [goofy-bz](https://github.com/goofy-bz), [gramakri](https://github.com/gramakri), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [jwilander](https://github.com/jwilander), [kevynb](https://github.com/kevynb), [khoa-le](https://github.com/khoa-le), [lfbrock](https://github.com/lfbrock), [rompic](https://github.com/rompic), [ryoon](https://github.com/ryoon), [samogot](https://github.com/samogot), [ScriptAutomate](https://github.com/ScriptAutomate), [tbalthazar](https://github.com/tbalthazar), [tehraven](https://github.com/tehraven/) + +/ios +- [coreyhulen](https://github.com/coreyhulen), [lfbrock](https://github.com/lfbrock) + +/android +- [coreyhulen](https://github.com/coreyhulen), [DavidLu1997](https://github.com/DavidLu1997), [it33](https://github.com/it33), [lfbrock](https://github.com/lfbrock), [nineinchnick](https://github.com/nineinchnick) + +/desktop +- [CarmDam](https://github.com/CarmDam), [it33](https://github.com/it33), [jnugh](https://github.com/jnugh), [MetalCar](https://github.com/MetalCar), [Razzeee](https://github.com/Razzeee), [yuya-oc](https://github.com/yuya-oc) + +/docs +- [apheleia](https://github.com/apheleia), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [hannaparks](https://github.com/hannaparks), [hmhealey](https://github.com/hmhealey), [it33](https://github.com/it33), [jasonblais](https://github.com/jasonblais), [lfbrock](https://github.com/lfbrock), [maxlmo](https://github.com/maxlmo), [mkhsueh](https://github.com/mkhsueh), [npcode](https://github.com/npcode), [TwizzyDizzy](https://github.com/TwizzyDizzy) + +/mattermost-driver-javascript +- [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [enahum](https://github.com/enahum), [jwilander](https://github.com/jwilander) + +/mattermost-docker +- [npcode](https://github.com/npcode), [pierreozoux](https://github.com/pierreozoux) + +/mattermost/push-proxy +- [coreyhulen](https://github.com/coreyhulen) + +/mattermost/mattermost-docker-preview +- [crspeller](https://github.com/crspeller) + +If we missed your name, please let us know at feedback@mattermost.com. Recognition is a manual process and mistakes can happen. We want to include anyone who's made a pull request that got merged during the release. + +---- + +## Release v3.0.3 + +Release date: 2016-05-27 + +Notes on patch releases: +- v3.0.3, released 2016-05-27 + - Fixed an error with AD/LDAP signup if user already existed. + - Fixed an error where setting language to one of the supported langugages caused a blank page. + - Fixed an error where upgrading team admins on the primary team with AD/LDAP and GitLab accounts caused an error. +- v3.0.2, released 2016-05-17 + - Security update to reduce information disclosure, thanks to Andreas Lindh for [reporting responsibly](https://mattermost.org/responsible-disclosure-policy/) + - Fixed an error where, when using Postgres, attempting to log in with an AD/LDAP that has the same email address or username as an email-based account shows a confusing error message. + - Fixed an error accounts using email authentation attempt to create new teams. + - Fixed an error where if you upgrade having never previously saved config.json from System Console, saving from System Console will not work. +- v3.0.1, released 2016-05-16 + - v3.0.1 fixed an error in GitLab SSO, thanks to [ArthurHlt](https://github.com/ArthurHlt) for the pull request fixing the issue. +- v3.0.0, released 2016-05-16 + - Original 3.0 release. + +### Security Update + +- Mattermost v3.0.3 contains multiple security updates. [Upgrading to Mattermost v3.0.3](https://docs.mattermost.com/administration/upgrade.html#upgrading-to-team-edition-3-0-x-from-2-x) is highly recommended. +- Thanks to Yoni Ramon from the Tesla security team, Andreas Lindh and Uchida Ta for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Major Version Release + +Mattermost 3.0 is a new major version of Mattermost with fundamental changes affecting Mattermost 2.x deployments. [An understanding of the upgrade process from 2.x to 3.0](https://mattermost.org/upgrading-to-mattermost-3-0/), including manual steps, is required to upgrade successfully. + +### Highlights + +#### Unified Accounts + +- Users manage a single account across multiple teams +- Users from different teams can share messages and files +- Improved multi-team login and sign-up experience + +#### Enterprise Edition Security, Authentication and Branding Upgrades + +- Added multi-factor authentication +- Added multiple Active Directory/LDAP upgrades (TLS, filters, custom labels, nickname support) +- Added tools for custom branding + +#### User Interface Upgrades +- New Emoji set +- Added full width option for text display +- Improved UI for managing webhooks and slash commands + +#### iOS and Android mobile app improvements +- Added support for multiple teams +- New option to include message snippets in push notifications +- Added auto-correct + +### Languages + +- Added Japanese translation for user interface. + +### Improvements + +iOS app +- Added support for multiple teams on the same server. +- Added autocorrect. +- Note: Users of Mattermost 3.0 server need to install new iOS 3.0 app. iOS 2.x apps are not compatible with Mattermost 3.0 server. Also, iOS 3.0 app is not compatible with Mattermost 2.x server. + +Android app +- Added support for multiple teams on the same server. +- Added autocorrect. +- Note: Users of Mattermost 3.0 server need to install new Android 3.0 app. Android 2.x apps are not compatible with Mattermost 3.0 server. Also, Android 3.0 app is not compatible with Mattermost 2.x server. + +User Interface +- Switched to new emoji set. +- Account Settings > Display option lets users set the channel view to full width. +- Smoother overlay transition when opening sidebar on mobile. +- Back and forward browser buttons can now move back and forward in channel history. + +Integrations +- Moved webhooks and slash command settings to a new “Integrations” page. +- Added "Display Name" and “Description” to incoming and outgoing webhooks. +- Changed webhooks to always show the username and profile picture, even if posts are consecutive. +- Added a /msg command to open a direct message channel with another user. + +Authentication +- Changed the user model so accounts are per server instead of per team. +- Updated the login flow so users can select which team to open after signing in. +- Combined Email, Username, and AD/LDAP options into one login box so users can enter their credentials and the system will identify which kind of authentication to use. +- GitLab SSO now creates an account from the "Sign In" button if an account previously did not exist. + +Files and Attachments +- Added a preview for code files in the image viewer. + +Notifications +- Added the option to enable full snippets in push notifications. + +Search +- Changed searches to connect terms with "AND" instead of "OR". + +Enterprise: +- Added the ability to map nickname to an AD/LDAP field. +- Added the ability to filter AD/LDAP users, so only users selected by the filter can log in to Mattermost. +- Added the option to connect to AD/LDAP with TLS or STARTTLS +- Added the option to replace the “AD/LDAP username” login field placeholder text with custom text. +- Users can now switch between AD/LDAP and email login from Account Settings > Security > Sign-in Method. +- Added the option to sign up with AD/LDAP on the "Get Team Invite" link and email invite sign up pages. +- Added multi-factor authentication. +- Added compliance reporting and the option to generate daily compliance reports. +- Added custom branding, so System Admins can set a custom logo and text on the sign in page. +- Added a command line option to upload a license file. + +### Bug Fixes + +- Posts from webhooks now fire notifications to the user who created the webhook. +- Edit post option no longer appears, but doesn't work, on other users' posts in the right-hand sidebar. +- Text input box does not stay scrolled to the bottom when drafting a long message in Firefox. +- Webhooks in search results now show the username/profile pic of the bot, instead of the user who set up the webhook. +- Outgoing webhooks triggers now work when followed by any type of white space, instead of only spaces +- "User is typing" message now follows Teammate Name Display setting +- Log in with GitLab on mobile now works in the case where there is a space after the email address +- Links in System Console > Legal and Support settings now open properly even if http or https is not included +- Timestamps are displayed in 12-hour format when set to 24-hour format. + +### Compatibility +Changes from v2.2 to v3.0: + +**iOS and Android** + +Mattermost iOS and Android app v3.0 requires Mattermost server v3.0 and higher. + +**APIs** + +Web Service API is upgraded to Version 3 and previous Version 1 API is no longer supported. Golang driver, Javascript driver, incoming and outgoing webhooks and Slash commands continue to function as in previous release + +**config.json** + +Multiple 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. + +**Changes to Team Edition and Enterprise Edition**: + +- Under `TeamSettings` in `config.json`: + - Added `"EnableOpenServer": false` to set whether users can sign up to the server without an invite. + - Removed `"EnableTeamListing": false` since the team directory was replaced with new functionality. + +- Under `EmailSettings` in `config.json`: + - Added `"PushNotificationContents": "generic"` to set whether push notifications send a generic message (`generic`) or send a snippet of the conversation (`full`) + +- Under `SupportSettings` in `config.json`, default support links were changed and need to be manually updated for existing installs: + - Changed: `"TermsOfServiceLink": "https://about.mattermost.com/default-terms/"` + - Changed: `"PrivacyPolicyLink": "https://about.mattermost.com/default-privacy-policy/"` + - Changed: `"AboutLink": "https://about.mattermost.com/default-about/"` + - Changed: `"HelpLink": "https://about.mattermost.com/default-help/"` + - Changed: `"ReportAProblemLink": "https://about.mattermost.com/default-report-a-problem/"` + - Changed: `"SupportEmail": "feedback@mattermost.com"` + +**Additional Changes to Enterprise Edition:** + +The following config settings will only work on servers with an Enterprise License that has the feature enabled. + +- Under `ServiceSettings` in `config.json`: + - Added `"EnableMultifactorAuthentication": false` to enable Multifactor Authentication + +- Under `TeamSettings` in `config.json`: + - Added `"EnableCustomBrand": false` to set whether custom branding of the login page is turned on. + - Added `"CustomBrandText": ""` to set what text will show up on the login page, if `"EnableCustomBrand":` is set to `true`. + +- Under `LdapSettings` in `config.json`: + - Added `"ConnectionSecurity":""` to set the type of connection security Mattermost uses to connect to AD/LDAP. Options are `""` (no security), `TLS` or `STARTTLS`. + - Added `"UserFilter": ""` (optional) to set an AD/LDAP Filter to use when searching for user objects. + - Added `"NicknameAttribute": ""` to set the attribute in the AD/LDAP server that will be used to populate the nickname field in Mattermost. + - Added `"SkipCertificateVerification": false` to set whether the certificate verification step for TLS or STARTTLS connections is skipped. (For testing purposes only. Should be set to `false` in production.) + - Added `"LoginFieldName": ""` to set the help text in the login box (for example, AD/LDAP username or Company username). + +- Added `ComplianceSettings` to `config.json`: + - Added `"Enable": false` to set whether compliance reports are enabled. + - Added `"Directory": "./data/"` to set where the reports are stored. + - Added `"EnableDaily": false` to set whether Daily Reports are turned on. + +#### Database Changes from v2.2 to v3.0 + +Version 3.0 uses a different database than version 2.0. A one-way change to the database will be required when upgrading from v2.2 to v3.0. + +### Known Issues + +- “More” option under Direct Message list no longer shows count of team members not in your direct message list. +- Emoji smileys ending with a letter at the end of a message do not auto-complete as expected. +- Incorrect formatting when a new line is added directly after a list. +- Searching for a username or hashtag containing a dot now returns the correct results. +- On Postgres databases, searching for websites, emails, and searching with quotations does not work properly. +- Search term highlighting doesn't update when search terms change but return the same posts. +- Search results don't highlight properly for searches containing @username, non-latin characters, terms inside Markdown code blocks, or hashtags containing a dash. +- Custom brand image size isn’t properly limited on IE11. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +/mattermost-server +- [alanmoo](https://github.com/alanmoo), [ArthurHlt](https://github.com/ArthurHlt), [asaadmahmood](https://github.com/asaadmahmood), [augustohp](https://github.com/augustohp), [brunoqc](https://github.com/brunoqc), [chengweiv5](https://github.com/chengweiv5), [Compaurum](https://github.com/Compaurum), [coreyhulen](https://github.com/coreyhulen), [crspeller](https://github.com/crspeller), [CyrilTerets](https://github.com/CyrilTerets), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [FeliciousX](https://github.com/FeliciousX), [hauschke](https://github.com/hauschke), [hmhealey](https://github.com/hmhealey), [insin](https://github.com/insin), [it33](https://github.com/it33), [jwilander](https://github.com/jwilander), [khoa-le](https://github.com/khoa-le), [lfbrock](https://github.com/lfbrock), [loafoe](https://github.com/loafoe), [maruTA-bis5](https://github.com/maruTA-bis5), [moogle19](https://github.com/moogle19), [olivierperes](https://github.com/olivierperes), [pjgrizel](https://github.com/pjgrizel), [qcu](https://github.com/qcu), [rodrigocorsi2](https://github.com/rodrigocorsi2), [ryoon](https://github.com/ryoon), [samogot](https://github.com/samogot), [stupied4ever](https://github.com/stupied4ever), [takashibagura](https://github.com/takashibagura), [usmanarif](https://github.com/usmanarif), [yumenohosi](https://github.com/yumenohosi) + +/mattermost-docker +- [npcode](https://github.com/npcode), [xcompass](https://github.com/xcompass), [it33](https://github.com/it33) + +/ios +- [coreyhulen](https://github.com/coreyhulen), [it33](https://github.com/it33) + +/android +- [arusahni](https://github.com/arusahni), [JohnMaguire](https://github.com/JohnMaguire), [lindy65](https://github.com/lindy65), [nicolas-raoul](https://github.com/nicolas-raoul), [ptersilie](https://github.com/ptersilie) + +/desktop +- [asaadmahmood](https://github.com/asaadmahmood), [it33](https://github.com/it33), [jeremycook](https://github.com/jeremycook), [lloeki](https://github.com/lloeki), [mgielda](https://github.com/mgielda), [yuya-oc](https://github.com/yuya-oc) + +/docs +- [ajerezr](https://github.com/ajerezr), [apheleia](https://github.com/apheleia), [asaadmahmood](https://github.com/asaadmahmood), [crspeller](https://github.com/crspeller), [DavidLu1997](https://github.com/DavidLu1997), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [it33](https://github.com/it33), [lfbrock](https://github.com/lfbrock), [lindy65](https://github.com/lindy65), [pjgrizel](https://github.com/pjgrizel), [schemacs](https://github.com/schemacs) + +---- + +## Release v2.2.0 + +Release date: 2016-04-16 + +### Security Update + +- Mattermost v2.2.0 contains multiple security updates. [Upgrading to Mattermost v2.2.0](https://docs.mattermost.com/administration/upgrade.html#upgrading-team-edition) is highly recommended. +- Thanks to Jim Hebert from Fitbit Security, Andreas Lindh, and Uchida Taishi for contributing security reports through the [Mattermost Responsible Disclosure Policy](https://mattermost.org/responsible-disclosure-policy/). + +### Highlights + +#### New themes + +- User now have access to additional themes from Account Settings > Display Settings > Themes > See other themes +- A [contest for the user community to contribute new themes is now available.](https://forum.mattermost.org/t/share-your-favorite-mattermost-theme-colors/1330) + +#### French language translation + +- French language translation is now available. + +#### TPNS and EAS options + +- [Enterprise App Store](https://docs.mattermost.com/deployment/push.html#enterprise-app-store-eas) (EAS) and [Test Push Notification Service](https://docs.mattermost.com/deploy/mobile-hpns.html#hosted-push-notifications-service-hpns) (TPNS) option are now included in **System Console** > **Email Settings** > **Push Notification Settings** as built-in options. + +### Languages + +- Added French language translation (Beta) available from **Account Settings** > **Display**. + +### Improvements + +User Interface + +- New themes can be imported into Mattermost user interface from [production documentation](https://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples). + +### Bug Fixes + +- Characters in some posts will no longer display as HTML entities, such as `'` + +### Known Issues + +- Regression: Get Public Link downloads a file and does not product a public link. +- Edit post option appears, but doesn't work, on other users' posts in the right-hand sidebar. +- Text input box does not stay scrolled to the bottom when drafting a long message in Firefox. +- File name tooltip stays open after clicking to download. +- Unable to paste images into the text box on Firefox, Safari, and IE11. +- Archived channels are not removed from the "More" menu for the person that archived the channel until after refresh. +- First load of an empty channel does not display the introduction message. +- Search results don't highlight searches for @username, non-latin characters, or terms inside Markdown code blocks. +- Searching for a username or hashtag containing a dot returns a search where the dot is replaced with the "or" operator. +- Hashtags containing a dash incorrectly highlight in the search results. +- Emoji smileys ending with a letter at the end of a message do not auto-complete as expected. +- Incorrect formatting when a new line is added directly after a list. +- Timestamps are displayed in 12-hour format when set to 24-hour format. +- Syntax highlighting code block is missing the label for Latex documents. +- Posts from webhooks do not fire notifications to the user who created the webhook. +- Theme color vector is not updated after making custom changes to a default theme. +- Search term highlighting doesn't update on IE11 when search terms change but return the same posts. +- Team creation via SSO fails when email domain is restricted. + +### Contributors + +Many thanks to all our external contributors. In no particular order: + +- [pjgrizel](https://github.com/pjgrizel), [tbolon](https://github.com/tbolon) , [jblobel](https://github.com/jblobel), [rodrigocorsi2](https://github.com/rodrigocorsi2) , [enahum](https://github.com/enahum), [schemacs](https://github.com/schemacs), [raelga](https://github.com/raelga) + +---- + +## Release v2.1.0 + +Release date: 2016-03-16 + +### Highlights + +- New Android application now available. +- New desktop applications for Windows, Mac and Linux now in beta. +- Brazilian Portuguese translation added. + +### Security Update + +Mattermost v2.1.0 contains a security update for a cross-site scripting vulnerability in Mattermost v1.2, v1.3, v1.4 and v2.0. [Upgrading to Mattermost v2.1.0](https://docs.mattermost.com/administration/upgrade.html#upgrading-team-edition) is highly recommended. Thanks to Luke Arntson for the [RPD report](https://mattermost.org/responsible-disclosure-policy/). + +### New Features + +Android Application + +- New [Mattermost Android App](https://github.com/mattermost/android) supporting push notifications available for devices running Android 4.4.2+. Requires Mattermost server 2.1 and higher. See [list of tested devices](https://github.com/mattermost/android/blob/master/DEVICES.md). + +Desktop Application + +- New [Desktop Application](https://github.com/mattermost/desktop) for Windows, Mac, and Linux now available as a beta release. + +Languages + +- Added Portuguese language translation (Beta) available from **Account Settings** > **Display**. + +### Improvements + +System Console + +- Removed unused “Disable File Storage” option from the System Console as it is no longer relevant. +- Added a warning message if a system admin demotes themselves. +- System Console statistics now use a client store instead of fetching data and storing it in state. + +Messaging + +- Custom slash commands now support temporary messages that appear only to the user that issued the command. +- Username autocomplete list no longer suggests inactive users. + +Mobile + +- Significant responsiveness and speed improvements using [fastclick](https://github.com/ftlabs/fastclick). +- Team name and username are now shown in the LHS header. +- Added a button to go back to the team URL page from the login page. + +Files and Images + +- Increased the maximum size of image uploads to 24 megapixels. + +User Interface + +- Custom theme color selectors are now organized into categories. +- Add Members and Manage Members dialogs can now be filtered using a search bar. +- Deactivated members no longer appear in the channel members list. +- Keyboard focus is set to the text input box in the right-hand sidebar if a user clicks the reply icon. +- Permalinks are now displayed in a Copy Permalink dialog instead of a popover. +- Permalink option is now available from the [...] menu on messages and comments in the right-hand sidebar. +- Reply icon now only appears on-hover for messages that don’t have replies. +- Scroll bar now appears in the center channel. + +#### Bug Fixes + +- System console user management tab now shows username and email on different lines. +- Yellow text box error no longer appears when the system is connected. +- Wildcard search on MySQL databases is now fixed. +- Usernames in the center channel no longer appear as “...” on login. +- Deleted messages now delete in the right-hand sidebar and center channel without requiring a page refresh. +- Contact us email address in the footer of notification emails now uses the SupportEmail config setting instead of FeedbackEmail. +- Email addresses are now required to have at least one letter before and after the @ sign. +- Firefox desktop notifications are now fixed for some users experiencing missed notifications. +- “User is typing” message containing long usernames no longer causes text wrapping. +- Usernames appearing as “...” in the right-hand sidebar when performing a search is fixed. +- Links that end in image extensions but do not actually link to raw images no longer generate a blank image preview. +- Channel handle field in the Rename Channel dialog is now visible on themes with dark backgrounds. +- Autolinked images no longer persist after the post containing the link is deleted. +- Code theme selector on IE11 now only shows one dropdown arrow and clicking directly on the arrow opens the dropdown. +- Save/Cancel buttons for language selection in Account Settings are now formatted the same as other settings. +- Inconsistent field spacing in the Channel Info dialog is fixed. +- Recent mentions icon no longer jumps to the left of the search bar when the right-hand sidebar is opened. +- Custom slash command hints now show up in the autocomplete list. +- GIF links inside code blocks no longer auto-post the GIFs. +- Changing usernames no longer adds the old username to “words that trigger mentions”. +- Notification email footer is now translated based on the sender’s language setting. +- Slash command `/me` now posts as the user instead of a webhook message. +- Logout slash command now forces logout. +- Public links to file attachments on deleted posts no longer work. +- Error message is now shown in IE11 when uploading more than 5 files or a file over 50 MB. + + +### Compatibility +Changes from v2.0 to v2.1: + +**Android** +- Mattermost Android Application is for use with Mattermost server v2.1 and higher. + +**config.json** +- The following setting was added and can be modified under `ServiceSettings` in `config.json` or the System Console. + - `"AllowCorsFrom": ""` to allow the system to serve HTTP requests to other domains specified. + +#### Known Issues + +- Edit post option appears, but doesn't work, on other users' posts in the right-hand sidebar. +- Text input box does not stay scrolled to the bottom when drafting a long message in Firefox. +- Some characters in posts may display as HTML entities, such as `'`. This can be fixed by switching to a different language and then back again. +- File name tooltip stays open after clicking to download. +- Unable to paste images into the text box on Firefox, Safari, and IE11. +- Archived channels are not removed from the "More" menu for the person that archived the channel until after refresh. +- First load of an empty channel does not display the introduction message. +- Search results don't highlight searches for @username, non-latin characters, or terms inside Markdown code blocks. +- Searching for a username or hashtag containing a dot returns a search where the dot is replaced with the "or" operator. +- Hashtags containing a dash incorrectly highlight in the search results. +- Emoji smileys ending with a letter at the end of a message do not auto-complete as expected. +- Incorrect formatting when a new line is added directly after a list. +- Timestamps are displayed in 12-hour format when set to 24-hour format. +- Syntax highlighting code block is missing the label for Latex documents. +- Posts from webhooks do not fire notifications to the user who created the webhook. +- Theme color vector is not updated after making custom changes to a default theme. +- Search term highlighting doesn't update on IE11 when search terms change but return the same posts. +- Team creation via SSO fails when email domain is restricted. + +#### Contributors + +Many thanks to all our external contributors. In no particular order: + +- [yuya-oc](https://github.com/yuya-oc), [rodrigocorsi2](https://github.com/rodrigocorsi2), [enahum](https://github.com/enahum), [khoa-le](https://github.com/khoa-le), [alanmoo](https://github.com/alanmoo), [daizenberg](https://github.com/daizenberg), [GuillaumeAmat](https://github.com/GuillaumeAmat), [kernicPanel](https://github.com/kernicPanel), [timlyo](https://github.com/timlyo), [ttyniwa](https://github.com/ttyniwa) + +---- + +## Release v2.0.0 + +Expected Release date: 2016-02-16 + +### Highlights + +#### Incremented Version Number: Mattermost "2.0" + +- Version number incremented from "1.x" to "2.x" indicating major product changes, including: + +##### Localization + +- Addition of localization support to entire user interface plus error and log messages +- Added Spanish language translation (Beta quality) available from **Account Settings** > **Display** + +##### Enhanced Support for Mobile Devices + +- BREAKING CHANGE to APIs: New Android and updated iOS apps require Mattermost server 2.0 and higher +- iOS added app support for GitLab single sign-on +- iOS added app support for AD/LDAP single sign-on (Enterprise Edition only) + +##### Upgrade and Deployment Improvements +- Mattermost v2.0 now upgrades from up to two previous major builds (e.g. v1.4.x and v1.3.x) +- Added option to allow use of insecure TLS outbound connections to allow use of self-signed certificates + +### New Features + +Localization + +- Addition of localization support to entire user interface plus error and log messages +- Added Spanish language translation (Beta quality) available from **Account Settings** > **Display** + +Slash Commands + +- Added [Slack-compatible slash commands](https://developers.mattermost.com/integrate/slash-commands/slack/) to integrate with external systems + +iOS + +- [iOS app](https://github.com/mattermost/ios) added support for GitLab single sign-on +- [iOS app](https://github.com/mattermost/ios) added support for AD/LDAP single sign-on (Enterprise Edition only) + +Android + +- New open source Android application compatible with Mattermost 2.0 and higher + +System Console + +- Added **Site Reports** to view system statistics on posts, channels and users. + +### Improvements + +Upgrading + +- Mattermost v2.0 now upgrades from up to two previous major builds (e.g. v1.4.x and v1.3.x). + +Files and Images + +- Public links to images and files created by users no longer expire +- OGG attachments now play in preview window on Chrome and Firefox + +Onboarding + +- “Get Team Invite Link” option is disabled from the main menu if user creation is disabled for the team +- Tutorial colors improved to provide higher contrast with new default theme + +Authentication + +- Added ability to sign in with username as an alternative to email address +- Switching from email to SSO for sign in now updates email address to use the SSO email + +System Console + +- Added option to allow use of insecure TLS outbound connections to allow use of self-signed certificates +- Removed unused "Disable File Storage" option from **System Console** > **File Storage** +- Added warning if a user demotes their account from System Administrator + +Search + +- Hashtag search is no longer case sensitive +- System messages no longer appear in search results +- Date separator added to search results +- Moved the recent mentions icon to the right of the search bar + +Messaging +- Changed the comment bubble to a reply arrow to make post replies and the right-hand sidebar more discoverable +- Time stamp next to sequential posts made by users now shows HH:MM instead of on-hover timestamp +- Code blocks now support horizontal scrolling if content exceeds the max width + +User Interface + +- Away status added to note users who have been idle for more than 5 minutes. +- Long usernames are now truncated in the center channel and right-hand sidebar +- Added more favicon sizes for home screen icons on mobile devices + +#### Bug Fixes + +- Incorrect “Mattermost unreachable” error on iOS no longer appears +- Dialog to confirm deletion of a post now supports hitting “ENTER” to confirm deletion. +- Keyboard focus on the New Channel modal on IE11 is now contained within the text box. +- LHS indicator for “Unread Posts Above/Below” now displays on IE11 +- Unresponsive UI when viewing a permalink is fixed if a user clicks outside the text on the "Click here to jump to recent messages" bar. +- Dismissed blue bar error messages no longer re-appear on page refresh. +- Console error is no longer thrown on first page load in Firefox and Edge. +- Console error and missing notification is fixed for the first direct message received from any user. +- Comment bubble in Firefox no longer appears with a box around it on-hover. +- Home screen icons on Android and iOS devices now appear with the Mattermost logo. +- Switching channels now clears the “user is typing” message below the text input box. +- iOS devices are no longer detected as “unknown” devices in the session history. + +### Compatibility +Changes from v1.4 to v2.0: + +**iOS** + +Mattermost iOS app v2.0 requires Mattermost server v2.0 and higher. + +**config.json** + +Multiple 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. + +- Under `ServiceSettings` in `config.json`: + - `"EnableCommands": false` to set whether users can create slash commands from **Account Settings** > **Integrations** > **Commands** + - `"EnableOnlyAdminIntegrations": true` to restrict integrations to being created by admins only. + - `"EnableInsecureOutgoingConnections": false` sets whether outgoing HTTPS requests can accept unverified, self-signed certificates. + - Optional: `"WebsocketSecurePort" : 443` sets the port on which the secured WebSocket will listen using the `wss` protocol. If this setting is not present in `config.json`, it defaults to `443`. + - Optional: `"WebsocketPort": 80` sets the port on which the unsecured WebSocket will listen using the `ws` protocol. If this setting is not present in `config.json`, it defaults to `80`. + +- Under `EmailSettings` in `config.json`: + - `"EnableSignInWithEmail": true` allows users to sign in using their email. + - `"EnableSignInWithUsername": false` sets whether users can sign in with their username. Typically only used when email verification is disabled. + +**Localization** + +There are two new directories for i18n localization JSON files: +- mattermost-server/i18n for server-side localization files +- mattermost-webapp/i18n for client-side localization files + +#### Database Changes from v1.4 to v2.0 + +The following is for informational purposes only, no action needed. Mattermost automatically upgrades database tables from the previous version's schema using only additions. + +##### Users Table +1. Added `Locale` column + +##### Licenses Table +1. Added `Licenses` Table + +##### Commands Table +1. Added `Commands` Table + +#### Known Issues + +- Navigating to a page with new messages containing inline images added via markdown causes the channel to scroll up and down while loading the inline images. +- Microsoft Edge does not yet support drag and drop for file attachments. +- No error message on IE11 when uploading more than 5 files or a file over 50 MB. +- File name tooltip stays open after clicking to download. +- Scroll bar does not appear in the center channel. +- Unable to paste images into the text box on Firefox, Safari, and IE11. +- Importing from Slack fails to load channels in certain cases. +- System Console > Teams > Statistics > Newly Created Users shows all users as created "just now". +- Username and email display on single line in System Console user management tab. +- Searching for a phrase in quotations returns more than just the phrase on installations with a Postgres database. +- Archived channels are not removed from the "More" menu for the person that archived the channel until after refresh. +- First load of an empty channel does not display the introduction message. +- Search results don't highlight searches for @username, non-latin characters, or terms inside Markdown code blocks. +- Searching for a username or hashtag containing a dot returns a search where the dot is replaced with the "or" operator. +- Search term highlighting doesn't update on IE11 when search terms change but return the same posts. +- Hashtags less than three characters long are not searchable. +- Hashtags containing a dash incorrectly highlight in the search results. +- Users remain in the channel counter after being deactivated. +- Permalinks for the second message or later consecutively sent in a group by the same author displaces the copy link popover or causes an error. +- Emoji smileys ending with a letter at the end of a message do not auto-complete as expected. +- Logout slash command does not force a logout. +- Incorrect formatting when a new line is added directly after a list. +- Timestamps are displayed in 12-hour format when set to 24-hour format. +- GIF links inside code blocks auto-post the GIFs. +- Syntax highlighting code block is missing the label for Latex documents. +- Deleted messages don't delete in the right-hand sidebar until a page refresh. + +#### Contributors + +Special thanks to [enahum](https://github.com/enahum) for creating the Spanish localization! + +Many thanks to all our external contributors. In no particular order: + +- [enahum](https://github.com/enahum), [trashcan](https://github.com/trashcan), [khoa-le](https://github.com/khoa-le), [alanmoo](https://github.com/alanmoo), [fallenby](https://github.com/fallenby), [loafoe](https://github.com/loafoe), [gramakri](https://github.com/gramakri), [pawelad](https://github.com/pawelad), [cifvts](https://github.com/cifvts), [rosskusler](https://github.com/rosskusler), [apskim](https://github.com/apskim) + +---- + +## Release v1.4.0 + +Expected Release date: 2016-01-16 + +### Release Highlights + +#### Data Center Support + +- Deployment guides on Red Hat Enterprise Linux 6 and 7 now available +- Legal disclosure and support links (terms of service, privacy policy, help, about, and support email) now configurable +- Over a dozen new configuration options in System Console + +#### Mobile Experience + +- iOS reference app [now available from iTunes](https://itunes.apple.com/us/app/mattermost/id984966508?ls=1&mt=8), compiled from [open source repo](https://github.com/mattermost/ios) +- Date headers now show when scrolling on mobile, so you can quickly see when messages were sent +- Added "rapid scroll" support for jumping quickily to bottom of channels on mobile + +### New Features + +Mobile Experience +- Date headers now show when scrolling on mobile, so you can quickly see when messages were sent +- Added "rapid scroll" support for jumping quickily to bottom of channels on mobile + +Authentication + +- Accounts can now switch between email and GitLab SSO sign-in options +- New ability to customize session token length + +System Console + +- Added **Legal and Support Settings** so System Administrators can change the default Terms of Service, Privacy Policy, and Help links +- Under **Service Settings** added options to customize expiry of web, mobile and SSO session tokens, expiry of caches in memory, and an EnableDeveloper option to turn on Developer Mode which alerts users to any console errors that occur + +### Improvements + +Performance and Testing + +- Added logging for email and push notifications events in DEBUG mode + +Integrations + +- Added support to allow optional parameters in the `Content-Type` of incoming webhook requests + +Files and Images + +- Animated GIFs autoplay in the image previewer + +Notifications and Email + +- Changed email notifications to display the server's local timezone instead of UTC + +User Interface + +- Updated the "About Mattermost" dialog formatting +- Going to domain/teamname now goes to the last channel of your previous session, instead of Town Square +- Various improvements to mobile UI, including a floating date indicator and the ability to quickly scroll to the bottom of the channel + +#### Bug Fixes + +- Fixed issue where usernames containing a "." did not get mention notifications +- Fixed issue where System Console did not save the "Send push notifications" setting +- Fixed issue with Font Display cancel button not working in Account Settings menu +- Fixed incorrect default for "Team Name Display" settings +- Fixed issue where various media files appeared broken in the media player on some browsers +- Fixed cross-contamination issue when multiple accounts log into the same team on the same browser +- Fixed issue where color pickers did not update when a theme was pasted in +- Increased the maximum number of channels + +### Compatibility + +#### Config.json Changes from v1.3 to v1.4 + +Multiple settings were added to `config.json`. Below is a list of the changes and their new default values in a fresh install. + +The following options can be modified in the System Console: + +- Under `ServiceSettings` in `config.json`: + - Added: `"EnableDeveloper": false` to set whether developer mode is enabled, which alerts users to any console errors that occur + - Added: `"SessionLengthWebInDays" : 30` to set the number of days before web sessions expire and users will need to log in again + - Added: `"SessionLengthMobileInDays" : 30` to set the number of days before native mobile sessions expire + - Added: `"SessionLengthSSOInDays" : 30` to set the number of days before SSO sessions expire + - Added: `"SessionCacheInMinutes" : 10` to set the number of minutes to cache a session in memory +- Added `SupportSettings` section to `config.json`: + - Added: `"TermsOfServiceLink": "/static/help/terms.html"` to allow System Administrators to set the terms of service link + - Added: `"PrivacyPolicyLink": "/static/help/privacy.html"` to allow System Administrators to set the privacy policy link + - Added: `"AboutLink": "/static/help/about.html"` to allow System Administrators to set the about page link + - Added: `"HelpLink": "/static/help/help.html"` to allow System Administrators to set the help page link + - Added: `"ReportAProblemLink": "/static/help/report_problem.html"` to allow System Administrators to set the home page for the support website + - Added: `"SupportEmail":"feedback@mattermost.com"` to allow System Administrators to set an email address for feedback and support requests + +The following options are not present in the System Console, and can be modified manually in the `config.json` file: + +- Under `FileSettings` in `config.json`: + - Added: `"AmazonS3Endpoint": ""` to set an endpoint URL for an Amazon S3 instance + - Added: `"AmazonS3BucketEndpoint": ""` to set an endpoint URL for Amazon S3 buckets + - Added: `"AmazonS3LocationConstraint": false` to set whether the S3 region is location constrained + - Added: `"AmazonS3LowercaseBucket": false` to set whether bucket names are fully lowercase or not + +#### Known Issues + +- When navigating to a page with new messages as well as message containing inline images added via markdown, the channel may move up and down while loading the inline images +- Microsoft Edge does not yet support drag and drop +- No scroll bar in center channel +- Pasting images into text box fails to upload on Firefox, Safari, and IE11 +- Public links for attachments attempt to download the file on IE, Edge, and Safari +- Importing from Slack breaks @mentions and fails to load in certain cases with comments on files +- System Console > TEAMS > Statistics > Newly Created Users shows all of the users are created "just now" +- Favicon does not always become red when @mentions and direct messages are received on an inactive browser tab +- Searching for a phrase in quotations returns more than just the phrase on Mattermost installations with a Postgres database +- Deleted/Archived channels are not removed from the "More" menu of the person that deleted/archived the channel until after refresh +- Search results don't highlight searches for @username, non-latin characters, or terms inside Markdown code blocks +- Searching for a username or hashtag containing a dot returns a search where the dot is replaced with the "or" operator +- Hashtags less than three characters long are not searchable +- After deactivating a team member, the person remains in the channel counter +- Certain symbols (<,>,-,+,=,%,^,#,*,|) directly before or after a hashtag cause the message to not show up in a hashtag search +- Security tab > Active Sessions reports iOS devices as "unknown" +- Getting a permalink for the second message or later consecutively sent in a group by the same author displaces the copy link popover or causes an error + +#### Contributors + +Many thanks to our external contributors. In no particular order: + +- [npcode](https://github.com/npcode), [hjf288](https://github.com/hjf288), [apskim](https://github.com/apskim), [ejm2172](https://github.com/ejm2172), [hvnsweeting](https://github.com/hvnsweeting), [benburkert](https://github.com/benburkert), [erikthered](https://github.com/erikthered) + +---- + +## Release v1.3.0 + +Release date: 2015-12-16 + +### Release Highlights + +#### iOS App + +- New [Mattermost iOS App](https://github.com/mattermost/ios) now available for iPhone, iPad, and iPod Touch +- New [Mattermost Push Notification Service](https://github.com/mattermost/push-proxy) to relay notifications to custom iOS applications + +#### Search Upgrades + +- Jump to search results in archives using new message permalinks +- It's easier to find what you're looking for with improved auto-complete in search + +#### Advanced Formatting + +- Express more in symbols, with new emoji auto-complete +- Express more in numbers, with rendering of mathematical expressions using Latex (start code blocks with ```latex) +- Personalize your look with new custom font settings under **Account Settings** > **Display** > **Display Font** + +### New Features + +Authentication +- Added unofficial SSO support for GitHub.com and GitHub Enterprise using GitLab UI + +Archives +- Added permalink feature that lets users link to a post in the message archives +- Added ability to "Jump" to archives from a search result + +Account Settings +- Added "Preview pre-release features" setting, to allow user to preview early features ahead of their official release +- Added "Display font" setting, so users can select which font to use + +Messaging & Comments +- Added in-line previews for links from select websites and for URLs pointing to an image (enabled via Account Settings -> Advanced -> Preview pre-release features) +- Added emoji autocomplete + +Extras +- Added `/loadtest url` tool for manually [testing text processing](https://github.com/mattermost//mattermost-server/tree/master/tests) + +### Improvements + +Performance +- Updated getProfiles service to return less data +- Refactored several modals to use React-Boostrap +- Refactored the center channel + +Messaging & Comments +- Added Markdown support for task lists +- Added "Help" link for messaging +- Added ability to preview a Markdown message before sending (enabled via Account Settings -> Advanced -> Preview pre-release features) + +Onboarding +- Minor upgrades to tutorial + +User Interface +- Visually combined sequential messages from the same user +- Added ability to rename "Town Square" +- Teammate name display option now applies to messages and comments +- Menus and search improved on mobile UI +- Switched to Emoji One style emojis + +#### Bug Fixes + +- Removed the @all mention to keep users from accidentally spamming team sites +- Fixed bug where the member list only showed "20" members for channels with more than 20 members +- Fixed bug where the channel sidebar didn't order correctly on Postgres databases +- Fixed bug where search results did not highlight when searching with quotation marks, wildcard, or in: and from: modifiers +- Fixed bug with the cancel button not properly resetting the text in some account settings fields +- Fixed bug where editing a post to be empty caused a 404 error +- Fixed bug where logging out did not work properly on IE11 +- Fixed issue where refreshing the page with the right hand sidebar open caused "..." to show up in place of usernames +- Fixed issue where invite to channel modal did not update properly when switching between channels + +### Compatibility + +#### Config.json Changes from v1.2 to v1.3 + +Multiple settings were added to `config.json`. These options can be modified in the System Console, or manually updated in the existing config.json file. This is a list of changes and their new default values in a fresh install: +- Under `EmailSettings` in `config.json`: + - Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` + - Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` + - Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer` + - Added: `"SendPushNotifications": false` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer` + - Added: `"PushNotificationServer": ""` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services) + +#### Known Issues + +- System Console does not save Email Settings when "Save" is clicked +- When navigating to a page with new messages as well as message containing inline images added via markdown, the channel may move up and down while loading the inline images +- Microsoft Edge does not yet support drag and drop +- Media files of type .avi .mkv .wmv .mov .flv .mp4a do not play properly +- No scroll bar in center channel +- Pasting images into text box fails to upload on Firefox, Safari, and IE11 +- Slack import @mentions break +- Usernames containing a "." do not get mention notifications + +#### Contributors + +Many thanks to our external contributors. In no particular order: + +- [florianorben](https://github.com/florianorben), [npcode](https://github.com/npcode), [42wim](https://github.com/42wim), [cifvts](https://github.com/cifvts), [rompic](https://github.com/rompic), [jdhoek](https://github.com/jdhoek), [Tsynapse](https://github.com/Tsynapse), [alexgaribay](https://github.com/alexgaribay), [vladikoff](https://github.com/vladikoff), [jonathanwiesel](https://github.com/jonathanwiesel), [tamtamchik](https://github.com/tamtamchik) + +---- + +## Release v1.2.1 + +- **Released:** 2015-11-16 + +### Security Notice + +Mattermost v1.2.1 is a Quality Release addressing a security issue in v1.2.0 affecting a newly introduced outgoing webhooks feature. Specifically, in v1.2.0 there was a check missing from outgoing webhooks, so a team member creating outgoing webhooks could in theory find a way to listen to messages in private channels containing popular words like "a", "the", "at", etc. For added security, Mattermost v1.2.1 now installs with incoming and outgoing webhooks disabled by default. + +To limit the impact of this security issue, Mattermost v1.2.0 has been removed from the source repo. It is recommended that anyone who's installed v1.2.0 upgrade to v1.2.1 via [the procedure described in the Mattermost Upgrade Guide](https://docs.mattermost.com/administration/upgrade.html#upgrade-team-edition-for-2-2-x-and-earlier). + +### Release Highlights + +#### Outgoing webhooks + +- Mattermost users can now interact with external applications using [outgoing webhooks](https://developers.mattermost.com/integrate/webhooks/outgoing/) +- An [application template](https://github.com/mattermost/mattermost-integration-giphy) demonstrating user queries sent to the Giphy search engine via Mattermost webhooks now available +- A community application, [Matterbridge](https://github.com/42wim/matterbridge?files=1), shows how to use webhooks to connect Mattermost with IRC + +#### Search Scope Modifiers + +- Adding search term `in:[channel_url_name]` now limits searches within a specific channel +- Adding search term `from:[username]` now limits searches to messages from a specific user + +#### Syntax Highlighting + +- Syntax highlight for code blocks now available for `Diff, Apache, Makefile, HTTP, JSON, Markdown, JavaScript, CSS, nginx, ObjectiveC, Python, XML, Perl, Bash, PHP, CoffeeScript, C, SQL, Go, Ruby, Java, and ini` + +#### Usability Improvements + +- Added tutorial to teach new users how to use Mattermost +- Various performance improvements to support teams with hundreds of users +- Direct Messages "More" menu now lets you search for users by username and real name + +### Improvements + +Onboarding + +- New tutorial explaining how to use Mattermost for new users + +Messaging and Notifications + +- Users can now search for teammates to add to **Direct Message** list via **More** menu +- Users can now personalize Direct Messages list by removing users listed +- Link previews - Adding URL with .gif file adds image below message +- Added new browser tab alerts to indicate unread messages and mentions + +Search + +- Adding search term `in:[channel_url_name]` now limits searches within a specific channel +- Adding search term `from:[username]` now limits searches to messages from a specific user +- Tip explaining search options when clicking into search box + +Integrations + +- [Outgoing webhooks](https://developers.mattermost.com/integrate/webhooks/outgoing/) now available +- Made available [application template showing outgoing webhooks working with Mattermost and external application](https://github.com/mattermost/mattermost-integration-giphy) + +User Interface + +- Member list in Channel display now scrollable, and includes Message button to message channel members directly +- Added ability to edit previous message by hitting UP arrow +- Syntax highlighting added for code blocks + - Languages include `Diff, Apache, Makefile, HTTP, JSON, Markdown, Java, CSS, nginx, ObjectiveC, Python, XML, Perl, Bash, PHP, CoffeeScript, C, SQL, Go, Ruby, Java, and ini`. + - Use by adding the name of the language on the first link of the code block, for example: ```python + - Syntax color theme can be defined under **Account Settings** > **Appearance Settings** > **Custom Theme** +- Updated Drag & Drop UI +- Added 24 hour time display option + +Team Settings + +- Added Team Settings option to include account creation URL on team login page +- Added Team Settings option to include link to given team on root page +- Ability to rotate invite code for invite URL + +Extras + +- Added `/shrug KEYWORD` command to output: `¯\_(ツ)_/¯ KEYWORD` +- Added `/me KEYWORD` command to output: _`KEYWORD`_ +- Added setting option to send a message on control-enter instead of enter + +System Console + +- New statistics page +- Configurable option to create an account directly from team page + +#### Bug Fixes + +- Various fixes to theme colors +- Fixed issue with the centre channel scroll position jumping when right hand side was opened and closed +- Added support for simultaneous login to different teams in different browser tabs +- Incoming webhooks no longer disrupted when channel is deleted +- You can now paste a Mattermost incoming webhook URL into the same field designed for a Slack URL and integrations will work + +### Compatibility + +- IE 11 new minimum version for IE, since IE 10 share fell below 5% on desktop +- Safari 9 new minimum version for Safari, since Safari 7 and 8 fell below 1% each on desktop + +#### Config.json Changes from v1.1 to v1.2 + +Multiple settings were added to `config.json`. These options can be modified in the System Console, or manually updated in the existing config.json file. This is a list of changes and their new default values in a fresh install: +- Under `TeamSettings` in `config.json`: + - Added: `"RestrictTeamNames": true` to control whether team names can contain reserved words like www, admin, support, test, etc. + - Added: `"EnableTeamListing": false` to control whether teams can be listed on the root page of the site +- Under `ServiceSettings` in `config.json` + - Added: `"EnableOutgoingWebhooks": false` to control whether outgoing webhooks are enabled + - Changed: `"EnableIncomingWebhooks": true` to `"EnableIncomingWebhooks": false` to turn incoming webhooks off by default, to increase security of default install. Documentation updated to enable webhooks before use. + +#### Database Changes from v1.1 to v1.2 + +The following is for informational purposes only, no action needed. Mattermost automatically upgrades database tables from the previous version's schema using only additions. Sessions table is dropped and rebuilt, no team data is affected by this. + +##### Channels Table +1. Renamed `Description` to `Header` +2. Added `Purpose` column with type `varchar(1024)` + +##### Preferences Table +1. Added `Preferences` Table + +##### Teams Table +1. Added `InviteId` column with type `varchar(32)` +2. Added `AllowOpenInvite` column with type `tinyint(1)` +3. Added `AllowTeamListing` column with type `tinyint(1)` +4. Added `idx_teams_invite_id` index + +#### Known Issues + +- When navigating to a page with new messages as well as message containing inline images added via markdown, the channel may move up and down while loading the inline images +- Microsoft Edge does not yet support drag and drop +- After upgrading to v1.2 existing users will see the newly added tutorial tips upon login (this is a special case for v1.2 and will not happen in future upgrades) +- Channel list becomes reordered when there are lowercase channel names in a Postgres database +- Member list only shows "20" members for channels with more than 20 members +- Searches containing punctuation are not highlighted in the results (including in: or from: search modifiers and searches with quotations) +- Media files of type .avi .mkv .wmv .mov .flv .mp4a do not play properly +- Editing a post so that it's text is blank (which should delete it) throws a 404 +- No scroll bar in centre channel +- Theme color import from Slack fails to import the “Active Channel” selection color +- Pasting images into text box fails to upload on Firefox and Safari +- Users cannot claim accounts imported from Slack via password reset +- Slack import @mentions break + +#### Contributors + +Many thanks to our external contributors. In no particular order: + +- [florianorben](https://github.com/florianorben), [trashcan](https://github.com/trashcan), [girishso](https://github.com/girishso), [apaatsio](https://github.com/apaatsio), [jlebleu](https://github.com/jlebleu), [stasvovk](https://github.com/stasvovk), [mcmillhj](https://github.com/mcmillhj), [sharms](https://github.com/sharms), [jvasallo](https://github.com/jvasallo), [layzerar](https://github.com/layzerar), [optimistiks](https://github.com/optimistiks), [Tsynapse](https://github.com/Tsynapse), [vinnymac](https://github.com/vinnymac), [yuvipanda](https://github.com/yuvipanda), [toyorg](https://github.com/toyorg) + +---- + +## Release v1.2.0 (Redacted Release) + +- **Final release:** 2015-11-16 (**Note:** This release was removed from public availability and replaced by v1.2.1 owing to a security issue with the new outgoing webhooks feature. See v1.2.1 Release Notes for details). + +## Release v1.1.1 (Quality Release) + +Released 2015-10-20 + +### About Quality Releases + +This is a Quality Release (v1.1.1) and recommended only for users needing a fix to the specific issue listed below. All other users should use the most recent major stable build release (v1.1.0). + +[View more information on Mattermost release numbering](https://docs.mattermost.com/process/release-process.html#release-numbering). + +### Release Purpose + +#### Provide option for upgrading database from Mattermost v0.7 to v1.1 + +Upgrading Mattermost v0.7 to Mattermost v1.1 originally required installing Mattermost v1.0 to upgrade from the Mattermost v0.7 database, followed by an install of Mattermost v1.1. + +This was problematic for installing Mattermost with GitLab omnibus since GitLab 8.0 contained Mattermost v0.7 and GitLab 8.1 was to include Mattermost v1.1 + +Therefore Mattermost v1.1.1 was created that can upgrade the database in Mattermost v0.7 to Mattermost v1.1 directly. + +Users who configured Mattermost v0.7 within GitLab via the `config.json` file should consult [documentation on upgrading configurations from Mattermost v0.7 to Mattermost v1.1](https://docs.mattermost.com/administration/upgrade.html#upgrade-team-edition-for-2-2-x-and-earlier). + +#### Removes 32-char limit on salts + +Mattermost v1.1 introduced a 32-char limit on salts that broke the salt generating in GitLab and this restriction was removed for 1.1.1. + +## Release v1.1.0 + +Released: 2015-10-16 + +### Release Highlights + +#### Incoming Webhooks + +Mattermost now supports incoming webhooks for channels and private groups. This developer feature is available from the Account Settings -> Integrations menu. Documentation on how developers can use the webhook functionality to build custom integrations, along with samples, is available at https://docs.mattermost.com/guides/integration.html. + +### Improvements + +Integrations + +- Improved support for incoming webhooks, including the ability to override a username and post as a bot instead + +Documentation + +- Added documentation on config.json and System Console settings +- Docker Toolbox replaces deprecated Boot2Docker instructions in container install documentation + +Theme Colors + +- Improved appearance of dark themes + +System Console + +- Client side errors now written to server logs +- Added "EnableSecurityFixAlert" option to receive alerts on relevant security fix alerts +- Various improvements to System Console UI and help text + +Messaging and Notifications + +- Replaced "Quiet Mode" in the Channel Notification Settings with an option to only show unread indicator when mentioned + +### Bug Fixes + +- Fixed regression causing "Get Public Link" on images not to work +- Fixed bug where certain characters caused search errors +- Fixed bug where System Administrator did not have Team Administrator permissions +- Fixed bug causing scrolling to jump when the right hand sidebar opened and closed + +### Known Issues + +- Slack import is unstable due to change in Slack export format +- Uploading a .flac file breaks the file previewer on iOS + +### Compatibility + +#### Config.json Changes from v1.0 to v1.1 + +##### Service Settings + +Multiple settings were added to `config.json` and System Console UI. Prior to upgrading the Mattermost binaries from the previous versions, these options would need to be manually updated in existing config.json file. This is a list of changes and their new default values in a fresh install: +- Under `ServiceSettings` in `config.json`: + - Added: `"EnablePostIconOverride": false` to control whether webhooks can override profile pictures + - Added: `"EnablePostUsernameOverride": false` to control whether webhooks can override profile pictures + - Added: `"EnableSecurityFixAlert": true` to control whether the system is alerted to security updates + +#### Database Changes from v1.0 to v1.1 + +The following is for informational purposes only, no action needed. Mattermost automatically upgrades database tables from the previous version's schema using only additions. Sessions table is dropped and rebuilt, no team data is affected by this. + +##### ChannelMembers Table +1. Removed `NotifyLevel` column +2. Added `NotifyProps` column with type `varchar(2000)` and default value `{}` + +### Contributors + +Many thanks to our external contributors. In no particular order: + +- [chengweiv5](https://github.com/chengweiv5), [pstonier](https://github.com/pstonier), [teviot](https://github.com/teviot), [tmuwandi](https://github.com/tmuwandi), [driou](https://github.com/driou), [justyns](https://github.com/justyns), [drbaker](https://github.com/drbaker), [thomas9987](https://github.com/thomas9987), [chuck5](https://github.com/chuck5), [sjmog](https://github.com/sjmog), [chengkun](https://github.com/chengkun), [sexybern](https://github.com/sexybern), [tomitm](https://github.com/tomitm), [stephenfin](https://github.com/stephenfin) + +---- + +## Release v1.0.0 + +Released 2015-10-02 + +### Release Highlights + +#### Markdown + +Markdown support is now available across messages, comments and channel descriptions for: + +- **Headings** - in five different sizes to help organize your thoughts +- **Lists** - both numbered and bullets +- **Font formatting** - including **bold**, _italics_, ~~strikethrough~~, `code`, links, and block quotes) +- **In-line images** - useful for creating buttons and status messages +- **Tables** - for keeping things organized +- **Emoticons** - translation of emoji codes to images like :sheep: :boom: :rage1: :+1: + +See [documentation](https://docs.mattermost.com/help/messaging/formatting-text.html) for full details. + +#### Themes + +Themes as been significantly upgraded in this release with: + +- 4 pre-set themes, two light and two dark, to customize your experience +- 18 detailed color setting options to precisely match the colors of your other tools or preferences +- Ability to import themes from Slack + +#### System console and command line tools + +Added new web-based System Console for managing instance level configuration. This lets IT admins conveniently: + +- _access core settings_, like server, database, email, rate limiting, file store, SSO, and log settings, +- _monitor operations_, by quickly accessing log files and user roles, and +- _manage teams_, with essential functions such as team role assignment and password reset + +In addition new command line tools are available for managing Mattermost system roles, creating users, resetting passwords, getting version info and other basic tasks. + +Run `./platform -h` for documentation using the new command line tool. + + +### New Features + +Messaging, Comments and Notifications + +- Full markdown support in messages, comments, and channel description +- Support for emoji codes rendering to image files + +Files and Images + +- Added ability to play video and audio files + +System Console + +- UI to change config.json settings +- Ability to view log files from console +- Ability to reset user passwords +- Ability for IT admin to manage members across multiple teams from single interface + +User Interface + +- Ability to set custom theme colors +- Replaced single color themes with pre-set themes +- Added ability to import themes from Slack + +Integrations + +- (Preview) Initial support for incoming webhooks + +### Improvements + +Documentation + +- Added production installation instructions +- Updated software and hardware requirements documentation +- Re-organized install instructions out of README and into separate files +- Added Code Contribution Guidelines +- Added new hardware sizing recommendations +- Consolidated licensing information into LICENSE.txt and NOTICE.txt +- Added markdown documentation + +Performance + +- Enabled Javascript optimizations +- Numerous improvements in center channel and mobile web + +Code Quality + +- Reformatted Javascript per Mattermost Style Guide + +User Interface + +- Added version, build number, build date and build hash under Account Settings -> Security + +Licensing + +- Compiled version of Mattermost v1.0.0 now available under MIT license + +### Bug Fixes + +- Fixed issue so that SSO option automatically set `EmailVerified=true` (it was false previously) + +### Compatibility + +A large number of settings were changed in `config.json` and a System Console UI was added. This is a very large change due to Mattermost releasing as v1.0 and it's unlikely a change of this size would happen again. + +Prior to upgrading the Mattermost binaries from the previous versions, the below options would need to be manually updated in your existing config.json file to migrate successfully. This is a list of changes and their new default values in a fresh install: +#### Config.json Changes from v0.7 to v1.0 + +##### Service Settings + +- Under `ServiceSettings` in `config.json`: + - Moved: `"SiteName": "Mattermost"` which was added to `TeamSettings` + - Removed: `"Mode" : "dev"` which deprecates a high level dev mode, now replaced by granular controls + - Renamed: `"AllowTesting" : false` to `"EnableTesting": false` which allows the use of `/loadtest` slash commands during development + - Removed: `"UseSSL": false` boolean replaced by `"ConnectionSecurity": ""` under `Security` with new options: _None_ (`""`), _TLS_ (`"TLS"`) and _StartTLS_ ('"StartTLS"`) + - Renamed: `"Port": "8065"` to `"ListenAddress": ":8065"` to define address on which to listen. Must be prepended with a colon. + - Removed: `"Version": "developer"` removed and version information now stored in `model/version.go` + - Removed: `"Shards": {}` which was not used + - Moved: `"InviteSalt": "gxHVDcKUyP2y1eiyW8S8na1UYQAfq6J6"` to `EmailSettings` + - Moved: `"PublicLinkSalt": "TO3pTyXIZzwHiwyZgGql7lM7DG3zeId4"` to `FileSettings` + - Renamed and Moved `"ResetSalt": "IPxFzSfnDFsNsRafZxz8NaYqFKhf9y2t"` to `"PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL"` and moved to `EmailSettings` + - Removed: `"AnalyticsUrl": ""` which was not used + - Removed: `"UseLocalStorage": true` which is replaced by `"DriverName": "local"` in `FileSettings` + - Renamed and Moved: `"StorageDirectory": "./data/"` to `Directory` and moved to `FileSettings` + - Renamed: `"AllowedLoginAttempts": 10` to `"MaximumLoginAttempts": 10` + - Renamed, Reversed and Moved: `"DisableEmailSignUp": false` renamed `"EnableSignUpWithEmail": true`, reversed meaning of `true`, and moved to `EmailSettings` + - Added: `"EnableOAuthServiceProvider": false` to enable OAuth2 service provider functionality + - Added: `"EnableIncomingWebhooks": false` to enable incoming webhooks feature + +##### Team Settings + +- Under `TeamSettings` in `config.json`: + - Renamed: `"AllowPublicLink": true` renamed to `"EnablePublicLink": true` and moved to `FileSettings` + - Removed: `AllowValetDefault` which was a guest account feature that is deprecated + - Removed: `"TermsLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"PrivacyLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"AboutLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"HelpLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"ReportProblemLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"TourLink": "/static/help/configure_links.html"` removed since option didn't need configuration + - Removed: `"DefaultThemeColor": "#2389D7"` removed since theme colors changed from 1 to 18, default theme color option may be added back later after theme color design stablizes + - Renamed: `"DisableTeamCreation": false` to `"EnableUserCreation": true` and reversed + - Added: ` "EnableUserCreation": true` added to disable ability to create new user accounts in the system + +##### SSO Settings + +- Under `SSOSettings` in `config.json`: + - Renamed Category: `SSOSettings` to `GitLabSettings` + - Renamed: `"Allow": false` to `"Enable": false` to enable GitLab SSO + +##### AWS Settings + +- Under `AWSSettings` in `config.json`: + - This section was removed and settings moved to `FileSettings` + - Renamed and Moved: `"S3AccessKeyId": ""` renamed `"AmazonS3AccessKeyId": "",` and moved to `FileSettings` + - Renamed and Moved: `"S3SecretAccessKey": ""` renamed `"AmazonS3SecretAccessKey": "",` and moved to `FileSettings` + - Renamed and Moved: `"S3Bucket": ""` renamed `"AmazonS3Bucket": "",` and moved to `FileSettings` + - Renamed and Moved: `"S3Region": ""` renamed `"AmazonS3Region": "",` and moved to `FileSettings` + +##### Image Settings + +- Under `ImageSettings` in `config.json`: + - Renamed: `"ImageSettings"` section to `"FileSettings"` + - Added: `"DriverName" : "local"` to specify the file storage method, `amazons3` can also be used to setup S3 + +##### EmailSettings + +- Under `EmailSettings` in `config.json`: + - Removed: `"ByPassEmail": "true"` which is replaced with `SendEmailNotifications` and `RequireEmailVerification` + - Added: `"SendEmailNotifications" : "false"` to control whether email notifications are sent + - Added: `"RequireEmailVerification" : "false"` to control if users need to verify their emails + - Replaced: `"UseTLS": "false"` with `"ConnectionSecurity": ""` with options: _None_ (`""`), _TLS_ (`"TLS"`) and _StartTLS_ (`"StartTLS"`) + - Replaced: `"UseStartTLS": "false"` with `"ConnectionSecurity": ""` with options: _None_ (`""`), _TLS_ (`"TLS"`) and _StartTLS_ (`"StartTLS"`) + +##### Privacy Settings + +- Under `PrivacySettings` in `config.json`: + - Removed: `"ShowPhoneNumber": "true"` which was not used + - Removed: `"ShowSkypeId" : "true"` which was not used + +#### Database Changes from v0.7 to v1.0 + +The following is for informational purposes only, no action needed. Mattermost automatically upgrades database tables from the previous version's schema using only additions. Sessions table is dropped and rebuilt, no team data is affected by this. + +##### Users Table +1. Added `ThemeProps` column with type `varchar(2000)` and default value `{}` + +##### Teams Table +1. Removed `AllowValet` column + +##### Sessions Table +1. Renamed `Id` column `Token` +2. Renamed `AltId` column `Id` +3. Added `IsOAuth` column with type `tinyint(1)` and default value `0` + +##### OAuthAccessData Table +1. Added new table `OAuthAccessData` +2. Added `AuthCode` column with type `varchar(128)` +3. Added `Token` column with type `varchar(26)` as the primary key +4. Added `RefreshToken` column with type `varchar(26)` +5. Added `RedirectUri` column with type `varchar(256)` +6. Added index on `AuthCode` column + +##### OAuthApps Table +1. Added new table `OAuthApps` +2. Added `Id` column with type `varchar(26)` as primary key +2. Added `CreatorId` column with type `varchar(26)` +2. Added `CreateAt` column with type `bigint(20)` +2. Added `UpdateAt` column with type `bigint(20)` +2. Added `ClientSecret` column with type `varchar(128)` +2. Added `Name` column with type `varchar(64)` +2. Added `Description` column with type `varchar(512)` +2. Added `CallbackUrls` column with type `varchar(1024)` +2. Added `Homepage` column with type `varchar(256)` +3. Added index on `CreatorId` column + +##### OAuthAuthData Table +1. Added new table `OAuthAuthData` +2. Added `ClientId` column with type `varchar(26)` +2. Added `UserId` column with type `varchar(26)` +2. Added `Code` column with type `varchar(128)` as primary key +2. Added `ExpiresIn` column with type `int(11)` +2. Added `CreateAt` column with type `bigint(20)` +2. Added `State` column with type `varchar(128)` +2. Added `Scope` column with type `varchar(128)` + +##### IncomingWebhooks Table +1. Added new table `IncomingWebhooks` +2. Added `Id` column with type `varchar(26)` as primary key +2. Added `CreateAt` column with type `bigint(20)` +2. Added `UpdateAt` column with type `bigint(20)` +2. Added `DeleteAt` column with type `bigint(20)` +2. Added `UserId` column with type `varchar(26)` +2. Added `ChannelId` column with type `varchar(26)` +2. Added `TeamId` column with type `varchar(26)` +3. Added index on `UserId` column +3. Added index on `TeamId` column + +##### Systems Table +1. Added new table `Systems` +2. Added `Name` column with type `varchar(64)` as primary key +3. Added `Value column with type `varchar(1024)` + +#### Contributors + +Many thanks to our external contributors. In no particular order: + +- [jdeng](https://github.com/jdeng), [Trozz](https://github.com/Trozz), [LAndres](https://github.com/LAndreas), [JessBot](https://github.com/JessBot), [apaatsio](https://github.com/apaatsio), [chengweiv5](https://github.com/chengweiv5) + +## Release v0.7.0 (Beta1) + +Released 2015-09-05 + +### Release Highlights + +#### Improved GitLab Mattermost support + +Following the release of Mattermost v0.6.0 Alpha, GitLab 7.14 offered an automated install of Mattermost with GitLab Single Sign-On (co-branded as "GitLab Mattermost") in its omnibus installer. + +New features, improvements, and bug fixes recommended by the GitLab community were incorporated into Mattermost v0.7.0 Beta1--in particular, extending support of GitLab SSO to team creation, and restricting team creation to users with verified emails from a configurable list of domains. + +#### Slack Import (Preview) + +Preview of Slack import functionality supports the processing of an "Export" file from Slack containing account information and public channel archives from a Slack team. + +- In the feature preview, emails and usernames from Slack are used to create new Mattermost accounts, which users can activate by going to the Password Reset screen in Mattermost to set new credentials. +- Once logged in, users will have access to previous Slack messages shared in public channels, now imported to Mattermost. + +Limitations: + +- Slack does not export files or images your team has stored in Slack's database. Mattermost will provide links to the location of your assets in Slack's web UI. +- Slack does not export any content from private groups or direct messages that your team has stored in Slack's database. +- The Preview release of Slack Import does not offer pre-checks or roll-back and will not import Slack accounts with username or email address collisions with existing Mattermost accounts. Also, Slack channel names with underscores will not import. Also, mentions do not yet resolve as Mattermost usernames (still show Slack ID). These issues are being addressed in [Mattermost v0.8.0 Migration Support](https://mattermost.atlassian.net/browse/PLT-22?filter=10002). + +### New Features + +GitLab Mattermost + +- Ability to create teams using GitLab SSO (previously GitLab SSO only supported account creation and sign-in) +- Ability to restrict team creation to GitLab SSO and/or users with email verified from a specific list of domains. + +File and Image Sharing + +- New drag-and-drop file sharing to messages and comments +- Ability to paste images from clipboard to messages and comments + +Messaging, Comments and Notifications + +- Send messages faster with from optimistic posting and retry on failure + +Documentation + +- New style guidelines for Go, React and Javascript + +### Improvements + +Messaging, Comments and Notifications + +- Performance improvements to channel rendering +- Added "Unread posts" in left hand sidebar when notification indicator is off-screen + +Documentation + +- Install documentation improved based on early adopter feedback + +### Bug Fixes + +- Fixed multiple issues with GitLab SSO, installation and on-boarding +- Fixed multiple IE 10 issues +- Fixed broken link in verify email function +- Fixed public links not working on mobile + +### Contributors + +Many thanks to our external contributors. In no particular order: + +- [asubset](https://github.com/asubset), [felixbuenemann](https://github.com/felixbuenemann), [CtrlZvi](https://github.com/CtrlZvi), [BastienDurel](https://github.com/BastienDurel), [manusajith](https://github.com/manusajith), [doosp](https://github.com/doosp), [zackify](https://github.com/zackify), [willstacey](https://github.com/willstacey) + +Special thanks to the GitLab Mattermost early adopter community who influenced this release, and who play a pivotal role in bringing Mattermost to over 100,000 organizations using GitLab today. In no particular order: + +- [cifvts](https://forum.mattermost.org/users/cifvts/activity), [Chryb](https://gitlab.com/u/Chryb), [cookacounty](https://gitlab.com/u/cookacounty), [bweston92](https://gitlab.com/u/bweston92), [mablae](https://gitlab.com/u/mablae), [picharmer](https://gitlab.com/u/picharmer), [cmtonkinson](https://gitlab.com/u/cmtonkinson), [cmthomps](https://gitlab.com/u/cmthomps), [m.gamperl](https://gitlab.com/u/m.gamperl), [StanMarsh](https://gitlab.com/u/StanMarsh), [jeanmarc-leroux](https://gitlab.com/u/jeanmarc-leroux), [dnoe](https://gitlab.com/u/dnoe), [dblessing](https://gitlab.com/u/dblessing), [mechanicjay](https://gitlab.com/u/mechanicjay), [larsemil](https://gitlab.com/u/larsemil), [vga](https://gitlab.com/u/vga), [stanhu](https://gitlab.com/u/stanhu), [kohenkatz](https://gitlab.com/u/kohenkatz), [RavenB1](https://gitlab.com/u/RavenB1), [booksprint](https://forum.mattermost.org/users/booksprint/activity), [scottcorscadden](https://forum.mattermost.org/users/scottcorscadden/activity), [sskmani](https://forum.mattermost.org/users/sskmani/activity), [gosure](https://forum.mattermost.org/users/gosure/activity), [jigarshah](https://forum.mattermost.org/users/jigarshah/activity) + +Extra special thanks to GitLab community leaders for successful release of GitLab Mattermost Alpha: + +- [marin](https://gitlab.com/u/marin), [sytse](https://gitlab.com/u/sytse) + +---- + +## Release v0.6.0 (Alpha) + +Released 2015-08-07 + +### Release Highlights + +- Simplified on-prem install +- Support for GitLab Mattermost (GitLab SSO, Postgres support, IE 10+ support) + +### Compatibility + +*Note: While use of Mattermost Preview (v0.5.0) and Mattermost Alpha (v0.6.0) in production is not recommended, we document compatibility considerations for a small number of organizations running Mattermost in production, supported directly by Mattermost product team.* + +- Switched Team URLs from team.domain.com to domain.com/team + +### New Features + +GitLab Mattermost + +- OAuth2 support for GitLab Single Sign-On +- PostgreSQL support for GitLab Mattermost users +- Support for Internet Explorer 10+ for GitLab Mattermost users + +File and Image Sharing + +- New thumbnails and formatting for files and images + +Messaging, Comments and Notifications + +- Users now see posts they sent highlighted in a different color +- Mentions can now also trigger on user-defined words + +Security and Administration + +- Enable users to view and log out of active sessions +- Team Admin can now delete posts from any user + +On-boarding + +- “Off-Topic” now available as default channel, in addition to “Town Square” + +### Improvements + +Installation + +- New "ByPassEmail" setting enables Mattermost to operate without having to set up email +- New option to use local storage instead of S3 +- Removed use of Redis to simplify on-premise installation + +On-boarding + +- Team setup wizard updated with usability improvements + +Documentation + +- Install documentation improved based on early adopter feedback + +### Contributors + +Many thanks to our external contributors. In no particular order: + +- [ralder](https://github.com/ralder), [jedisct1](https://github.com/jedisct1), [faebser](https://github.com/faebser), [firstrow](https://github.com/firstrow), [haikoschol](https://github.com/haikoschol), [adamenger](https://github.com/adamenger) + +## Release v0.5.0 (Preview) + +Released 2015-06-24 + +### Release Highlights + +- First release of Mattermost as a team communication service for sharing messagse and files across PCs and phones, with archiving and instant search. + +### New Features + +Messaging and File Sharing + +- Send messages, comments, files and images across public, private and 1-1 channels +- Personalize notifications for unreads and mentions by channel +- Use #hashtags to tag and find messages, discussions and files + +Archiving and Search + +- Search public and private channels for historical messages and comments +- View recent mentions of your name, username, nickname, and custom search terms + +Anywhere Access + +- Use Mattermost from web-enabled PCs and phones +- Define team-specific branding and color themes across your devices diff --git a/source/deploy/mattermost-v9-changelog.md b/source/deploy/mattermost-v9-changelog.md new file mode 100644 index 00000000000..85fb2965795 --- /dev/null +++ b/source/deploy/mattermost-v9-changelog.md @@ -0,0 +1,993 @@ +# Mattermost v9 changelog + +[Mattermost](https://mattermost.com) is an open source platform designed for the way mission-critical technical and operational teams work. + +```{Important} +**Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended.** +- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading. +- See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. +``` + +(release-v9-8-feature-release)= +## Release v9.8 - Feature Release + +**Release day: 2024-05-16** + +### Compatibility + - Updated minimum required Edge and Chrome versions to 122+. + +```{Important} +If you upgrade from a release earlier than v9.7, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +See [this walkthrough video](https://mattermost.com/video/mattermost-v9-8-changelog/) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Pre-packaged Playbooks version [v1.39.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.3). + - Pre-packaged GitLab plugin version [v1.8.1](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.1). + - Pre-packaged Calls version [v0.26.2](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.26.2). + - Combined Desktop and Mobile notifications in the user settings modal. + - Added a **Don't Clear** option for Do Not Disturb. + - Enhanced the user interface for channel introductions. + - Added an ephemeral message for non-team member mentions in channels. + - Added emoji tooltips on hover in post message. + - Made the appearance of several tooltips more consistent. + - Updated theme colors for onboarding tour points. + - Updated the right-hand side Thread view to use relative timestamps to be more consistent with the global Threads view. + - Added a total reply count to the right-hand side thread view. + - Added Channel Bookmarks (disabled by default). + +#### Administration + - Added safety limit error message in compiled Team Edition and Enterprise Edition deployments when enterprise scale and access control automation features are unavailable, and message count exceeds 5 million posts. ERROR_SAFE_LIMITS_EXCEEDED. + - Downloading a support packet is now extensible with plugins. If a plugin can add content to the support packet, it will be displayed in the commercial support modal. Administrators will have the option to include/exclude that from the support package. + - Upgraded Nodejs to v20.11. + - Added Channel Bookmarks permissions to the channel user role and to the channel moderation system. + - Added progress logs for attachments in bulk exports. + - Added a **System Console** option to rebuild Elasticsearch channels indexes. + - Obfuscated ``ReplicaLagSettings`` in the Support Packet. + - Improved license loading errors. + - Updated the keycloak docker configs and added a ``make`` command. + - Removed unused ``IsOAuth`` field from ``AppError``. + - ``bool`` is now used for ``license_is_trial`` in the Support Packet. + - Bulk export: added functionality to export roles and permissions schemes. + - A new flag (``extract-content``) was added to the mmctl import process that allows the server to skip content extraction during the import phase. + +### API Changes + - Added a create channel bookmark endpoint at ``/api/v4/channels/{channel_id}/bookmarks``. + - Added additional query params to channel endpoints to include channel bookmarks. + - Added update channel bookmark endpoint at ``/api/v4/channels/{channel_id}/bookmarks/{bookmark_id}``. + - Added list channel bookmarks endpoint at ``/api/v4/channels/{channel_id}/bookmarks``. + - Added delete channel bookmark endpoint at ``/api/v4/channels/{channel_id}/bookmarks/{bookmark_id}``. + - Added update channel bookmark sort order endpoint at ``/api/v4/channels/{channel_id}/bookmarks/{bookmark_id}/sort_order``. + - Exposed a local-mode only API for reattaching plugins, primarily to facilitate mock-free unit testing. + - Exposed ``UpdateUserRoles`` in ``pluginapi``. + - Exposed ``pluginapi.ProfileImageBytes`` to simplify bot setup from a plugin. + - For ``POST /channels``, added a validation for ``display_name`` to not pass validation if the display name is empty. + +### Bug Fixes + - Fixed an issue with context cancellation for integration requests. + - Fixed an issue preventing the retrieval of SAML metadata. + - Fixed an issue causing an empty channel switcher after converting a group message to a private channel. + - Fixed an issue where System Admins were not allowed to LDAP sync SAML users when ``SamlSettings.EnableSyncWithLdap`` was set to **true**. + - Fixed an issue with markdown in the AD job status table. + - Fixed an issue with a control character in the group list modal. + - Fixed an issue where the auto-complete channels API returned archived channels in response. + - Fixed a crash issue in the **System Console**. + - Fixed an issue where links included in notifications were truncated and not clickable. + - Fixed using local requests instead of HTTP requests in the flow library. + - Fixed an issue where ``support_packet.yaml`` wasn’t generated even if an error occurred. + - Fixed an issue where outgoing webhooks did not trigger when using multiple callback URLs. + - Fixed an issue where it was not possible to clear plugin settings with a default value in the **System Console**. + - Fixed an issue where ``MaxUsersForStatistics`` wasn’t ignored when generating a Support Packet. + - Fixed an issue where the ``EnsureBot`` function did not recreate the bot if it had been manually deleted. + - Fixed an issue where users couldn't look up a user by their ID in the **System Console** anymore. + - Fixed an accessibility issue where the focus didn’t go back to the originating button when a modal was closed. + - Fixed an issue where end users were not allowed to fetch the group members list of groups that allow ``@-mentions``. + +### config.json +New setting option 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 ``FileSettings`` in ``config.json``: + - Added ``AmazonS3UploadPartSizeBytes`` and ``ExportAmazonS3UploadPartSizeBytes`` to control the part size used to upload files to an S3 store. + - Under ``ServiceSettings`` in ``config.json``: + - Increased the default payload size limit (``MaximumPayloadSizeBytes``) from 100 kB to 300 kB. + - Under ``ClusterSettings`` in ``config.json``: + - Removed unused settings ``StreamingPort``, ``MaxIdleConns``, ``MaxIdleConnsPerHost`` and ``IdleConnTimeoutMilliseconds``. + + #### Changes to Professional and Enterprise plans: + - Under ``ExperimentalSettings`` in ``config.json``: + - Removed the ``UseNewSAMLLibrary`` experimental setting. + +### Go Version + - v9.8 is built with Go ``v1.21.8``. + +### Known Issues + - Status may sometimes get stuck as **Away** or **Offline** with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [Amir-Helali](https://github.com/Amir-Helali), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [annaos](https://github.com/annaos), [apshada](https://github.com/apshada), [Aryakoste](https://github.com/Aryakoste), [asaadmahmood](https://github.com/asaadmahmood), [aszakacs](https://github.com/aszakacs), [BarbUk](https://github.com/BarbUk), [BenCookie95](https://github.com/BenCookie95), [Blaieet](https://github.com/Blaieet), [calebroseland](https://github.com/calebroseland), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyrusjc](https://github.com/cyrusjc), [daran9](https://github.com/daran9), [devharipragaz007](https://github.com/devharipragaz007), [devinbinnie](https://github.com/devinbinnie), [dsspence](https://github.com/dsspence), [Eleferen](https://translate.mattermost.com/user/Eleferen), [EltonGohJH](https://github.com/EltonGohJH), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [ezekielchow](https://github.com/ezekielchow), [fmartingr](https://github.com/fmartingr), [gabrieljackson](https://github.com/gabrieljackson), [gitairman](https://github.com/gitairman), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hossain-sazzad](https://github.com/hossain-sazzad), [ifoukarakis](https://github.com/ifoukarakis), [inconnu1](https://github.com/inconnu1), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [jones](https://translate.mattermost.com/user/jones), [josephjose](https://github.com/josephjose), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [jupenur](https://github.com/jupenur), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kaoski](https://github.com/kaoski), [Karimaljandali](https://github.com/Karimaljandali), [kayazeren](https://github.com/kayazeren), [KrisSiegel](https://github.com/KrisSiegel), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [lbr88](https://github.com/lbr88), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahdiirar](https://github.com/mahdiirar), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [MeHow25](https://github.com/MeHow25), [mentz](https://translate.mattermost.com/user/mentz), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [movion](https://github.com/movion), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [Nityanand13](https://github.com/Nityanand13), [nmnj](https://translate.mattermost.com/user/nmnj), [Obbi89](https://github.com/Obbi89), [pacop](https://github.com/pacop), [phoinixgrr](https://github.com/phoinixgrr), [Pkarle](https://github.com/Pkarle), [poppfredslund](https://translate.mattermost.com/user/poppfredslund), [potatogim](https://github.com/potatogim), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [rahimrahman](https://github.com/rahimrahman), [rOt779kVceSgL](https://translate.mattermost.com/user/rOt779kVceSgL), [RS-labhub](https://github.com/RS-labhub), [Rutam21](https://github.com/Rutam21), [s-krishnaraju](https://github.com/s-krishnaraju), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [tanmaythole](https://github.com/tanmaythole), [ThrRip](https://github.com/ThrRip), [tnir](https://github.com/tnir), [toninis](https://github.com/toninis), [topolovac](https://github.com/topolovac), [varghesejose2020](https://github.com/varghesejose2020), [wetneb](https://github.com/wetneb), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [zsrv](https://github.com/zsrv) + +---- + +(release-v9-7-feature-release)= +## Release v9.7 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.7.4, released 2024-05-15** + - Fixed an issue with context cancellation for integration requests [MM-58019](https://mattermost.atlassian.net/browse/MM-58019). + - Fixed some plugin settings with defaults not changing value [MM-58102](https://mattermost.atlassian.net/browse/MM-58102). + - Mattermost v9.7.4 contains no database or functional changes. +- **9.7.3, released 2024-04-30** + - Fixed an issue where creating a Direct Message channel with synthetic users failed [MM-58019](https://mattermost.atlassian.net/browse/MM-58019). + - Mattermost v9.7.3 contains no database or functional changes. +- **9.7.2, released 2024-04-25** + - Mattermost v9.7.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.7.2 contains no database or functional changes. + - Pre-packaged Playbooks version [v1.39.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.3). + - Increased the default payload size limit (``MaximumPayloadSizeBytes``) from 100 kB to 300 kB. + - Fixed an issue where it was not possible to clear the plugin settings with a default value in the System Console. +- **9.7.1, released 2024-04-16** + - Fixed an issue with a noisy log entry for permalink post notifications. + - Mattermost v9.7.1 contains no database or functional changes. +- **9.7.0, released 2024-04-16** + - Original 9.7.0 release. + +```{Important} +If you upgrade from a release earlier than v9.6, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +See [this walkthrough video](https://mattermost.com/video/mattermost-v9-7-changelog/) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Added Mattermost [AI plugin](https://github.com/mattermost/mattermost-plugin-ai) to pre-packaged plugins. + - Pre-packaged Calls version [v0.25.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.25.1). + - Pre-packaged Playbooks version [v1.39.2](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.2). + - Pre-packaged GitHub plugin version [v2.2.0](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.2.0). + - The first emoji is now auto-selected in the emoji picker. + - Added Markdown support for batched email notifications. + - Users’ timezone is now used in batched email notifications. + - Removed a conflicting class (``help-text``) from the interactive dialog field description to resolve the black text color in the dark theme. + - Updated the user interface of **Team Settings** modal. + - Promoted Simplified Chinese to Beta, and downgraded Hungarian and Spanish languages to Beta. + - Improved the opening animation of the user settings modal. + +#### Administration + - Upgraded ``@mattermost/client`` and ``@mattermost/types`` to support TypeScript v5.x. + - Enforced safety limit in compiled Team Edition and Enterprise Edition deployments when enterprise scale and access control automation features are unavailable, and when the count of users who are registered, but not deactivated, exceeds 11,000. ERROR_SAFE_LIMITS_EXCEEDED. + - Dropped pre-packaged plugins for unsupported OS and architectures. + - Implemented a new **Export Settings** page in the **System Console** to allow Cloud administrators to customize their dedicated export S3 buckets. + - LDAP job details are no longer shown until the job runs. + - Added more logging to the ``NotificationsLog``. + - A message is now logged when a user tries to log in using an incorrect password. + - Posts from deactivated users are now included in **Direct Message** channel exports. Also the ``--include-archived-channels`` flag is now respected for **Direct Message** channels. + - Changed the cache headers for file endpoints to cache privately for 24 hours, instead of not caching at all. + - Improved the performance of the ElasticSearch indexing job in PostgreSQL installations. + - Moved following functions from server to public utils: + - ``ResetReadTimeout`` + - ``AppendMultipleStatementsFlag`` + - ``SetupConnection`` + - ``SanitizeDataSource`` + +#### mmctl + - mmctl can now be used to download a Support Packet using ``--local mode``. + - mmctl system ping will now return detailed server status even if the server status is unhealthy. + +### Bug Fixes + - Fixed an issue where the Desktop App login flow would erroneously show the landing page for first time users. + - Fixed an issue where a right-hand side card was not reloaded when the card body was updated. + - Fixed an issue where ``en-AU`` language selection was not allowed. + - Fixed an issue with the position of text in the default profile picture. + - Fixed an issue with the group search to parse the display name. + - Fixed an issue where items with longer text did not widen the user guide dropdown to its max-width. + - Fixed an issue where the configuration could not be updated from the **System Console** in cloud environments. + +### config.json +A new setting option was added to ``config.json``. Below is a list of the addition and its default value on install. The setting can be modified in ``config.json``, or the System Console when available. + +#### Changes to all plans: + - Under ``CloudSettings`` in ``config.json``: + - Added a new configuration setting ``Disable`` (via config.json, or environment variable), default ``false``. When set to ``true``, all requests to the Mattermost Customer Portal from a workspace will be disabled. + +### Open Source Components + - Added ``stylelint`` to https://github.com/mattermost/mattermost/. + +### Go Version + - v9.7 is built with Go ``v1.20.7``. + +### Known Issues + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [2017Yasu](https://github.com/2017Yasu), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [andriumm](https://github.com/andriumm), [angeloskyratzakos](https://github.com/angeloskyratzakos), [annaos](https://github.com/annaos), [apshada](https://github.com/apshada), [asaadmahmood](https://github.com/asaadmahmood), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [Blaieet](https://github.com/Blaieet), [calebroseland](https://github.com/calebroseland), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [devinbinnie](https://github.com/devinbinnie), [dipaksinha1](https://github.com/dipaksinha1), [doc-sheet](https://github.com/doc-sheet), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [ezekielchow](https://github.com/ezekielchow), [gabrieljackson](https://github.com/gabrieljackson), [grundleborg](https://github.com/grundleborg), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hereje](https://github.com/hereje), [hmhealey](https://github.com/hmhealey), [hossain-sazzad](https://github.com/hossain-sazzad), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [iyampaul](https://github.com/iyampaul), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jones](https://translate.mattermost.com/user/jones), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [Linkinlog](https://github.com/Linkinlog), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mickmister](https://github.com/mickmister), [morgancz](https://github.com/morgancz), [mozi47](https://github.com/mozi47), [mvitale1989](https://github.com/mvitale1989), [nab-77](https://github.com/nab-77), [nachtjasmin](https://github.com/nachtjasmin), [natalie-hub](https://github.com/natalie-hub), [neflyte](https://github.com/neflyte), [nickmisasi](https://github.com/nickmisasi), [phoinixgrr](https://github.com/phoinixgrr), [poppfredslund](https://translate.mattermost.com/user/poppfredslund), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [RyoKub](https://github.com/RyoKub), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://translate.mattermost.com/user/Sharuru), [sinansonmez](https://github.com/sinansonmez), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [tanmaythole](https://github.com/tanmaythole), [ThrRip](https://github.com/ThrRip), [toninis](https://github.com/toninis), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [vishal-rathod-07](https://github.com/vishal-rathod-07), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [Wing0515](https://github.com/Wing0515), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1) + +---- + +(release-v9-6-feature-release)= +## Release v9.6 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.6.2, released 2024-04-25** + - Mattermost v9.6.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.6.2 contains no database or functional changes. + - Pre-packaged Playbooks version [v1.39.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.3). + - Fixed an issue where it was not possible to clear the plugin settings with a default value in the System Console. +- **9.6.1, released 2024-03-26** + - Mattermost v9.6.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.6.1 contains no database or functional changes. + - Fixed an issue where the configuration could not be updated from the System Console in cloud environments. +- **9.6.0, released 2024-03-15** + - Original 9.6.0 release. + +### Compatibility + - Updated minimum required Edge and Chrome versions to 120+. + +```{Important} +If you upgrade from a release earlier than v9.5, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +See [this walkthrough video](https://mattermost.com/video/changelog-v9-6/) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Pre-packaged Calls version [v0.24.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.24.0). + - Pre-packaged GitLab plugin version [v1.8.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.8.0). + - Added the [Outgoing OAuth Connections](https://mattermost.com/pl/outgoing-oauth-connections) integration type. + - Re-designed the **System Console > User Management** screen, and added the ability to batch export users in CSV format (Professional and Enterprise plans). On MySQL, users cannot view live results of the batch export in the user interface. + - Improved the appearance of profile/account menus. + - Added support for checkbox types in the **System Console** settings. + - Added support for WebP image previews in the web app similar to PNG and other image formats. + - Several pre-packaged plugins were removed. + +#### Administration + - Removed some unused Redux actions and reducers, including ``state.entities.posts.selectedPostId``. + - Limited the number of user preference updates to 10 per call. + - Clarified that the LDAP profile picture setting is optional. + +#### mmctl + - Extended mmctl with support for user preferences. + +### Bug Fixes + - Fixed an issue with switching to a **Direct Message** channel with a shared channel user (user from another server). + - Fixed an issue with extra space getting added to code blocks in search results. + - Fixed an issue where deactivated members were not included in a favorited **Direct Message** channel export. + - Fixed an issue where password strength settings wouldn't be disabled if they were set through environment variables. + - Fixed an issue where post mentions would grow outside the viewport on small devices. + - Fixed an issue with draft removal after deleting the post. + - Fixed a markdown issue where, on some occasions, extra space was found before a list. + - Fixed an issue where a sender to a custom group would also receive the message notification themselves. + - Fixed a web app crash when a System Admin clicked on a link to a private channel that they were not a member of. + - Fixed ``ChannelHasBeenCreated`` plugin hook not being called when a group channel was created. + - Fixed thread notifications so that if a user had **Thread Reply Notifications** disabled for your account and **Automatically follow threads in this channel** enabled for a channel, the user wouldn't receive thread notifications for that channel per global setting. + +### config.json + - Multiple 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 the Enterprise plan: + - Under ``ServiceSettings`` in ``config.json``: + - Added ``EnableOutgoingOAuthConnections`` configuration setting for Outgoing OAuth Connections integration type. + +### Open Source Components + - Added ``@floating-ui/react``, and removed ``@floating-ui/react-dom`` and ``@floating-ui/react-dom-interactions`` from https://github.com/mattermost/mattermost/. + +### Go Version + - v9.6 is built with Go ``v1.20.7``. + +### Known Issues + - Users' initial status is not always loaded correctly [MM-56966](https://mattermost.atlassian.net/browse/MM-56966). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [abdesslamhouioui](https://github.com/abdesslamhouioui), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [Alpha-4](https://github.com/Alpha-4), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [apshada](https://github.com/apshada), [arush-vashishtha](https://github.com/arush-vashishtha), [asaadmahmood](https://github.com/asaadmahmood), [avas27JTG](https://github.com/avas27JTG), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [bewing](https://github.com/bewing), [calebroseland](https://github.com/calebroseland), [carydrew](https://github.com/carydrew), [Chlbek](https://translate.mattermost.com/user/Chlbek), [compiledsound](https://github.com/compiledsound), [cpatulea](https://github.com/cpatulea), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [edu-ap](https://github.com/edu-ap), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [esarafianou](https://github.com/esarafianou), [ewwollesen](https://github.com/ewwollesen), [gabrieljackson](https://github.com/gabrieljackson), [gourav-varma](https://github.com/gourav-varma), [Gregesp](https://github.com/Gregesp), [grundleborg](https://github.com/grundleborg), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hereje](https://github.com/hereje), [hmhealey](https://github.com/hmhealey), [iabdousd](https://github.com/iabdousd), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [jespino](https://github.com/jespino), [jlandells](https://github.com/jlandells), [johndavidlugtu](https://github.com/johndavidlugtu), [jones](https://translate.mattermost.com/user/jones), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [juliovillalvazo](https://github.com/juliovillalvazo), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [lucassabreu](https://github.com/lucassabreu), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [MixeroTN](https://translate.mattermost.com/user/MixeroTN), [mjnagel](https://github.com/mjnagel), [morgancz](https://translate.mattermost.com/user/morgancz), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [nokedajunky](https://github.com/nokedajunky), [olavinto](https://github.com/olavinto), [oOoBenoitoOo](https://github.com/oOoBenoitoOo), [phoinixgrr](https://github.com/phoinixgrr), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [rOt779kVceSgL](https://translate.mattermost.com/user/rOt779kVceSgL), [sadohert](https://github.com/sadohert), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://translate.mattermost.com/user/Sharuru), [sinansonmez](https://github.com/sinansonmez), [sohzm](https://github.com/sohzm), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [TealWater](https://github.com/TealWater), [ThrRip](https://github.com/ThrRip), [titanventura](https://github.com/titanventura), [toninis](https://github.com/toninis), [trangology](https://github.com/trangology), [trivikr](https://github.com/trivikr), [tsabi](https://github.com/tsabi), [Utsav-Ladani](https://github.com/Utsav-Ladani), [varghesejose2020](https://github.com/varghesejose2020), [vidhisaini10](https://github.com/vidhisaini10), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yeoji](https://github.com/yeoji) + +---- + +(release-v9-5-extended-support-release)= +## Release v9.5 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) + +- **9.5.5, released 2024-05-15** + - Fixed an issue where the user status would incorrectly get stuck to online after the user closed their tab [MM-57885](https://mattermost.atlassian.net/browse/MM-57885). + - Mattermost v9.5.5 contains no database or functional changes. +- **9.5.4, released 2024-04-25** + - Mattermost v9.5.4 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.5.4 contains no database or functional changes. + - Pre-packaged Playbooks version [v1.39.3](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.3). + - Increased the default payload size limit (``MaximumPayloadSizeBytes``) from 100 kB to 300 kB. + - Fixed an issue with context cancellation for integration requests. + - Fixed an issue where end users were not allowed to fetch the group members list of groups that allow ``@-mentions``. +- **9.5.3, released 2024-03-26** + - Mattermost v9.5.3 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.5.3 contains no database or functional changes. + - Improved the performance of the ElasticSearch indexing job in PostgreSQL installations. +- **9.5.2, released 2024-03-06** + - Mattermost v9.5.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.5.2 contains no database or functional changes. + - Fixed ``ChannelHasBeenCreated`` plugin hook not being called when a group channel was created. +- **9.5.1, released 2024-02-16** + - Mattermost v9.5.1 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.5.1 contains no database or functional changes. +- **9.5.0, released 2024-02-16** + - Original 9.5.0 release. + +### Important Upgrade Notes + - We have stopped supporting MySQL v5.7 since it's at the end of life. We urge customers to upgrade their MySQL instance at their earliest convenience. + +```{Important} +If you upgrade from a release earlier than v9.4, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +See [this walkthrough video](https://www.youtube.com/watch?v=b1M2BGGF578&feature=youtu.be) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Pre-packaged Calls version [v0.23.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.23.1). + - Pre-packaged Jira plugin version [v4.1.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.0). + - Improved the behavior of suggestion boxes when changing the caret position. + - Changed the time for tomorrow in the **Do Not Disturb** timer and post reminder to refer to the next day at 9:00am instead of 24hrs from the time of activation. + - Updated message timestamp tooltips to include seconds. + - Added a new Wrangler feature to be able to move threads (Experimental). Moving threads requires a Professional/Enterprise license to activate. This feature is not yet recommended for production use. A new feature flag ``MoveThreadsEnabled`` was added and is default OFF. Changing this value to ON will enable the experimental **Move Threads** feature. + - Applied a wording change for active and activated users in the **System Console** user list. + - Applied a wording change for active and activated users in the **Team Statistics** page. + +#### Administration + - Added safety limit error message in compiled Team Edition and Enterprise Edition deployments when enterprise scale and access control automation features are unavailable and count of users who are registered and not deactivated exceeds 10,000. ERROR_SAFE_LIMITS_EXCEEDED. + - The ``where`` field is now rendered in ``model.AppError`` only when it's present. + - Added Outgoing Oauth implementation ``Get``/``List`` logic. + - The mmctl bulk import process command in local mode now supports processing an import file without actually uploading it to the server. Simply pass the file path to the import file and the server will directly read from it, and pass the ``--bypass-upload`` flag. There is no need to use the import upload command. NOTE: all of this is applicable only in local mode. + - Added **Monthly Active Users** (MAU) as part of the true-up report. + - Prometheus metrics are now available under the Source Available License. + +#### Performance + - Optimized ``createPost`` performance. + - Improved the performance of emoji uploads. + - Made small optimizations in several database calls: + - ``App.HasPermissionToChannel`` + - ``getPostsForChannelAroundLastUnread`` + - ``publishWebsocketEventForPermalinkPost`` + - ``countMentionsFromPost`` + +#### Plugins + - Plugins are now allowed to register user settings. + - Plugins can now register an action in the **User Settings** section. Plugins can also now disable a section in their **User Settings**. + - Included session id in request payload of the ``WebSocketMessageHasBeenPosted`` plugin hook. + +### Bug Fixes + - Fixed an issue where the right-hand side stopped getting the focus when navigating from **Global Threads** or **Global Drafts**. + - Fixed a theme issue in the notification settings. + - Fixed a regression in compliance exports which did not allow the export job to be canceled gracefully on server shutdown. + - Fixed an error where posts dismissed by a plugin were not properly removed from the view. + - Fixed an issue where if there were multiple websocket connections from a single user, then in case one connection got removed during a broadcast, there was a possibility that the other good connection would not get the event. + - Fixed an issue with true-up reports sending active users and not activated users. + - Fixed an issue where users were not able to navigate through links to private channels they are member of with certain configurations. + +### config.json + - Multiple 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 ``ServiceSettings`` in ``config.json``: + - Added ``MaximumPayloadSizeBytes`` to add a limit to the payload size of API endpoints passing in arrays. + - Added a configuration setting ``OutgoingIntegrationRequestsDefaultTimeout`` for integration requests. + +#### Changes to the Professional and Enterprise plans: + - Under ``WranglerSettings`` in ``config.json``: + - Added ``AllowedEmailDomain`` - a CSV list of strings, where each is an email domain that is allowed to use the feature (e.g. - on community.mattermost.com, ``mattermost.com`` would allow staff to move a thread, while non-staff cannot). + - ``MoveThreadMaxCount`` - a number representing the maximum number of posts that can be in a thread for it to be moveable. + - ``MoveThreadToAnotherTeamEnable`` - a boolean value representing whether moving should work across teams. + - ``MoveThreadFromPrivateChannelEnable`` - a boolean value representing whether moving should work from within a private channel. + - ``MoveThreadFromDirectMessageChannelEnable`` - a boolean value representing whether moving should be allowed from within a group message. + +#### Changes to the Enterprise plan: + - Under ``DataRetentionSettings`` in ``config.json``: + - Added two new configuration settings, ``MessageRetentionHours`` and ``FileRetentionHours``, in order to support setting your global retention time in hours. ``DataRetentionSettings.MessageRetentionDays`` and ``DataRetentionSettings.FileRetentionDays`` are deprecated but we will continue to use their value until you set something for their hours equivalent. If Days are set then the hours configuration must be 0 and if hours is set then the days config must be 0. We do not support hours for granular retention policies. Due to how our Elasticsearch indexes are stored, Data retention will now also remove elastic search indexes equal to the day of the retention cut-off time. + +### API Changes + - Added a new API endpoint ``POST /api/v4/posts//move``. + - Added ``UpdateChannelMembersNotifications`` plugin API. + - Added plugin APIs and hooks for accessing the **Shared Channels** service via plugins. + - Added a limit to the payload size of API endpoints passing in arrays. + - Added ``PreferencesHaveChanged`` plugin hook. + - Added ``GetPreferenceForUser`` plugin API. + - Added a new API endpoint ``GET /api/v4/users/report`` for system admin user reporting. + - Added a new API endpoint ``GET /api/v4/reports/users/count``. + +### Open Source Components + - Added ``@tanstack/react-table`` and ``prometheus/client_model`` to https://github.com/mattermost/mattermost/. + +### Go Version + - v9.5 is built with Go ``v1.20.7``. + +### Known Issues + - User autocomplete no longer stays closed after pressing ESC key [MM-56748](https://mattermost.atlassian.net/browse/MM-56748). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akbarkz](https://translate.mattermost.com/user/akbarkz), [amyblais](https://github.com/amyblais), [andriuspetrauskis](https://github.com/andriuspetrauskis), [andriuspre](https://github.com/andriuspre), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [azistellar](https://translate.mattermost.com/user/azistellar), [azizthegit](https://github.com/azizthegit), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [c0d33ngr](https://github.com/c0d33ngr), [catenacyber](https://github.com/catenacyber), [cedricongjh](https://github.com/cedricongjh), [Chlbek](https://translate.mattermost.com/user/Chlbek), [chriswachira](https://github.com/chriswachira), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [cripton](https://github.com/cripton), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyberjam](https://github.com/cyberjam), [devinbinnie](https://github.com/devinbinnie), [duttakapil](https://github.com/duttakapil), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [GabrielCasaro](https://github.com/GabrielCasaro), [gabrieljackson](https://github.com/gabrieljackson), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [heisdinesh](https://github.com/heisdinesh), [hmhealey](https://github.com/hmhealey), [hynex](https://translate.mattermost.com/user/hynex), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jones](https://translate.mattermost.com/user/jones), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [kerochelo](https://github.com/kerochelo), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matoro](https://github.com/matoro), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [mkaraki](https://github.com/mkaraki), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [Nityanand13](https://github.com/Nityanand13), [norma596](https://translate.mattermost.com/user/norma596), [Omar8345](https://github.com/Omar8345), [phoinixgrr](https://github.com/phoinixgrr), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [Rutam21](https://github.com/Rutam21), [RyoKub](https://github.com/RyoKub), [sapnasivakumar](https://github.com/sapnasivakumar), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [ShrootBuck](https://github.com/ShrootBuck), [SkyDusH](https://translate.mattermost.com/user/SkyDusH), [sonichigo](https://github.com/sonichigo), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [TealWater](https://github.com/TealWater), [thinkGeist](https://github.com/thinkGeist), [thomasbrq](https://github.com/thomasbrq), [ThrRip](https://github.com/ThrRip), [titanventura](https://github.com/titanventura), [toninis](https://github.com/toninis), [trangology](https://github.com/trangology), [tsabi](https://translate.mattermost.com/user/tsabi), [Utsav-Ladani](https://github.com/Utsav-Ladani), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [VishalB98](https://github.com/VishalB98), [wiggin77](https://github.com/wiggin77), [Willy-Wakam](https://github.com/Willy-Wakam), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yaz](https://translate.mattermost.com/user/yaz), [yomiadetutu1](https://github.com/yomiadetutu1) + +---- + +(release-v9-4-feature-release)= +## Release v9.4 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.4.5, released 2024-03-26** + - Mattermost v9.4.5 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.4.5 contains no database or functional changes. +- **9.4.4, released 2024-03-06** + - Mattermost v9.4.4 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.4.4 contains no database or functional changes. +- **9.4.3, released 2024-02-14** + - Mattermost v9.4.3 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.4.3 contains no database or functional changes. + - Pre-packaged Jira plugin version [v4.1.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.0). +- **9.4.2, released 2024-01-30** + - Mattermost v9.4.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Fixed an issue with true-up reports sending active users and not activated users. Added **Monthly Active Users** (MAU) as part of the true-up reports. + - Mattermost v9.4.2 contains no database or functional changes. +- **9.4.1, released 2024-01-16** + - Fixed an issue where ``getChannelMemberOnly`` failed to fetch data when certain fields were NULL. +- **9.4.0, released 2024-01-16** + - Original 9.4.0 release. + +### Important Upgrade Notes + - MySQL v5.7 is at end of life. We recommend all customers to upgrade to at least 8.x. For now, we are logging a warning. From Mattermost v9.5, which is the next Extended Support Release, we will stop supporting MySQL v5.7 altogether. + +```{Important} +If you upgrade from a release earlier than v9.3, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated the minimum required Edge version to v118+. + +### Improvements + +See [this walkthrough video](https://www.youtube.com/watch?v=bEMp4vYLi6c&feature=youtu.be&ab_channel=Mattermost) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Updated the pre-packaged GitHub plugin version to [v2.1.7](https://github.com/mattermost/mattermost-plugin-github/releases/tag/v2.1.7). + - Pre-packaged Calls plugin version [v0.22.2](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.22.2). + - Improved the user interface of the channel notifications modal. + - Emojis are now enlarged in emoji tooltips on mouse hover. + - Added a gap of 8px between buttons in the modal footer when opened in the mobile web view. + - Updated empty states to align with new branding and made changes to the empty state copy. + - Adjusted the position of the suggestion list in "Add to a channel" modal to be below or above the text field. + +#### Administration + - Added support for IP Filtering in Cloud (Cloud Enterprise plan) (this feature is disabled by default and behind a feature flag). + - Added support for Bring Your Own Key (BYOK) Encryption (Cloud Enterprise plan). + - An optional dedicated filestore is now used for compliance exports if configured (Cloud Enterprise plan). + - ``MessageExportSettings.GlobalRelaySettings.CustomerType`` now supports "CUSTOM". + - Added new ``ServerMetrics`` hook to allow plugins to register a custom HTTP endpoint to serve their metrics under the server's metrics HTTP listener. + - Admins now have the ability to pipe the output of ``mmctl websocket`` into the JSON parser. + - Added stores for OAuth **Outgoing Connections**. + - Added last login timestamp for users, and added a materialized view and a refresh job to keep track of post stats for PostgreSQL. + - Allowed plugin requests to include **Authorization** headers from external systems. + - Added a mmctl command ``mmctl system supportpacket`` to download the **Support Packet**. + - Added a new mmctl command ``oauth list`` for listing registered OAuth2 applications. + +### Bug Fixes + - Fixed an issue with the emoji reaction toggle behavior. + - Fixed an issue with the spacing between Playbooks and the separator in the Apps bar. + +### config.json + - Multiple 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 ``RefreshPostStatsRunTime`` in ``config.json``: + - Added ``RefreshPostStatsRunTime`` to add last login timestamp for users and to add materialized view and refresh job to keep track of post stats for PostgreSQL. + +#### Changes to the Enterprise plan: + - Under ``GlobalRelayMessageExportSettings`` in ``config.json``: + - Added two new configuration settings ``CustomSMTPServerName`` and ``CustomSMTPPort`` to allow setting a custom URL and port for Global Relay export. This enables compliance export to integrate with Proofpoint. + +### Open Source Components: + - Added ``@mattermost/desktop-api`` and ``ipaddr.js`` to https://github.com/mattermost/mattermost/. + +### Go Version + - v9.4 is built with Go ``v1.20.7``. + +### Known Issues + - Non-channel-admin users can no longer use message links in private channels [MM-56575](https://mattermost.atlassian.net/browse/MM-56575). + - Preview doesn't work when editing a channel header [MM-56572](https://mattermost.atlassian.net/browse/MM-56572). + - The channel member count shows as zero in the **Browse channels** modal [MM-56266](https://mattermost.atlassian.net/browse/MM-56266). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [AayushChaudhary0001](https://github.com/AayushChaudhary0001), [aditipatelpro](https://github.com/aditipatelpro), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akbarkz](https://github.com/akbarkz), [Alpha-4](https://github.com/Alpha-4), [amyblais](https://github.com/amyblais), [andrius](https://translate.mattermost.com/user/andrius), [andriuspetrauskis](https://github.com/andriuspetrauskis), [andrleite](https://github.com/andrleite), [arthurhrg](https://github.com/arthurhrg), [arush-vashishtha](https://github.com/arush-vashishtha), [asaadmahmood](https://github.com/asaadmahmood), [avas27JTG](https://github.com/avas27JTG), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [caotanduc99](https://github.com/caotanduc99), [CI-YU](https://github.com/CI-YU), [codejagaban](https://github.com/codejagaban), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [cyberjam](https://github.com/cyberjam), [danielsischy](https://github.com/danielsischy), [Dev-A-Line](https://translate.mattermost.com/user/Dev-A-Line), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [dkkb](https://github.com/dkkb), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [fmartingr](https://github.com/fmartingr), [FokinAleksandr](https://github.com/FokinAleksandr), [GabrielCasaro](https://github.com/GabrielCasaro), [gabrieljackson](https://github.com/gabrieljackson), [gabsfrancis](https://translate.mattermost.com/user/gabsfrancis), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [harsh4723](https://github.com/harsh4723), [harshilsharma63](https://github.com/harshilsharma63), [hasancankucuk](https://github.com/hasancankucuk), [hereje](https://github.com/hereje), [hmhealey](https://github.com/hmhealey), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://translate.mattermost.com/user/jprusch), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [lindalumitchell](https://github.com/lindalumitchell), [ludvigbolin](https://github.com/ludvigbolin), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [morgancz](https://github.com/morgancz), [mvitale1989](https://github.com/mvitale1989), [neflyte](https://github.com/neflyte), [nickmisasi](https://github.com/nickmisasi), [Paul-Stern](https://github.com/Paul-Stern), [pgteekens](https://translate.mattermost.com/user/pgteekens), [phoinixgrr](https://github.com/phoinixgrr), [PromoFaux](https://github.com/PromoFaux), [PulkitGarg-code](https://github.com/PulkitGarg-code), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [rajatdangat](https://github.com/rajatdangat), [relwell](https://github.com/relwell), [roaslin](https://github.com/roaslin), [rohan-kapse](https://github.com/rohan-kapse), [rohitkbc](https://github.com/rohitkbc), [Rutam21](https://github.com/Rutam21), [RyoKub](https://github.com/RyoKub), [saakshiraut28](https://github.com/saakshiraut28), [San4es](https://github.com/San4es), [sapnasivakumar](https://github.com/sapnasivakumar), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [ShlokJswl](https://github.com/ShlokJswl), [sinansonmez](https://github.com/sinansonmez), [srappan](https://github.com/srappan), [sri-byte](https://github.com/sri-byte), [srisri332](https://github.com/srisri332), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [svelle](https://github.com/svelle), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [tanmaythole](https://github.com/tanmaythole), [TealWater](https://github.com/TealWater), [thomasbrq](https://github.com/thomasbrq), [ThrRip](https://github.com/ThrRip), [toninis](https://github.com/toninis), [tsabi](https://github.com/tsabi), [umrkhn](https://github.com/umrkhn), [varghesejose2020](https://github.com/varghesejose2020), [Vinecreeper888](https://github.com/Vinecreeper888), [weblate](https://github.com/weblate), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [ZubairImtiaz3](https://github.com/ZubairImtiaz3) + +---- + +(release-v9-3-feature-release)= +## Release v9.3 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.3.3, released 2024-03-06** + - Mattermost v9.3.3 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.3.3 contains no database or functional changes. +- **9.3.2, released 2024-02-14** + - Mattermost v9.3.2 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.3.2 contains no database or functional changes. + - Pre-packaged Jira plugin version [v4.1.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.0). +- **9.3.1, released 2024-01-30** + - Mattermost v9.3.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.3.1 contains no database or functional changes. +- **9.3.0, released 2023-12-15** + - Original 9.3.0 release. + +### Important Upgrade Notes + - Please read the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) before upgrading. + +### Compatibility + - Updated minimum required Firefox version to v115+. + - Updated minimum supported Chromium version to 118+. + +### Improvements + +See [this walkthrough video](https://www.youtube.com/watch?v=eXA8emM97Bo) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Updated pre-packaged Playbooks plugin version to [v1.39.1](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.1). + - Updated pre-packaged Calls version to [v0.21.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.21.1). + - Updated pre-packaged Jira plugin version to [v4.0.1](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.0.1). Also see [v4.0.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.0.0) for recent breaking changes. + - Added Vietnamese (Beta) as a new language. + - Added the ability to passively track keywords with highlights without triggering a notification (Professional and Enterprise plans). + - Updated the **Settings** modal with an improved user interface. + - Added a new **Jump to recents** banner when a channel is scrolled up. + - Modified the behavior of the code button (Ctrl+Alt+C) to create inline codes or code blocks. + - Disabled markdown keybindings within code blocks. + - Added a **Back** button to the ``/access_problem`` page. + - Added a default limit of the number of reactions per post. + +#### Performance + - Removed pre-fetch preference and set new prefetch limits for the webapp. + - Improved websocket event marshaling performance. + - Batched loading of recently used emojis on initial load. + +#### Administration + - The tooltip on the announcement bar in the **System Console** is now widened. + - Improved the error message when trying to activate a plugin in an unsupported environment. + - Added a file storage permission check to the workspace health dashboard. + - Performed a cleanup in preparation for adding support for multi-word keywords that trigger notification. + - Added a warning log message when the app runs as root. + - Removed all uses of the ``ExperimentalTimezone`` setting. The Timezone feature is now always enabled and no longer behind a configuration setting. + - Added support for previewing WebVTT attachments. + - Introduced separate ``AdvancedLogging`` levels for LDAP messages. + - Introduced trace logging level for LDAP messages. + - Added a new way to modify ``WebSocket`` messages sent to individual connections. + - Added a new server side hook ``MessagesWillBeConsumed`` to allow modifying post objects after they are grabbed from the database but before they are delivered to the client. This is behind a feature flag and disabled by default. + - Users and posts are now pretty-printed in the logs. + - Improved file extraction logging. + - Exposed ``ThreadView`` and ``AdvancedCreateComment`` components in the webapp plugin exported components list. + - Added **Logging > Advanced Logging** setting to the **System Console** to allow admins to configure custom log targets via the user interface. + +### Bug Fixes + - Fixed an issue where marking a Group Message as unread didn't show the badge count correctly. + - Fixed an issue where ``invite_id`` was being reset on all team changes. + - Fixed an issue where interactive dialog elements with subtype ``number`` didn't handle a ``0`` value properly. + - Fixed an issue with the download link in channel file search items when including a path in the **Site URL** setting. + - Fixed an issue with the formatting of special mentions in the right-hand side. + - Fixed ``MessageWillBeUpdated`` plugin hook to allow rejections. + - Fixed an issue with some shortcuts not working as expected. + - Fixed the message history not clearing the input on the center channel. + - Fixed an issue where a higher contrast was generated for some usernames. + - Fixed an issue where newly created Group Messages showed having 0 members. + - Fixed an issue where an incorrect timestamp was assigned to support packet files. + - Fixed an issue where the **Reset Password** link was not displayed if only LDAP/AD was enabled. + - Fixed an issue where **Recent Mentions** showed posts for other similar named users. + - Fixed an error that appeared when updating the header of Group Messages. + - Fixed an issue that caused the server to get stuck during shutdown due to a deadlock in a dependency. + - Fixed an issue where Desktop App clients would be shown an error when trying to open file preview links. + - Fixed an issue with double URL encoding of Oauth redirect URI params. + - Fixed an issue where users couldn't at-mention custom groups in group constrained teams and channels. + - Fixed an issue where the channel admin wasn't being set when converting a Group Message to a private channel. + +### config.json + - Multiple 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: + - Removed ``DisplaySettings.ExperimentalTimezone`` setting. + - Under ``ServiceSettings`` in ``config.json``: + - Added ``DefaultUniqueReactionsPerPost`` and ``MaxUniqueReactionsPerPost`` to fix an issue where invalid reactions could be added to posts and to add a default limit for the number of reactions per post. + +### API Changes + - Added an API to batch requests for custom emojis on page load. + +### Database Changes + - ``NextSyncAt`` and ``Description`` columns are removed from the ``SharedChannelsRemotes`` table. Migration impact is considered to be minimal considering the possible table size. + +### Go Version + - v9.3 is built with Go ``v1.20.7``. + +### Known Issues + - Mattermost Omnibus: Unable to install omnibus due to unmet dependencies [MM-56080](https://mattermost.atlassian.net/browse/MM-56080). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [AirGoatOne](https://github.com/AirGoatOne), [akbarkz](https://github.com/akbarkz), [amigo7kr](https://github.com/amigo7kr), [amyblais](https://github.com/amyblais), [anneschuth](https://github.com/anneschuth), [ARJ2160](https://github.com/ARJ2160), [Arslan-work](https://github.com/Arslan-work), [arthurh](https://translate.mattermost.com/user/arthurh), [arthurhrg](https://github.com/arthurhrg), [Aryakoste](https://github.com/Aryakoste), [asaadmahmood](https://github.com/asaadmahmood), [AshishDhama](https://github.com/AshishDhama), [avas27JTG](https://github.com/avas27JTG), [AvaterClasher](https://github.com/AvaterClasher), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BandhiyaHardik](https://github.com/BandhiyaHardik), [BenCookie95](https://github.com/BenCookie95), [Benjamin-Loison](https://github.com/Benjamin-Loison), [calebroseland](https://github.com/calebroseland), [catenacyber](https://github.com/catenacyber), [cedarice](https://github.com/cedarice), [CI-YU](https://github.com/CI-YU), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [Davut97](https://github.com/Davut97), [deepakumarvu](https://github.com/deepakumarvu), [devinbinnie](https://github.com/devinbinnie), [Dhoni77](https://github.com/Dhoni77), [DimitriDR](https://translate.mattermost.com/user/DimitriDR), [edwardnguyen225](https://github.com/edwardnguyen225), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [Emil-Carlsson](https://github.com/Emil-Carlsson), [enahum](https://github.com/enahum), [escofresco](https://github.com/escofresco), [fandour](https://translate.mattermost.com/user/fandour), [fazil-syed](https://github.com/fazil-syed), [fmartingr](https://github.com/fmartingr), [gabrieljackson](https://github.com/gabrieljackson), [hanzei](https://github.com/hanzei), [harshal2030](https://github.com/harshal2030), [harshilsharma63](https://github.com/harshilsharma63), [heisdinesh](https://github.com/heisdinesh), [hmhealey](https://github.com/hmhealey), [ifoukarakis](https://github.com/ifoukarakis), [imamimam113](https://github.com/imamimam113), [imkrishnasarathi](https://github.com/imkrishnasarathi), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jonathanwiemers](https://github.com/jonathanwiemers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [jwilander](https://github.com/jwilander), [kaakaa](https://github.com/kaakaa), [kapdev](https://translate.mattermost.com/user/kapdev), [kayazeren](https://github.com/kayazeren), [Kimbohlovette](https://github.com/Kimbohlovette), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [KuSh](https://github.com/KuSh), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [LeonardJouve](https://github.com/LeonardJouve), [lieut-data](https://github.com/lieut-data), [lindy65](https://github.com/lindy65), [linkvn](https://github.com/linkvn), [ludvigbolin](https://github.com/ludvigbolin), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [m1lt0n](https://github.com/m1lt0n), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [maxtrem271991](https://github.com/maxtrem271991), [mickmister](https://github.com/mickmister), [milotype](https://github.com/milotype), [mozi47](https://github.com/mozi47), [mvitale1989](https://github.com/mvitale1989), [nathanaelhoun](https://github.com/nathanaelhoun), [newdominic](https://github.com/newdominic), [nickmisasi](https://github.com/nickmisasi), [nosyn](https://github.com/nosyn), [otilor](https://github.com/otilor), [pacop](https://github.com/pacop), [Paul-Stern](https://github.com/Paul-Stern), [Paul-vrn](https://github.com/Paul-vrn), [phoinixgrr](https://github.com/phoinixgrr), [proggga](https://github.com/proggga), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [rahulsuresh-git](https://github.com/rahulsuresh-git), [rashmibharambe](https://github.com/rashmibharambe), [Reene-Simon](https://github.com/Reene-Simon), [rohan-kapse](https://github.com/rohan-kapse), [rohitkbc](https://github.com/rohitkbc), [rubinaga](https://github.com/rubinaga), [RyoKub](https://github.com/RyoKub), [san70sh](https://github.com/san70sh), [sapnasivakumar](https://github.com/sapnasivakumar), [sbishel](https://github.com/sbishel), [seoyeongeun](https://github.com/seoyeongeun), [Sharuru](https://github.com/Sharuru), [shivamjosh](https://github.com/shivamjosh), [sinansonmez](https://github.com/sinansonmez), [Sn-Kinos](https://github.com/Sn-Kinos), [sp6370](https://github.com/sp6370), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [sudheer121](https://github.com/sudheer121), [Syed-Ali-Abbas-Zaidi](https://github.com/Syed-Ali-Abbas-Zaidi), [tanmaythole](https://github.com/tanmaythole), [tejas161](https://github.com/tejas161), [thomasbrq](https://github.com/thomasbrq), [ThrRip](https://github.com/ThrRip), [TomerPacific](https://github.com/TomerPacific), [toninis](https://github.com/toninis), [trivikr](https://github.com/trivikr), [tsabi](https://github.com/tsabi), [turretkeeper](https://github.com/turretkeeper), [umrkhn](https://github.com/umrkhn), [vish9812](https://github.com/vish9812), [wcdfilll](https://translate.mattermost.com/user/wcdfilll), [wiebel](https://github.com/wiebel), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1) + +---- + +(release-v9-2-feature-release)= +## Release v9.2 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.2.6, released 2024-02-14** + - Mattermost v9.2.6 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.2.6 contains no database or functional changes. + - Pre-packaged Jira plugin version [v4.1.0](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.0). +- **9.2.5, released 2024-01-30** + - Mattermost v9.2.5 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.2.5 contains no database or functional changes. +- **9.2.4, released 2024-01-09** + - Mattermost v9.2.4 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.2.4 contains the following functional changes: + - Fixed an issue where invalid reactions could be added to posts. Added default limit of the number of reactions per post. +- **9.2.3, released 2023-11-29** + - Mattermost v9.2.3 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.2.3 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.21.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.21.1). +- **9.2.2, released 2023-11-08** + - Mattermost v9.2.2 contains a high severity level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Playbooks plugin version [v1.39.1](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.1). + - Fixed an issue where the **About Mattermost** dialog reported an incorrect server version. +- **9.2.1, released 2023-11-06** + - Fixed an issue where Ubuntu GLIBC errors were thrown on Ubuntu 20.04 and Debian Bullseye versions. +- **9.2.0, released 2023-11-02** + - Original 9.2.0 release + +### Important Upgrade Notes + - Fixed data retention policies to run jobs when any custom retention policy is enabled even when the global retention policy is set to **keep-forever**. Before this fix, the enabled custom data retention policies wouldn’t run as long as the global data retention policy was set to **keep-forever** or was disabled. After the fix, the custom data retention policies will run automatically even when the global data retention policy is set to **keep-forever**. Once the server is upgraded, posts may unintentionally be deleted. Admins should make sure to disable all custom data retention policies before upgrading, and then re-enable them again after upgrading. + +```{Important} +If you upgrade from a release earlier than v9.1, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated minimum required Edge version to 116+. + +### Improvements + +See [this walkthrough video](https://www.youtube.com/watch?v=udC2OCTGooc&feature=youtu.be&ab_channel=Mattermost) on some of the improvements in our latest release below. + +#### User Interface (UI) + - Improved readability by displaying system messages on multiple lines when editing a channel header. + - Combined "joined/left" event types in system messages. + - Added a new user preference to disable webapp prefetching via **Settings > Advanced > Allow Mattermost to prefetch channel posts**. You must enable **Client Performance Debugging** in the System Console by going to **Environment > Developer** in order for this setting to appear. This setting and Client Performance Debugging should only be enabled temporarily if users are experiencing performance issues. + - Pre-packaged NPS plugin version [v1.3.3](https://github.com/mattermost/mattermost-plugin-nps/releases/tag/v1.3.3). + - Pre-packaged Todo plugin version [v0.7.1](https://github.com/mattermost/mattermost-plugin-todo/releases/tag/v0.7.1). + +#### Administration + - JSON null value cases are now handled correctly by also checking that the pointer is no longer null when unmarshalling to a pointer. + - An annotated logger is now used to capture LDAP and SAML logs. + - Replaced ``github.com/mattermost/gziphandler`` with ``github.com/klauspost/compress/gzhttp``. + - Performance metrics now contain information on if a given request was sent during a page load or a websocket reconnect. + - Elasticsearch aggregation jobs no longer start when a bulk indexing job is currently running. + - Added heap profile, CPU profile, and goroutines profile to the support package. + - Merged WIP i18n locales, but disallowed selecting unsupported locales. + +### Bug Fixes + - Fixed a panic where a simple worker would crash if it failed to get a job. + - Fixed post props on update to properly see channel links. + - Fixed an issue where the API for drafts would return empty drafts. + - Fixed the alignment of the **Help** menu in the global header. + - Fixed a broken link in the **Edit Channel** header modal. + - Fixed an issue that prevented users to be added to channels from the System Console. + - Fixed an issue where the channel member count increased when adding an already present user. + - Fixed an issue where plugin developers were unable to create a ``textarea`` in interactive dialogs. + - Fixed an issue where copy pasting images from Chrome failed. + +### config.json + - Multiple 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 ``LogSettings`` in ``config.json``: + - Added a new configuration setting ``MaxFieldSize`` to add the ability to size-limit log fields during logging. + +### API Changes + - Added ``origin_client`` to the ``mattermost_api_time`` metrics. + +### Go Version + - v9.2 is built with Go ``v1.20.7``. + +### Known Issues + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [aayushborkar14](https://github.com/aayushborkar14), [AayushChaudhary0001](https://github.com/AayushChaudhary0001), [AbhineshJha](https://github.com/AbhineshJha), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaMrDC](https://github.com/akaMrDC), [akbarkz](https://github.com/akbarkz), [alejdg](https://github.com/alejdg), [Alphanum404](https://github.com/Alphanum404), [amigo7kr](https://translate.mattermost.com/user/amigo7kr), [amyblais](https://github.com/amyblais), [amynicol1985](https://github.com/amynicol1985), [andrew-delph](https://github.com/andrew-delph), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [aniketh-varma](https://github.com/aniketh-varma), [anneschuth](https://translate.mattermost.com/user/anneschuth), [apshada](https://github.com/apshada), [ARJ2160](https://github.com/ARJ2160), [ArturBa](https://github.com/ArturBa), [asaadmahmood](https://github.com/asaadmahmood), [AsisRout](https://github.com/AsisRout), [avas27JTG](https://github.com/avas27JTG), [AvaterClasher](https://github.com/AvaterClasher), [ayrotideysarkar](https://github.com/ayrotideysarkar), [ayusht2810](https://github.com/ayusht2810), [balajik](https://github.com/balajik), [Bangik](https://github.com/Bangik), [bartaz](https://translate.mattermost.com/user/bartaz), [BaumiCoder](https://github.com/BaumiCoder), [BenCookie95](https://github.com/BenCookie95), [bishalpal](https://github.com/bishalpal), [calebroseland](https://github.com/calebroseland), [cedarice](https://translate.mattermost.com/user/cedarice), [cescpmantidfly](https://translate.mattermost.com/user/cescpmantidfly), [CI-YU](https://github.com/CI-YU), [Ciggzy1312](https://github.com/Ciggzy1312), [codeEmpress1](https://github.com/codeEmpress1), [coltoneshaw](https://github.com/coltoneshaw), [costa-neto](https://github.com/costa-neto), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://github.com/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danialkeimasi](https://github.com/danialkeimasi), [Delaney](https://github.com/Delaney), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [dhnlr](https://github.com/dhnlr), [dipandhali2021](https://github.com/dipandhali2021), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [escofresco](https://github.com/escofresco), [esethna](https://github.com/esethna), [fazil-syed](https://github.com/fazil-syed), [fmartingr](https://github.com/fmartingr), [frjaraur](https://github.com/frjaraur), [fyfirman](https://github.com/fyfirman), [gabrieljackson](https://github.com/gabrieljackson), [Gauravpadam](https://github.com/Gauravpadam), [gibsonliketheguitar](https://github.com/gibsonliketheguitar), [h1usertest](https://translate.mattermost.com/user/h1usertest), [hanzei](https://github.com/hanzei), [harsh-solanki21](https://github.com/harsh-solanki21), [harshal2030](https://github.com/harshal2030), [harshalkh](https://github.com/harshalkh), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [ialorro](https://github.com/ialorro), [ifoukarakis](https://github.com/ifoukarakis), [imamimam113](https://translate.mattermost.com/user/imamimam113), [isacikgoz](https://github.com/isacikgoz), [iyampaul](https://github.com/iyampaul), [izruff](https://github.com/izruff), [janlengyel](https://github.com/janlengyel), [jannikbertram](https://github.com/jannikbertram), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [jgilliam17](https://github.com/jgilliam17), [jlandells](https://github.com/jlandells), [johnsonbrothers](https://github.com/johnsonbrothers), [josephjosedev](https://github.com/josephjosedev), [jprusch](https://github.com/jprusch), [js029](https://github.com/js029), [jufab](https://github.com/jufab), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [kalvdans](https://github.com/kalvdans), [kayazeren](https://github.com/kayazeren), [komodin](https://github.com/komodin), [Kritik-J](https://github.com/Kritik-J), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [KuSh](https://github.com/KuSh), [larkox](https://github.com/larkox), [letehaha](https://github.com/letehaha), [libklein](https://github.com/libklein), [lieut-data](https://github.com/lieut-data), [linkvn](https://github.com/linkvn), [ludvigbolin](https://github.com/ludvigbolin), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [ManuMinue](https://github.com/ManuMinue), [marianunez](https://github.com/marianunez), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [maxtrem271991](https://github.com/maxtrem271991), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [mishmanners](https://github.com/mishmanners), [MixeroTN](https://github.com/MixeroTN), [mnj93](https://github.com/mnj93), [mujpao](https://github.com/mujpao), [mustdiechik](https://github.com/mustdiechik), [mvitale1989](https://github.com/mvitale1989), [namanh-asher](https://github.com/namanh-asher), [Navystack](https://github.com/Navystack), [nickmisasi](https://github.com/nickmisasi), [Nico7as](https://translate.mattermost.com/user/Nico7as), [Nityanand13](https://github.com/Nityanand13), [NohaFahmi](https://github.com/NohaFahmi), [otilor](https://github.com/otilor), [Paul-vrn](https://github.com/Paul-vrn), [Peyo6565](https://github.com/Peyo6565), [phoinixgrr](https://github.com/phoinixgrr), [pvev](https://github.com/pvev), [qryptdev](https://github.com/qryptdev), [Quijuletim470](https://translate.mattermost.com/user/Quijuletim470), [returnedinformation](https://github.com/returnedinformation), [riteshmukim](https://github.com/riteshmukim), [rubinaga](https://github.com/rubinaga), [Rutam21](https://github.com/Rutam21), [saideepesh000](https://github.com/saideepesh000), [SaketKaswa20](https://github.com/SaketKaswa20), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [seoyeongeun](https://translate.mattermost.com/user/seoyeongeun), [Sharuru](https://github.com/Sharuru), [sjcode99](https://github.com/sjcode99), [sondrekje](https://github.com/sondrekje), [sonu27](https://github.com/sonu27), [sp6370](https://github.com/sp6370), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [StreakInTheSky](https://github.com/StreakInTheSky), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [Sudhanva-Nadiger](https://github.com/Sudhanva-Nadiger), [sudheer121](https://github.com/sudheer121), [syedzubeen](https://github.com/syedzubeen), [Tahanima](https://github.com/Tahanima),[tanmaythole](https://github.com/tanmaythole), [this-is-tobi](https://github.com/this-is-tobi), [ThrRip](https://github.com/ThrRip), [TomerPacific](https://github.com/TomerPacific), [toninis](https://github.com/toninis), [trilopin](https://github.com/trilopin), [umrkhn](https://github.com/umrkhn), [varghesejose2020](https://github.com/varghesejose2020), [venugopal1234567](https://github.com/venugopal1234567), [vip2441](https://github.com/vip2441), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yesbhautik](https://github.com/yesbhautik), [ylac](https://github.com/ylac), [ZubairImtiaz3](https://github.com/ZubairImtiaz3) + +---- + +(release-v9-1-feature-release)= +## Release v9.1 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +- **9.1.5, released 2024-01-09** + - Mattermost v9.1.5 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.1.5 contains the following functional changes: + - Fixed an issue where invalid reactions could be added to posts. Added default limit of the number of reactions per post. +- **9.1.4, released 2023-11-29** + - Mattermost v9.1.4 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.1.4 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.21.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.21.1). +- **9.1.3, released 2023-11-13** + - Mattermost v9.1.3 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.1.3 contains no database or functional changes. + - Pre-packaged Playbooks plugin version [v1.39.1](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.1). + - Fixed an issue where the **About Mattermost** dialog reported an incorrect server version. +- **9.1.2, released 2023-11-06** + - Mattermost v9.1.2 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.1.2 contains no database or functional changes. +- **9.1.1, released 2023-10-27** + - Mattermost v9.1.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Focalboard plugin [v7.11.4](https://github.com/mattermost/focalboard/releases/tag/v7.11.4). + - Mattermost v9.1.1 contains the following functional changes: + - Added a new configuration setting ``MaxFieldSize`` to add the ability to size-limit log fields during logging. + - Added a restriction to the mobile Oauth / SAML redirection to match the ``NativeAppSettings.AppCustomURLSchemes`` configuration setting. +- **9.1.0, released 2023-10-16** + - Original 9.1.0 release + +### Important Upgrade Notes + - Improved performance on data retention ``DeleteOrphanedRows`` queries. See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) for notes on a new migration that was added. Removed feature flag ``DataRetentionConcurrencyEnabled``. Data retention now runs without concurrency in order to avoid any performance degradation. Added a new configuration setting ``DataRetentionSettings.RetentionIdsBatchSize``, which allows admins to to configure how many batches of IDs will be fetched at a time when deleting orphaned reactions. The default value is 100. + - Minimum supported Desktop App version is now v5.3. OAuth/SAML flows were modified to include ``desktop_login`` which makes earlier versions incompatible. + +```{Important} +If you upgrade from a release earlier than v9.0, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Compatibility + - Updated Chromium minimum supported version to 116+. + +### Highlights + +#### Never Miss Group Messages Again + - Group messages (GMs) now behave like direct messages (DMs). [The badge count increases for every new message](https://docs.mattermost.com/collaborate/channel-types.html#group-messages). + +#### Convert Group Messages to Private Channels + - Added the ability to [convert a group message to a private channel](https://docs.mattermost.com/collaborate/convert-group-messages.html). + +See [this walkthrough video](https://www.youtube.com/watch?v=dbHg-63J9dA) on the highlights and some of the below improvements in our latest release. + +### Improvements + +#### User Interface (UI) + - Added a **Cancel** button to the **Delete category** modal. + - Added the ability to resize the channel sidebar and right-hand sidebar. + - Added two new filtering options (show all channel types and show private channels) to the **Browse channels** modal. + - Pre-packaged GitLab plugin version [v1.7.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.7.0). + - Pre-packaged Calls plugin version [v0.20.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.20.0). + - Pre-packaged Playbooks version [v1.39.0](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.0). + - Added additional reaction options when viewing threads or messages when the sidebar is larger than its minimum width. + - Added a link to [notification documentation](https://docs.mattermost.com/preferences/manage-your-notifications.html) in the **Notification Settings** modal. + - Updated the post textbox measurement code to be more reliable. + - The ``/invite`` slash command now supports custom user groups. + - Re-enabled the remote marketplace functionality, when configured as per ``PluginSettings.EnableRemoteMarketplace`` [documentation](https://docs.mattermost.com/configure/plugins-configuration-settings.html#plugins-enableremotemarketplace). + +#### Administration + - Added ``mattermost-plugin-api`` into the ``mattermost`` GitHub repository. + - Updated the public server module version to v0.0.9. + - Added 2 new URL parameters to ``GET /api/v4/groups``: ``include_archived`` and ``filter_archived``. Added the ability to restore archived groups from the user groups modal. + - Added file storage information to the support package. + - A ``user_id`` is now included in all HTTP logs (debug level) to help determine who is generating unexpected traffic. + - Added new URL parameter to ``GET /api/v4/groups`` and ``GET /api/v4/groups/:group_id``. ``include_member_ids`` will add all the members ``user_ids`` to the group response objects. You can now also add group members to a channel, any members that are not part of the team can be added to the team through this flow and subsequently added the channel. + +#### Plugin Changes + - Added new frontend plugin extension point for the new messages separator bar. + - Added a new plugin extensibility point to add actions to the code blocks. + - Added the plugin hook ``UserHasBeenDeactivated``. + - Added a new server side plugin API method to set the searchable content for file info (``SetFileSearchableContent``). The ``MessageHasBeenPosted`` plugin hook is now executed after the attachments are linked to the post. + +### Bug Fixes + - Fixed keyboard support for the left-hand side channel menu, the left-hand side category menu, and the post dot menu. + - Fixed display name in the ``comment_on`` component. + - Fixed an issue with keyboard support for some menus with submenus. + - Fixed an issue with disappearing punctuation when following a group mention. + - Fixed an issue where compliance export jobs were not able to start after disabling and enabling the compliance export. + - Fixed a potential read after write issue when loading a license. + - Fixed the API to block any changes to direct and group messages names, display name, or purpose. + +### config.json +Multiple 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: + - Removed ``ServiceSettingsDefaultGfycatAPISecret`` and ``ServiceSettingsDefaultGfycatAPIKey`` configuration settings. + - Under ``TeamSettings`` in ``config.json``: + - Added a new config setting ``EnableJoinLeaveMessageByDefault`` that sets the default value for ``UserSetting``, ``ADVANCED_FILTER_JOIN_LEAVE``. + - Under ``DisplaySettings`` in ``config.json``: + - Added a setting ``MaxMarkdownNodes`` to limit the maximum complexity of markdown text on mobile. + + #### Changes to Enterprise plan: + - Under ``DataRetentionSettings`` in ``config.json``: + - Added a new configuration setting ``RetentionIdsBatchSize``, which allows admins to to configure how many batches of IDs will be fetched at a time when deleting orphaned reactions. The default value is 100. + +### API Changes + - Added the ``X-Forwarded-For`` request header to the audit stream for all Rest API calls. + - Added API endpoint ``POST /api/v4/user/login/desktop_login``. Modified OAuth/SAML flows to include ``desktop_login`` where applicable. + - Added new API endpoint ``GET`` ``/api/v4/channels//common_teams`` to fetch list of teams common between members of a group message. + - Added new API endpoint ``POST`` ``/api/v4/channels//convert_to_channel`` to convert a group message to a private channel. + - Added a new ``MessageHasBeenDeleted`` hook to the plugin API. + - Moved the ``request`` package into the public shared folder. + +### Go Version + - v9.1 is built with Go ``v1.20.7``. + +### Known Issues + - Converting a group message to a channel should show an error "A channel with that name already exists on the same team" for duplicate channel names [MM-54713](https://mattermost.atlassian.net/browse/MM-54713). + - Marking a group message as unread doesn't resurface the numbered notification badge [MM-54778](https://mattermost.atlassian.net/browse/MM-54778). + - Thread/posts jump when switching to and from preview mode [MM-54758](https://mattermost.atlassian.net/browse/MM-54758). + - Desktop UI doesn't show all content when the right-hand side thread is opened [MM-54696](https://mattermost.atlassian.net/browse/MM-54696). + - Left-hand side resize option overrides the **Browse/Create Channel** menu if To-Do plugin is installed [MM-54367](https://mattermost.atlassian.net/browse/MM-54367). + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [abhinav700](https://github.com/abhinav700), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [alexdecamillo](https://github.com/alexdecamillo), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [asaadmahmood](https://github.com/asaadmahmood), [AsisRout](https://github.com/AsisRout), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [calebroseland](https://github.com/calebroseland), [cedarice](https://translate.mattermost.com/user/cedarice), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [Crere89](https://translate.mattermost.com/user/Crere89), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [deivisonrpg](https://github.com/deivisonrpg), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [esethna](https://github.com/esethna), [fmartingr](https://github.com/fmartingr), [FokinAleksandr](https://github.com/FokinAleksandr), [gabrieljackson](https://github.com/gabrieljackson), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hibou.sage](https://translate.mattermost.com/user/hibou.sage), [hmhealey](https://github.com/hmhealey), [homerCOD](https://translate.mattermost.com/user/homerCOD), [ialorro](https://github.com/ialorro), [ifoukarakis](https://github.com/ifoukarakis), [intdev32](https://github.com/intdev32), [IronOnet](https://github.com/IronOnet), [isacikgoz](https://github.com/isacikgoz), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [LimJiAn](https://github.com/LimJiAn), [limod](https://github.com/limod), [linkvn](https://github.com/linkvn), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marie0394](https://translate.mattermost.com/user/marie0394), [maruTA-bis5](https://github.com/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [MohammedElansary-dev](https://translate.mattermost.com/user/MohammedElansary-dev), [mornaistar](https://github.com/mornaistar), [mt26691](https://translate.mattermost.com/user/mt26691), [mvitale1989](https://github.com/mvitale1989), [Navystack](https://translate.mattermost.com/user/Navystack), [nickmisasi](https://github.com/nickmisasi), [pvev](https://github.com/pvev), [RayYH](https://github.com/RayYH), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [sinansonmez](https://github.com/sinansonmez), [speedhs](https://github.com/speedhs), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [teamzamong](https://github.com/teamzamong), [TheRealJoeFriel](https://github.com/TheRealJoeFriel), [ThrRip](https://github.com/ThrRip), [timmycheng](https://github.com/timmycheng), [toninis](https://github.com/toninis), [varghese.jose](https://github.com/varghesejose2020), [wiersgallak](https://github.com/wiersgallak), [wiggin77](https://github.com/wiggin77), [y4aniv](https://github.com/y4aniv), [yasserfaraazkhan](https://github.com/yasserfaraazkhan) + +---- + +(release-v9-0-major-release)= +## Release v9.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) + +- **9.0.5, released 2023-11-29** + - Mattermost v9.0.5 contains medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.0.5 contains no database or functional changes. + - Pre-packaged Calls plugin version [v0.21.1](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.21.1). +- **9.0.4, released 2023-11-13** + - Mattermost v9.0.4 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.0.4 contains no database or functional changes. + - Pre-packaged Playbooks plugin version [v1.39.1](https://github.com/mattermost/mattermost-plugin-playbooks/releases/tag/v1.39.1). + - Fixed an issue where the **About Mattermost** dialog reported an incorrect server version. +- **9.0.3, released 2023-11-06** + - Mattermost v9.0.3 contains low to high severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.0.3 contains no database or functional changes. +- **9.0.2, released 2023-10-27** + - Mattermost v9.0.2 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Pre-packaged Focalboard plugin [v7.11.4](https://github.com/mattermost/focalboard/releases/tag/v7.11.4). + - Mattermost v9.0.2 contains the following functional changes: + - Added a new configuration setting ``MaxFieldSize`` to add the ability to size-limit log fields during logging. + - Added a restriction to the mobile Oauth / SAML redirection to match the ``NativeAppSettings.AppCustomURLSchemes`` configuration setting. +- **9.0.1, released 2023-10-06** + - Mattermost v9.0.1 contains low to medium severity level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) to this release is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Mattermost v9.0.1 contains no database or functional changes. +- **9.0.0, released 2023-09-15** + - Original 9.0.0 release + +### Important Upgrade Notes + - Removed the deprecated Insights feature. + - Mattermost Boards and various other plugins have transitioned to being fully community supported. See this [forum post](https://forum.mattermost.com/t/upcoming-product-changes-to-boards-and-various-plugins/16669) for more details. + - The ``channel_viewed`` websocket event was changed to ``multiple_channels_viewed``, and is now only triggered for channels that actually have unread messages. + +```{Important} +If you upgrade from a release earlier than v8.1, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Highlights + +#### Dev/Sec/ChatOps in Strict Security Environments with Jira, Confluence, and Mattermost + - Accelerate mission-critical workflows that keep your team aligned and your data secure on [the Mattermost and Atlassian platforms](https://mattermost.com/atlassian/). + +#### Air-Gapped, Edge-Ready Generative AI with Defense Unicorn's LeapfrogAI + - Deploy and utilize local GenAI models in edge, air-gapped, and zero-trust environments with [LeapfrogAI and Mattermost](https://leapfrog.ai/). + +#### AI-Accelerated Collaboration + - Mattermost partner Mobius Logic has enhanced the MS Teams Connector for the Microsoft 365 platform by embedding Mattermost directly inside [Microsoft Teams](https://docs.mattermost.com/about/mattermost-for-microsoft-teams.html). + +#### MLOps and Secure Federation with Customer Compliance + - Our partnership with SOS International (SOSi) enables the integration of advanced military-grade federation using XMPP. Read the [exoINSIGHT announcement from Exovera](https://exovera.com/press-release/exovera-unveils-exoinsight/). + +#### Improving Your Organization’s Core Collaboration + - To optimize the core platform experience, we are reinforcing the fundamentals to ensure Mattermost continues being resilient, stable, and best-in-breed for your critical operations. + +### Improvements + +#### User Interface (UI) + - The number of channel members is now shown in the **Browse channels** modal. + - An error is now displayed if a post edit history fails to load. + - Added functionality to bulk mark a whole channel category as read. + - Removed Boards product tour code. + - Replaced Gfycat with Giphy in the gif picker. + - Pre-packaged Calls version v0.19.0. + - Updated Focalboard plugin version to 7.11.3. + - Pre-packaged Playbooks version 1.38.1. + - Upgraded prepackaged Zoom plugin to v1.6.2. + - Upgraded prepackaged Antivirus plugin version to 1.0.0. + +#### 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.8. + - 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](https://docs.mattermost.com/onboard/shared-channels.html) 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 the error returned by ``PUT /api/v4/channels/{channelid}`` when the provided name already existed in the team. + - 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 an issue with the in-product marketplace theming. + +### config.json +Multiple 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 ``ServiceSettings`` in the ``config.json``: + - Added ``GiphySdkKey`` to replace Gfycat with Giphy in the gif picker. + +### Go Version + - v9.0 is built with Go ``v1.19.5``. + +### Open Source Components + - Added ``@giphy/js-fetch-api`` and ``@giphy/react-components`` to https://github.com/mattermost/mattermost/. + - Added ``@react-native/eslint-config``, ``@react-native/metro-config``, and ``@tsconfig/react-native`` to https://github.com/mattermost/mattermost-mobile/. + +### Known Issues + - Adding an @mention at the start of a post draft and pressing the left or right arrow key can clear the post draft and the undo history [MM-33823](https://mattermost.atlassian.net/browse/MM-33823). + - Google login fails on the Classic mobile apps. + - Status may sometimes get stuck as **Away** or **Offline** in High Availability mode with IP Hash turned off. + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - The team sidebar on the desktop app does not update when channels have been read on mobile. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. + +### Contributors + - [abdulsmapara](https://github.com/abdulsmapara), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaravashkin](https://github.com/akaravashkin), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [apollo13](https://github.com/apollo13), [aqurilla](https://github.com/aqurilla), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [Benjamin-Loison](https://github.com/Benjamin-Loison), [calebroseland](https://github.com/calebroseland), [cdmwebs](https://github.com/cdmwebs), [chumano](https://github.com/chumano), [CI-YU](https://github.com/CI-YU), [Coelho](https://translate.mattermost.com/user/Coelho), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [deivisonrpg](https://github.com/deivisonrpg), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [douglasstasiak](https://github.com/douglasstasiak), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [esarafianou](https://github.com/esarafianou), [esethna](https://github.com/esethna), [gabrieljackson](https://github.com/gabrieljackson), [gary-sixgen](https://github.com/gary-sixgen), [Gobbit69](https://translate.mattermost.com/user/Gobbit69), [grubbins](https://github.com/grubbins), [guneshsji](https://github.com/guneshsji), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshal2030](https://github.com/harshal2030), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hpkhanh1610](https://github.com/hpkhanh1610), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivakorin](https://github.com/ivakorin), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [LimJiAn](https://github.com/LimJiAn), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahmoudfarouq](https://github.com/mahmoudfarouq), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://translate.mattermost.com/user/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [MatthewDorner](https://github.com/MatthewDorner), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [panoramix360](https://github.com/panoramix360), [Partizann](https://github.com/Partizann), [penghao_chn](https://translate.mattermost.com/user/penghao_chn), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://translate.mattermost.com/user/pjenicot), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [RichardScottOZ](https://github.com/RichardScottOZ), [robinsdm](https://github.com/robinsdm), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [ShrootBuck](https://github.com/ShrootBuck), [sinansonmez](https://github.com/sinansonmez), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [StreakInTheSky](https://github.com/StreakInTheSky), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [tasawar-hussain](https://github.com/tasawar-hussain), [TealWater](https://github.com/TealWater), [thinkGeist](https://github.com/thinkGeist), [ThrRip](https://translate.mattermost.com/user/ThrRip), [timmycheng](https://translate.mattermost.com/user/timmycheng), [toninis](https://github.com/toninis), [tschuyebuhl](https://github.com/tschuyebuhl), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [y4aniv](https://translate.mattermost.com/user/y4aniv), [yash2189](https://github.com/yash2189), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [ZubairImtiaz3](https://github.com/ZubairImtiaz3) \ No newline at end of file diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md new file mode 100644 index 00000000000..450ae6ab78b --- /dev/null +++ b/source/lifecycle/mattermost-server-releases.md @@ -0,0 +1,27 @@ +# Mattermost Server releases + +```{include} ../_static/badges/allplans-selfhosted.md +``` + +```{Important} +**Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended.** +``` + +Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for details on v9.x server releases, and [unsupported Mattermost legacy releases](/deploy/mattermost-unsupported-legacy-releases) for older Mattermost releases. + +```{Tip} +See the {ref}`release life cycles ` documentation to learn more about Mattermost release types. +``` + +| **Release** | **Life cycle start** | **Life cycle end** | +|:---|:---|:---| +| v9.8 FEATURE
[Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v9.7 FEATURE
[Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | +| v9.6 FEATURE
[Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | +| v9.5 EXTENDED SUPPORT
[Download](https://releases.mattermost.com/9.5.4/mattermost-9.5.4-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | +| v9.4 FEATURE
[Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | +| v9.3 FEATURE
[Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | +| v9.2 FEATURE
[Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | +| v9.1 FEATURE
[Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | +| v9.0 MAJOR
[Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | +| | | | diff --git a/source/lifecycle/mattermost-server-releases.rst b/source/lifecycle/mattermost-server-releases.rst deleted file mode 100644 index 197b734948c..00000000000 --- a/source/lifecycle/mattermost-server-releases.rst +++ /dev/null @@ -1,28 +0,0 @@ -Mattermost Server releases -========================== - -.. include:: ../_static/badges/allplans-selfhosted.rst - :start-after: :nosearch: - -.. important:: - - Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended. - -Frequency ---------- - -Mattermost releases a new server version on the 16th of each month in :doc:`binary form `. - -- :doc:`Mattermost v9.x releases <>` -- :doc:`Mattermost v8.x releases <>` -- :doc:`Unsupported Mattermost legacy releases <>` - -Version archives - -Releases --------- - - - - - diff --git a/source/lifecycle/release-policy.rst b/source/lifecycle/release-policy.md similarity index 61% rename from source/lifecycle/release-policy.rst rename to source/lifecycle/release-policy.md index 7acf55c9ba8..52e022e48c9 100644 --- a/source/lifecycle/release-policy.rst +++ b/source/lifecycle/release-policy.md @@ -1,54 +1,58 @@ -Mattermost release policy -========================= +# Mattermost release policy -.. include:: ../_static/badges/allplans-selfhosted.rst - :start-after: :nosearch: +```{include} ../_static/badges/allplans-selfhosted.md +``` -This page describes Mattermost’s release policy, and our recommended practices around deployment updates and ESRs, so that you can allocate your IT resources effectively. +This page describes Mattermost’s release policy, and our recommended practices around releases, including extended support releases, so that you can allocate your IT resources effectively. To ensure a secure, functional, performant, and efficient Mattermost deployment, system admins managing a self-hosted deployment need to be proactive in: -- monitoring release cycles and planning upgrades before life cycles end, -- considering the use of ESRs for longer-term stability, and -- keeping both server and client applications updated (compatibility) +- monitoring Mattermost release cycles and planning upgrades before life cycles end, +- considering the use of [extended support releases](#extended-support-releases) for longer-term stability, and +- keeping both server and client applications updated. -Release life cycles -------------------- +(release-life-cycles)= +## Release life cycles Mattermost releases include feature, extended support, and major releases. Each release has a specified life cycle start and end date, and life cycles depend on the release type. - **Feature release**: Feature releases contain new features and include high severity and high impact security backported to the previous 3 monthly releases. This is to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply feature updates to maintain the security of your Mattermost deployment. -- **Extended Support Release (ESR)**: Releases maintained for a longer period of time that receive backports for security fixes and major bug fixes for the length of their life cycle. Learn more about `Mattermost <#extended-support-releases>` below. +- **Extended Support release (ESR)**: Releases maintained for a longer period of time that receive backports for security fixes and major bug fixes for the length of their life cycle. Learn more about [Mattermost extended support releases](#extended-support-releases) below. - **Major release**: Annual mid-year releases that follow a release theme, and include multiple new features. With multiple release types, you can plan the upgrade path that best suits your organization's needs and compliance requirements. Align your plan with your organization's IT strategy and risk management policies to ensure continuous operation without exposure to security vulnerabilities. See the full list of all Mattermost Server and desktop app releases and life cycles. -Extended support releases -------------------------- +(extended-support-releases)= +## Extended support releases -.. include:: ../_static/badges/ent-only.rst - :start-after: :nosearch: +```{include} ../_static/badges/ent-only.md +``` -Mattermost Extended Support Releases (ESR) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. +Mattermost Extended Support Releases (ESR) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. + +We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. -We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. +See the full list of all Mattermost Server and desktop app releases and life cycles, including extended support releases. To install extended support releases, follow our [install](https://docs.mattermost.com/guides/deployment.html) or [upgrade](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) documentation. -[image here] +```{Important} +We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. +``` -.. important:: +![Timeline-based chart showing the lifecycle of Mattermost Extended Support Releases and feature releases from last year and this year.](../images/ESR_graphic2.png) - High severity and high impact security fixes are backported to ESRs for the duration of their life cycle to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply these updates to maintain the security of your Mattermost deployment. +(esr-notifications)= +## ESR Notifications -ESR Notifications -~~~~~~~~~~~~~~~~~~ +```{include} ../_static/badges/ent-only.md +``` When an ESR is at the end of its life cycle, there will be announcements ahead of time to provide time for people to test, certify, and deploy a newer ESR version before support ends. After a release reaches its end-of-life, no further updates will be provided for that version. -To receive updates about Extended Support Releases, sign up for `our mailing list `_. +To receive updates about Extended Support Releases, sign up for [our mailing list](https://eepurl.com/dCKn2P). For a new upcoming ESR, an email is sent out 3 months before the end of support for an ESR version. This email includes a note about the new ESR that was just published. A second email is sent out during the month when an ESR version is reaching the end of support. -For deprecated ESRs, an email announcement is sent 3 months in advance. We also add reminders on our release announcements, changelogs, :doc:`important upgrade notes `, and the `Mattermost Discussion Forums `_ site. \ No newline at end of file +For deprecated ESRs, an email announcement is sent 3 months in advance. We also add reminders on our release announcements, changelogs, important upgrade notes, and the [Mattermost Discussion Forums](https://forum.mattermost.com/) site. \ No newline at end of file From 244a21e56a6f2da378c8ff679e4bc90d2e60ced4 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 16 May 2024 16:37:22 -0400 Subject: [PATCH 03/50] Added navigation & desktp/mobile app framework --- .../badges/allplans-cloud-selfhosted.md | 11 + source/deploy/desktop-app-changelog.rst | 4 +- source/deploy/mattermost-v9-changelog.md | 4 +- ...ases.md => unsupported-legacy-releases.md} | 2 +- source/guides/deployment.rst | 2 +- source/guides/release-lifecycle.rst | 37 +- ...e.rst => OLD-extended-support-release.rst} | 0 ...ifecycle.rst => OLD-release-lifecycle.rst} | 0 .../lifecycle/mattermost-server-releases.md | 27 +- source/lifecycle/release-policy.md | 16 +- source/lifecycle/version-archive.rst | 1464 ++++++++--------- 11 files changed, 789 insertions(+), 778 deletions(-) create mode 100644 source/_static/badges/allplans-cloud-selfhosted.md rename source/deploy/{mattermost-unsupported-legacy-releases.md => unsupported-legacy-releases.md} (99%) rename source/lifecycle/{extended-support-release.rst => OLD-extended-support-release.rst} (100%) rename source/lifecycle/{release-lifecycle.rst => OLD-release-lifecycle.rst} (100%) diff --git a/source/_static/badges/allplans-cloud-selfhosted.md b/source/_static/badges/allplans-cloud-selfhosted.md new file mode 100644 index 00000000000..6abcffde86b --- /dev/null +++ b/source/_static/badges/allplans-cloud-selfhosted.md @@ -0,0 +1,11 @@ +```{raw} html +
+``` + +![plans-img](../_static/images/badges/flag_icon.svg) Available on [all plans](https://mattermost.com/pricing/) + +!|deployment-img| [Cloud](https://mattermost.com/sign-up/) and [self-hosted](https://mattermost.com/deploy/) deployments + +```{raw} html +
+``` \ No newline at end of file diff --git a/source/deploy/desktop-app-changelog.rst b/source/deploy/desktop-app-changelog.rst index 15d32185343..c7f1d1f63e2 100644 --- a/source/deploy/desktop-app-changelog.rst +++ b/source/deploy/desktop-app-changelog.rst @@ -1,5 +1,5 @@ -Desktop application changelog -============================== +Desktop app changelog +===================== This changelog summarizes updates to Mattermost desktop app releases for `Mattermost `__. diff --git a/source/deploy/mattermost-v9-changelog.md b/source/deploy/mattermost-v9-changelog.md index 85fb2965795..ca5a2806876 100644 --- a/source/deploy/mattermost-v9-changelog.md +++ b/source/deploy/mattermost-v9-changelog.md @@ -1,10 +1,8 @@ # Mattermost v9 changelog -[Mattermost](https://mattermost.com) is an open source platform designed for the way mission-critical technical and operational teams work. - ```{Important} **Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended.** -- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading. +- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` diff --git a/source/deploy/mattermost-unsupported-legacy-releases.md b/source/deploy/unsupported-legacy-releases.md similarity index 99% rename from source/deploy/mattermost-unsupported-legacy-releases.md rename to source/deploy/unsupported-legacy-releases.md index 96d5570cdd0..f99cf473dd8 100644 --- a/source/deploy/mattermost-unsupported-legacy-releases.md +++ b/source/deploy/unsupported-legacy-releases.md @@ -1,4 +1,4 @@ -# Mattermost unsupported legacy releases +# Unsupported legacy releases ## Release v8.1 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) diff --git a/source/guides/deployment.rst b/source/guides/deployment.rst index 6db9306bff2..35e183d1afc 100644 --- a/source/guides/deployment.rst +++ b/source/guides/deployment.rst @@ -11,7 +11,7 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o :hidden: :titlesonly: - Mattermost release lifecycle + Release life cycle Prepare your Mattermost database Deploy on Ubuntu Deploy using Docker diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index 7828404d46e..c20fbf6f2fb 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -1,27 +1,36 @@ -Mattermost release lifecycle -============================ +Release lifecycle +================= -.. include:: ../_static/badges/allplans-cloud-selfhosted.rst +.. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: -intro here - .. important:: - Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended. + **Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** .. toctree:: :maxdepth: 1 :hidden: :titlesonly: - Mattermost release policy - Mattermost Server releases - Mattermost Server changelogs - Server version archives - Desktop app - Mobile app - -* :doc:` Mattermost release policy ` - Learn about Mattermost’s release policy, and our recommended practices around deployment updates and ESRs. + Mattermost release policy + Mattermost Server releases + Mattermost v9 changelog + Unsupported legacy releases + Server version archive + Desktop app releases + Desktop app changelog + Mobile apps release + Mobile apps changelog + +* :doc:`Mattermost release policy ` - Learn about Mattermost’s release policy, and our recommended practices around deployment updates and ESRs. +* :doc:`Mattermost server releases ` - Learn more about supported Mattermost server releases. +* :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. +* :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. +* :doc:`Version archive ` - Confirm the version of Mattermost Server you're using is official by its signature. +* :doc:`Desktop app releases ` - Learn more about supported Mattermost desktop app releases. +* :doc:`Desktop app changelog ` - Learn more about what's new and changed in Mattermost desktop app releases. +* :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. +* :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. diff --git a/source/lifecycle/extended-support-release.rst b/source/lifecycle/OLD-extended-support-release.rst similarity index 100% rename from source/lifecycle/extended-support-release.rst rename to source/lifecycle/OLD-extended-support-release.rst diff --git a/source/lifecycle/release-lifecycle.rst b/source/lifecycle/OLD-release-lifecycle.rst similarity index 100% rename from source/lifecycle/release-lifecycle.rst rename to source/lifecycle/OLD-release-lifecycle.rst diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 450ae6ab78b..0ab3aceedd0 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -4,24 +4,23 @@ ``` ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended.** +**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** ``` -Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for details on v9.x server releases, and [unsupported Mattermost legacy releases](/deploy/mattermost-unsupported-legacy-releases) for older Mattermost releases. +## Frequency +Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for details on v9.x server releases, and [unsupported Mattermost legacy releases](/deploy/unsupported-legacy-releases) for older Mattermost releases. -```{Tip} -See the {ref}`release life cycles ` documentation to learn more about Mattermost release types. -``` +## Latest releases | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v9.8 FEATURE
[Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v9.7 FEATURE
[Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | -| v9.6 FEATURE
[Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | -| v9.5 EXTENDED SUPPORT
[Download](https://releases.mattermost.com/9.5.4/mattermost-9.5.4-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | -| v9.4 FEATURE
[Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | -| v9.3 FEATURE
[Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | -| v9.2 FEATURE
[Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | -| v9.1 FEATURE
[Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | -| v9.0 MAJOR
[Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | +| v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | +| v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | +| v9.5 {ref}`EXTENDED ` \| [Download](https://releases.mattermost.com/9.5.4/mattermost-9.5.4-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | +| v9.4 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | +| v9.3 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | +| v9.2 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | +| v9.1 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | +| v9.0 {ref}`MAJOR ` \| [Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | | | | | diff --git a/source/lifecycle/release-policy.md b/source/lifecycle/release-policy.md index 52e022e48c9..ee1f3c09fe7 100644 --- a/source/lifecycle/release-policy.md +++ b/source/lifecycle/release-policy.md @@ -1,4 +1,4 @@ -# Mattermost release policy +# Release policy ```{include} ../_static/badges/allplans-selfhosted.md ``` @@ -10,14 +10,14 @@ To ensure a secure, functional, performant, and efficient Mattermost deployment, - considering the use of [extended support releases](#extended-support-releases) for longer-term stability, and - keeping both server and client applications updated. -(release-life-cycles)= -## Release life cycles +(release-types)= +## Release types Mattermost releases include feature, extended support, and major releases. Each release has a specified life cycle start and end date, and life cycles depend on the release type. -- **Feature release**: Feature releases contain new features and include high severity and high impact security backported to the previous 3 monthly releases. This is to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply feature updates to maintain the security of your Mattermost deployment. -- **Extended Support release (ESR)**: Releases maintained for a longer period of time that receive backports for security fixes and major bug fixes for the length of their life cycle. Learn more about [Mattermost extended support releases](#extended-support-releases) below. -- **Major release**: Annual mid-year releases that follow a release theme, and include multiple new features. +- **Feature**: Feature releases contain new features and include high severity and high impact security backported to the previous 3 monthly releases. This is to ensure your organization's Mattermost deployment remains secure and stable. It's crucial to apply feature updates to maintain the security of your Mattermost deployment. +- **Extended**: Releases maintained for a longer period of time that receive backports for security fixes and major bug fixes for the length of their life cycle. Learn more about [Mattermost extended support releases](#extended-support-releases) below. +- **Major**: Annual mid-year releases that follow a release theme, and include multiple new features. With multiple release types, you can plan the upgrade path that best suits your organization's needs and compliance requirements. Align your plan with your organization's IT strategy and risk management policies to ensure continuous operation without exposure to security vulnerabilities. @@ -29,7 +29,7 @@ See the full list of all Mattermost Server and desktop app releases and life cyc ```{include} ../_static/badges/ent-only.md ``` -Mattermost Extended Support Releases (ESR) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. +Mattermost Extended Support Releases (ESRs) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. @@ -44,7 +44,7 @@ We strongly recommend reviewing [upgrade best practices](https://docs.mattermost ![Timeline-based chart showing the lifecycle of Mattermost Extended Support Releases and feature releases from last year and this year.](../images/ESR_graphic2.png) (esr-notifications)= -## ESR Notifications +### ESR Notifications ```{include} ../_static/badges/ent-only.md ``` diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index 08f9d5b243a..c500e2f0532 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -5,744 +5,738 @@ Version Archive :start-after: :nosearch: .. important:: - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. + - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 :doc:`Extended Support Release ` or later is required.** + - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. + - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. -If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. +.. tab:: Mattermost Enterprise -.. important:: - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 :doc:`Extended Support Release ` or later is required. - -Mattermost Enterprise Edition ------------------------------- - -Mattermost Enterprise Edition v9.8.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2fd7a3e9177374e852d3f9307fc32b6548b9f099ad2a8341213abf237c616bd9`` - - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b8f374b2e2f08e9fec644c0dd27a8d63e0786043b0e5bfea6a11a0cf6f2f71f1`` - - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``de6f4dddc0696d292f41306ad10d5c4801bf1b018684ca73fe475831bafa4b14`` - - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b6076cf1e4c17a2b2e25c2e0b71eb33a21547152f5a14d0b2db3ea9a1e124145`` - - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` -Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` -Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` -Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` -Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` -Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` -Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` -Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` -Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` -Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` -Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` -Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` -Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` -Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` -Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` -Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` -Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` -Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` -Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` -Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` -Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` -Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` -Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` + Mattermost Enterprise Edition v9.8.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2fd7a3e9177374e852d3f9307fc32b6548b9f099ad2a8341213abf237c616bd9`` + - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b8f374b2e2f08e9fec644c0dd27a8d63e0786043b0e5bfea6a11a0cf6f2f71f1`` + - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``de6f4dddc0696d292f41306ad10d5c4801bf1b018684ca73fe475831bafa4b14`` + - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b6076cf1e4c17a2b2e25c2e0b71eb33a21547152f5a14d0b2db3ea9a1e124145`` + - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` + Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` + Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` + Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` + Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` + Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` + Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` + Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` + Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` + Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` + Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` + Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` + Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` + Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` + Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` + Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` + Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` + Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` + Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` + Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` + Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` + Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` + Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` -Mattermost Team Edition ------------------------ +.. tab:: Mattermost Team Edition -The open source Mattermost Team Edition is functionally identical to the commercial Mattermost Enterprise Edition in its free “team mode”, but there is no ability to unlock enterprise features. It deploys as single Linux binary with PostgreSQL or MySQL under an MIT license. + The open source Mattermost Team Edition is functionally identical to the commercial Mattermost Enterprise Edition in its free “team mode”, but there is no ability to unlock enterprise features. It deploys as single Linux binary with PostgreSQL or MySQL under an MIT license. -We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. + We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. -Mattermost Team Edition v9.8.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``186753af3b64311a8f766e31313e90d14c03478a543e45fb80cc7688bd086f37`` - - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a506864bb95db3c598de6dc6210647babb5e84c1b2b04d944b8cbb887595b8bc`` - - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f1369c05227c931df6b21afd67d7878a41fb9dadcce7bdf5103d9d5c39985db2`` - - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``abee587fc1eb749c43509fa4a1990457cf953c466190717735f323482a851039`` - - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` -Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` -Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` -Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` -Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` -Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` -Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` -Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` -Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` -Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` -Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` -Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` -Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` -Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` -Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` -Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` -Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` -Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` -Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` -Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` -Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` -Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` -Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` -Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` -Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` -Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` -Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` -Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` -Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` -Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` -Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` + Mattermost Team Edition v9.8.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``186753af3b64311a8f766e31313e90d14c03478a543e45fb80cc7688bd086f37`` + - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a506864bb95db3c598de6dc6210647babb5e84c1b2b04d944b8cbb887595b8bc`` + - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f1369c05227c931df6b21afd67d7878a41fb9dadcce7bdf5103d9d5c39985db2`` + - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``abee587fc1eb749c43509fa4a1990457cf953c466190717735f323482a851039`` + - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig + Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` + Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` + Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` + Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` + Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` + Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` + Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` + Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` + Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` + Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` + Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` + Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` + Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` + Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` + Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` + Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` + Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` + Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` + Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` + Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` + Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` + Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` + Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` + Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` + Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` + Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` + Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` + Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` + Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` + Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` + Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` From a63f573ff676a4d357b43cd25b3304ce6624b2ce Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 6 Jun 2024 17:22:19 -0400 Subject: [PATCH 04/50] Converted desktop changelog to MD; added new release pages --- source/deploy/desktop-app-changelog.md | 2058 +++++++++++++++ source/deploy/desktop-app-changelog.rst | 2333 ----------------- source/deploy/mobile-app-changelog.md | 152 +- source/guides/release-lifecycle.rst | 32 +- .../lifecycle/mattermost-desktop-releases.md | 52 + .../lifecycle/mattermost-mobile-releases.md | 142 + .../lifecycle/mattermost-server-releases.md | 1 + source/lifecycle/release-policy.md | 6 +- source/lifecycle/version-archive.rst | 4 +- 9 files changed, 2435 insertions(+), 2345 deletions(-) create mode 100644 source/deploy/desktop-app-changelog.md delete mode 100644 source/deploy/desktop-app-changelog.rst create mode 100644 source/lifecycle/mattermost-desktop-releases.md create mode 100644 source/lifecycle/mattermost-mobile-releases.md diff --git a/source/deploy/desktop-app-changelog.md b/source/deploy/desktop-app-changelog.md new file mode 100644 index 00000000000..1180c7cb7a8 --- /dev/null +++ b/source/deploy/desktop-app-changelog.md @@ -0,0 +1,2058 @@ +# Desktop app changelog + +This changelog summarizes updates to Mattermost desktop app releases for [Mattermost](https://mattermost.com). + +(release-v5-8)= +## Release v5.8 + +**Release Date: May 16, 2024** + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/latest) + +```{Note} +Mattermost v5.8.0 contains low to medium severity level security fixes. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop App is supported on any currently {ref}`supported Mattermost server version `. +- Updated Chromium minimum supported version to 122+. + +### Improvements + +#### All Platforms + +- Moved the **Settings** window into a new modal. +- Disabled the `--inspect` tag. + +### Architectural Changes + +- Minor version upgrade of Electron to 29.3.0. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### macOS + +- Fixed an issue for macOS 13+ users on the Mac App Store build where the OS-level **Do Not Disturb** user status was not respected. +- Fixed the settings window disappearing on macOS when dragged to another monitor. + +#### All Platforms + +- Fixed an issue where removing a server did not clear mentions. +- Fixed an issue where right-clicking on **Save Image** crashed the app. +- Fixed an issue where typing in the local server followed by a port would trip up the URL validation. +- Fixed an issue where restoring the window from the tray icon could cause a strange state if the window was previously maximized. +- Fixed the permission prompt to **Deny** on closing the dialog. + +### Open Source Components + +- Added and removed several open source components at https://github.com/mattermost/desktop. + +### Known Issues + +- Desktop App Windows 10: The taskbar might not flash on receipt of a new message when the setting is enabled [MM-58087](https://mattermost.atlassian.net/browse/MM-58087). +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`, for Windows in `Users//AppData/Roaming/Mattermost` and for Linux in `~/config/Mattermost` (where `~` is the home directory). +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [devinbinnie](https://github.com/devinbinnie), [toninis](https://github.com/toninis), [yasserfaraazkhan](https://github.com/yasserfaraazkhan). + +---- + +(release-v5-7)= +## Release v5.7 + +**Release Date: March 15, 2024** + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/v5.7.0) + +### Compatibility + +- Desktop App is supported on any currently {ref}`supported Mattermost server version ` +- Updated Chromium minimum supported version to 120+. + +### Improvements + +#### All Platforms + +- Added a new **View > Developer Tools** submenu that contains items to access the developer tools for all desktop created windows. +- Added a new menu item to open the developers tools for the Call widget window. +- Reworked and updated the preload script to use an updated and more robust wep app API. +- Promoted Simplified Chinese language to Beta. + +### Architectural Changes + +- Major version upgrade of Electron to 28.2.2. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where the user's URL would be cleared after being entered in the **Add Server** modal. +- Fixed an issue where users couldn't add a second server with a similar subpath as the configured server. +- Fixed a potential crash in diagnostics. + +### Open Source Components + +- Added `@aws-sdk/client-s3`, `@aws-sdk/lib-storage` and `@mattermost/desktop-api`, and removed `aws-sdk` from https://github.com/mattermost/desktop. + +### Known Issues + +- Error might be experienced when quitting v5.7 desktop app on macOS Ventura [MM-57146](https://mattermost.atlassian.net/browse/MM-57146). +- In the **Settings** modal, the search text in the **Check spelling** dropdown is not visible [MM-57089](https://mattermost.atlassian.net/browse/MM-57089). +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`, for Windows in `Users//AppData/Roaming/Mattermost` and for Linux in `~/config/Mattermost` (where `~` is the home directory). +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [ctlaltdieliet](https://github.com/ctlaltdieliet), [devinbinnie](https://github.com/devinbinnie), [hasancankucuk](https://github.com/hasancankucuk), [streamer45](https://github.com/streamer45), [trivikr](https://github.com/trivikr), [wiebel](https://github.com/wiebel). + +---- + +(release-v5-6)= +## Release v5.6 + +**Release Date: December 15, 2023** + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.6.0>) + +### Compatibility + +- Desktop App is supported on any currently {ref}`supported Mattermost server version ` +- Updated Chromium minimum supported version to 118+. + +### Improvements + +#### All Platforms + +- Added Vietnamese as a new language (Beta). +- Removed `gconf` dependency for Debian/Ubuntu. +- Stopped auto-opening Boards/Playbooks tabs. + +### Architectural Changes + +- Major version upgrade of Electron to v27.0.2. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where some notifications did not navigate to the channel. +- Set the category for the main menu correctly for installations with Debian package. +- Fixed an issue where servers on a subpath could not grant the `media` permission. +- Fixed an issue where users could not fullscreen embedded videos. +- Fixed a deep linking issue for servers with subpaths. +- Fixed an issue where the "session expired" badge wasn't displayed. + +#### macOS + +- Fixed an issue where clicking on a link to an unregistered protocol on macOS would cause the app to crash. + +### Open Source Components + +- Added `electron-extension-installer` and `node-gyp` to https://github.com/mattermost/desktop. + +### Known Issues + +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`, for Windows in `Users//AppData/Roaming/Mattermost` and for Linux in `~/config/Mattermost` (where `~` is the home directory). +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [BaumiCoder](https://github.com/BaumiCoder), [ctlaltdieliet](https://github.com/ctlaltdieliet), [devinbinnie](https://github.com/devinbinnie), [larkox](https://github.com/larkox). + +---- + +(release-v5-5)= +## Release v5.5 + +- **v5.5.1, released 2023-10-03** + - Mattermost v5.5.1 contains low severity level security fixes. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Upgraded to Electron v26.2.1, which mitigates `CVE-2023-4863` of the third-party library libwebp. + - Fixed an issue where logging was stuck to `info` level. + - Fixed an issue where the downloads dropdown would not open on auto-update notification. + +- **v5.5.0, released 2023-09-15** + + - Original v5.5.0 release + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.5.1) + +```{Note} +Mattermost v5.5.0 contains a medium severity level security fix. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop App is supported on any currently {ref}`supported Mattermost server version ` +- Updated Chromium minimum supported version to 116+. + +### Improvements + +#### All Platforms + +- Set the minimum window width to 600px. + +### Architectural Changes + +- Major version upgrade of Electron to v26.1.0. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- Fixed a crash in diagnostics when the server was unreachable. +- Fixed bad user feedback on the server URL validation when plugins were disabled. +- Fixed an issue where auto-updating the app wouldn't be properly disabled. +- Fixed an issue where changes in the OS dark/light mode did not reflect immediately in the window top bar. + +### Known Issues + +- Users are unable to login to Desktop app v5.5 on servers with subpaths. +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`, for Windows in `Users//AppData/Roaming/Mattermost` and for Linux in `~/config/Mattermost` (where `~` is the home directory). +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [apollo13](https://github.com/apollo13), [cpoile](https://github.com/cpoile), [devinbinnie](https://github.com/devinbinnie), [Partizann](https://github.com/Partizann). + +---- + +(release-v5-4)= +## Release v5.4 + +**Release Day: June 19, 2023** + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.4.0) + +### Compatibility + +- Desktop App is supported on any supported Extended Support Release or a newer Mattermost server version. +- Updated Chromium minimum supported version to 112+. + +### Improvements + +#### All Platforms + +- Improved URL validation and the add/edit server experience. +- Made `ExtraBar` dark when using dark mode. +- Improved the tray icon click behaviour across operating systems. + +### Architectural Changes + +- Major version upgrade of Electron to v24.3.1. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- Calls: Fixed duplicate desktop notifications when calls popout was open. +- Fixed an issue where YubiKeys did not work on the MAS build. +- Fixed an issue where servers on subpaths would not properly navigate to external URLs on the same domain. +- Fixed an issue where spellcheck highlighting would persist after text was deleted. +- Fixed an issue for the MAS build where the default downloads directory would be invalid after upgrade. +- Fixed an issue where the default download location did not respect `XDG_DOWNLOAD_DIR` where it was set. +- Fixed an issue where the popup window was not refocused if it already existed. + +### Known Issues + +- Mattermost is not detected in the **Add Server** screen if the server has plugins disabled [MM-53294](https://mattermost.atlassian.net/browse/MM-53294). +- When running "Run Diagnostics" from the **Help** menu, the app crashes [MM-53295](https://mattermost.atlassian.net/browse/MM-53295). +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost` and for Windows it is located in `Users//AppData/Roaming/Mattermost`. +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [cpoile](https://github.com/cpoile), [devinbinnie](https://github.com/devinbinnie), [jnsgruk](https://github.com/jnsgruk), [streamer45](https://github.com/streamer45), [zoltan-ofir](https://github.com/zoltan-ofir). + +---- + +(release-v5-3)= +## Release v5.3 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.3.1) + +- **v5.3.1, released 2023-04-04** + + - Calls: fixed an issue where, after opening the calls popout then closing it (without leaving the call), subsequent clicks would cause a crash. + +- **v5.3.0, released 2023-03-30** + + - Original v5.3.0 release + +```{Note} +Mattermost v5.3.0 contains a medium severity level security fix. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop App is supported on any supported Extended Support Release or a newer Mattermost server version. +- Support for Windows v8 and v8.1 have been dropped. Minimum supported Windows version was updated to 10+. +- Updated Chromium minimum supported version to 110+. + +### Highlights + +- Added application diagnostics. +- Implemented a global calls widget window. + +### Improvements + +#### All Platforms + +- Added support for starting a call from an existing thread through the `/call start` slash command. +- Added support for Gnome's "do-not-disturb" status. +- Added a menu item for showing the logs folder. +- Improved performance by reducing the number of calls for URL detection. +- Changed the tray behavior on left-click. Left-clicking on the system tray Mattermost icon now hides the application to system tray if it's already visible. +- Defaulted to opening a file when it's selected from the download list. + +### Architectural Changes + +- Major version upgrade of Electron to v23.1.2. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where a user could open a blank Electron window using the main window. +- Fixed an issue where image thumbnails did not always display in the downloads for MAS builds. +- Fixed an issue where the Boards/Playbooks tabs sometimes didn't appear automatically when a server was added. +- Fixed an issue where RPM conflicted with other Electron-based applications. +- Fixed an issue where a custom certificate wasn't applied to the WebSocket connection along with the HTTP connection. +- Fixed an issue where opening the app with a deeplink could cause the app not to redirect to the correct URL. +- Fixed an issue with closing the Downloads drop-down menu when selecting **Show in folder**. +- Fixed an issue with maximizing the main window when a monitor is removed. +- Fixed an issue where special characters in the server name caused the top bar of the Desktop App to disappear. +- Fixed an issue where OneLogin users wouldn't have their credentials remembered. +- Fixed an issue with plugin navigation displaying a white empty bar between the plugin UI and the Desktop Apps Bar. + +### Known Issues + +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost` and for Windows it is located in `Users//AppData/Roaming/Mattermost`. +- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [cpoile](https://github.com/cpoile), [cs4p](https://github.com/cs4p), [devinbinnie](https://github.com/devinbinnie), [JtheBAB](https://github.com/JtheBAB), [kevfocke](https://github.com/kevfocke), [kyeongsoosoo](https://github.com/kyeongsoosoo), [m1lt0n](https://github.com/m1lt0n), [streamer45](https://github.com/streamer45), [tboul shootis](https://github.com/tboulis). + +---- + +(release-v5-2)= +## Release v5.2 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.2.2) + +- **v5.2.2, released 2022-12-06** + + - Added ARM64 build (beta) for Windows/Linux. + - Fixed an issue on Windows installers where the onboarding screen was displayed even when there was a preconfigured server list [MM-48079](https://mattermost.atlassian.net/browse/MM-48079). + - Fixed an issue where a crash could occur when a download list included corrupt data [MM-48483](https://mattermost.atlassian.net/browse/MM-48483). + - Fixed an issue where `AppImageLauncher` still created a bad shortcut that caused the app not to launch [MM-48557](https://mattermost.atlassian.net/browse/MM-48557). + - Fixed an issue where notifications were not displayed on Windows v8 and v8.1 [MM-48397](https://mattermost.atlassian.net/browse/MM-48397). + - Fixed an issue where users could get stuck after finished the Getting Started flow [MM-48682](https://mattermost.atlassian.net/browse/MM-48682). + - Fixed an issue where the window resize did not work on some Windows machines [MM-48574](https://mattermost.atlassian.net/browse/MM-48574). + - Fixed an issue on Windows where the three-dot menu remained focused after clicking elsewhere [MM-46424](https://mattermost.atlassian.net/browse/MM-46424). + +- **v5.2.1, released 2022-11-15** + + - Fixed an issue on `.exe` installers where the onboarding screen was still displayed even when there was a preconfigured server list [MM-48079](https://mattermost.atlassian.net/browse/MM-48079). + - Fixed an issue where the default downloads location was not set on macOS [MM-48167](https://mattermost.atlassian.net/browse/MM-48167). + - Fixed an issue where users were able to edit or remove a pre-configured server provided by GPO on Windows [MM-48184](https://mattermost.atlassian.net/browse/MM-48184). + - Fixed an issue where the tray icon colour on Windows didn't obey the setting [MM-48080](https://mattermost.atlassian.net/browse/MM-48080). + +- **v5.2.0, released 2022-10-31** + + - Original v5.2.0 release + +### Compatibility + +- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. +- Desktop App v5.2 is incompatible with server versions v9.1 and later. + +### Highlights + +- Onboarding screen improvements: Added new **Configure Server** and first user onboarding screens when starting the app without servers configured. +- Added a Downloads dropdown menu that displays file upload progress and recently downloaded files. + +### Improvements + +#### Linux + +- Dropped support for Linux IA32 (Linux 32-bit builds). + +#### All Platforms + +- The Desktop App configured URL is now forced to be changed to the SiteURL configured by the system adminstrator. +- Added localization support to the Desktop App (Beta). +- Zoom in/out now works when `CTRL/CMD+SHIFT+=` is pressed. +- Changed the order of fields in the Add Server modal so that the server URL is filled in first and the display name after. +- The app window now reloads only when the URL changes, not when a server's name changes. +- Updated the default window size to 1280x800, so that users can now see other login options as well on first load. +- Swapped the dark and light theme tray icons on Linux and Windows to the expected behavior. +- Disabled the auto-update functionality explicitly for all MSI installers except the Windows EXE installer and the Linux AppImage. +- Dropped support for asterisk-based unreads in Mattermost Self-Hosted versions older than v5.28. +- Improved the performance of window resizing. + +### Architectural Changes + +- Major version upgrade of Electron to v21.2.0. Electron is the underlying technology used to build the Desktop App. + +### Bug Fixes + +#### Linux + +- To fix notification issues for Linux users, the configuration setting `notifications.flashWindow` default value was changed to `0` for Linux. + +#### All Platforms + +- Fixed an issue where an Operating System could register Mattermost as the default web browser / mail app. +- Fixed an issue where the download notification showed the wrong file name. +- Fixed an issue where it was possible to drag the Minimize/Close buttons. +- Fixed an issue where a misleading error message from a remote certificate would imply that the Mattermost server had an issue. +- Fixed an issue where users still received notifications when their status was set to **Do Not Disturb**. +- Fixed an issue where users could not replace files in the **Downloads** folder. +- Fixed improper reporting of app version when the `--version` or `-v` command-line flags were passed. +- Fixed an issue where MAS users couldn't easily replace files. + +### Open Source Components + +- Added `macos-notification-state`, `windows-focus-assist`, and `react-intl` to https://github.com/mattermost/desktop. + +### Known Issues + +- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For macOS it is located in `/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost` and for Windows it is located in `Users//AppData/Roaming/Mattermost`. +- On Linux, a left click on the tray icon doesn't open the app window but opens the tray menu. +- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the system tray icon in the Desktop settings. +- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. + +### Contributors + +- [devinbinnie](https://github.com/devinbinnie), [julmondragon](https://github.com/julmondragon), [m1lt0n](https://github.com/m1lt0n), [saturninoabril](https://github.com/saturninoabril), [tboulis](https://github.com/tboulis), [vaaas](https://github.com/vaaas). + +---- + +(release-v5-1)= +## Release v5.1 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.1.1) + +- **v5.1.1, released 2022-06-27** + + - Upgraded to Electron v18.3.0. + - Fixed an issue where a channel name matching the server subpath would not be navigable. + - Fixed an issue where the `hideOnStart` setting didn't work. + - Fixed an issue where the certificate error dialog box would reappear infinitely. + - Fixed an issue where the first client certificate could not be selected. + - Restored Windows ZIP builds. + +- **v5.1.0, released 2022-05-16** + + - Original v5.1.0 release + +```{Note} +Mattermost v5.1.0 contains a low severity level security fix. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. +- Desktop App v5.1 is incompatible with server versions v9.1 and later. + +### Highlights + +- Added [a Desktop App auto-updater](https://docs.mattermost.com/collaborate/install-desktop-app.html). The app now automatically checks for new updates on app start up. Note that the Mac builds provided on GitHub do not support auto-updates. + +### Improvements + +#### macOS + +- Mattermost can now be installed on the [Mac App Store](https://apps.apple.com/app/mattermost-desktop/id1614666244). Even if you’re already using Mattermost desktop on Mac, you can download and install it via the Mac App Store to access future automatic updates. + +#### Linux + +- Updated the Linux closing behaviour to allow the app to close complely when pressing `X`. +- Changed the default setting for **Leave app running in notification area when application window is closed** on Linux to `false` by default. + +#### All Platforms + +- Added the ability in Calls to select which window to share when screensharing. +- Added a new config setting "Launch app minimized" to be able to auto-launch the app minimized when the application is launched on startup. +- When the **Add Server** modal pops up for the first time when the app is launched, the modal now stays open instead of closes on mouse click until the first server has been added. +- Added a new setting/preference to always open the Desktop App in full screen. +- The app now uses `ctrl+=` and `cmd+=` to zoom in to match the behavior of Chrome and Firefox. +- Changed the wording in the **File > View** menu from `Tab` to `Server` to reflect recent changes in the user interface. +- Added the ability to copy the version string into clipboard from **Menu > Help > Version**. +- Added a menu item **Window > Show Servers** to show a list of servers. +- Removed the reference to the flashing window on the Settings page to avoid confusion when the window doesn't flash. + +### Architectural Changes + +- Major version upgrade of Electron to v18.0.3. Electron is the underlying technology used to build the Desktop app. + +### Bug Fixes + +#### Linux + +- Fixed an issue where the app window and taskbar did not flash when notifications were received. + +#### All Platforms + +- Fixed an issue where customized URIs were not supported on the desktop app. +- Fixed an issue where parsed, but technically invalid URIs could not be opened in the browser. +- Fixed an issue where a channel name with an asterisk at the front would cause unreads to return a false positive. +- Fixed an issue where opening a new tab view caused the original view to go to the requested link as well. +- Fixed an issue where users could add the same server name or URL twice. +- Fixed an issue where the URL view prevented users from clicking a button directly above it. +- Fixed an issue where the tray icon theme toggle was not hidden when the icon itself wasn't enabled. +- Fixed an issue where a redundant icon was present in Windows 10+ notifications. +- Fixed an issue where unreads on a different team wouldn't trigger an unread badge in the Desktop App. +- Fixed an issue where retrying to load tabs indefinitely instead of stopping after a few tries was not supported. +- Fixed issues with the loading screen to make it more reliable. +- Fixed an issue where `Shift+Alt` moved the focus to the top menu. +- Fixed an issue where external links at the bottom of the page were not clickable. +- Fixed an issue where mentions/unreads did not take precedence when setting the badge/tray icon. +- Fixed an issue where the macOS dock would stay open after clicking the tray icon. +- Fixed an issue where the URL view would persist once the user had moved their mouse off of an external URL. + +### Known Issues + +- On Linux, a left click on the tray icon doesn't open the app window but opens the tray menu. +- Mattermost Desktop App v5.1.0 cannot be launched twice on Windows servers with the role "Remote Desktop Session Host". +- Desktop App may become unresponsive and crash when initiating a screen reader [MM-44058](https://mattermost.atlassian.net/browse/MM-44058). +- Crashes might be experienced in some Linux desktop clients. This is an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the system tray icon in the Desktop settings. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +- [ChristophKaser](https://github.com/ChristophKaser), [coltoneshaw](https://github.com/coltoneshaw), [devinbinnie](https://github.com/devinbinnie), [JulienTant](https://github.com/JulienTant), [oh6hay](https://github.com/oh6hay), [Profesor08](https://github.com/Profesor08), [shadowshot-x](https://github.com/shadowshot-x), [streamer45](https://github.com/streamer45), [svelle](https://github.com/svelle), [Willyfrog](https://github.com/Willyfrog). + +---- + +(release-v5-0)= +## Release v5.0 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v5.0.4) + +- **v5.0.4, release 2022-02-04** + + - Fixed an issue where Desktop App toast notifications didn't work in v5.0.3. + - Restored **Minimize to tray** option for Windows, and added the ability to override the tray icon color. + +- **v5.0.3, released 2022-02-01** + + - Fixed an issue where a user might get an erroneous "Your session has expired" error and be unable to login. + - Fixed an issue where the app could crash while trying to reload a page that is currently loading. + - Fixed an issue where OS-level shortcuts could cause an unexpected focus behavior in the app. + - Fixed an issue where Linux users might not see the **Add Server** modal. + - Fixed an issue that prevented the export channel log from being downloaded from Playbooks. + +- **v5.0.2, released 2021-11-15** + + - Fixed an issue where the Desktop app crashed intermittently when switching between tabs while a tab was loading. + - Fixed an issue where the app didn't raise the window from the tray icon when clicking on the taskbar icon. + +- **v5.0.1, released 2021-10-22** + + - Fixed issue with desktop notification sounds not working correctly. + - Fixed an issue where using a proxy server with the Desktop app caused the app to crash. + - Fixed the new server modal not being accessible on Linux when no other servers existed. + - Fixed an issue where switching from Boards/Playbooks to Channels caused a reload in the Channels view. + - Fixed an issue with GPO and built-in servers not working correctly with Boards/Playbooks tabs. + - Fixed an issue where the top bar buttons on Windows 8 were missing. + - Reduced the size of some builds by removing unnecessary files. + +- **v5.0.0, released 2021-10-13** + + - Original v5.0.0 release + +```{Note} +Mattermost v5.0.0 contains a low level security fix. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. +- Desktop App v5.0 is incompatible with server versions v9.1 and later. + +### Breaking Changes / Upgrade Notes + +- Some keyboard shortcuts and menu items were updated to work with the new Desktop App layout. `Ctrl+#` is used for changing tabs and `Ctrl+Shft+#` is used for changing servers. + +### Highlights + +- Redesigned title bar allows users to seamlessly work in Channels, Playbooks, and Boards across multiple servers with minimal context switching. + +### Improvements + +### macOS + +- Made the window menu on macOS more consistent with system standards. + +#### All Platforms + +- Added support for multiple languages to be used by the spellchecker. This can be configured in the desktop preferences. +- Updated loading screen visuals. +- Added a dark mode for settings and modals. +- Changed the server selection to use a dropdown instead of tabs. +- Added support for dragging and dropping of the server dropdown items to re-order servers. +- Converted the tabs interface to support multiple configurable tabs based on the added server to easily access Boards and Playbooks via tabs in the window header. +- Removed the **Server Management** screen from **Settings**, and added Edit/Delete buttons to the new dropdown, as users can now configure and edit their servers from the server dropdown menu. +- Added a checkbox to certificate error modal that allows users to permanently distrust a certificate. + +### Architectural Changes + +- Major version upgrade of Electron to v14.1. Electron is the underlying technology used to build the Desktop app. +- Added a RPM build option to the Electron builder. +- Added Universal binaries for macOS users. +- Migrated to Bootstrap v4 and refreshed the interface. Migrated to `react-beautiful-dnd` instead of `react-smooth-dnd` for a cleaner experience. + +### Bug Fixes + +#### Linux + +- Fixed the tray icon size on Linux. +- Fixed an issue where pressing `Alt+` could cause the menu bar to disable and overlap the top bar on Linux. + +#### All Platforms + +- Fixed an issue where resizing the app while in the System Console caused a white bar to appear at the top. +- Fixed an issue where the right-click menu was missing from the `jira connect` modal. +- Fixed an issue where the app would render off screen and the user would have trouble getting the window in view. + +### Known Issues + +- Unread messages icon may be missing from the taskbar on Windows following 4.7.0 upgrade [MM-37807](https://mattermost.atlassian.net/browse/MM-37807). +- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the system tray icon in the Desktop settings. +- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via `$ chmod 4755 /chrome-sandbox`. +- Pressing Enter multiple times during Basic Authentication causes a crash. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +- [devinbinnie](https://github.com/devinbinnie), [elsiehupp](https://github.com/elsiehupp), [jtwillis92](https://github.com/jtwillis92), [koox00](https://github.com/koox00), [svelle](https://github.com/svelle), [Westacular](https://github.com/Westacular), [Willyfrog](https://github.com/Willyfrog). + +---- + +(release-v4-7)= +## Release v4.7 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.7.2) + +- **v4.7.2, released 2021-09-13** + + - Upgraded to Electron v12.0.16. + - Fixed an issue where the **Add Server** screen appeared on each startup on servers with GPO. + - Fixed an issue where the window would flash on Windows and Linux when a new mention arrived regardless of the setting to turn it on/off. + - Added desktop notifications for followed threads. + +- **v4.7.1, released 2021-08-03** + +- Mattermost v4.7.1 contains a medium level security fix. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + - Added support to allow users to specify a different download location for Hunspell dictionaries. + - Fixed an issue where the notification badge did not get cleared when reading a channel with unread messages until navigating away from the channel. + - Fixed an issue where the top bar menu, and the minimize, maximize and close icons did not work on 4.7.0 on Windows 10 if GPU acceleration was disabled. + - Reverted to Electron v12.0.1 to fix an issue where clicking in the searchbox to highlight search terms dragged the desktop window. + - Fixed an issue to prevent a crash on malformed default download locations. + +- **v4.7.0, released 2021-06-23** + + - Original v4.7.0 release + +```{Note} +Mattermost v4.7.0 contains low to medium level security fixes. Upgrading is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Compatibility + +- Desktop Apps is supported on any supported Extended Support Release or a newer Mattermost server version. + +### Highlights + +- Added support for Electron BrowserView, an underlying architecture change that improves performance and offers snappier interactions (i.e., less lag), lower CPU usage, and faster launch times. + +### Improvements + +#### Windows + +- Windows desktop now automatically switches between light and dark themes based on the operating system settings. + +#### All Platforms + +- Added a setting to specify the default desktop app download location. +- Improved the launch screen and loading indicator. +- Restored deeplinking. +- Improved the spell check dictionary to provide more accurate spelling suggestions in more languages. The spell check language is now automatically based on the operating system setting. +- Added improvements to be consistent with the use of URL and URL libraries. +- Ctrl/CMD + F functionality has been replaced with in-channel search (requires Mattermost server v5.36+). +- Updated the Content Security Policy for Desktop App to avoid warnings in the dev tools. +- On Linux and Windows, each settings menu is now in a separate window. +- Shortened the maximum length (width) for server tab names to 224px. +- Updated the menu bar and system tray icons for improved contrast. +- Removed `libappnotify1` as a dependency requirement in Debian installers as it's no longer shipped in Debian's Bullseye. It's still recommended to install where available. + +### Architectural Changes + +- Major version upgrade of Electron to v12.0.10. Electron is the underlying technology used to build the Desktop app. +- Added support for Electron BrowserView. +- Added support for M1 architecture (beta) in the build pipeline. + +### Bug Fixes + +#### Windows + +- Fixed an issue where Windows desktop notifications did not auto-dismiss when another notification arrived. +- Fixed an issue on Windows where the **Pin to Taskbar** icon got lost during an upgrade. +- Fixed an issue with the MSI build that caused notifications to not open the application and navigate to the correct channel. + +#### macOS + +- Fixed an issue where changing the theme from the **System Preferences** changed the tray icon, but the red/blue dot indicating unreads got removed. +- Fixed an issue where there was an invisible Mattermost icon in the top menu bar. + +#### Linux + +- Fixed an issue where Shift+Alt moved the focus to the main menu instead of changing keyboard layout. + +#### All Platforms + +- Fixed an issue where special characters were not shown for server names using GPO. +- Fixed an issue where the close/back button in permanent link media previews was missing. +- Fixed an issue where the text input focus was lost when closing the **Settings** window. +- Fixed an issue where saving the desktop app settings didn't remove the **saving** indicator in the settings window. +- Fixed an issue where the jewel indicating the number of mentions was not shown in the tab. +- Fixed an issue where the desktop linting didn't match the webapp linting. +- Fixed an issue where clicking on a notification did nothing when the wrong server tab was selected. +- Fixed an issue where users were unable to copy text from desktop **About** window. + +### Known Issues + +- The new spellchecker connects to Google servers for downloading updated dictionaries. +- Unread messages icon may be missing from the taskbar on Windows following 4.7.0 upgrade [MM-37807](https://mattermost.atlassian.net/browse/MM-37807). +- Clicking on **View > Find** doesn't work [MM-36606](https://mattermost.atlassian.net/browse/MM-36606). +- Right click menu is missing from the `jira connect` modal [MM-36032](https://mattermost.atlassian.net/browse/MM-36032). +- Search field is focused on first start of the app [MM-35249](https://mattermost.atlassian.net/browse/MM-35249). +- The `create_desktop_file.sh` script is removed from the .tar.gz release. As a workaround, it can be downloaded from [GitHub here](https://github.com/mattermost/desktop/blob/master/src/assets/linux/create_desktop_file.sh). +- An error may occur when installing the MSI Installer on any Windows version. +- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the `libnotifyapp` library. A recommended workaround is to disable the system tray icon in the Desktop settings. +- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via `$ chmod 4755 /chrome-sandbox`. +- Pressing Enter multiple times during Basic Authentication causes a crash. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +- [devinbinnie](https://github.com/devinbinnie), [FalseHonesty](https://github.com/FalseHonesty), [nevyangelova](https://github.com/nevyangelova), [petermcj](https://github.com/petermcj), [wget](https://github.com/wget), [Willyfrog](https://github.com/Willyfrog). + +---- + +(release-v4-6)= +## Release v4.6 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.6.2) + +- **v4.6.2, released 2021-01-25** + + - Fixed an issue where logging in to `gitlab.com` did not work on the Desktop App. [MM-31626](https://mattermost.atlassian.net/browse/MM-31626) + - Fixed an issue where macOS entitlements had not been enabled for using camera and microphone on the Desktop App for third-party plugins such as Jitsi. [MM-31987](https://mattermost.atlassian.net/browse/MM-31987) + +- **v4.6.1, released 2020-10-26** + + - Fixed an issue where desktop app notification sounds did not work on Desktop App v4.6.0. [MM-29921](https://mattermost.atlassian.net/browse/MM-29921) + +- **v4.6.0, released 2020-10-16** + + - Original v4.6.0 release + +### Improvements + +#### All Platforms + +- Added a setting to be able to select different desktop notification sounds (Requires Mattermost server v5.28+). +- `Show Mattermost icon in the menu bar` setting is now enabled by default for new installs on Mac, and `Show icon in the notification area` and `Leave app running in the notification area when application window is closed` settings are are now enabled by default for new installs on Ubuntu. +- The default window frame and server tabs are now used on older Windows and Linux OS versions. +- Added Russian and Ukrainian language spellcheckers. +- Added support for allowing access to managed resources. +- The same default protocols as in the server are now used in the autolink plugin. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where the app window started as maximized when the "Start app on login" setting was enabled. The Desktop App no longer shows in the system tray and the parameter `--hidden` was removed. This setting is not respected when AppImage file (Unofficial) is used. +- Fixed an issue where the **Add server** modal fields were missing the right-click menu. +- Fixed an issue where users did not see the right-click menu with Copy and Paste options on the login page when using the desktop app to login to an external application. +- Fixed an issue where the URL bar was shown in the bottom left corner when hovering over a timestamp or internal links. +- Fixed an issue where a Javascript error occurred when a separate OAuth window was open. +- Fixed an issue where users were unable to resize the desktop app vertically from the top tab bar. +- Fixed an issue where some links pointing to the System Console did not work on the desktop app. + +### Known Issues + +- Unlocking the Desktop App on macOS marks the currently viewed channel as read. [MM-31429](https://mattermost.atlassian.net/browse/MM-31429) +- On Ubuntu, auto-focus is lost when using ALT+TAB to switch between windows. [MM-29705](https://mattermost.atlassian.net/browse/MM-29705) +- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the `libnotifyapp` library and a recommended workaround is to disable the system tray icon in the Desktop settings. +- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via `$ chmod 4755 /chrome-sandbox`. +- Pressing Enter multiple times during Basic Authentication causes a crash. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [devinbinnie](https://github.com/devinbinnie), [dpanic](https://github.com/dpanic), [jekill](https://github.com/jekill), [jupenur](https://github.com/jupenur), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [nevyangelova](https://github.com/nevyangelova), [rvillablanca](https://github.com/rvillablanca), [wget](https://github.com/wget), [Willyfrog](https://github.com/Willyfrog). + +---- + +(release-v4-5)= +## Release v4.5 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.5.4) + +- **v4.5.4, released 2020-09-11** + + - Fixed an issue where Help and Report a Problem website links configured to point to Mattermost channels didn't work. [MM-28595](https://mattermost.atlassian.net/browse/MM-28595) + +- **v4.5.3, released 2020-08-25** + + - Fixed an issue where users were unable to log in to the desktop app when users had to select a certificate for authentication that requires a pin even when there was only one option to manage a certificate login. [MM-27331](https://mattermost.atlassian.net/browse/MM-27331) + +- **v4.5.2, released 2020-07-20** + + - Fixed an issue on Linux app started as a blank screen when both “Show icon in the notification area" and "Start app on login" were enabled. [MM-26832](https://mattermost.atlassian.net/browse/MM-26832) + +- **v4.5.1, released 2020-07-13** + + - Mattermost v4.5.1 contains a high level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +- **v4.5.0, released 2020-06-16** + + - Original v4.5.0 release + +### Improvements + +#### All Platforms + +- Added a spell checker for Polish language. +- Added support for triggering a desktop notification when a file download is complete. +- Added support for the cursor focus to be on the Server Name field when clicking on the `+` tab to add a new server. +- Defaulted "Flash app window and taskbar icon when a new message is received" setting to `True`. + +#### macOS + +- On Mac, a closed window now reopens with `CMD+Tab` keyboard shortcut. + +### Architectural Changes + +- Major version upgrade of Electron to v7.0.0. Electron is the underlying technology used to build the Desktop apps. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where the Desktop app could not authenticate with SAML with an IdP relay. +- Fixed an issue where a moved server tab did not stay in focus. +- Fixed an issue where right-clicking and then clicking "Save Image" didn't work. +- Fixed an issue where trusting self-signed certificates kept asking for trust. +- Fixed an issue where a link to the root of a server caused a "Channel not Found" error if the URL didn't end with a `/`. +- Fixed an issue where using ESC or Cancel to close the Add Server modal did not return focus to previously selected text input. +- Fixed an issue where OneLogin links opened up in the app itself making it impossible to go back to the app. +- Fixed an issue where links on "Cannot connect to Mattermost" error didn't work. + +#### Windows + +- Fixed an issue where Windows Desktop notifications were delayed compared to other notification channels. +- Fixed an issue where Windows Desktop Menu option was read as "Unlabel 0 button". +- Fixed an issue where a white bar was present on the right-hand side of the Settings screen when Add Server modal was open. + +#### macOS + +- Fixed an issue where double clicking the top bar no longer minimized or maximized the window. +- Fixed an issue where users were unable to reposition the app by using click, hold and drag on the left side of the header. +- Fixed an issue where server display name field lost focus when using `CMD+Tab` to navigate away and back to the app. +- Fixed an issue where a long server address didn't wrap correctly in the new server settings page. +- Fixed an issue where copy and pasting into Atlassian login fields pasted text in the wrong place. + +### Known Issues + +- A visible cursor focus is missing on the login screen directly after adding a new server via "+" to the right of the server tabs. [MM-25984](https://mattermost.atlassian.net/browse/MM-25984) +- Right-click menu is missing on "Add server" modal fields. [MM-26017](https://mattermost.atlassian.net/browse/MM-26017) +- Double notifications are received on Ubuntu for at-mentions. [MM-26012](https://mattermost.atlassian.net/browse/MM-26012) +- The current window frame and server tabs are not styled consistently with the rest of the OS in Windows 7 or Linux. [MM-22751](https://mattermost.atlassian.net/browse/MM-22751) +- Crashes might be be experienced in some linux desktop clients. This is an upstream bug in the `libnotifyapp` library and a recommended workaround is to disable the system tray icon in the Desktop settings. +- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via `$ chmod 4755 /chrome-sandbox`. +- Pressing Enter multiple times during Basic Authentication causes a crash. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [hanzei](https://github.com/hanzei), [hunterlester](https://github.com/hunterlester), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [justledbetter](https://github.com/justledbetter), [nevyangelova](https://github.com/nevyangelova), [wget](https://github.com/wget), [Willyfrog](https://github.com/Willyfrog). + +---- + +(release-v4-4)= +## Release v4.4 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.4.2) + +- **v4.4.2, released 2020-05-11** + + - Fixed an issue on Windows where a channel was marked as read if the app was closed on a channel where the message was posted. [MM-23215](https://mattermost.atlassian.net/browse/MM-23215) + +- **v4.4.1, released 2020-04-22** + + - Fixed an issue where the Desktop client opened to a blank white Window when using GPO-set teams. [MM-23082](https://mattermost.atlassian.net/browse/MM-23082) + - Fixed an issue where Google oAuth with Gmail addresses did not work on the Desktop app for plugins. [MM-23057](https://mattermost.atlassian.net/browse/MM-23057) + - Fixed an issue where Windows Desktop notifications were delayed. [MM-22552](https://mattermost.atlassian.net/browse/MM-22552) + - Fixed an issue where the app sometimes didn't restore to the right position but "jumped" to a different place in the display when minimizing the app and then maximizing it. [MM-23195](https://mattermost.atlassian.net/browse/MM-23195) + - Fixed an issue where users were not able to paste text into the login screen. [MM-23784](https://mattermost.atlassian.net/browse/MM-23784) + - Fixed an issue where back/forward navigation on the OAuth window caused the app to crash. [MM-23153](https://mattermost.atlassian.net/browse/MM-23153) + +- **v4.4.0, released 2020-02-16** + + - Original v4.4.0 release + +```{Note} +Mattermost v4.4.0 contains low to medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrading/upgrade-mattermost-server) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Breaking Changes + +- Due to moving to a new configuration version to support the new tabbar for the ability to rearrange the server tab order, it is recommended to do a backup of previous config if you want to downgrade your Desktop App version afterwards. + +### Improvements + +#### All Platforms + +- Added support for Certificate Authentication, including PIV Card authentication. +- Improved server tab organization and visuals with the ability to reorder server tabs via drag-and-drop, notification updates that make it easier to tell when new messages or mentions come in, and a new dark theme. +- Added a spell checker for Italian language. +- Added auto focus on Server Display Name input field. + +### Architectural Changes + +- Major version upgrade of Electron to v6.0.0. Electron is the underlying technology used to build the Desktop apps. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where downgrading the app caused login issues. +- Fixed an issue where Ctrl+C or Ctrl+V didn't work on Electron modals or developer tools. +- Fixed an issue where navigation with Ctrl/Cmd+Tab stopped on disconnected server. +- Fixed an issue where a new desktop window was created after clicking on a permalink to a channel on a different server. +- Fixed an issue where changing the spellchecker on the app did not suggest words in that language. +- Fixed an issue where the app window didn't save "floating" app position. +- Fixed an issue where copying and pasting into Atlassian login fields pasted text in the wrong place. + +#### Windows + +- Fixed an issue where installing v4.3.1 MSI installer did not remove the previous desktop app version. +- Fixed an issue where an attachment name would lose its extension if it was edited during download. +- Fixed an issue where the unread mention badge broke with more than 100 mentions. + +#### macOS + +- Fixed an issue where the DMG install window user interface was missing styling. +- Updated the look of Add New Server icon on the Settings page. +- Fixed an issue where the app could not recover from a connection error after leaving a computer to sleep for a few days. + +### Known Issues + +- The current window frame and server tabs are not styled consistently with the rest of the OS in Windows 7 or Linux. [MM-22751](https://mattermost.atlassian.net/browse/MM-22751) +- No notification on Windows if the app is closed on the channel where the message is posted. [MM-23215](https://mattermost.atlassian.net/browse/MM-23215) +- Crashes might be be experienced in some linux desktop clients. This is an upstream bug in the `libnotifyapp` library and a recommended workaround is to disable the system tray icon in the Desktop settings. +- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via `$ chmod 4755 /chrome-sandbox`. +- Pressing Enter multiple times during Basic Authentication causes a crash. +- The confirmation dialog from UAC names MSI installers with random numbers. +- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [allenlai18](https://github.com/allenlai18), [cpanato](https://github.com/cpanato), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [hunterlester](https://github.com/hunterlester), [JtheBAB](https://github.com/JtheBAB), [jupenur](https://github.com/jupenur), [kethinov](https://github.com/kethinov), [rascasoft](https://github.com/rascasoft), [Willyfrog](https://github.com/Willyfrog), [xalkan](https://github.com/xalkan). + +---- + +(release-v4-3)= +## Release v4.3 + +**Download Binaries:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/4.3.2) + +- **v4.3.2, released 2019-11-29** + +- Mattermost v4.3.0 contains a low level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +- Fixed an issue where the app started into white screen after a system reboot on Windows. [MM-19649](https://mattermost.atlassian.net/browse/MM-19649) +- Fixed an issue where `CMD+Z` didn't undo on the Mac desktop app. [MM-19198](https://mattermost.atlassian.net/browse/MM-19198) +- Fixed an issue where users were unable to zoom in/out except on the first server tab. [MM-19032](https://mattermost.atlassian.net/browse/MM-19032) +- Fixed an issue where right-click + "Copy" did not work in some instances. [MM-19324](https://mattermost.atlassian.net/browse/MM-19324) +- Fixed an issue where email links in profile popovers didn't work. [MM-19596](https://mattermost.atlassian.net/browse/MM-19596) + +- **v4.3.1, released 2019-10-22** + + - Fixed an issue where Mac desktop app was not notarized correctly for installing on macOS Catalina. [MM-19555](https://mattermost.atlassian.net/browse/MM-19555) + +- **v4.3.0, released 2019-10-17** + + - Original v4.3.0 release + +```{Note} +Mattermost v4.3.0 contains medium level security fixes. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Breaking Change + +The Mattermost Desktop v4.3.0 release includes a change to how desktop notifications are sent from non-secure URLs (http://). Organizations using non-secure Mattermost Servers (http://) will need to update to Mattermost Server versions 5.16.0+, 5.15.1, 5.14.4 or 5.9.5 (ESR) to continue receiving desktop notifications when using Mattermost Desktop v4.3.0 or later. + +### Improvements + +#### All Platforms + +- Added support for maintaining a user's online status while the desktop app is in the background but the user is interacting with their computer. Requires Mattermost Server v5.16.0, v5.15.1, v5.14.4 or later. +- Updated spellchecker dictionaries for English. +- Added support for exposing Webview Developer Tools via View Menu. +- Improved the styling of the session expiry mention badge in the tab bar. +- Improved the wording of the invalid certificate dialog. +- Improved accessibility support for the menu bar items. + +#### Windows + +- Added support for MSI installer (Beta) to allow deploying Mattermost desktop app to the computer program files (accessible by any user accounts rather than a specific user account on the machine). +- Added support for Group Policies (GPO) to allow admins to set default servers and enable/disable the ability to add/remove servers. + +#### macOS + +- Added a flag to enable macOS dark mode title bar. + +### Architectural Changes + +- Major version upgrade of Electron to v5.0.0. Electron is the underlying technology used to build the Desktop apps. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where opening the emoji picker froze the desktop app. +- Fixed an issue where jumbo emoji didn't render for unsupported unicode emojis. +- Fixed an issue where username and password were not being passed for HTTP basic authentication. +- Fixed an issue where switching server tabs on app load caused a visual size glitch. +- Fixed various desktop app notification issues. +- Fixed an issue where the unread count changed after opening the quick switcher. +- Fixed an issue where clicking on some links in System Console opened the links on the app itself. +- Fixed an issue where the "Help" button opened in a new browser tab instead of below the textbox in the default system browser. +- Fixed an issue where Mattermost opened both on fullscreen and on a smaller window when closing the app in fullscreen. +- Fixed an issue to prevent the app from restarting in full-screen mode. +- Fixed an issue where the dot and mention counts in server tab jewels were not centered. +- Fixed an issue where the dot in notification badges was off centre. + +#### Windows + +- Fixed an issue where Ctrl+M shortcut minimized the Windows app and sent a message. +- Fixed an issue where clicking the tooltip button dismissed the tooltip. + +#### macOS + +- Fixed an issue where using the red Close button to close the window caused a blank screen when the window was maximized. +- Fixed an issue where `Cmd + Option + Shift + v` and `Cmd + Shift + v` didn't work on macOS desktop app. +- Fixed an issue where the timezones were incorrect in OSX High Sierra. + +### Known Issues + +- Users are unable to zoom in/out on the desktop app. This bug will be fixed after a major version upgrade of Electron to v6.0.0. +- `CMD+Z` doesn't undo on the Mac desktop app. +- Unable to exit full screen YouTube videos. +- "RIght-click + Copy" does not work. +- Notifications appear in sequence rather than stacking on Windows. +- Clicking on notifications when using the MSI installer(s) doesn't focus the app or the channel that triggered the notification. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [asaadmahmood](https://github.com/asaadmahmood), [aswathkk](https://github.com/aswathkk), [crspeller](https://github.com/crspeller), [deanwhillier](https://github.com/deanwhillier), [devinbinnie](https://github.com/devinbinnie), [esethna](https://github.com/esethna), [jespino](https://github.com/jespino), [JtheBAB](https://github.com/JtheBAB), [manland](https://github.com/manland), [mickmister](https://github.com/mickmister), [MikeNicholls](https://github.com/MikeNicholls), [PeterDaveHello](https://github.com/PeterDaveHello), [sethitow](https://github.com/sethitow), [steevsachs](https://github.com/steevsachs), [svelle](https://github.com/svelle), [wget](https://github.com/wget), [Willyfrog](https://github.com/Willyfrog), [yuya-oc](https://github.com/yuya-oc). + +---- + +(release-v4-2-3)= +## Release v4.2.3 + +This release contains a bug fix for all platforms. + +- **Release date:** August 9, 2019 +**Download Binary:** [Windows 32-bit](https://releases.mattermost.com/desktop/4.2.3/mattermost-setup-4.2.3-win32.exe) | [Windows 64-bit](https://releases.mattermost.com/desktop/4.2.3/mattermost-setup-4.2.3-win64.exe) | [Mac](https://releases.mattermost.com/desktop/4.2.3/mattermost-desktop-4.2.3-mac.dmg) | [Linux 64-bit](https://releases.mattermost.com/desktop/4.2.3/mattermost-desktop-4.2.3-linux-x64.tar.gz) +- **View Source Code:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.2.3) + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where the server URL entry prior to v4.2.2 could include malformed URLs that failed in v4.2.2 and later due to stricter validation. https://github.com/mattermost/desktop/pull/1015 + +---- + +(release-v4-2-2)= +## Release v4.2.2 + +This release contains a bug fix for all platforms. + +- **Release date:** August 7, 2019 + +### Bug Fixes + +#### All Platforms + +- Mattermost v4.2.2 contains high level security fixes. [Upgrading](https://mattermost.com/apps) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). + +---- + +(release-v4-2-1)= +## Release v4.2.1 + +This release contains a bug fix for all platforms. + +- **Release date:** March 20, 2019 +**Download Binary:** [Windows 32-bit](https://releases.mattermost.com/desktop/4.2.1/mattermost-setup-4.2.1-win32.exe) | [Windows 64-bit](https://releases.mattermost.com/desktop/4.2.1/mattermost-setup-4.2.1-win64.exe) | [Mac](https://releases.mattermost.com/desktop/4.2.1/mattermost-desktop-4.2.1-mac.dmg) | [Linux 64-bit](https://releases.mattermost.com/desktop/4.2.1/mattermost-desktop-4.2.1-linux-x64.tar.gz) +- **View Source Code:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.2.1) + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where some links opened in a smaller window in the Mattermost app. This issue only affected installations with a [Site URL](https://docs.mattermost.com/configure/environment-configuration-settings.html#web-siteurl) configured to use a subpath. + +---- + +(release-v4-2-0)= +## Release v4.2.0 + +- **Release date:** November 27, 2018 +**Download Binary:** [Windows 32-bit](https://releases.mattermost.com/desktop/4.2.0/mattermost-setup-4.2.0-win32.exe) | [Windows 64-bit](https://releases.mattermost.com/desktop/4.2.0/mattermost-setup-4.2.0-win64.exe) | [Mac](https://releases.mattermost.com/desktop/4.2.0/mattermost-desktop-4.2.0-mac.dmg) | [Linux 64-bit](https://releases.mattermost.com/desktop/4.2.0/mattermost-desktop-4.2.0-linux-x64.tar.gz) +- **View Source Code:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/releases/tag/v4.2.0) + +```{Note} +Mattermost v4.2.0 contains a high level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server) is highly recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` + +### Improvements + +#### All Platforms + +- Added English (UK), Portuguese (BR), Spanish (ES) and Spanish (MX) to the spell checker. +- Added `Ctrl/Cmd+F` shortcut to work as browser-like search. +- Preserved case of first letter in spellcheck. +- Added support for session expiry notification. + +#### Windows + +- Set "app start on login" preference as enabled by default and synchronized its state with config.json. + +#### Mac + +- Added **.dmg** package to support installation. +- Added "Hide" option to Login Items in Preferences. + +#### Linux + +- [tar.gz] Added support for using SVG icons for Linux application menus in place of PNG icons. +- Updated categories in order to be listed under the appropriate submenu of the application starter. +- Set "app start on login" preference as enabled by default and synchronized its state with config.json. +- Added AppImage packages as an unofficial build. + +### Architectural Changes + +- Major version upgrade of Electron to v2.0.12. Electron is the underlying technology used to build the Desktop apps. +- Artifact names are now configured via `electron-builder.json`. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [danmaas](https://github.com/danmaas), [hmhealey](https://github.com/hmhealey), [j1mc](https://github.com/j1mc), [jasonblais](https://github.com/jasonblais), [lieut-data](https://github.com/lieut-data), [rodcorsi](https://github.com/rodcorsi), [scherno2](https://github.com/scherno2), [sudheerDev](https://github.com/sudheerDev), [svelle](https://github.com/svelle), [torlenor](https://github.com/torlenor), [yuya-oc](https://github.com/yuya-oc). + +---- + +(release-v4-1-2)= +## Release v4.1.2 + +This release contains a bug fix for all platforms. + +- **Release date:** May 25, 2018 +**Download Binary:** [Windows 32-bit](https://releases.mattermost.com/desktop/4.1.2/mattermost-setup-4.1.2-win32.exe) | [Windows 64-bit](https://releases.mattermost.com/desktop/4.1.2/mattermost-setup-4.1.2-win64.exe) | [Mac](https://releases.mattermost.com/desktop/4.1.2/mattermost-desktop-4.1.2-mac.zip) | [Linux 64-bit](https://releases.mattermost.com/desktop/4.1.2/mattermost-desktop-4.1.2-linux-x64.tar.gz) +- **View Source Code:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/tree/v4.1.2) + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where the popup dialog to authenticate a user to their proxy or server didn't work. + +---- + +(release-v4-1-1)= +## Release v4.1.1 + +This release contains multiple bug fixes for Mac due to an incorrect build for v4.1.0. Windows and Linux apps are not affected. + +- **Release date:** May 17, 2018 +**Download Binary:** [Windows 32-bit](https://releases.mattermost.com/desktop/4.1.1/mattermost-setup-4.1.1-win32.exe) | [Windows 64-bit](https://releases.mattermost.com/desktop/4.1.1/mattermost-setup-4.1.1-win64.exe) | [Mac](https://releases.mattermost.com/desktop/4.1.1/mattermost-desktop-4.1.1-mac.zip) | [Linux 64-bit](https://releases.mattermost.com/desktop/4.1.1/mattermost-desktop-4.1.1-linux-x64.tar.gz) +- **View Source Code:** [Mattermost Desktop on GitHub](https://github.com/mattermost/desktop/tree/v4.1.1) + +### Bug Fixes + +Each of the issues listed below are already fixed for Windows and Linux v4.1.0. + +#### macOS + +- Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. +- Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the server tab bar. +- Fixed an issue that could cause an error message on the add new server dialog to be misleading. +- Fixed an issue where timestamps in message view showed no URL on hover. +- Fixed an issue where quitting and reopening the app required the user to log back in to Mattermost. +- Fixed an issue where adding a new server sometimes caused a blank page. +- Fixed deep linking via `mattermost://` protocol spawning a new copy of the Desktop App on the taskbar. + +---- + +(release-v4-1-0)= +## Release v4.1.0 + +Release date: May 16, 2018 + +### Improvements + +### All Platforms + +- Improved stability and performance + + - Reduced memory usage by periodically clearing cache. + - Fixed app crashing when a server tab was drag-and-dropped to the message view. + - Added an option to disable GPU hardware acceleration in App Settings to improve stability in some systems. + - Fixed Windows crash issues during installation. + - Fixed Mac and Linux crashing after toggling "Show Mattermost icon in menu bar" app setting. + +- Updated design for loading animation icon. +- Improved appearance of server tabs. +- Enabled [Certificate Transparency](https://www.certificate-transparency.org/what-is-ct) verification in HTTPS. + +#### Windows + +- [Windows 7/8] Desktop notifications now respect the duration setting set in the Control Panel. + +### Architectural Changes + +- Major version upgrade of Electron from v1.7.13 to v1.8.4. Electron is the underlying technology used to build the Desktop apps. +- Mac download files now use Zip packages rather than tar.gz files. +- ES6 `import` and `export` now replace the `require` and `modul.export` modules for better development. +- Storybook added to more easily develop React componets without executing the desktop app. + +### Bug Fixes + +#### All Platforms + +- Fixed an issue where an incorrect spellchecker language was used for non `en-US` locales on initial installation. +- Fixed an issue where error page appeared when U2F device was used for multi-factor authentication through single sign-on. +- Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. +- Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the server tab bar. +- Fixed an issue that could cause an error message on the add new server dialog to be misleading. + +#### Windows + +- Fixed an issue where `file://` protocol was not working. Note that localhost URLs are not yet supported. + +### Known Issues + +#### All Platforms + +- Clicking on a video preview opens another Mattermost window in addition to downloading the file. +- Insecure connection produces hundreds of log messages. + +#### Windows + +- App window doesn't save "floating" app position. +- [Windows 7] Sometimes app tries to render a page inside the app instead of in a new browser tab when clicking links]. +- [Windows 10] Incorrect task name in Windows 10 startup list. +- Mattermost UI sometimes bleeds over a file explorer. +- When auto-starting the desktop app, the application window is included in Windows tab list. + +#### macOS + +- The application crashes when a file upload dialog is canceled without closing Quick Look. +- When the app auto-starts, app page opens on screen instead of being minimized to Dock. + +#### Linux (Beta) + +- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app. +- [Ubuntu - 64 bit] Direct message notification sometimes comes as a streak of line instead of a pop up. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [Autre31415](https://github.com/Autre31415), [dmeza](https://github.com/dmeza), [hmhealey](https://github.com/hmhealey), [jasonblais](https://github.com/jasonblais), [kethinov](https://github.com/kethinov), [lieut-data](https://github.com/lieut-data), [lip-d](https://github.com/lip-d), [mkraft](https://github.com/mkraft), [yuya-oc](https://github.com/yuya-oc). + +---- + +(release-v4-0-1)= +## Release v4.0.1 + +Release date: March 28, 2018 + +This release contains multiple security updates for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. + +### Architectural Changes + +- Minor version upgrade of Electron from v1.7.11 to v1.7.13. Electron is the underlying technology used to build the Desktop apps. + +### Bug Fixes + +#### All Platforms + +- Disabled Certificate Transparency verification that produced unnecessary certificate errors. + +---- + +(release-v4-0-0)= +## Release 4.0.0 + +Release date: January 29, 2018 + +This release contains multiple security updates for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. + +### Improvements + +#### All Platforms + +- Added a dialog to allow the user to reopen the desktop app if it quits unexpectedly. +- Mattermost animation icon is now displayed when loading a page, instead of a blank screen. +- Added a dialog to request permissions to show desktop notifications or to use microphone and video for video calls from untrusted origins. +- The "Saved" indicator now appears for both Server Management and App Options on the Settings page. +- Close button on the Settings page now has a hover effect. +- Added new admin configuration settings for: + + - Disabling server management where the user cannot add or edit the server URL. + - Setting one or more pre-configured server URLs for the end user. + - Customizing the link in **Help > Learn More..**. + +#### Windows + +- Added support for protocol deep linking where the desktop app opens via `mattermost://` link if app is already installed. +- Added the ability to more easily white-label the Mattermost taskbar icon on custom builds. + +#### macOS + +- Added support for protocol deep linking where the desktop app opens via `mattermost://` link if app is already installed. +- Added `Ctrl+Tab` and `Ctrl+Shift+Tab` shortcuts to switch between server tabs. +- Added the option to bounce the Dock icon when receiving a notification. + +### Architectural Changes + +- Major version upgrade of Electron from v1.6.11 to v1.7.11. Electron is the underlying technology used to build the Desktop apps. +- The app now uses CSS to style the user interface. Styles are also divided into React's inline `style` and CSS. +- Yarn is now used to manage dependencies across Windows, Mac and Linux builds. +- Build is now run automatically before packaging the apps with `npm run package`. +- Removed hardcoded product name references. +- Added an `rm` command to `npm`, which removes all dynamically generated files to make it easy to reset the app between builds and branches. + +### Bug Fixes + +#### All Platforms + +- Fixed the close button of the Settings page not working on first installation. +- Fixed the app publisher referring to Yuya Ochiai instead of Mattermost, Inc. +- Fixed font size not always persisting across app restarts. +- Fixed an automatic reloading of the app when a DNS or network error page is manually reloaded with CTRL/CMD+R. +- Fixed an issue where changing font size caused rendering issues on next restart. +- Fixed an issue where after adding a server on the Settings page, focus remained on the "Add new server" link. +- Fixed an issue where SAML certificate file couldn't be uploaded from the file upload dialog. + +#### Windows + +- Fixed desktop notifications not working when the window was minimized from an inactive state. +- Fixed the uninstaller not removing all files correctly. + +#### macOS + +- Fixed an issue where after uploading a file, focus wasn't put back to the text box. +- Fixed a mis-aligned `+` button in the server tab bar. + +#### Linux (Beta) + +- Fixed the main window not being minimized when the app is launched via "Start app on Login" option. + +### Known Issues + +#### All Platforms + +- Insecure connection produces hundreds of log messages. + +#### Windows + +- App window doesn't save "floating" app position. +- Windows 7: Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links. +- Windows 10: Incorrect task name in Windows 10 start-up list. + +#### Mac + +- The application crashes when a file upload dialog is canceled without closing Quick Look. +- When the app auto-starts, app page opens on screen instead of being minimized to Dock. +- You have to click twice when a window is out of focus to have actions performed. + +#### Linux (Beta) + +- Ubuntu - 64 bit: Right clicking taskbar icon and choosing **Quit** only minimizes the app. +- Ubuntu - 64 bit: Direct message notification sometimes renders as a streak or line instead of a pop up. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [csduarte](https://github.com/csduarte), [dmeza](https://github.com/dmeza), [jasonblais](https://github.com/jasonblais), [jarredwitt](https://github.com/jarredwitt), [wvds](https://github.com/wvds), [yuya-oc](https://github.com/yuya-oc). + +---- + +(release-v3-7-1)= +## Release 3.7.1 + +Release date: August 30, 2017 + +This release contains a security update for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. + +### Improvements and Bug Fixes + +#### Windows + +- Client no longer freezes intermittently, such as when receiving desktop notifications. +- [Windows 8.1/10] Added support for running the desktop app across monitors of different DPI. +- [Windows 7/8] Clicking on a desktop notification now opens the message. + +---- + +(release-v3-7-0)= +Release 3.7.0 +-------------- + +Release date: May 9th, 2017 + +### Improvements + +#### All Platforms + +- Added an inline spell checker for English, French, German, Spanish, and Dutch. +- Removed an obsolete "Display secure content only" option, following an [upgrade of the Electron app to Chrome v56](https://github.com/electron/electron/commit/2e0780308c7ef2258422efd34c968091d7cd5b65) +- Reset app window position when restoring it off-screen from a minimized state. +- Improved page loading and app view rendering. + +#### Windows + +- [Windows 7/8] Added support for sound when a desktop notification is received. +- Removed obsolete support for Japanese fonts. +- The application window now respects 125% display resolution. + +### Bug Fixes + +#### All Platforms + +- An extra row is no longer added after switching channels with CTRL/CMD+K shortcut. +- Fixed an issue where an unexpected extra app window opened after clicking a public link of an uploaded file. +- Fixed JavaScript errors when refreshing the page. +- Fixed vertical alignment of the Add Server "+" button in the server tab bar. + +#### Windows + +- Focus is now set to the next top-level window after closing the main app window. +- Fixed an issue where the app remained in the ["classic" ALT+TAB window switcher](https://www.askvg.com/how-to-get-windows-xp-styled-classic-alttab-screen-in-windows-vista-and-7/) after closing the main app window. + +#### macOS + +- Fixed an issue where the application was not available on the Dock after a computer reboot. +- Fixed an issue where Quick Look couldn't be closed after opening the file upload dialog. + +#### Linux (Beta) + +- Fixed an issue where the setting was not saved after changing the tray icon theme. + +### Known Issues + +#### All Platforms + +- [If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly](https://github.com/mattermost/desktop/issues/334) +- [Holding down CTRL, SHIFT, or ALT buttons and clicking a channel opens a new application window](https://github.com/mattermost/desktop/issues/406) +- [Unable to upload a SAML certificate file from the file upload dialog](https://github.com/mattermost/desktop/issues/497) + +#### Windows + +- [Windows 7] [Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links](https://github.com/mattermost/desktop/issues/369) + +#### macOS + +- [After uploading a file with a keyboard shortcut, focus isn't set back to the message box](https://github.com/mattermost/desktop/issues/341) +- The application crashes when a file upload dialog is canceled without closing Quick Look. + +#### Linux (Beta) + +- [Ubuntu - 64 bit] [Right clicking taskbar icon and choosing **Quit** only minimizes the app](https://github.com/mattermost/desktop/issues/90#issuecomment-233712183) +- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/mattermost-server/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc). + +Thanks also to those who reported bugs that benefited the release, in alphabetical order: + +- [esethna](https://github.com/esethna) ([#524](https://github.com/mattermost/desktop/issues/524)), [hanzei](https://github.com/hanzei) ([#523](https://github.com/mattermost/desktop/issues/523)) + +---- + +(release-v3-6-0)= +## Release 3.6.0 + +Release date: February 28, 2017 + +Upgrading to Mattermost server 3.6 or later is recommended, as new features for the desktop app have been added following the release of the team sidebar. + +### Improvements + +- Added support for unread indicators following the release of team sidebar in Mattermost server 3.6 +- Removed a confusing CTRL/CMD+S shortcut for searching within a Mattermost team +- Added support for SAML OneLogin and Google authentication for Enterprise users +- Switching to a server from the system tray icon, from "Window" menu bar item, or through CTRL/CMD+{n} shortcut now works while viewing the Settings page +- Streamlined desktop server management: + + - "Team Management" changed to "Server Management" following the release of team sidebar in Mattermost server 3.6 + - Added a "+" icon to the desktop server tab bar to more easily sign into a new Mattermost server + - Added an option to sign in to another Mattermost server from **File > Sign in to Another Server** + - Clicking "Add new server" on the Settings page opens a dialog instead of a new row + - Clicking "Remove" next to a server now requires a confirmation to prevent a user from removing the server by accident + - Clicking "Edit" next to a server on the Settings page opens a dialog + - Clicking on a server on the Settings page opens the corresponding server tab + +- Simplified desktop app options: + + - App options now auto-save when changed + - Added supporting help text for each option + - Removed "Leave app running in menu bar when application window is closed" setting for Mac, which is not applicable for that platform + - Removed "Toggle window visibility when clicking on the tray icon" setting for Windows, given the behavior is inconsistent with typical Windows app behavior + - Removed "Hide menu bar" setting to avoid users not being able to use the menu bar and the Settings page + +### Bug Fixes + +#### All Platforms + +- Mattermost window no longer opens on a display screen that has been disconnected +- Mention badges no longer persist after logging out of a Mattermost server +- After right-clicking an image or a link, the "Copy Link" option no longer moves around when clicking different places afterwards +- Fixed an issue where minimum window size is not set +- Changed target resolution size to 1000x700 to prevent unintended issues on the user interface +- Fixed an issue where the application menu is not updated when the config file is saved in the Settings page +- Fixed login issues with local development environment +- Removed a white screen which was momentarily displayed on startup + +#### Windows + +- Fixed an issue where an unexpected window appears while installing or uninstalling +- Fixed an issue where the maximized state of the application window was not restored on re-launch if "Start app on Login" setting is enabled + +#### Linux (Beta) + +- Fixed an issue where tray icon wasn't shown by default even when "Show icon in the notification area" setting is enabled +- Fixed an issue where the maximized state of the application window was not restored on re-launch if "Start app on login" setting is enabled + +### Known Issues + +#### All Platforms + +- [If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly](https://github.com/mattermost/desktop/issues/334) +- [After using CTRL+K, an added row appears in the message box](https://github.com/mattermost/desktop/issues/426) +- [Holding down CTRL, SHIFT or ALT buttons and clicking a channel opens a new application window](https://github.com/mattermost/desktop/issues/406) + +#### Windows + +- [Windows 7] [Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links](https://github.com/mattermost/desktop/issues/369) + +#### macOS + +- [After uploading a file with a keyboard shortcut, focus isn't set back to the message box](https://github.com/mattermost/desktop/issues/341) + +#### Linux (Beta) + +- [Ubuntu - 64 bit] [Right clicking taskbar icon and choosing **Quit** only minimizes the app](https://github.com/mattermost/desktop/issues/90#issuecomment-233712183) +- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/mattermost-server/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [asaadmahmood](https://github.com/asaadmahmood), [jasonblais](https://github.com/jasonblais), [jnugh](https://github.com/jnugh), [yuya-oc](https://github.com/yuya-oc). + +---- + +(release-v3-5-0)= +## Release v3.5.0 + +Release date: December 14, 2016 + +### Improvements + +#### All Platforms + +- URL address is shown when hovering over links with a mouse +- Added CTRL+SHIFT+MINUS as a shortcut for decreasing font size (zooming out) +- Reduce upgrade issues by properly clearing cache when updating the desktop app to a new version (the application cache will be purged whenever the desktop app version changes) +- When launching the app from the command line interface, unnecessary warning messages are no longer sent if connecting to a trusted https connection without a `certificate.json` file + +#### Windows + +- Link addresses can now be copied and pasted inside the app + +### Bug Fixes + +#### All Platforms + +- YouTube previews now work, even if mixed content is allowed +- Fixed an incorrect cursor mode for "Edit" and "Remove" buttons on the Settings page +- Fixed an issue where "Zoom in/out" settings did not properly work +- When disconnected from Mattermost, the "Cannot connect to Mattermost" page is now properly aligned at the top of the window + +#### Windows + +- The menu bar option for "Redo" is now properly shown as CTRL+Y + +#### macOS + +- Fixed an issue where the default download folder was `Macintosh HD` +- Removed an unexpected "Show Tab Bar" menu item on macOS 10.12 + +#### Linux (Beta) + +- Fixed an issue where the option "Leave app running in notification area when the window is closed" was never enabled. + +### Known Issues + +#### All Platforms + +- [If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly](https://github.com/mattermost/desktop/issues/334) +- [Direct messages cause notification icons to appear on all team tabs, which don't clear until you click on each team](https://github.com/mattermost/desktop/issues/160) +- [After right-clicking an image or a link, the "Copy Link" option sometimes moves around when clicking different places afterwards](https://github.com/mattermost/desktop/issues/340) + +#### Windows + +- [Windows 7] [Sometimes the app tries to render clicked linked inside the app, instead of in a new browser tab](https://github.com/mattermost/desktop/issues/369>) + +#### macOS + +- [After uploading a file with a keyboard shortcut, focus isn't set back to the message box](https://github.com/mattermost/desktop/issues/341) + +#### Linux (Beta) + +- [Ubuntu - 64 bit] [Right clicking taskbar icon and choosing Quit only minimizes the app](https://github.com/mattermost/desktop/issues/90#issuecomment-233712183) +- [Ubuntu - 64 bit] [Direct message notification pop ups do not properly render](https://github.com/mattermost/mattermost-server/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [itsmartin](https://github.com/itsmartin), +- [jasonblais](https://github.com/jasonblais), +- [jcomack](https://github.com/jcomack), +- [jnugh](https://github.com/jnugh), +- [kytwb](https://github.com/kytwb), +- [magicmonty](https://github.com/magicmonty), +- [Razzeee](https://github.com/Razzeee), +- [yuya-oc](https://github.com/yuya-oc). + +Thanks also to those who reported bugs that benefited the release, in alphabetical order: + +- ellisd ([#383](https://github.com/mattermost/desktop/issues/383)), [it33](https://github.com/it33) ([#384](https://github.com/mattermost/desktop/issues/384)), [jnugh](https://github.com/jnugh) ([#392](https://github.com/mattermost/desktop/issues/392)), [lfbrock](https://github.com/lfbrock) ([#382](https://github.com/mattermost/desktop/issues/382)), [yuya-oc](https://github.com/yuya-oc) ([#391](https://github.com/mattermost/desktop/issues/391)). + +---- + +(release-v3-3-1)= +## Release v3.4.1 + +Release date: September 30, 2016 + +This release contains a security update and it is highly recommended that users upgrade to this version. + +Version number updated to 3.4 to make numbering consistent with Mattermost server and mobile app releases. This change will not imply monthly releases. + +- v3.4.1, released 2016-09-30 + + - (Mac) Fixed an issue where the app window pops up second to foreground when a new message is received + +- v3.4.0, released 2016-09-22 + + - Original v3.4 release + +### Improvements + +#### All Platforms + +- Current team and channel name shown in window title bar +- Team tab is bolded for unread messages and has a red dot with a count of unread mentions +- Added new shortcuts: + + - CTRL+S; CMD+S on Mac: sets focus on the Mattermost search box + - ALT+Left Arrow; CMD+[ on Mac: go to previous page in history + - ALT+Right Arrow; CMD+] on Mac: go to next page in history + +- Upgraded the Settings page user interface +- The app now tries to reconnect periodically if a page fails to load +- Added validation for name and URL when adding a new team on the Settings page + +#### Windows + +- Added access to the settings menu from the system tray icon +- Only one instance of the desktop application will now load at a time +- Added an option to configure whether a red badge is shown on taskbar icon for unread messages + +#### macOS + +- Added an option to configure whether a red badge is shown on taskbar icon for unread messages + +#### Linux (Beta) + +- Added an option to flash taskbar icon when a new message is received +- Added a badge to count mentions on the taskbar icon (for Unity) +- Added a script, `create_desktop_file.sh` to create `Mattermost.desktop` desktop entry to help [integrate the application into a desktop environment](https://wiki.archlinux.org/index.php/Desktop_entries) more easily +- Added access to the settings menu from the system tray icon +- Only one instance of the desktop application will now load at a time + +### Bug Fixes + +#### All Platforms + +- Cut, copy and paste are shown in the user interface only when the commands are available +- Copying link addresses now work properly +- Saving images by right-clicking the image preview now works +- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel +- Fixed an issue where the maximized state of the app window was lost in some cases +- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases + +#### Windows + +- Removed misleading shortcuts from the system tray menu +- Removed unclear desktop notifications when the application page fails to load +- Fixed the Mattermost icon for desktop notifications in Windows 10 +- Fixed an issue where application icon at the top left of the window was pixelated +- Fixed an issue where the application kept focus after closing the app window + +#### Linux (Beta) + +- Removed misleading shortcuts from the system tray menu +- Removed unclear desktop notifications when the application page fails to load + +### Known Issues + +#### All Platforms + +- YouTube videos do not work if mixed content is enabled from app settings + +#### Windows + +- Copying a link address and pasting it inside the app doesn't work + +#### Linux (Beta) + +- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app +- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/mattermost-server/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [akashnimare](https://github.com/akashnimare), +- [asaadmahmood](https://github.com/asaadmahmood), +- [jasonblais](https://github.com/jasonblais), +- [jgis](https://github.com/jgis), +- [jnugh](https://github.com/jnugh), +- [Razzeee](https://github.com/Razzeee), +- [St-Ex](https://github.com/St-Ex), +- [timroes](https://github.com/timroes), +- [yuya-oc](https://github.com/yuya-oc). + +-------------- + +(release-v1-3-0)= +## Release v1.3.0 + +Release date: 2016-07-18 + +[Download the latest version here](https://mattermost.com/apps>) + +### Improvements + +#### All Platforms + +- Added auto-reloading when tab fails to load the team. +- Added the ability to access all of your teams by right clicking the system tray icon. + +##### Menu Bar + +- New Keyboard Shortcuts + + - Adjust text size + + - CTRL+0 (Menu Bar -> View -> Actual Size): Reset the zoom level. + - CTRL+PLUS (Menu Bar -> View -> Zoom In): Increase text size + - CTRL+MINUS (Menu Bar -> View -> Zoom Out): Decrease text size + + - Control window + + - CTRL+W (Menu Bar -> Window -> Close): On Linux, this minimizes the main window. + - CTRL+M (Menu Bar -> Window -> Minimize) + + - Switch teams (these shotcuts also reopen the main window) + + - CTRL+{1-9} (Menu Bar -> Window -> [Team name]): Open the *n*-th tab. + - CTRL+TAB or ALT+CMD+Right (Menu Bar -> Window -> Select Next Team): Switch to the next window. + - CTRL+SHIFT+TAB or ALT+CMD+Left (Menu Bar -> Window -> Select Previous Team): Switch to the previous window. + - Right click on the tray item, to see an overview of all your teams. You can also select one and jump right into it. + + - Added **Help** to the Menu Bar, which includes + + - Link to [Mattermost Docs](https://docs.mattermost.com) + - Field to indicate the application version number. + +##### Settings Page + +- Added a "+" button next to the **Teams** label, which allows you to add more teams. +- Added the ability to edit team information by clicking on the pencil icon to the right of the team name. + +#### Windows + +- Added an installer for better install experience. +- The app now minimizes to the system tray when application window is closed. +- Added an option to launch application on login. +- Added an option to blink the taskbar icon when a new message has arrived. +- Added tooltip text for the system tray icon in order to show count of unread channels/mentions. +- Added an option to toggle the app to minimize/restore when clicking on the system tray icon. + +#### macOS + +- Added colored badges to the menu icon when there are unread channels/mentions. +- Added an option to minimize the app to the system tray when application window is closed. + +#### Linux (Beta) + +- Added an option to show the icon on menu bar (requires libappindicator1 on Ubuntu). +- Added an option to launch application on login. +- Added an option to minimize the app to the system tray when application window is closed. + +### Other Changes + +- Application license changed from MIT License to Apache License, Version 2.0. + +### Bug Fixes + +#### All platforms + +- Fixed authentication dialog not working for proxy. + +#### Windows + +- Fixed the blurred system tray icon. +- Fixed a redundant description appearing in the pinned start menu on Windows 7. + +#### macOS + +- Fixed two icons appearing on a notification. + +### Known Issues + +#### Linux (Beta) + +- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app +- [Ubuntu - 64 bit] [Direct message notification comes as a streak of line instead of a pop up](https://github.com/mattermost/mattermost-server/issues/3589) + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [CarmDam](https://github.com/CarmDam), +- [it33](https://github.com/it33), +- [jasonblais](https://github.com/jasonblais), +- [jnugh](https://github.com/jnugh), +- [magicmonty](https://github.com/magicmonty), +- [MetalCar](https://github.com/MetalCar), +- [Razzeee](https://github.com/Razzeee), +- [yuya-oc](https://github.com/yuya-oc). + +-------------- + +(release-v1-2-1-Beta)= +## Release v1.2.1 (Beta) + +Release date: 2016-05-24 + +This release contains a security update and it is highly recommended that users upgrade to this version. + +- v1.2.1, released 2016-05-24 + + - Fixed an issue where "Electron" appeared in the title bar on startup. + - Added a dialog to confirm use of non-http(s) protocols prior to opening links. For example, clicking on a link to `file://test` will open a dialog to confirm the user intended to open a file. + - (Windows and OS X) Added a right-click menu option for tray icon to open the Desktop application. + +- v1.2.0, released 2016-05-13 + + - Original v1.2 release + +### Improvements + +#### All Platforms + +- Improved the style for tab badges. +- Added **Allow mixed content** option to render images with `http://`. +- Added the login dialog for `http` authentication. + +#### macOS + +- Added an option to show a black dot indicating unread messages on the team tab bar. + +#### Linux + +- Added **.deb** packages to support installation. + +### Bug Fixes + +#### All Platforms + +- Node.js environment is enabled in the new window. +- The link other than `http://` and `https://` is opened by clicking. + +#### Linux + +- Desktop notification is shown as a dialog on Ubuntu 16.04. + +### Known issues + +- The shortcuts can't switch teams twice in a row. +- The team pages are not correctly rendered until the window is resized when the zoom level is changed. + +### Contributors + +Many thanks to all our contributors. In alphabetical order: + +- [asaadmahmood](https://github.com/asaadmahmood), +- [jeremycook](https://github.com/jeremycook), +- [jnugh](https://github.com/jnugh), +- [jwilander](https://github.com/jwilander), +- [mgielda](https://github.com/mgielda), +- [lloeki](https://github.com/lloeki), +- [yuya-oc](https://github.com/yuya-oc). + +(release-v1-1-1-Beta)= +## Release v1.1.1 (Beta) + +Release date: 2016-04-13 + +This release contains a security update and it is highly recommended that users upgrade to this version. + +- v1.1.1, released 2016-04-13 + + - If the specified team URL on the **Settings** page contains an additional space, the app now properly redirects to the team page + - ALT+SHIFT now opens the menu on Cinnamon desktop environment. + +- v1.1.0, released 2016-03-30 + + - Original v1.1 release + +The `electron-mattermost` project is now the official desktop application for the Mattermost open source project. + +### Changes + +#### All platforms + +- Rename project from `electron-mattermost` to `desktop` +- Rename the executable file from `electron-mattermost` to `Mattermost` +- The configuration directory is also different from previous versions. +- Should execute following command to take over `config.json`. + + - Windows: + `mkdir %APPDATA%\Mattermost and copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json` + - OS X: + `ditto ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json` + - Linux: + `mkdir -p ~/.config/Mattermost && cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json` + +### Improvements + +#### All platforms + +- Refined the application icon. +- Show error messages when the application fails to load the Mattermost server. +- Show confirmation dialog to continue connection when there is a certificate error. +- Added validation to check whether **Name** or **URL** are blank when adding or editing a team on the **Settings** page. +- Added simple basic HTTP authentication (requires a command line). + +#### Windows + +- Show a small circle on the tray icon when there are new messages. + +### Bug Fixes + +#### Windows + +- **File** > **About** now shows the version number dialog. + +#### Linux + +- **File** > **About** now shows the version number dialog. +- Ubuntu: Notifications now work properly. +- The view mp longer crashes when freetype 2.6.3 is used on the system. + +### Known issues + +#### All platforms + +- Basic authentication is not working and requires a command line. +- Some keyboard shortcuts are missing (e.g. CTRL+W, CMD+PLUS). + +#### Windows + +- Application does not appear properly in Windows volume mixer. + +**List of releases before the project was promoted as the official desktop application for Mattermost.** + +[Release v1.0.7 (Unofficial) - 2016-02-20](https://github.com/mattermost/desktop/releases/tag/v1.0.7) + +[Release v1.0.6 (Unofficial) - 2016-02-16](https://github.com/mattermost/desktop/releases/tag/v1.0.6) + +[Release v1.0.5 (Unofficial) - 2016-02-13](https://github.com/mattermost/desktop/releases/tag/v1.0.5) + +[Release v1.0.4 (Unofficial) - 2016-02-12](https://github.com/mattermost/desktop/releases/tag/v1.0.4) + +[Release v1.0.3 (Unofficial) - 2016-02-03](https://github.com/mattermost/desktop/releases/tag/v1.0.3) + +[Release v1.0.2 (Unofficial) - 2016-01-16](https://github.com/mattermost/desktop/releases/tag/v1.0.2) + +[Release v1.0.1 (Unofficial) - 2016-01-06](https://github.com/mattermost/desktop/releases/tag/v1.0.1) + +[Release v1.0.0 (Unofficial) - 2015-12-27](https://github.com/mattermost/desktop/releases/tag/v1.0.0) + +[Release v0.5.1 (Unofficial) - 2015-12-12](https://github.com/mattermost/desktop/releases/tag/v0.5.1) + +[Release v0.5.0 (Unofficial) - 2015-12-06](https://github.com/mattermost/desktop/releases/tag/v0.5.0) + +[Release v0.4.0 (Unofficial) - 2015-11-03](https://github.com/mattermost/desktop/releases/tag/v0.4.0) + +[Release v0.3.0 (Unofficial) - 2015-10-24](https://github.com/mattermost/desktop/releases/tag/v0.3.0) + +[Release v0.2.0 (Unofficial) 2015-10-14](https://github.com/mattermost/desktop/releases/tag/v0.2.0) + +[Release v0.1.0 (Unofficial) 2015-10-10](https://github.com/mattermost/desktop/releases/tag/v0.1.0) \ No newline at end of file diff --git a/source/deploy/desktop-app-changelog.rst b/source/deploy/desktop-app-changelog.rst deleted file mode 100644 index c7f1d1f63e2..00000000000 --- a/source/deploy/desktop-app-changelog.rst +++ /dev/null @@ -1,2333 +0,0 @@ -Desktop app changelog -===================== - -This changelog summarizes updates to Mattermost desktop app releases for `Mattermost `__. - -Release v5.8 --------------- - -**Release Date: May 16, 2024** - -**Download Binaries:** `Mattermost Desktop on GitHub `_ - -.. note:: - - Mattermost v5.8.0 contains low to medium severity level security fixes. Upgrading is highly recommended. Details will be posted on our `security updates page `__ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any currently `supported Mattermost server version `__. -- Updated Chromium minimum supported version to 122+. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Moved the **Settings** window into a new modal. -- Disabled the ``--inspect`` tag. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Minor version upgrade of Electron to 29.3.0. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -macOS -^^^^^^^^^^^^^ - -- Fixed an issue for macOS 13+ users on the Mac App Store build where the OS-level **Do Not Disturb** user status was not respected. -- Fixed the settings window disappearing on macOS when dragged to another monitor. - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where removing a server did not clear mentions. -- Fixed an issue where right-clicking on **Save Image** crashed the app. -- Fixed an issue where typing in the local server followed by a port would trip up the URL validation. -- Fixed an issue where restoring the window from the tray icon could cause a strange state if the window was previously maximized. -- Fixed the permission prompt to **Deny** on closing the dialog. - -Open Source Components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Added and removed several open source components at https://github.com/mattermost/desktop. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Desktop App Windows 10: The taskbar might not flash on receipt of a new message when the setting is enabled `MM-58087 `_. -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost``, for Windows in ``Users//AppData/Roaming/Mattermost`` and for Linux in ``~/config/Mattermost`` (where ``~`` is the home directory). -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `devinbinnie `_, `toninis `_, `yasserfaraazkhan `_. - -Release v5.7 --------------- - -**Release Date: March 15, 2024** - -**Download Binaries:** `Mattermost Desktop on GitHub `_ - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any currently `supported Mattermost server version `_. -- Updated Chromium minimum supported version to 120+. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added a new **View > Developer Tools** submenu that contains items to access the developer tools for all desktop created windows. -- Added a new menu item to open the developers tools for the Call widget window. -- Reworked and updated the preload script to use an updated and more robust wep app API. -- Promoted Simplified Chinese language to Beta. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to 28.2.2. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where the user's URL would be cleared after being entered in the **Add Server** modal. -- Fixed an issue where users couldn't add a second server with a similar subpath as the configured server. -- Fixed a potential crash in diagnostics. - -Open Source Components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Added ``@aws-sdk/client-s3``, ``@aws-sdk/lib-storage`` and ``@mattermost/desktop-api``, and removed ``aws-sdk`` from https://github.com/mattermost/desktop. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Error might be experienced when quitting v5.7 desktop app on MacOS Ventura `MM-57146 `_. -- In the **Settings** modal, the search text in the **Check spelling** dropdown is not visible `MM-57089 `_. -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost``, for Windows in ``Users//AppData/Roaming/Mattermost`` and for Linux in ``~/config/Mattermost`` (where ``~`` is the home directory). -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `ctlaltdieliet `_, `devinbinnie `_, `hasancankucuk `_, `streamer45 `_, `trivikr `_, `wiebel `_. - -Release v5.6 --------------- - -**Release Date: December 15, 2023** - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any currently `supported Mattermost server version `_. -- Updated Chromium minimum supported version to 118+. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added Vietnamese as a new language (Beta). -- Removed ``gconf`` dependency for Debian/Ubuntu. -- Stopped auto-opening Boards/Playbooks tabs. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v27.0.2. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where some notifications did not navigate to the channel. -- Set the category for the main menu correctly for installations with Debian package. -- Fixed an issue where servers on a subpath could not grant the ``media`` permission. -- Fixed an issue where users could not fullscreen embedded videos. -- Fixed a deep linking issue for servers with subpaths. -- Fixed an issue where the "session expired" badge wasn't displayed. - -macOS -^^^^^^^^^^^^^ - -- Fixed an issue where clicking on a link to an unregistered protocol on macOS would cause the app to crash. - -Open Source Components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Added ``electron-extension-installer`` and ``node-gyp`` to https://github.com/mattermost/desktop. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost``, for Windows in ``Users//AppData/Roaming/Mattermost`` and for Linux in ``~/config/Mattermost`` (where ``~`` is the home directory). -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `BaumiCoder `_, `ctlaltdieliet `_, `devinbinnie `_, `larkox `_. - -Release v5.5 --------------- - -- **v5.5.1, released 2023-10-03** - - - Mattermost v5.5.1 contains low severity level security fixes. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - - Upgraded to Electron v26.2.1, which mitigates ``CVE-2023-4863`` of the third-party library libwebp. - - Fixed an issue where logging was stuck to ``info`` level. - - Fixed an issue where the downloads dropdown would not open on auto-update notification. - -- **v5.5.0, released 2023-09-15** - - - Original v5.5.0 release - -**Download Binaries:** `Mattermost Desktop on GitHub `_ - -.. note:: - - Mattermost v5.5.0 contains a medium severity level security fix. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any currently `supported Mattermost server version `__. -- Updated Chromium minimum supported version to 116+. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Set the minimum window width to 600px. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v26.1.0. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed a crash in diagnostics when the server was unreachable. -- Fixed bad user feedback on the server URL validation when plugins were disabled. -- Fixed an issue where auto-updating the app wouldn't be properly disabled. -- Fixed an issue where changes in the OS dark/light mode did not reflect immediately in the window top bar. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Users are unable to login to Desktop app v5.5 on servers with subpaths. -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually delete their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost``, for Windows in ``Users//AppData/Roaming/Mattermost`` and for Linux in ``~/config/Mattermost`` (where ``~`` is the home directory). -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `apollo13 `_, `cpoile `_, `devinbinnie `_, `Partizann `_. - ----- - -Release v5.4 --------------- - -**Release Day: June 19, 2023** - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any supported Extended Support Release or a newer Mattermost server version. -- Updated Chromium minimum supported version to 112+. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Improved URL validation and the add/edit server experience. -- Made ``ExtraBar`` dark when using dark mode. -- Improved the tray icon click behaviour across operating systems. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v24.3.1. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Calls: Fixed duplicate desktop notifications when calls popout was open. -- Fixed an issue where YubiKeys did not work on the MAS build. -- Fixed an issue where servers on subpaths would not properly navigate to external URLs on the same domain. -- Fixed an issue where spellcheck highlighting would persist after text was deleted. -- Fixed an issue for the MAS build where the default downloads directory would be invalid after upgrade. -- Fixed an issue where the default download location did not respect ``XDG_DOWNLOAD_DIR`` where it was set. -- Fixed an issue where the popup window was not refocused if it already existed. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Mattermost is not detected in the **Add Server** screen if the server has plugins disabled `MM-53294 `__. -- When running "Run Diagnostics" from the **Help** menu, the app crashes `MM-53295 `_. -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`` and for Windows it is located in ``Users//AppData/Roaming/Mattermost``. -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `cpoile `_, `devinbinnie `_, `jnsgruk `_, `streamer45 `_, `zoltan-ofir `_. - ----- - -Release v5.3 --------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v5.3.1, released 2023-04-04** - - - Calls: fixed an issue where, after opening the calls popout then closing it (without leaving the call), subsequent clicks would cause a crash. - -- **v5.3.0, released 2023-03-30** - - - Original v5.3.0 release - -.. note:: - Mattermost v5.3.0 contains a medium severity level security fix. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any supported Extended Support Release or a newer Mattermost server version. -- Support for Windows v8 and v8.1 have been dropped. Minimum supported Windows version was updated to 10+. -- Updated Chromium minimum supported version to 110+. - -Highlights -~~~~~~~~~~~~~~~ - -- Added application diagnostics. -- Implemented a global calls widget window. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added support for starting a call from an existing thread through the ``/call start`` slash command. -- Added support for Gnome's "do-not-disturb" status. -- Added a menu item for showing the logs folder. -- Improved performance by reducing the number of calls for URL detection. -- Changed the tray behavior on left-click. Left-clicking on the system tray Mattermost icon now hides the application to system tray if it's already visible. -- Defaulted to opening a file when it's selected from the download list. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v23.1.2. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where a user could open a blank Electron window using the main window. -- Fixed an issue where image thumbnails did not always display in the downloads for MAS builds. -- Fixed an issue where the Boards/Playbooks tabs sometimes didn't appear automatically when a server was added. -- Fixed an issue where RPM conflicted with other Electron-based applications. -- Fixed an issue where a custom certificate wasn't applied to the WebSocket connection along with the HTTP connection. -- Fixed an issue where opening the app with a deeplink could cause the app not to redirect to the correct URL. -- Fixed an issue with closing the Downloads drop-down menu when selecting **Show in folder**. -- Fixed an issue with maximizing the main window when a monitor is removed. -- Fixed an issue where special characters in the server name caused the top bar of the Desktop App to disappear. -- Fixed an issue where OneLogin users wouldn't have their credentials remembered. -- Fixed an issue with plugin navigation displaying a white empty bar between the plugin UI and the Desktop Apps Bar. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`` and for Windows it is located in ``Users//AppData/Roaming/Mattermost``. -- On Linux, a left-click on the Mattermost tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients due to an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the Mattermost system tray icon via Desktop Settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `cpoile `_, `cs4p `_, `devinbinnie `_, `JtheBAB `_, `kevfocke `_, `kyeongsoosoo `_, `m1lt0n `_, `streamer45 `_, `tboulis `_. - ----- - -Release v5.2 --------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v5.2.2, released 2022-12-06** - - - Added ARM64 build (beta) for Windows/Linux. - - Fixed an issue on Windows installers where the onboarding screen was displayed even when there was a preconfigured server list `MM-48079 `_. - - Fixed an issue where a crash could occur when a download list included corrupt data `MM-48483 `_. - - Fixed an issue where ``AppImageLauncher`` still created a bad shortcut that caused the app not to launch `MM-48557 `_. - - Fixed an issue where notifications were not displayed on Windows v8 and v8.1 `MM-48397 `_. - - Fixed an issue where users could get stuck after finished the Getting Started flow `MM-48682 `_. - - Fixed an issue where the window resize did not work on some windows machines `MM-48574 `_. - - Fixed an issue on Windows where the three-dot menu remained focused after clicking elsewhere `MM-46424 `_. - -- **v5.2.1, released 2022-11-15** - - - Fixed an issue on ``.exe`` installers where the onboarding screen was still displayed even when there was a preconfigured server list `MM-48079 `_. - - Fixed an issue where the default downloads location was not set on macOS `MM-48167 `_. - - Fixed an issue where users were able to edit or remove a pre-configured server provided by GPO on Windows `MM-48184 `_. - - Fixed an issue where the tray icon colour on Windows didn't obey the setting `MM-48080 `_. - -- **v5.2.0, released 2022-10-31** - - - Original v5.2.0 release - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. -- Desktop App v5.2 is incompatible with server versions v9.1 and later. - -Highlights -~~~~~~~~~~~~~~~ - -- Onboarding screen improvements: Added new **Configure Server** and first user onboarding screens when starting the app without servers configured. -- Added a Downloads dropdown menu that displays file upload progress and recently downloaded files. - -Improvements -~~~~~~~~~~~~~~~ - -Linux -^^^^^^ - -- Dropped support for Linux IA32 (Linux 32-bit builds). - -All Platforms -^^^^^^^^^^^^^ - -- The Desktop App configured URL is now forced to be changed to the SiteURL configured by the system adminstrator. -- Added localization support to the Desktop App (Beta). -- Zoom in/out now works when ``CTRL/CMD+SHIFT+=`` is pressed. -- Changed the order of fields in the Add Server modal so that the server URL is filled in first and the display name after. -- The app window now reloads only when the URL changes, not when a server's name changes. -- Updated the default window size to 1280x800, so that users can now see other login options as well on first load. -- Swapped the dark and light theme tray icons on Linux and Windows to the expected behavior. -- Disabled the auto-update functionality explicitly for all MSI installers except the Windows EXE installer and the Linux AppImage. -- Dropped support for asterisk-based unreads in Mattermost Self-Hosted versions older than v5.28. -- Improved the performance of window resizing. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v21.2.0. Electron is the underlying technology used to build the Desktop App. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Linux -^^^^^^ - -- To fix notification issues for Linux users, the configuration setting ``notifications.flashWindow`` default value was changed to ``0`` for Linux. - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where an Operating System could register Mattermost as the default web browser / mail app. -- Fixed an issue where the download notification showed the wrong file name. -- Fixed an issue where it was possible to drag the Minimize/Close buttons. -- Fixed an issue where a misleading error message from a remote certificate would imply that the Mattermost server had an issue. -- Fixed an issue where users still received notifications when their status was set to **Do Not Disturb**. -- Fixed an issue where users could not replace files in the **Downloads** folder. -- Fixed improper reporting of app version when the ``--version`` or ``-v`` command-line flags were passed. -- Fixed an issue where MAS users couldn't easily replace files. - -Open Source Components -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Added ``macos-notification-state``, ``windows-focus-assist``, and ``react-intl`` to https://github.com/mattermost/desktop. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Users seeing an endless "Loading..." screen when attempting to log in to the app may need to manually remove their cache directory. For MacOS it is located in ``/Users//Library/Containers/Mattermost/Data/Library/Application Support/Mattermost`` and for Windows it is located in ``Users//AppData/Roaming/Mattermost``. -- On Linux, a left click on the tray icon doesn't open the app window but opens the tray menu. -- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the system tray icon in the Desktop settings. -- On apps using GPO configurations, when adding a second server tab, it's possible to drag and drop tabs, but they'll jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `devinbinnie `_, `julmondragon `_, `m1lt0n `_, `saturninoabril `_, `tboulis `_, `vaaas `_. - ----- - -Release v5.1 --------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v5.1.1, released 2022-06-27** - - - Upgraded to Electron v18.3.0. - - Fixed an issue where a channel name matching the server subpath would not be navigable. - - Fixed an issue where the ``hideOnStart`` setting didn't work. - - Fixed an issue where the certificate error dialog box would reappear infinitely. - - Fixed an issue where the first client certificate could not be selected. - - Restored Windows ZIP builds. - -- **v5.1.0, released 2022-05-16** - - - Original v5.1.0 release - -.. note:: - - Mattermost v5.1.0 contains a low severity level security fix. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. -- Desktop App v5.1 is incompatible with server versions v9.1 and later. - -Highlights -~~~~~~~~~~~~~~~ - -- Added `a Desktop App auto-updater `_. The app now automatically checks for new updates on app start up. Note that the Mac builds provided on GitHub do not support auto-updates. - -Improvements -~~~~~~~~~~~~~~~ - -Mac -^^^^^^ -- Mattermost can now be installed on the `Mac App Store `__. Even if you’re already using Mattermost desktop on Mac, you can download and install it via the Mac App Store to access future automatic updates. - -Linux -^^^^^^ - -- Updated the Linux closing behaviour to allow the app to close complely when pressing ``X``. -- Changed the default setting for **Leave app running in notification area when application window is closed** on Linux to ``false`` by default. - -All Platforms -^^^^^^^^^^^^^ - -- Added the ability in Calls to select which window to share when screensharing. -- Added a new config setting "Launch app minimized" to be able to auto-launch the app minimized when the application is launched on startup. -- When the **Add Server** modal pops up for the first time when the app is launched, the modal now stays open instead of closes on mouse click until the first server has been added. -- Added a new setting/preference to always open the Desktop App in full screen. -- The app now uses ``ctrl+=`` and ``cmd+=`` to zoom in to match the behavior of Chrome and Firefox. -- Changed the wording in the **File > View** menu from ``Tab`` to ``Server`` to reflect recent changes in the user interface. -- Added the ability to copy the version string into clipboard from **Menu > Help > Version**. -- Added a menu item **Window > Show Servers** to show a list of servers. -- Removed the reference to the flashing window on the Settings page to avoid confusion when the window doesn't flash. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~ -- Major version upgrade of Electron to v18.0.3. Electron is the underlying technology used to build the Desktop app. - -Bug Fixes -~~~~~~~~~~~ - -Linux -^^^^^^ - -- Fixed an issue where the app window and taskbar did not flash when notifications were received. - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where customized URIs were not supported on the desktop app. -- Fixed an issue where parsed, but technically invalid URIs could not be opened in the browser. -- Fixed an issue where a channel name with an asterisk at the front would cause unreads to return a false positive. -- Fixed an issue where opening a new tab view caused the original view to go to the requested link as well. -- Fixed an issue where users could add the same server name or URL twice. -- Fixed an issue where the URL view prevented users from clicking a button directly above it. -- Fixed an issue where the tray icon theme toggle was not hidden when the icon itself wasn't enabled. -- Fixed an issue where a redundant icon was present in Windows 10+ notifications. -- Fixed an issue where unreads on a different team wouldn't trigger an unread badge in the Desktop App. -- Fixed an issue where retrying to load tabs indefinitely instead of stopping after a few tries was not supported. -- Fixed issues with the loading screen to make it more reliable. -- Fixed an issue where ``Shift+Alt`` moved the focus to the top menu. -- Fixed an issue where external links at the bottom of the page were not clickable. -- Fixed an issue where mentions/unreads did not take precedence when setting the badge/tray icon. -- Fixed an issue where the macOS dock would stay open after clicking the tray icon. -- Fixed an issue where the URL view would persist once the user had moved their mouse off of an external URL. - -Known Issues -~~~~~~~~~~~~~~ - -- On Linux, a left click on the tray icon doesn't open the app window but opens the tray menu. -- Mattermost Desktop App v5.1.0 cannot be launched twice on Windows servers with the role "Remote Desktop Session Host". -- Desktop App may become unresponsive and crash when initiating a screen reader `MM-44058 `_. -- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the system tray icon in the Desktop settings. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `ChristophKaser `_, `coltoneshaw `_, `devinbinnie `_, `JulienTant `_, `oh6hay `_, `Profesor08 `_, `shadowshot-x `_, `streamer45 `_, `svelle `_ , `Willyfrog `_. - ----- - -Release v5.0 --------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v5.0.4, release 2022-02-04** - - - Fixed an issue where Desktop App toast notifications didn't work in v5.0.3. - - Restored **Minimize to tray** option for Windows, and added the ability to override the tray icon color. - -- **v5.0.3, released 2022-02-01** - - - Fixed an issue where a user might get an erroneous "Your session has expired" error and be unable to login. - - Fixed an issue where the app could crash while trying to reload a page that is currently loading. - - Fixed an issue where OS-level shortcuts could cause an unexpected focus behavior in the app. - - Fixed an issue where Linux users might not see the **Add Server** modal. - - Fixed an issue that prevented the export channel log from being downloaded from Playbooks. - -- **v5.0.2, released 2021-11-15** - - - Fixed an issue where the Desktop app crashed intermittently when switching between tabs while a tab was loading. - - Fixed an issue where the app didn't raise the window from the tray icon when clicking on the taskbar icon. - -- **v5.0.1, released 2021-10-22** - - - Fixed issue with desktop notification sounds not working correctly. - - Fixed an issue where using a proxy server with the Desktop app caused the app to crash. - - Fixed the new server modal not being accessible on Linux when no other servers existed. - - Fixed an issue where switching from Boards/Playbooks to Channels caused a reload in the Channels view. - - Fixed an issue with GPO and built-in servers not working correctly with Boards/Playbooks tabs. - - Fixed an issue where the top bar buttons on Windows 8 were missing. - - Reduced the size of some builds by removing unnecessary files. - -- **v5.0.0, released 2021-10-13** - - - Original v5.0.0 release - -.. note:: - - Mattermost v5.0.0 contains a low level security fix. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop App is supported on any supported Extended Support Release up to v8.1 ESR. -- Desktop App v5.0 is incompatible with server versions v9.1 and later. - -Breaking Changes / Upgrade Notes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Some keyboard shortcuts and menu items were updated to work with the new Desktop App layout. ``Ctrl+#`` is used for changing tabs and ``Ctrl+Shft+#`` is used for changing servers. - -Highlights -~~~~~~~~~~~~~~~ - -- Redesigned title bar allows users to seamlessly work in Channels, Playbooks, and Boards across multiple servers with minimal context switching. - -Improvements -~~~~~~~~~~~~~~~ - -MacOS -^^^^^^ - -- Made the window menu on macOS more consistent with system standards. - -All Platforms -^^^^^^^^^^^^^ - -- Added support for multiple languages to be used by the spellchecker. This can be configured in the desktop preferences. -- Updated loading screen visuals. -- Added a dark mode for settings and modals. -- Changed the server selection to use a dropdown instead of tabs. -- Added support for dragging and dropping of the server dropdown items to re-order servers. -- Converted the tabs interface to support multiple configurable tabs based on the added server to easily access Boards and Playbooks via tabs in the window header. -- Removed the **Server Management** screen from **Settings**, and added Edit/Delete buttons to the new dropdown, as users can now configure and edit their servers from the server dropdown menu. -- Added a checkbox to certificate error modal that allows users to permanently distrust a certificate. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v14.1. Electron is the underlying technology used to build the Desktop app. -- Added a RPM build option to the Electron builder. -- Added Universal binaries for MacOS users. -- Migrated to Bootstrap v4 and refreshed the interface. Migrated to ``react-beautiful-dnd`` instead of ``react-smooth-dnd`` for a cleaner experience. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Linux -^^^^^^^^^^^^^ -- Fixed the tray icon size on Linux. -- Fixed an issue where pressing ``Alt+`` could cause the menu bar to disable and overlap the top bar on Linux. - -All Platforms -^^^^^^^^^^^^^ -- Fixed an issue where resizing the app while in the System Console caused a white bar to appear at the top. -- Fixed an issue where the right-click menu was missing from the ``jira connect`` modal. -- Fixed an issue where the app would render off screen and the user would have trouble getting the window in view. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Unread messages icon may be missing from the taskbar on Windows following 4.7.0 upgrade `MM-37807 `_. -- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the system tray icon in the Desktop settings. -- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via ``$ chmod 4755 /chrome-sandbox``. -- Pressing Enter multiple times during Basic Authentication causes a crash. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `devinbinnie `_, `elsiehupp `_, `jtwillis92 `_, `koox00 `_, `svelle `_ , `Westacular `_, `Willyfrog `_ - ----- - -Release v4.7 --------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v4.7.2, released 2021-09-13** - - - Upgraded to Electron v12.0.16. - - Fixed an issue where the **Add Server** screen appeared on each startup on servers with GPO. - - Fixed an issue where the window would flash on Windows and Linux when a new mention arrived regardless of the setting to turn it on/off. - - Added desktop notifications for followed threads. - -- **v4.7.1, released 2021-08-03** - - - Mattermost v4.7.1 contains a medium level security fix. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - - Added support to allow users to specify a different download location for Hunspell dictionaries. - - Fixed an issue where the notification badge did not get cleared when reading a channel with unread messages until navigating away from the channel. - - Fixed an issue where the top bar menu, and the minimize, maximize and close icons did not work on 4.7.0 on Windows 10 if GPU acceleration was disabled. - - Reverted to Electron v12.0.1 to fix an issue where clicking in the searchbox to highlight search terms dragged the desktop window. - - Fixed an issue to prevent a crash on malformed default download locations. - -- **v4.7.0, released 2021-06-23** - - - Original v4.7.0 release - -.. note:: - - Mattermost v4.7.0 contains low to medium level security fixes. Upgrading is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Compatibility -~~~~~~~~~~~~~~~ - -- Desktop Apps is supported on any supported Extended Support Release or a newer Mattermost server version. - -Highlights -~~~~~~~~~~~~~~~ - -- Added support for Electron BrowserView, an underlying architecture change that improves performance and offers snappier interactions (i.e., less lag), lower CPU usage, and faster launch times. - -Improvements -~~~~~~~~~~~~~~~ - -Windows -^^^^^^^^^^^^^ -- Windows desktop now automatically switches between light and dark themes based on the operating system settings. - -All Platforms -^^^^^^^^^^^^^ -- Added a setting to specify the default desktop app download location. -- Improved the launch screen and loading indicator. -- Restored deeplinking. -- Improved the spell check dictionary to provide more accurate spelling suggestions in more languages. The spell check language is now automatically based on the operating system setting. -- Added improvements to be consistent with the use of URL and URL libraries. -- Ctrl/CMD + F functionality has been replaced with in-channel search (requires Mattermost server v5.36+). -- Updated the Content Security Policy for Desktop App to avoid warnings in the dev tools. -- On Linux and Windows, each settings menu is now in a separate window. -- Shortened the maximum length (width) for server tab names to 224px. -- Updated the menu bar and system tray icons for improved contrast. -- Removed ``libappnotify1`` as a dependency requirement in Debian installers as it's no longer shipped in Debian's Bullseye. It's still recommended to install where available. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v12.0.10. Electron is the underlying technology used to build the Desktop app. -- Added support for Electron BrowserView. -- Added support for M1 architecture (beta) in the build pipeline. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Windows -^^^^^^^^^^^^^ - -- Fixed an issue where Windows desktop notifications did not auto-dismiss when another notification arrived. -- Fixed an issue on Windows where the **Pin to Taskbar** icon got lost during an upgrade. -- Fixed an issue with the MSI build that caused notifications to not open the application and navigate to the correct channel. - -MacOS -^^^^^^^^^^^^^ - -- Fixed an issue where changing the theme from the **System Preferences** changed the tray icon, but the red/blue dot indicating unreads got removed. -- Fixed an issue where there was an invisible Mattermost icon in the top menu bar. - -Linux -^^^^^^^^^^^^^ - -- Fixed an issue where Shift+Alt moved the focus to the main menu instead of changing keyboard layout. - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where special characters were not shown for server names using GPO. -- Fixed an issue where the close/back button in permanent link media previews was missing. -- Fixed an issue where the text input focus was lost when closing the **Settings** window. -- Fixed an issue where saving the desktop app settings didn't remove the **saving** indicator in the settings window. -- Fixed an issue where the jewel indicating the number of mentions was not shown in the tab. -- Fixed an issue where the desktop linting didn't match the webapp linting. -- Fixed an issue where clicking on a notification did nothing when the wrong server tab was selected. -- Fixed an issue where users were unable to copy text from desktop **About** window. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- The new spellchecker connects to Google servers for downloading updated dictionaries. -- Unread messages icon may be missing from the taskbar on Windows following 4.7.0 upgrade `MM-37807 `_. -- Clicking on **View > Find** doesn't work `MM-36606 `_. -- Right click menu is missing from the ``jira connect`` modal `MM-36032 `_. -- Search field is focused on first start of the app `MM-35249 `_. -- The ``create_desktop_file.sh`` script is removed from the .tar.gz release. As a workaround, it can be downloaded from `GitHub here `_. -- An error may occur when installing the MSI Installer on any Windows version. -- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library. A recommended workaround is to disable the system tray icon in the Desktop settings. -- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via ``$ chmod 4755 /chrome-sandbox``. -- Pressing Enter multiple times during Basic Authentication causes a crash. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~ - -- `devinbinnie `_, `FalseHonesty `_, `nevyangelova `_, `petermcj `_, `wget `_, `Willyfrog `_. - ----- - -Release v4.6 ----------------------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v4.6.2, released 2021-01-25** - - - Fixed an issue where logging in to ``gitlab.com`` did not work on the Desktop App. `MM-31626 `_ - - Fixed an issue where macOS entitlements had not been enabled for using camera and microphone on the Desktop App for third-party plugins such as Jitsi. `MM-31987 `_ - -- **v4.6.1, released 2020-10-26** - - - Fixed an issue where desktop app notification sounds did not work on Desktop App v4.6.0. `MM-29921 `_ - -- **v4.6.0, released 2020-10-16** - - - Original v4.6.0 release - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added a setting to be able to select different desktop notification sounds (Requires Mattermost server v5.28+). -- ``Show Mattermost icon in the menu bar`` setting is now enabled by default for new installs on Mac, and ``Show icon in the notification area`` and ``Leave app running in the notification area when application window is closed`` settings are are now enabled by default for new installs on Ubuntu. -- The default window frame and server tabs are now used on older Windows and Linux OS versions. -- Added Russian and Ukrainian language spellcheckers. -- Added support for allowing access to managed resources. -- The same default protocols as in the server are now used in the autolink plugin. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where the app window started as maximized when the "Start app on login" setting was enabled. The Desktop App no longer shows in the system tray and the parameter ``--hidden`` was removed. This setting is not respected when AppImage file (Unofficial) is used. -- Fixed an issue where the **Add server** modal fields were missing the right-click menu. -- Fixed an issue where users did not see the right-click menu with Copy and Paste options on the login page when using the desktop app to login to an external application. -- Fixed an issue where the URL bar was shown in the bottom left corner when hovering over a timestamp or internal links. -- Fixed an issue where a Javascript error occurred when a separate OAuth window was open. -- Fixed an issue where users were unable to resize the desktop app vertically from the top tab bar. -- Fixed an issue where some links pointing to the System Console did not work on the desktop app. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Unlocking the Desktop App on macOS marks the currently viewed channel as read. `MM-31429 `_ -- On Ubuntu, auto-focus is lost when using ALT+TAB to switch between windows. `MM-29705 `_ -- Crashes might be be experienced in some Linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library and a recommended workaround is to disable the system tray icon in the Desktop settings. -- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via ``$ chmod 4755 /chrome-sandbox``. -- Pressing Enter multiple times during Basic Authentication causes a crash. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `devinbinnie `_, `dpanic `_, `jekill `_, `jupenur `_, `M-ZubairAhmed `_, `nevyangelova `_, `rvillablanca `_, `wget `_, `Willyfrog `_. - ----- - -Release v4.5 ----------------------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v4.5.4, released 2020-09-11** - - - Fixed an issue where Help and Report a Problem website links configured to point to Mattermost channels didn't work. `MM-28595 `_ - -- **v4.5.3, released 2020-08-25** - - - Fixed an issue where users were unable to log in to the desktop app when users had to select a certificate for authentication that requires a pin even when there was only one option to manage a certificate login. `MM-27331 `_ - -- **v4.5.2, released 2020-07-20** - - - Fixed an issue on Linux app started as a blank screen when both “Show icon in the notification area" and "Start app on login" were enabled. `MM-26832 `_ - -- **v4.5.1, released 2020-07-13** - - - Mattermost v4.5.1 contains a high level security fix. :doc:`Upgrading ` is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -- **v4.5.0, released 2020-06-16** - - - Original v4.5.0 release - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added a spell checker for Polish language. -- Added support for triggering a desktop notification when a file download is complete. -- Added support for the cursor focus to be on the Server Name field when clicking on the ``+`` tab to add a new server. -- Defaulted "Flash app window and taskbar icon when a new message is received" setting to ``True``. - -Mac -^^^^^^^^^^^^^ - -- On Mac, a closed window now reopens with ``CMD+Tab`` keyboard shortcut. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v7.0.0. Electron is the underlying technology used to build the Desktop apps. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where the Desktop app could not authenticate with SAML with an IdP relay. -- Fixed an issue where a moved server tab did not stay in focus. -- Fixed an issue where right-clicking and then clicking "Save Image" didn't work. -- Fixed an issue where trusting self-signed certificates kept asking for trust. -- Fixed an issue where a link to the root of a server caused a "Channel not Found" error if the URL didn't end with a ``/``. -- Fixed an issue where using ESC or Cancel to close the Add Server modal did not return focus to previously selected text input. -- Fixed an issue where OneLogin links opened up in the app itself making it impossible to go back to the app. -- Fixed an issue where links on "Cannot connect to Mattermost" error didn't work. - -Windows -^^^^^^^^^^^^^ -- Fixed an issue where Windows Desktop notifications were delayed compared to other notification channels. -- Fixed an issue where Windows Desktop Menu option was read as "Unlabel 0 button". -- Fixed an issue where a white bar was present on the right-hand side of the Settings screen when Add Server modal was open. - -Mac -^^^^^^^^^^^^^ -- Fixed an issue where double clicking the top bar no longer minimized or maximized the window. -- Fixed an issue where users were unable to reposition the app by using click, hold and drag on the left side of the header. -- Fixed an issue where server display name field lost focus when using ``CMD+Tab`` to navigate away and back to the app. -- Fixed an issue where a long server address didn't wrap correctly in the new server settings page. -- Fixed an issue where copy and pasting into Atlassian login fields pasted text in the wrong place. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- A visible cursor focus is missing on the login screen directly after adding a new server via "+" to the right of the server tabs. `MM-25984 `_ -- Right-click menu is missing on "Add server" modal fields. `MM-26017 `_ -- Double notifications are received on Ubuntu for at-mentions. `MM-26012 `_ -- The current window frame and server tabs are not styled consistently with the rest of the OS in Windows 7 or Linux. `MM-22751 `_ -- Crashes might be be experienced in some linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library and a recommended workaround is to disable the system tray icon in the Desktop settings. -- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via ``$ chmod 4755 /chrome-sandbox``. -- Pressing Enter multiple times during Basic Authentication causes a crash. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `deanwhillier `_, `devinbinnie `_, `hanzei `_, `hunterlester `_, `JtheBAB `_, `jupenur `_, `justledbetter `_, `nevyangelova `_, `wget `_, `Willyfrog `_. - ----- - -Release v4.4 ----------------------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v4.4.2, released 2020-05-11** - - - Fixed an issue on Windows where a channel was marked as read if the app was closed on a channel where the message was posted. `MM-23215 `_ - -- **v4.4.1, released 2020-04-22** - - - Fixed an issue where the Desktop client opened to a blank white Window when using GPO-set teams. `MM-23082 `_ - - Fixed an issue where Google oAuth with Gmail addresses did not work on the Desktop app for plugins. `MM-23057 `_ - - Fixed an issue where Windows Desktop notifications were delayed. `MM-22552 `_ - - Fixed an issue where the app sometimes didn't restore to the right position but "jumped" to a different place in the display when minimizing the app and then maximizing it. `MM-23195 `_ - - Fixed an issue where users were not able to paste text into the login screen. `MM-23784 `_ - - Fixed an issue where back/forward navigation on the OAuth window caused the app to crash. `MM-23153 `_ - -- **v4.4.0, released 2020-02-16** - - - Original v4.4.0 release - -.. note:: - - Mattermost v4.4.0 contains low to medium level security fixes. :doc:`Upgrading ` is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -**Breaking Changes** - -- Due to moving to a new configuration version to support the new tabbar for the ability to rearrange the server tab order, it is recommended to do a backup of previous config if you want to downgrade your Desktop App version afterwards. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added support for Certificate Authentication, including PIV Card authentication. -- Improved server tab organization and visuals with the ability to reorder server tabs via drag-and-drop, notification updates that make it easier to tell when new messages or mentions come in, and a new dark theme. -- Added a spell checker for Italian language. -- Added auto focus on Server Display Name input field. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v6.0.0. Electron is the underlying technology used to build the Desktop apps. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where downgrading the app caused login issues. -- Fixed an issue where Ctrl+C or Ctrl+V didn't work on Electron modals or developer tools. -- Fixed an issue where navigation with Ctrl/Cmd+Tab stopped on disconnected server. -- Fixed an issue where a new desktop window was created after clicking on a permalink to a channel on a different server. -- Fixed an issue where changing the spellchecker on the app did not suggest words in that language. -- Fixed an issue where the app window didn't save "floating" app position. -- Fixed an issue where copying and pasting into Atlassian login fields pasted text in the wrong place. - -Windows -^^^^^^^^^^^^^ - -- Fixed an issue where installing v4.3.1 MSI installer did not remove the previous desktop app version. -- Fixed an issue where an attachment name would lose its extension if it was edited during download. -- Fixed an issue where the unread mention badge broke with more than 100 mentions. - -Mac -^^^^^^^^^^^^^ - -- Fixed an issue where the DMG install window user interface was missing styling. -- Updated the look of Add New Server icon on the Settings page. -- Fixed an issue where the app could not recover from a connection error after leaving a computer to sleep for a few days. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- The current window frame and server tabs are not styled consistently with the rest of the OS in Windows 7 or Linux. `MM-22751 `_ -- No notification on Windows if the app is closed on the channel where the message is posted. `MM-23215 `_ -- Crashes might be be experienced in some linux desktop clients. This is an upstream bug in the ``libnotifyapp`` library and a recommended workaround is to disable the system tray icon in the Desktop settings. -- On some Linux distros, a sandbox setting is preventing apps from opening links in the browser (see https://github.com/electron/electron/issues/17972#issuecomment-486927073). While this is fixed for most installers, it is not on the tgz. In this case manual intervention is required via ``$ chmod 4755 /chrome-sandbox``. -- Pressing Enter multiple times during Basic Authentication causes a crash. -- The confirmation dialog from UAC names MSI installers with random numbers. -- On apps using GPO configurations, when adding a second server tab, it is possible to drag and drop tabs but they will jump back to the original position when releasing the mouse. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `allenlai18 `_, `cpanato `_, `deanwhillier `_, `devinbinnie `_, `hunterlester `_, `JtheBAB `_, `jupenur `_, `kethinov `_, `rascasoft `_, `Willyfrog `_, `xalkan `_. - ----- - -Release v4.3 ----------------------------- - -**Download Binaries:** `Mattermost Desktop on GitHub `__ - -- **v4.3.2, released 2019-11-29** - - - Mattermost v4.3.0 contains a low level security fix. :doc:`Upgrading ` is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - - Fixed an issue where the app started into white screen after a system reboot on Windows. `MM-19649 `_ - - Fixed an issue where `CMD+Z` didn't undo on the Mac desktop app. `MM-19198 `_ - - Fixed an issue where users were unable to zoom in/out except on the first server tab. `MM-19032 `_ - - Fixed an issue where right-click + "Copy" did not work in some instances. `MM-19324 `_ - - Fixed an issue where email links in profile popovers didn't work. `MM-19596 `_ - -- **v4.3.1, released 2019-10-22** - - - Fixed an issue where Mac desktop app was not notarized correctly for installing on MacOS Catalina. `MM-19555 `_ - -- **v4.3.0, released 2019-10-17** - - - Original v4.3.0 release - -.. note:: - - Mattermost v4.3.0 contains medium level security fixes. :doc:`Upgrading ` is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -**Breaking Change** - -The Mattermost Desktop v4.3.0 release includes a change to how desktop notifications are sent from non-secure URLs (http://). Organizations using non-secure Mattermost Servers (http://) will need to update to Mattermost Server versions 5.16.0+, 5.15.1, 5.14.4 or 5.9.5 (ESR) to continue receiving desktop notifications when using Mattermost Desktop v4.3.0 or later. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added support for maintaining a user's online status while the desktop app is in the background but the user is interacting with their computer. Requires Mattermost Server v5.16.0, v5.15.1, v5.14.4 or later. -- Updated spellchecker dictionaries for English. -- Added support for exposing Webview Developer Tools via View Menu. -- Improved the styling of the session expiry mention badge in the tab bar. -- Improved the wording of the invalid certificate dialog. -- Improved accessibility support for the menu bar items. - -Windows -^^^^^^^^^^^^^ - -- Added support for MSI installer (Beta) to allow deploying Mattermost desktop app to the computer program files (accessible by any user accounts rather than a specific user account on the machine). -- Added support for Group Policies (GPO) to allow admins to set default servers and enable/disable the ability to add/remove servers. - -Mac -^^^^^^^^^^^^^ - -- Added a flag to enable MacOS dark mode title bar. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v5.0.0. Electron is the underlying technology used to build the Desktop apps. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where opening the emoji picker froze the desktop app. -- Fixed an issue where jumbo emoji didn't render for unsupported unicode emojis. -- Fixed an issue where username and password were not being passed for HTTP basic authentication. -- Fixed an issue where switching server tabs on app load caused a visual size glitch. -- Fixed various desktop app notification issues. -- Fixed an issue where the unread count changed after opening the quick switcher. -- Fixed an issue where clicking on some links in System Console opened the links on the app itself. -- Fixed an issue where the "Help" button opened in a new browser tab instead of below the textbox in the default system browser. -- Fixed an issue where Mattermost opened both on fullscreen and on a smaller window when closing the app in fullscreen. -- Fixed an issue to prevent the app from restarting in full-screen mode. -- Fixed an issue where the dot and mention counts in server tab jewels were not centered. -- Fixed an issue where the dot in notification badges was off centre. - -Windows -^^^^^^^^^^^^^ - -- Fixed an issue where Ctrl+M shortcut minimized the Windows app and sent a message. -- Fixed an issue where clicking the tooltip button dismissed the tooltip. - -Mac -^^^^^^^^^^^^^ - -- Fixed an issue where using the red Close button to close the window caused a blank screen when the window was maximized. -- Fixed an issue where ``Cmd + Option + Shift + v`` and ``Cmd + Shift + v`` didn't work on MacOS desktop app. -- Fixed an issue where the timezones were incorrect in OSX High Sierra. - -Known Issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Users are unable to zoom in/out on the desktop app. This bug will be fixed after a major version upgrade of Electron to v6.0.0. -- ``CMD+Z`` doesn't undo on the Mac desktop app. -- Unable to exit full screen YouTube videos. -- "RIght-click + Copy" does not work. -- Notifications appear in sequence rather than stacking on Windows. -- Clicking on notifications when using the MSI installer(s) doesn't focus the app or the channel that triggered the notification. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `asaadmahmood `_, `aswathkk `_, `crspeller `_, `deanwhillier `_, `devinbinnie `_, `esethna `_, `jespino `_, `JtheBAB `_, `manland `_, `mickmister `_, `MikeNicholls `_, `PeterDaveHello `_, `sethitow `_, `steevsachs `_, `svelle `_, `wget `_, `Willyfrog `_, `yuya-oc `_ - ----- - -Release v4.2.3 ----------------------------- - -This release contains a bug fix for all platforms. - -- **Release date:** August 9, 2019 -- **Download Binary:** `Windows 32-bit `__ | `Windows 64-bit `__ | `Mac `__ | `Linux 64-bit `__ -- **View Source Code:** `Mattermost Desktop on GitHub `__ - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where the server URL entry prior to v4.2.2 could include malformed URLs that failed in v4.2.2 and later due to stricter validation. https://github.com/mattermost/desktop/pull/1015 - ----- - -Release v4.2.2 ----------------------------- - -This release contains a bug fix for all platforms. - -- **Release date:** August 7, 2019 - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Mattermost v4.2.2 contains high level security fixes. `Upgrading `_ is recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - ----- - -Release v4.2.1 ----------------------------- - -This release contains a bug fix for all platforms. - -- **Release date:** March 20, 2019 -- **Download Binary:** `Windows 32-bit `__ | `Windows 64-bit `__ | `Mac `__ | `Linux 64-bit `__ -- **View Source Code:** `Mattermost Desktop on GitHub `__ - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where some links opened in a smaller window in the Mattermost app. This issue only affected installations with a `Site URL `_ configured to use a subpath. - ----- - -Release v4.2.0 ----------------------------- - -- **Release date:** November 27, 2018 -- **Download Binary:** `Windows 32-bit `__ | `Windows 64-bit `__ | `Mac `__ | `Linux 64-bit `__ -- **View Source Code:** `Mattermost Desktop on GitHub `__ - -.. note:: - - Mattermost v4.2.0 contains a high level security fix. :doc:`Upgrading ` is highly recommended. Details will be posted on our `security updates page `_ 30 days after release as per the `Mattermost Responsible Disclosure Policy `__. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added English (UK), Portuguese (BR), Spanish (ES) and Spanish (MX) to the spell checker. -- Added `Ctrl/Cmd+F` shortcut to work as browser-like search. -- Preserved case of first letter in spellcheck. -- Added support for session expiry notification. - -Windows -^^^^^^^^^^^^^ - -- Set "app start on login" preference as enabled by default and synchronized its state with config.json. - -Mac -^^^^^^^^^^^^^ - -- Added **.dmg** package to support installation. -- Added "Hide" option to Login Items in Preferences. - -Linux -^^^^^^^^^^^^^ - -- [tar.gz] Added support for using SVG icons for Linux application menus in place of PNG icons. -- Updated categories in order to be listed under the appropriate submenu of the application starter. -- Set "app start on login" preference as enabled by default and synchronized its state with config.json. -- Added AppImage packages as an unofficial build. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron to v2.0.12. Electron is the underlying technology used to build the Desktop apps. -- Artifact names are now configured via `electron-builder.json`. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `danmaas `__, `hmhealey `__, `j1mc `__, `jasonblais `__, `lieut-data `__, `rodcorsi `__, `scherno2 `__, `sudheerDev `__, `svelle `__, `torlenor `__, `yuya-oc `__ - ----- - -Release v4.1.2 ----------------------------- - -This release contains a bug fix for all platforms. - -- **Release date:** May 25, 2018 -- **Download Binary:** `Windows 32-bit `__ | `Windows 64-bit `__ | `Mac `__ | `Linux 64-bit `__ -- **View Source Code:** `Mattermost Desktop on GitHub `__ - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where the popup dialog to authenticate a user to their proxy or server didn't work. - ----- - -Release v4.1.1 ----------------------------- - -This release contains multiple bug fixes for Mac due to an incorrect build for v4.1.0. Windows and Linux apps are not affected. - -- **Release date:** May 17, 2018 -- **Download Binary:** `Windows 32-bit `__ | `Windows 64-bit `__ | `Mac `__ | `Linux 64-bit `__ -- **View Source Code:** `Mattermost Desktop on GitHub `__ - -Bug Fixes -~~~~~~~~~~~~~~~ - -Each of the issues listed below are already fixed for Windows and Linux v4.1.0. - -Mac -^^^^^^^^^^^^^ - -- Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. -- Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the server tab bar. -- Fixed an issue that could cause an error message on the add new server dialog to be misleading. -- Fixed an issue where timestamps in message view showed no URL on hover. -- Fixed an issue where quitting and reopening the app required the user to log back in to Mattermost. -- Fixed an issue where adding a new server sometimes caused a blank page. -- Fixed deep linking via ``mattermost://`` protocol spawning a new copy of the Desktop App on the taskbar. - -Release v4.1.0 --------------- - -Release date: May 16, 2018 - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Improved stability and performance - - - Reduced memory usage by periodically clearing cache. - - Fixed app crashing when a server tab was drag-and-dropped to the message view. - - Added an option to disable GPU hardware acceleration in App Settings to improve stability in some systems. - - Fixed Windows crash issues during installation. - - Fixed Mac and Linux crashing after toggling "Show Mattermost icon in menu bar" app setting. - -- Updated design for loading animation icon. -- Improved appearance of server tabs. -- Enabled `Certificate Transparency `__ verification in HTTPS. - -Windows -^^^^^^^^^^^^^ - -- [Windows 7/8] Desktop notifications now respect the duration setting set in the Control Panel. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron from v1.7.13 to v1.8.4. Electron is the underlying technology used to build the Desktop apps. -- Mac download files now use Zip packages rather than tar.gz files. -- ES6 ``import`` and ``export`` now replace the ``require`` and ``modul.export`` modules for better development. -- Storybook added to more easily develop React componets without executing the desktop app. - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed an issue where an incorrect spellchecker language was used for non ``en-US`` locales on initial installation. -- Fixed an issue where error page appeared when U2F device was used for multi-factor authentication through single sign-on. -- Fixed an issue where right-clicking an image, then choosing "Save Image", did nothing. -- Fixed an issue that prevented typing in the form fields on the add server dialog when launched from the server tab bar. -- Fixed an issue that could cause an error message on the add new server dialog to be misleading. - -Windows -^^^^^^^^^^^^^ - -- Fixed an issue where ``file://`` protocol was not working. Note that localhost URLs are not yet supported. - -Known Issues -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Clicking on a video preview opens another Mattermost window in addition to downloading the file. -- Insecure connection produces hundreds of log messages. - -Windows -^^^^^^^^^^^^^ - -- App window doesn't save "floating" app position. -- [Windows 7] Sometimes app tries to render a page inside the app instead of in a new browser tab when clicking links]. -- [Windows 10] Incorrect task name in Windows 10 startup list. -- Mattermost UI sometimes bleeds over a file explorer. -- When auto-starting the desktop app, the application window is included in Windows tab list. - -Mac -^^^^^^^^^^^^^ - -- The application crashes when a file upload dialog is canceled without closing Quick Look. -- When the app auto-starts, app page opens on screen instead of being minimized to Dock. - -Linux (Beta) -^^^^^^^^^^^^^ - -- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app. -- [Ubuntu - 64 bit] Direct message notification sometimes comes as a streak of line instead of a pop up. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `Autre31415 `__, `dmeza `__, `hmhealey `__, `jasonblais `__, `kethinov `__, `lieut-data `__, `lip-d `__, `mkraft `__, `yuya-oc `__ - ----- - -Release v4.0.1 --------------- - -Release date: March 28, 2018 - -This release contains multiple security updates for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~ - -- Minor version upgrade of Electron from v1.7.11 to v1.7.13. Electron is the underlying technology used to build the Desktop apps. - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Disabled Certificate Transparency verification that produced unnecessary certificate errors. - ----- - -Release 4.0.0 --------------- - -Release date: January 29, 2018 - -This release contains multiple security updates for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. - -Improvements -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added a dialog to allow the user to reopen the desktop app if it quits unexpectedly. -- Mattermost animation icon is now displayed when loading a page, instead of a blank screen. -- Added a dialog to request permissions to show desktop notifications or to use microphone and video for video calls from untrusted origins. -- The "Saved" indicator now appears for both Server Management and App Options on the Settings page. -- Close button on the Settings page now has a hover effect. -- Added new admin configuration settings for: - - - Disabling server management where the user cannot add or edit the server URL. - - Setting one or more pre-configured server URLs for the end user. - - Customizing the link in **Help > Learn More..**. - -Windows -^^^^^^^^^^^^^ - -- Added support for protocol deep linking where the desktop app opens via `mattermost://` link if app is already installed. -- Added the ability to more easily white-label the Mattermost taskbar icon on custom builds. - -Mac -^^^^^^^^^^^^^ - -- Added support for protocol deep linking where the desktop app opens via `mattermost://` link if app is already installed. -- Added `Ctrl+Tab` and `Ctrl+Shift+Tab` shortcuts to switch between server tabs. -- Added the option to bounce the Dock icon when receiving a notification. - -Architectural Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- Major version upgrade of Electron from v1.6.11 to v1.7.11. Electron is the underlying technology used to build the Desktop apps. -- The app now uses CSS to style the user interface. Styles are also divided into React's inline `style` and CSS. -- Yarn is now used to manage dependencies across Windows, Mac and Linux builds. -- Build is now run automatically before packaging the apps with `npm run package`. -- Removed hardcoded product name references. -- Added an `rm` command to `npm`, which removes all dynamically generated files to make it easy to reset the app between builds and branches. - -Bug Fixes -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Fixed the close button of the Settings page not working on first installation. -- Fixed the app publisher referring to Yuya Ochiai instead of Mattermost, Inc. -- Fixed font size not always persisting across app restarts. -- Fixed an automatic reloading of the app when a DNS or network error page is manually reloaded with CTRL/CMD+R. -- Fixed an issue where changing font size caused rendering issues on next restart. -- Fixed an issue where after adding a server on the Settings page, focus remained on the "Add new server" link. -- Fixed an issue where SAML certificate file couldn't be uploaded from the file upload dialog. - -Windows -^^^^^^^^^^^^^ - -- Fixed desktop notifications not working when the window was minimized from an inactive state. -- Fixed the uninstaller not removing all files correctly. - -Mac -^^^^^^^^^^^^^ - -- Fixed an issue where after uploading a file, focus wasn't put back to the text box. -- Fixed a mis-aligned `+` button in the server tab bar. - -Linux -^^^^^^^^^^^^^ - -- Fixed the main window not being minimized when the app is launched via "Start app on Login" option. - -Known Issues -~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Insecure connection produces hundreds of log messages. - -Windows -^^^^^^^^^^^^^ - -- App window doesn't save "floating" app position. -- Windows 7: Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links. -- Windows 10: Incorrect task name in Windows 10 start-up list. - -Mac -^^^^^^^^^^^^^ - -- The application crashes when a file upload dialog is canceled without closing Quick Look. -- When the app auto-starts, app page opens on screen instead of being minimized to Dock. -- You have to click twice when a window is out of focus to have actions performed. - -Linux (Beta) -^^^^^^^^^^^^^ - -- Ubuntu - 64 bit: Right clicking taskbar icon and choosing **Quit** only minimizes the app. -- Ubuntu - 64 bit: Direct message notification sometimes renders as a streak or line instead of a pop up. - -Contributors -~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - - - `csduarte `__, `dmeza `__, `jasonblais `__, `jarredwitt `__, `wvds `__, `yuya-oc `__ - ----- - -Release 3.7.1 --------------- - -Release date: August 30, 2017 - -This release contains a security update for Windows, Mac and Linux, and it is highly recommended that users upgrade to this version. - -Improvements and Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Windows -^^^^^^^^^^^^^ - - - Client no longer freezes intermittently, such as when receiving desktop notifications. - - [Windows 8.1/10] Added support for running the desktop app across monitors of different DPI. - - [Windows 7/8] Clicking on a desktop notification now opens the message. - -Release 3.7.0 --------------- - -Release date: May 9th, 2017 - -Improvements -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added an inline spell checker for English, French, German, Spanish, and Dutch. -- Removed an obsolete "Display secure content only" option, following an `upgrade of the Electron app to Chrome v56 `__. -- Reset app window position when restoring it off-screen from a minimized state. -- Improved page loading and app view rendering. - -Windows -^^^^^^^^^^^^^ - -- [Windows 7/8] Added support for sound when a desktop notification is received. -- Removed obsolete support for Japanese fonts. -- The application window now respects 125% display resolution. - -Bug Fixes -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- An extra row is no longer added after switching channels with CTRL/CMD+K shortcut. -- Fixed an issue where an unexpected extra app window opened after clicking a public link of an uploaded file. -- Fixed JavaScript errors when refreshing the page. -- Fixed vertical alignment of the Add Server "+" button in the server tab bar. - -Windows -^^^^^^^^^^^^^ - -- Focus is now set to the next top-level window after closing the main app window. -- Fixed an issue where the app remained in the `"classic" ALT+TAB window switcher `__ after closing the main app window. - -Mac -^^^^^^^^^^^^^ - -- Fixed an issue where the application was not available on the Dock after a computer reboot. -- Fixed an issue where Quick Look couldn't be closed after opening the file upload dialog. - -Linux (Beta) -^^^^^^^^^^^^^ - -- Fixed an issue where the setting was not saved after changing the tray icon theme. - -Known Issues -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- `If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly `__ -- `Holding down CTRL, SHIFT or ALT buttons and clicking a channel opens a new application window `__ -- `Unable to upload a SAML certificate file from the file upload dialog `__ - -Windows -^^^^^^^^^^^^^ - -- [Windows 7] `Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links `__ - -Mac -^^^^^^^^^^^^^ - -- `After uploading a file with a keyboard shortcut, focus isn't set back to the message box `__ -- The application crashes when a file upload dialog is canceled without closing Quick Look. - -Linux (Beta) -^^^^^^^^^^^^^ - -- [Ubuntu - 64 bit] `Right clicking taskbar icon and choosing **Quit** only minimizes the app `__ -- [Ubuntu - 64 bit] `Direct message notification comes as a streak of line instead of a pop up `__ - -Contributors -~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `jasonblais `__, `jnugh `__, `yuya-oc `__ - -Thanks also to those who reported bugs that benefited the release, in alphabetical order: - -- `esethna `__ (`#524 `__), `hanzei `__ (`#523 `__) - ----- - -Release 3.6.0 --------------- - -Release date: February 28, 2017 - -Upgrading to Mattermost server 3.6 or later is recommended, as new features for the desktop app have been added following the release of the team sidebar. - -Improvements -~~~~~~~~~~~~ - - - Added support for unread indicators following the release of team sidebar in Mattermost server 3.6 - - Removed a confusing CTRL/CMD+S shortcut for searching within a Mattermost team - - Added support for SAML OneLogin and Google authentication for Enterprise users - - Switching to a server from the system tray icon, from "Window" menu bar item, or through CTRL/CMD+{n} shortcut now works while viewing the Settings page - - Streamlined desktop server management: - - - "Team Management" changed to "Server Management" following the release of team sidebar in Mattermost server 3.6 - - Added a "+" icon to the desktop server tab bar to more easily sign into a new Mattermost server - - Added an option to sign in to another Mattermost server from **File > Sign in to Another Server** - - Clicking "Add new server" on the Settings page opens a dialog instead of a new row - - Clicking "Remove" next to a server now requires a confirmation to prevent a user from removing the server by accident - - Clicking "Edit" next to a server on the Settings page opens a dialog - - Clicking on a server on the Settings page opens the corresponding server tab - - - Simplified desktop app options: - - - App options now auto-save when changed - - Added supporting help text for each option - - Removed "Leave app running in menu bar when application window is closed" setting for Mac, which is not applicable for that platform - - Removed "Toggle window visibility when clicking on the tray icon" setting for Windows, given the behavior is inconsistent with typical Windows app behavior - - Removed "Hide menu bar" setting to avoid users not being able to use the menu bar and the Settings page - -Bug Fixes -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Mattermost window no longer opens on a display screen that has been disconnected -- Mention badges no longer persist after logging out of a Mattermost server -- After right-clicking an image or a link, the "Copy Link" option no longer moves around when clicking different places afterwards -- Fixed an issue where minimum window size is not set -- Changed target resolution size to 1000x700 to prevent unintended issues on the user interface -- Fixed an issue where the application menu is not updated when the config file is saved in the Settings page -- Fixed login issues with local development environment -- Removed a white screen which was momentarily displayed on startup - -Windows -^^^^^^^^^^^^^ - -- Fixed an issue where an unexpected window appears while installing or uninstalling -- Fixed an issue where the maximized state of the application window was not restored on re-launch if "Start app on Login" setting is enabled - -Linux (Beta) -^^^^^^^^^^^^^ - -- Fixed an issue where tray icon wasn't shown by default even when "Show icon in the notification area" setting is enabled -- Fixed an issue where the maximized state of the application window was not restored on re-launch if "Start app on login" setting is enabled - -Known Issues -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - - - `If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly `__ - - `After using CTRL+K, an added row appears in the message box `__ - - `Holding down CTRL, SHIFT or ALT buttons and clicking a channel opens a new application window `__ - -Windows -^^^^^^^^^^^^^ - - - [Windows 7] `Sometimes the app tries to render the page inside the app instead of in a new browser tab when clicking links `__ - -Mac -^^^^^^^^^^^^^ - - - `After uploading a file with a keyboard shortcut, focus isn't set back to the message box `__ - -Linux (Beta) -^^^^^^^^^^^^^ - - - [Ubuntu - 64 bit] `Right clicking taskbar icon and choosing **Quit** only minimizes the app `__ - - [Ubuntu - 64 bit] `Direct message notification comes as a streak of line instead of a pop up `__ - -Contributors -~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - - - `asaadmahmood `__, `jasonblais `__, `jnugh `__, `yuya-oc `__ - ----- - -Release v3.5.0 --------------- - -Release date: December 14, 2016 - -Improvements -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- URL address is shown when hovering over links with a mouse -- Added CTRL+SHIFT+MINUS as a shortcut for decreasing font size (zooming out) -- Reduce upgrade issues by properly clearing cache when updating the desktop app to a new version (the application cache will be purged whenever the desktop app version changes) -- When launching the app from the command line interface, unnecessary warning messages are no longer sent if connecting to a trusted https connection without a ``certificate.json`` file - -Windows -^^^^^^^ - -- Link addresses can now be copied and pasted inside the app - -Bug Fixes -~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- YouTube previews now work, even if mixed content is allowed -- Fixed an incorrect cursor mode for "Edit" and "Remove" buttons on the Settings page -- Fixed an issue where "Zoom in/out" settings did not properly work -- When disconnected from Mattermost, the "Cannot connect to Mattermost" page is now properly aligned at the top of the window - -Windows -^^^^^^^ - -- The menu bar option for "Redo" is now properly shown as CTRL+Y - -Mac -^^^ - -- Fixed an issue where the default download folder was ``Macintosh HD`` -- Removed an unexpected "Show Tab Bar" menu item on macOS 10.12 - -Linux (Beta) -^^^^^^^^^^^^ - -- Fixed an issue where the option "Leave app running in notification area when the window is closed" was never enabled. - -Known Issues -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- `If you click twice on the tab bar, and then attempt to use the "Zoom in/out" to change font size, the app window doesn't render properly `__ -- `Direct messages cause notification icons to appear on all team tabs, which don't clear until you click on each team `__ -- `After right-clicking an image or a link, the "Copy Link" option sometimes moves around when clicking different places afterwards `__ - -Windows -^^^^^^^ - -- [Windows 7] `Sometimes the app tries to render clicked linked inside the app, instead of in a new browser tab `__ - -Mac -^^^ - -- `After uploading a file with a keyboard shortcut, focus isn't set back to the message box `__ - -Linux (Beta) -^^^^^^^^^^^^ - -- [Ubuntu - 64 bit] `Right clicking taskbar icon and choosing Quit only minimizes the app `__ -- [Ubuntu - 64 bit] `Direct message notification pop ups do not properly render `__ - -Contributors -~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `itsmartin `__, -- `jasonblais `__, -- `jcomack `__, -- `jnugh `__, -- `kytwb `__, -- `magicmonty `__, -- `Razzeee `__, -- `yuya-oc `__ - -Thanks also to those who reported bugs that benefited the release, in alphabetical order: - -- ellisd (`#383 `__), `it33 `__ (`#384 `__), `jnugh `__ (`#392 `__), `lfbrock `__ (`#382 `__), `yuya-oc `__ (`#391 `__) - --------------- - -Release v3.4.1 --------------- - -Release date: September 30, 2016 - -This release contains a security update and it is highly recommended that users upgrade to this version. - -Version number updated to 3.4 to make numbering consistent with Mattermost server and mobile app releases. This change will not imply monthly releases. - -- v3.4.1, released 2016-09-30 - - - (Mac) Fixed an issue where the app window pops up second to foreground when a new message is received - -- v3.4.0, released 2016-09-22 - - - Original v3.4 release - -Improvements -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Current team and channel name shown in window title bar -- Team tab is bolded for unread messages and has a red dot with a count of unread mentions -- Added new shortcuts: - - - CTRL+S; CMD+S on Mac: sets focus on the Mattermost search box - - ALT+Left Arrow; CMD+[ on Mac: go to previous page in history - - ALT+Right Arrow; CMD+] on Mac: go to next page in history - -- Upgraded the Settings page user interface -- The app now tries to reconnect periodically if a page fails to load -- Added validation for name and URL when adding a new team on the Settings page - -Windows -^^^^^^^ - -- Added access to the settings menu from the system tray icon -- Only one instance of the desktop application will now load at a time -- Added an option to configure whether a red badge is shown on taskbar icon for unread messages - -Mac -^^^ - -- Added an option to configure whether a red badge is shown on taskbar icon for unread messages - -Linux (Beta) -^^^^^^^^^^^^ - -- Added an option to flash taskbar icon when a new message is received -- Added a badge to count mentions on the taskbar icon (for Unity) -- Added a script, ``create_desktop_file.sh`` to create ``Mattermost.desktop`` desktop entry to help `integrate the application into a desktop environment `__ more easily -- Added access to the settings menu from the system tray icon -- Only one instance of the desktop application will now load at a time - -Bug Fixes -~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Cut, copy and paste are shown in the user interface only when the commands are available -- Copying link addresses now work properly -- Saving images by right-clicking the image preview now works -- Refreshing the app page no longer takes you to the team selection page, but keeps you on the current channel -- Fixed an issue where the maximized state of the app window was lost in some cases -- Fixed an issue where shortcuts didn't work when switching applications or tabs in some cases - -Windows -^^^^^^^ - -- Removed misleading shortcuts from the system tray menu -- Removed unclear desktop notifications when the application page fails to load -- Fixed the Mattermost icon for desktop notifications in Windows 10 -- Fixed an issue where application icon at the top left of the window was pixelated -- Fixed an issue where the application kept focus after closing the app window - -Linux (Beta) -^^^^^^^^^^^^ - -- Removed misleading shortcuts from the system tray menu -- Removed unclear desktop notifications when the application page fails to load - -Known Issues -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- YouTube videos do not work if mixed content is enabled from app settings - -Windows -^^^^^^^ - -- Copying a link address and pasting it inside the app doesn't work - -Linux (Beta) -^^^^^^^^^^^^ - -- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app -- [Ubuntu - 64 bit] `Direct message notification comes as a streak of line instead of a pop up `__ - -Contributors -~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `akashnimare `__, -- `asaadmahmood `__, -- `jasonblais `__, -- `jgis `__, -- `jnugh `__, -- `Razzeee `__, -- `St-Ex `__, -- `timroes `__, -- `yuya-oc `__ - --------------- - -Release v1.3.0 --------------- - -Release date: 2016-07-18 - -`Download the latest version here `__. - -Improvements -~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^ - -- Added auto-reloading when tab fails to load the team. -- Added the ability to access all of your teams by right clicking the system tray icon. - -Menu Bar -'''''''' - -- New Keyboard Shortcuts - - - Adjust text size - - - CTRL+0 (Menu Bar -> View -> Actual Size): Reset the zoom level. - - CTRL+PLUS (Menu Bar -> View -> Zoom In): Increase text size - - CTRL+MINUS (Menu Bar -> View -> Zoom Out): Decrease text size - - - Control window - - - CTRL+W (Menu Bar -> Window -> Close): On Linux, this minimizes the main window. - - CTRL+M (Menu Bar -> Window -> Minimize) - - - Switch teams (these shotcuts also reopen the main window) - - - CTRL+{1-9} (Menu Bar -> Window -> [Team name]): Open the *n*-th tab. - - CTRL+TAB or ALT+CMD+Right (Menu Bar -> Window -> Select Next Team): Switch to the next window. - - CTRL+SHIFT+TAB or ALT+CMD+Left (Menu Bar -> Window -> Select Previous Team): Switch to the previous window. - - Right click on the tray item, to see an overview of all your teams. You can also select one and jump right into it. - - - Added **Help** to the Menu Bar, which includes - - - Link to `Mattermost Docs `__ - - Field to indicate the application version number. - -Settings Page -''''''''''''' - -- Added a "+" button next to the **Teams** label, which allows you to add more teams. -- Added the ability to edit team information by clicking on the pencil icon to the right of the team name. - -Windows -^^^^^^^ - -- Added an installer for better install experience. -- The app now minimizes to the system tray when application window is closed. -- Added an option to launch application on login. -- Added an option to blink the taskbar icon when a new message has arrived. -- Added tooltip text for the system tray icon in order to show count of unread channels/mentions. -- Added an option to toggle the app to minimize/restore when clicking on the system tray icon. - -Mac -^^^ - -- Added colored badges to the menu icon when there are unread channels/mentions. -- Added an option to minimize the app to the system tray when application window is closed. - -Linux (Beta) -^^^^^^^^^^^^ - -- Added an option to show the icon on menu bar (requires libappindicator1 on Ubuntu). -- Added an option to launch application on login. -- Added an option to minimize the app to the system tray when application window is closed. - -Other Changes -~~~~~~~~~~~~~ - -- Application license changed from MIT License to Apache License, Version 2.0. - -Bug Fixes -~~~~~~~~~ - -All platforms -^^^^^^^^^^^^^ - -- Fixed authentication dialog not working for proxy. - -Windows -^^^^^^^ - -- Fixed the blurred system tray icon. -- Fixed a redundant description appearing in the pinned start menu on Windows 7. - -Mac -^^^ - -- Fixed two icons appearing on a notification. - -Known Issues -~~~~~~~~~~~~ - -Linux (Beta) -^^^^^^^^^^^^^ - -- [Ubuntu - 64 bit] Right clicking taskbar icon and choosing **Quit** only minimizes the app -- [Ubuntu - 64 bit] `Direct message notification comes as a streak of line instead of a pop up `__ - -Contributors -~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `CarmDam `__, -- `it33 `__, -- `jasonblais `__, -- `jnugh `__, -- `magicmonty `__, -- `MetalCar `__, -- `Razzeee `__, -- `yuya-oc `__ - --------------- - -Release v1.2.1 (Beta) ------------------------------ - -Release date: 2016-05-24 - -This release contains a security update and it is highly recommended that users upgrade to this version. - -- v1.2.1, released 2016-05-24 - - - Fixed an issue where "Electron" appeared in the title bar on startup. - - Added a dialog to confirm use of non-http(s) protocols prior to opening links. For example, clicking on a link to ``file://test`` will open a dialog to confirm the user intended to open a file. - - (Windows and OS X) Added a right-click menu option for tray icon to open the Desktop application. - -- v1.2.0, released 2016-05-13 - - - Original v1.2 release - -Improvements -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Improved the style for tab badges. -- Added **Allow mixed content** option to render images with ``http://``. -- Added the login dialog for ``http`` authentication. - -Mac -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Added an option to show a black dot indicating unread messages on the team tab bar. - -Linux -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Added **.deb** packages to support installation. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All Platforms -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Node.js environment is enabled in the new window. -- The link other than ``http://`` and ``https://`` is opened by clicking. - -Linux -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Desktop notification is shown as a dialog on Ubuntu 16.04. - -Known issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- The shortcuts can't switch teams twice in a row. -- The team pages are not correctly rendered until the window is resized when the zoom level is changed. - -Contributors -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Many thanks to all our contributors. In alphabetical order: - -- `asaadmahmood `__, -- `jeremycook `__, -- `jnugh `__, -- `jwilander `__, -- `mgielda `__, -- `lloeki `__, -- `yuya-oc `__ - -Release v1.1.1 (Beta) ------------------------------ - -Release date: 2016-04-13 - -This release contains a security update and it is highly recommended that users upgrade to this version. - -- v1.1.1, released 2016-04-13 - - - If the specified team URL on the **Settings** page contains an additional space, the app now properly redirects to the team page - - ALT+SHIFT now opens the menu on Cinnamon desktop environment. - -- v1.1.0, released 2016-03-30 - - - Original v1.1 release - -The ``electron-mattermost`` project is now the official desktop application for the Mattermost open source project. - -Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All platforms -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Rename project from ``electron-mattermost`` to ``desktop`` -- Rename the executable file from ``electron-mattermost`` to ``Mattermost`` -- The configuration directory is also different from previous versions. -- Should execute following command to take over ``config.json``. - - - Windows: - ``mkdir %APPDATA%\Mattermost and copy %APPDATA%\electron-mattermost\config.json %APPDATA%\Mattermost\config.json`` - - OS X: - ``ditto ~/Library/Application\ Support/electron-mattermost/config.json ~/Library/Application\ Support/Mattermost/config.json`` - - Linux: - ``mkdir -p ~/.config/Mattermost && cp ~/.config/electron-mattermost/config.json ~/.config/Mattermost/config.json`` - -Improvements -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All platforms -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Refined the application icon. -- Show error messages when the application fails to load the Mattermost server. -- Show confirmation dialog to continue connection when there is a certificate error. -- Added validation to check whether **Name** or **URL** are blank when adding or editing a team on the **Settings** page. -- Added simple basic HTTP authentication (requires a command line). - -Windows -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Show a small circle on the tray icon when there are new messages. - -Bug Fixes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Windows -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- **File** > **About** now shows the version number dialog. - -Linux -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- **File** > **About** now shows the version number dialog. -- Ubuntu: Notifications now work properly. -- The view mp longer crashes when freetype 2.6.3 is used on the system. - -Known issues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -All platforms -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Basic authentication is not working and requires a command line. -- Some keyboard shortcuts are missing (e.g. CTRL+W, CMD+PLUS). - -Windows -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- Application does not appear properly in Windows volume mixer. - -**List of releases before the project was promoted as the official -desktop application for Mattermost.** - -`Release v1.0.7 (Unofficial) - -2016-02-20 `__ - -`Release v1.0.6 (Unofficial) - -2016-02-16 `__ - -`Release v1.0.5 (Unofficial) - -2016-02-13 `__ - -`Release v1.0.4 (Unofficial) - -2016-02-12 `__ - -`Release v1.0.3 (Unofficial) - -2016-02-03 `__ - -`Release v1.0.2 (Unofficial) - -2016-01-16 `__ - -`Release v1.0.1 (Unofficial) - -2016-01-06 `__ - -`Release v1.0.0 (Unofficial) - -2015-12-27 `__ - -`Release v0.5.1 (Unofficial) - -2015-12-12 `__ - -`Release v0.5.0 (Unofficial) - -2015-12-06 `__ - -`Release v0.4.0 (Unofficial) - -2015-11-03 `__ - -`Release v0.3.0 (Unofficial) - -2015-10-24 `__ - -`Release v0.2.0 (Unofficial) - -2015-10-14 `__ - -`Release v0.1.0 (Unofficial) - -2015-10-10 `__ diff --git a/source/deploy/mobile-app-changelog.md b/source/deploy/mobile-app-changelog.md index 172b5d08f3f..1125bd084f4 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/deploy/mobile-app-changelog.md @@ -2,6 +2,7 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Mattermost](https://mattermost.com). +(release-v2-16-0)= ## 2.16.0 Release - Release Date: May 16, 2024 - Server Versions Supported: Server v9.5.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -22,6 +23,9 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-15-0)= ## 2.15.0 Release - Release Date: April 16, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -61,6 +65,9 @@ Note: Mattermost Mobile App v2.14.0 contains a low level security fix. Updating - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-13-0)= ## 2.13.0 Release - Release Date: February 16, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -87,6 +94,9 @@ Note: Mattermost Mobile App v2.13.0 contains low level security fixes. Updating - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-12-2)= ## 2.12.2 Release - Release Date: February 5, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -100,6 +110,9 @@ Note: Mattermost Mobile App v2.13.0 contains low level security fixes. Updating - Fixed an issue with HTTP connections on iOS that were previously removed. - Updated the purpose message for permissions on iOS. +---- + +(release-v2-12-1)= ## 2.12.1 Release - Release Date: January 30, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -149,6 +162,9 @@ Note: Mattermost Mobile App v2.12.1 contains a medium level security fix. Updati - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-11-0)= ## 2.11.0 Release - Release Date: December 15, 2023 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -175,6 +191,9 @@ Note: Mattermost Mobile App v2.12.1 contains a medium level security fix. Updati - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-10-1)= ## 2.10.1 Release - Release Date: November 29, 2023 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -186,6 +205,9 @@ Note: Mattermost Mobile App v2.12.1 contains a medium level security fix. Updati Note: Mattermost Mobile App v2.10.1 contains a high level security fix. Updating is recommended. Details will be posted on our security updates page 30 days after release as per the Mattermost Responsible Disclosure Policy. +---- + +(release-v2-10-0)= ## 2.10.0 Release - Release Date: November 16, 2023 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -211,6 +233,9 @@ Note: Mattermost Mobile App v2.10.1 contains a high level security fix. Updating - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +---- + +(release-v2-9-1)= ## 2.9.1 Release - Release Date: November 1, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -225,6 +250,7 @@ Note: Mattermost Mobile App v2.10.1 contains a high level security fix. Updating ---- +(release-v2-9-0)= ## 2.9.0 Release - Release Date: October 16, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -254,6 +280,7 @@ Note: Mattermost Mobile App v2.10.1 contains a high level security fix. Updating ---- +(release-v2-8-2)= ## 2.8.2 Release - Release Date: Oct 10, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -266,6 +293,7 @@ Note: Mattermost Mobile App v2.10.1 contains a high level security fix. Updating ---- +(release-v2-8-1)= ## 2.8.1 Release - Release Date: October 2, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -290,6 +318,7 @@ Mattermost Mobile App v2.8.1 contains a high level security fix. Updating is rec ---- +(release-v2-8-0)= ## 2.8.0 Release - Release Date: September 15, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -303,7 +332,6 @@ Mattermost Mobile App v2.8.1 contains a high level security fix. Updating is rec Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is recommended. Details will be posted on our security updates page 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). ``` - ### Improvements - Calls: Added incoming call notifications for Direct Message and Group Message calls. - Added some performance improvements. @@ -326,6 +354,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-7-0)= ## 2.7.0 Release - Release Date: August 16, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -358,6 +387,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-6-0)= ## 2.6.0 Release - Release Date: July 14, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -390,6 +420,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-5-1)= ## 2.5.1 Release - Release Date: June 23, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -408,6 +439,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-5-0)= ## 2.5.0 Release - Release Date: June 16, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -442,6 +474,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-4-0)= ## 2.4.0 Release - Release Date: May 17, 2023 - Server Versions Supported: Server v7.8.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -482,6 +515,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-3-0)= ## 2.3.0 Release - Release Date: April 14, 2023 - Server Versions Supported: Server v7.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -519,6 +553,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-2-0)= ## 2.2.0 Release - Release Date: March 17, 2023 - Server Versions Supported: Server v7.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -561,6 +596,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-1-0)= ## 2.1.0 Release - Release Date: February 16, 2023 - Server Versions Supported: Server v7.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -599,6 +635,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-0-1)= ## 2.0.1 Release - Release Date: February 7, 2023 - Server Versions Supported: Server v7.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -642,6 +679,7 @@ Mattermost Mobile App v2.8.0 contains a medium level security fix. Updating is r ---- +(release-v2-0-0)= ## 2.0.0 Release - Release Date: January 16, 2023 - Server Versions Supported: Server v7.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -675,6 +713,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-55-1)= ## 1.55.1 Release - Release Date: September 15, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -695,6 +734,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-55-0)= ## 1.55.0 Release - Release Date: August 16, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -719,6 +759,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-54-0)= ## 1.54.0 Release - Release Date: July 15, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -743,6 +784,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-53-0)= ## 1.53.0 Release - Release Date: June 15, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -763,6 +805,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1.52.0)= ## 1.52.0 Release - Release Date: May 16, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -782,6 +825,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-52-2)= ## 1.51.2 Release - Release Date: May 5, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -798,6 +842,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-51-1)= ## 1.51.1 Release - Release Date: April 22, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -814,6 +859,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-51-0)= ## 1.51.0 Release - Release Date: April 16, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -852,6 +898,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-50-1)= ## 1.50.1 Release - Release Date: March 21, 2022 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -868,6 +915,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-50-0)= ## 1.50.0 Release - Release Date: March 16, 2022 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -894,6 +942,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-49-1)= ## 1.49.1 Release - Release Date: February 23, 2022. - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -910,6 +959,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-49-0)= ## 1.49.0 Release - Release Date: February 16, 2022 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -940,6 +990,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-48-2)= ## 1.48.2 Release - Release Date: January 6, 2022 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -964,6 +1015,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-48-1)= ## 1.48.1 Release - Release Date: December 15, 2021 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -990,6 +1042,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-48-0)= ## 1.48.0 Release - Release Date: November 16, 2021 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1031,6 +1084,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-47-2)= ## 1.47.2 Release - Release Date: October 25, 2021 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1051,6 +1105,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-47-1)= ## 1.47.1 Release - Release Date: October 19, 2021 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1072,6 +1127,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-47-0)= ## 1.47.0 Release - Release Date: October 13, 2021 - Server Versions Supported: Server v5.37.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1140,6 +1196,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-46-0)= ## 1.46.0 Release - Release Date: August 16, 2021 - Server Versions Supported: Server v5.31.3+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1201,6 +1258,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-45-1)= ## 1.45.1 Release - Release Date: July 20, 2021 - Server Versions Supported: Server v5.31.3+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1220,6 +1278,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- +(release-v1-45-0)= ## 1.45.0 Release - Release Date: July 16, 2021 - Server Versions Supported: Server v5.31.3+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1269,6 +1328,7 @@ Due to the upgrade to Emoji 13.0, some emojis may be missing on Android older th ---- +(release-v1-44-1)= ## 1.44.1 Release - Release Date: June 28, 2021 - Server Versions Supported: Server v5.31.3+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1293,6 +1353,7 @@ Due to the upgrade to Emoji 13.0, some emojis may be missing on Android older th ---- +(release-v1-44-0)= ## 1.44.0 Release - Release Date: June 16, 2021 - Server Versions Supported: Server v5.31.3+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1333,6 +1394,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-43-0)= ## 1.43.0 Release - Release Date: May 16, 2021 - Server Versions Supported: Server v5.31.3+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1375,6 +1437,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-42-1)= ## 1.42.1 Release - Release Date: April 19, 2021 - Server Versions Supported: Server v5.31.3+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1394,6 +1457,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-42-0)= ## 1.42.0 Release - Release Date: April 16, 2021 - Server Versions Supported: Server v5.31.3+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1431,6 +1495,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-41-1)= ## 1.41.1 Release - Release Date: April 7, 2021 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1445,6 +1510,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-41-0)= ## 1.41.0 Release - Release Date: March 16, 2021 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1476,6 +1542,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-40-0)= ## 1.40.0 Release - Release Date: February 25, 2021 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1515,6 +1582,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-39-0)= ## 1.39.0 Release - Release Date: January 16, 2021 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1549,6 +1617,7 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi ---- +(release-v1-38-1)= ## 1.38.1 Release - Release Date: December 18, 2020 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1562,6 +1631,9 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi - Fixed an issue where the v1.38.0 app crashed on iPadOS 14 when reopened from the app switcher. - Fixed an issue where the at-mention and slash command suggestion autocomplete modals blocked the post draft. +---- + +(release-v1-38-0)= ## 1.38.0 Release - Release Date: December 16, 2020 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1600,6 +1672,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-37-0)= ## 1.37.0 Release - Release Date: November 16, 2020 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1630,6 +1703,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-36-0)= ## 1.36.0 Release - Release Date: October 16, 2020 - Server Versions Supported: Server v5.25+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1666,6 +1740,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-35-1)= ## 1.35.1 Release - Release Date: September 21, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1678,6 +1753,9 @@ Support for landscape orientation was removed for non-tablet devices. ### Bug Fixes - Fixed an issue where the app crashed when tapping on "Show More" on a long post and then tapping on the post to go to the thread. +---- + +(release-v1-35-0)= ## 1.35.0 Release - Release Date: September 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1720,6 +1798,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-34-1)= ## 1.34.1 Release - Release Date: August 27, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1734,6 +1813,9 @@ Support for landscape orientation was removed for non-tablet devices. - Fixed an issue where an "Hair on fire" emoji caused the app to crash. - Fixed an issue where the app crashed when receiving a push notification when having special characters in the Nickname field. +---- + +(release-v1-34-0)= ## 1.34.0 Release - Release Date: August 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1775,6 +1857,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-33-1)= ## 1.33.1 Release - Release Date: July 15, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1789,6 +1872,7 @@ Support for landscape orientation was removed for non-tablet devices. ---- +(release-v1-33-0)= ## 1.33.0 Release - Release Date: July 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1842,6 +1926,7 @@ Mattermost Mobile App v1.33.0 contains a low level security fix. Upgrading is re ---- +(release-v1-32-2)= ## 1.32.2 Release - Release Date: June 26, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1857,6 +1942,7 @@ Mattermost Mobile App v1.33.0 contains a low level security fix. Upgrading is re ---- +(release-v1-32-1)= ## 1.32.1 Release - Release Date: June 25, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1871,6 +1957,7 @@ Mattermost Mobile App v1.33.0 contains a low level security fix. Upgrading is re ---- +(release-v1-32-0)= ## 1.32.0 Release - Release Date: June 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1920,6 +2007,7 @@ Mattermost Mobile App v1.33.0 contains a low level security fix. Upgrading is re ---- +(release-v1-31-2)= ## 1.31.2 Release - Release Date: May 27, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1936,6 +2024,7 @@ Mattermost Mobile App v1.31.2 contains a high level security fix. [Upgrading](ht ---- +(release-v1-31-1)= ## 1.31.1 Release - Release Date: May 22, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1948,6 +2037,9 @@ Mattermost Mobile App v1.31.2 contains a high level security fix. [Upgrading](ht ### Bug Fixes - Fixed a crash issue on Android when preloading images. +---- + +(release-v1-31-0)= ## 1.31.0 Release - Release Date: May 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -1981,6 +2073,7 @@ Mattermost Mobile App v1.31.2 contains a high level security fix. [Upgrading](ht ---- +(release-v1-30-1)= ## 1.30.1 Release - Release Date: April 24, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2007,6 +2100,7 @@ Mattermost Mobile App v1.31.2 contains a high level security fix. [Upgrading](ht ---- +(release-v1-30-0)= ## 1.30.0 Release - Release Date: April 16, 2020 - Server Versions Supported: Server v5.19+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2052,6 +2146,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-29-0)= ## 1.29.0 Release - Release Date: March 16, 2020 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2091,6 +2186,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-28-0)= ## 1.28.0 Release - Release Date: February 16, 2020 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2133,6 +2229,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-27-1)= ## 1.27.1 Release - Release Date: January 21, 2020 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2147,6 +2244,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-27-0)= ## 1.27.0 Release - Release Date: January 16, 2020 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2173,6 +2271,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-26-2)= ## 1.26.2 Release - Release Date: January 7, 2020 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2186,6 +2285,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-26-1)= ## 1.26.1 Release - Release Date: December 20, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2200,6 +2300,7 @@ Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](ht ---- +(release-v1-26-0)= ## 1.26.0 Release - Release Date: December 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2255,6 +2356,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-25-1)= ## 1.25.1 Release - Release Date: November 22, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2271,6 +2373,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-25-0)= ## 1.25.0 Release - Release Date: November 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2305,6 +2408,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-24-0)= ## 1.24.0 Release - Release Date: October 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2360,6 +2464,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-23-1)= ## 1.23.1 Release - Release Date: September 27, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2373,6 +2478,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-23-0)= ## 1.23.0 Release - Release Date: September 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2406,6 +2512,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-22-1)= ## 1.22.1 Release - Release Date: August 23, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2422,6 +2529,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-22-0)= ## 1.22.0 Release - Release Date: August 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2465,6 +2573,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-21-2)= ## 1.21.2 Release - Release Date: August 1, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2478,6 +2587,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-21-1)= ## 1.21.1 Release - Release Date: July 22, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2491,6 +2601,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-21-0)= ## 1.21.0 Release - Release Date: July 16, 2019 - Server Versions Supported: Server v5.9+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2522,6 +2633,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-20-2)= ## 1.20.2 Release - Release Date: July 10, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2537,6 +2649,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-20-1)= ## 1.20.1 Release - Release Date: June 21, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2552,6 +2665,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-20-0)= ## 1.20.0 Release - Release Date: June 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2599,6 +2713,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-19-0)= ## 1.19.0 Release - Release Date: May 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2624,6 +2739,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-18-1)= ## 1.18.1 Release - Release Date: April 18, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2639,6 +2755,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-18-0)= ## 1.18.0 Release - Release Date: April 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2678,6 +2795,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-17-0)= ## 1.17.0 Release - Release Date: March 20, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2708,6 +2826,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-16-1)= ## 1.16.1 Release - Release Date: February 21, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2722,6 +2841,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-16.0)= ## 1.16.0 Release - Release Date: February 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2751,6 +2871,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-15-2)= ## 1.15.2 Release - Release Date: January 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2773,6 +2894,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-15-1)= ## 1.15.1 Release - Release Date: December 28, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2787,6 +2909,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-15-0)= ## 1.15.0 Release - Release Date: December 16, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2824,6 +2947,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-14-0)= ## 1.14.0 Release - Release Date: November 16, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -2847,6 +2971,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-13-1)= ## 1.13.1 Release - Release Date: October 18, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported @@ -2858,6 +2983,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-13-0)= ## v1.13.0 Release - Release Date: October 16, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported @@ -2898,6 +3024,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-12-0)= ## v1.12.0 Release - Release Date: September 16, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported @@ -2924,6 +3051,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-11-0)= ## v1.11.0 Release - Release Date: August 16, 2018 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported @@ -2961,6 +3089,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-10-0)= ## v1.10.0 Release - Release Date: July 16, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3004,6 +3133,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-9-3)= ## 1.9.3 Release - Release Date: July 04, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3015,6 +3145,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-9-2)= ## 1.9.2 Release - Release Date: June 27, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3033,6 +3164,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-9-1)= ## 1.9.1 Release - Release Date: June 23, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3044,6 +3176,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-9-0)= ## v1.9.0 Release - Release Date: June 16, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3083,6 +3216,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-8-0)= ## v1.8.0 Release - Release Date: April 27, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3117,6 +3251,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-7-1)= ## v1.7.1 Release - Release Date: April 3, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3127,6 +3262,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-7-0)= ## v1.7.0 Release - Release Date: March 26, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3166,6 +3302,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-6-1)= ## v1.6.1 Release - Release Date: February 13, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3177,6 +3314,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-6-0)= ## v1.6.0 Release - Release Date: February 6, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3204,6 +3342,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-5-3)= ## v1.5.3 Release - Release Date: February 1, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3211,6 +3350,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-5-2)= ## v1.5.2 Release - Release Date: January 12, 2018 - Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificates are not supported @@ -3228,6 +3368,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-5-1)= ## v1.5.1 Release - Release Date: December 7, 2017 @@ -3240,6 +3381,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-5)= ## v1.5 Release - Release Date: December 6, 2017 @@ -3274,6 +3416,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- +(release-v1-4-1)= ## v1.4.1 Release Release Date: Nov 15, 2017 @@ -3288,6 +3431,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1-4)= ## v1.4 Release - Release Date: November 6, 2017 @@ -3304,6 +3448,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1-3)= ## v1.3 Release - Release Date: October 5, 2017 @@ -3340,6 +3485,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1-2)= ## v1.2 Release - Release Date: September 5, 2017 @@ -3369,6 +3515,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1-1)= ## v1.1 Release - Release Date: August 2017 @@ -3415,6 +3562,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1.0.1)= ## v1.0.1 Release - Release Date: July 20, 2017 @@ -3427,6 +3575,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- +(release-v1.0)= ## v1.0 Release - Release Date: July 10, 2017 @@ -3471,6 +3620,7 @@ Many thanks to all our contributors. In alphabetical order: ---- +(mobile-beta-release)= ## Beta Release - Release Date: March 29, 2017 diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index c20fbf6f2fb..b5f8ab719ed 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -1,9 +1,6 @@ Release lifecycle ================= -.. include:: ../_static/badges/allplans-selfhosted.rst - :start-after: :nosearch: - .. important:: **Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** @@ -18,19 +15,40 @@ Release lifecycle Mattermost v9 changelog Unsupported legacy releases Server version archive - Desktop app releases + Desktop app releases Desktop app changelog - Mobile apps release + Mobile apps release Mobile apps changelog * :doc:`Mattermost release policy ` - Learn about Mattermost’s release policy, and our recommended practices around deployment updates and ESRs. + +Mattermost server +----------------- + +.. include:: ../_static/badges/allplans-selfhosted.rst + :start-after: :nosearch: + * :doc:`Mattermost server releases ` - Learn more about supported Mattermost server releases. * :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. * :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. * :doc:`Version archive ` - Confirm the version of Mattermost Server you're using is official by its signature. -* :doc:`Desktop app releases ` - Learn more about supported Mattermost desktop app releases. + +Mattermost desktop app +---------------------- + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +* :doc:`Desktop app releases ` - Learn more about supported Mattermost desktop app releases. * :doc:`Desktop app changelog ` - Learn more about what's new and changed in Mattermost desktop app releases. -* :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. + +Mattermost mobile apps +---------------------- + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +* :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. * :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md new file mode 100644 index 00000000000..29fbc578e45 --- /dev/null +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -0,0 +1,52 @@ +# Mattermost desktop app releases + +```{Important} +**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** +``` + +## Frequency + +Mattermost releases a new desktop app version every 4 months, in February, May, August, and November in [binary form](https://docs.mattermost.com/collaborate/install-desktop-app.html#install-and-update-the-mattermost-desktop-app). See the [Desktop app changelog](/deploy/desktop-app-changelog) for release details. + + +```{Important} +- From Mattermost v10, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. See the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. +- Automatic desktop app updates are supported and enabled on Windows, Apple (via the App Store), Ubuntu, Debian, and generic Linux platforms. +``` + +## Latest releases + +| **Release** | **Life cycle start** | **Life cycle end** | +|:---|:---|:---| +| v6.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v5.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.9.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | +| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.2.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.1.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | \ No newline at end of file diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md new file mode 100644 index 00000000000..03cb7753d32 --- /dev/null +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -0,0 +1,142 @@ +# Mattermost mobile app releases + +```{Important} +**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** +``` + +## Frequency + +Mattermost releases a new mobile app version every 4 months, in February, May, August, and November in binary form. Mattermost tests the latest mobile app release against the [latest server version](https://docs.mattermost.com/lifecycle/mattermost-server-releases.html). + +See the [Desktop app changelog](/deploy/mobile-app-changelog) for release details, and see the [iOS mobile app](https://docs.mattermost.com/collaborate/install-ios-app.html) and the [Android mobile app](https://docs.mattermost.com/collaborate/install-android-app.html) documentation for installation details. + +## Latest releases + +| **Release** | **Life cycle start** | **Life cycle end** | +|:---|:---|:---| +| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.55.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.55.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.53.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.52.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.50.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.50.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.49.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.49.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.46.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.45.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.45.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.44.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.44.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.43.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.42.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.42.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.41.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.41.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.40.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.39.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.38.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.38.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.37.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.36.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.35.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.35.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.34.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.34.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.33.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.33.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.30.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.30.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.29.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.28.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.27.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.27.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.25.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.25.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.24.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.23.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.23.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.22.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.19.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.18.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.18.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.17.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.16.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.6.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | + + diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 0ab3aceedd0..7e6b46fb1da 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -1,3 +1,4 @@ +(mattermost-server-releases)= # Mattermost Server releases ```{include} ../_static/badges/allplans-selfhosted.md diff --git a/source/lifecycle/release-policy.md b/source/lifecycle/release-policy.md index ee1f3c09fe7..241b3bde893 100644 --- a/source/lifecycle/release-policy.md +++ b/source/lifecycle/release-policy.md @@ -29,13 +29,15 @@ See the full list of all Mattermost Server and desktop app releases and life cyc ```{include} ../_static/badges/ent-only.md ``` -Mattermost Extended Support Releases (ESRs) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. New ESRs are released twice a year, every February and August release. An ESR is supported for nine months to provide customers with enough time to test and upgrade to the next ESR. +Mattermost Extended Support Releases (ESRs) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. + +Mattermost [server](https://docs.mattermost.com/lifecycle/mattermost-server-releases.html) and [desktop app](https://docs.mattermost.com/lifecycle/mattermost-desktop-releases.html) ESRs are released twice a year, every February and August release. Extended releases are supported for 9 months to provide customers with enough time to test and upgrade to the next ESR. We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. -See the full list of all Mattermost Server and desktop app releases and life cycles, including extended support releases. To install extended support releases, follow our [install](https://docs.mattermost.com/guides/deployment.html) or [upgrade](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) documentation. +To install extended support releases, follow our [install](https://docs.mattermost.com/guides/deployment.html) or [upgrade](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) documentation. ```{Important} We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index c500e2f0532..38681f08563 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -1,5 +1,5 @@ -Version Archive -================ +Server Version Archive +====================== .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: From 6582cbea8773673c3c173730bf50895f65faaa70 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:41:12 -0400 Subject: [PATCH 05/50] Populated outstanding release life cycle sections & fixed links --- README.md | 2 +- .../badges/allplans-cloud-selfhosted.md | 2 +- source/_static/badges/selfhosted-only.md | 11 + source/about/faq-general.rst | 2 +- .../OLD-extended-support-release.rst | 3 + .../OLD-release-lifecycle.rst | 3 + source/{guides => archive}/changelogs.rst | 3 + .../legacy-cloud-changelog.md | 0 .../legacy-self-hosted-changelog.md | 0 .../mattermost-changelog.md | 3 + .../release-definitions.rst | 0 .../{upgrade => archive}/version-archive.rst | 3 + source/collaborate/install-desktop-app.rst | 2 +- source/conf.py | 48 ++-- source/configure/enable-ai-copilot.rst | 2 +- source/deploy/build-custom-mobile-apps.rst | 4 +- .../deploy-mobile-apps-using-emm-provider.rst | 2 +- source/deploy/mobile-faq.rst | 4 +- source/deploy/mobile-overview.rst | 2 +- source/deploy/postgres-migration.rst | 2 +- .../admin-onboarding-tasks.rst | 2 +- .../enterprise-roll-out-checklist.rst | 4 +- source/guides/client-compatibility.rst | 18 -- source/guides/deployment.rst | 7 +- source/guides/release-lifecycle.rst | 44 +-- source/guides/repeatable-processes.rst | 2 +- source/guides/self-hosted-administration.rst | 2 - source/guides/upgrade-mattermost.rst | 15 +- source/install/common-prod-deploy-tar.rst | 2 +- source/install/download-latest-tarball.rst | 5 +- source/install/install-kubernetes.rst | 2 +- source/lifecycle/client-compatibility.md | 28 ++ .../deprecated-features.rst | 2 +- .../desktop-app-changelog.md | 5 +- .../lifecycle/mattermost-desktop-releases.md | 70 ++--- .../lifecycle/mattermost-mobile-releases.md | 260 +++++++++--------- .../lifecycle/mattermost-server-releases.md | 8 +- source/lifecycle/mattermost-v10-changelog.md | 14 + .../mattermost-v9-changelog.md | 2 +- .../mobile-app-changelog.md | 23 +- source/lifecycle/release-policy.md | 6 +- .../unsupported-legacy-releases.md | 6 +- source/lifecycle/version-archive.rst | 2 +- .../certificate-based-authentication.rst | 2 +- source/onboard/migrate-from-slack.rst | 2 +- .../upgrade/downgrading-mattermost-server.rst | 4 +- source/upgrade/important-upgrade-notes.rst | 6 +- .../upgrade/prepare-to-upgrade-mattermost.rst | 6 +- 48 files changed, 367 insertions(+), 280 deletions(-) create mode 100644 source/_static/badges/selfhosted-only.md rename source/{lifecycle => archive}/OLD-extended-support-release.rst (99%) rename source/{lifecycle => archive}/OLD-release-lifecycle.rst (99%) rename source/{guides => archive}/changelogs.rst (97%) rename source/{deploy => archive}/legacy-cloud-changelog.md (100%) rename source/{deploy => archive}/legacy-self-hosted-changelog.md (100%) rename source/{deploy => archive}/mattermost-changelog.md (99%) rename source/{upgrade => archive}/release-definitions.rst (100%) rename source/{upgrade => archive}/version-archive.rst (99%) delete mode 100644 source/guides/client-compatibility.rst create mode 100644 source/lifecycle/client-compatibility.md rename source/{deploy => lifecycle}/deprecated-features.rst (99%) rename source/{deploy => lifecycle}/desktop-app-changelog.md (99%) create mode 100644 source/lifecycle/mattermost-v10-changelog.md rename source/{deploy => lifecycle}/mattermost-v9-changelog.md (99%) rename source/{deploy => lifecycle}/mobile-app-changelog.md (99%) rename source/{deploy => lifecycle}/unsupported-legacy-releases.md (99%) diff --git a/README.md b/README.md index bdb2f3fd033..4471c1321b1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If this is the first time you're contributing, follow these steps: ### Use GitHub PR labels -GitHub PR labels are used to track the lifecycle and status of a pull request. Using the correct labels helps with managing workflows and ensuring that content is edited, merged and released at the correct time. For example, PRs that include an **Editor Review** label will be processed by an editor on the writing team to ensure the documentation is correctly formatted at https://docs.mattermost.com/ based on guidelines outlined in the style guide. +GitHub PR labels are used to track the life cycle and status of a pull request. Using the correct labels helps with managing workflows and ensuring that content is edited, merged and released at the correct time. For example, PRs that include an **Editor Review** label will be processed by an editor on the writing team to ensure the documentation is correctly formatted at https://docs.mattermost.com/ based on guidelines outlined in the style guide. Take a look at the [Labels](https://developers.mattermost.com/contribute/getting-started/labels/) page for information about how and when to use which labels. diff --git a/source/_static/badges/allplans-cloud-selfhosted.md b/source/_static/badges/allplans-cloud-selfhosted.md index 6abcffde86b..5bdf2d46f9a 100644 --- a/source/_static/badges/allplans-cloud-selfhosted.md +++ b/source/_static/badges/allplans-cloud-selfhosted.md @@ -4,7 +4,7 @@ ![plans-img](../_static/images/badges/flag_icon.svg) Available on [all plans](https://mattermost.com/pricing/) -!|deployment-img| [Cloud](https://mattermost.com/sign-up/) and [self-hosted](https://mattermost.com/deploy/) deployments +![deployment-img](../_static/images/badges/deployment_icon.svg) [Cloud](https://mattermost.com/sign-up/) and [self-hosted](https://mattermost.com/deploy/) deployments ```{raw} html diff --git a/source/_static/badges/selfhosted-only.md b/source/_static/badges/selfhosted-only.md new file mode 100644 index 00000000000..7328c5350bb --- /dev/null +++ b/source/_static/badges/selfhosted-only.md @@ -0,0 +1,11 @@ +```{raw} html +
+``` + +Note + +![deployment-img-yellow](../_static/images/badges/deployment_icon_yellow.svg) Available only for `self-hosted `_ deployments + +```{raw} html +
+``` \ No newline at end of file diff --git a/source/about/faq-general.rst b/source/about/faq-general.rst index 625b5c9dcb8..03e354979ad 100644 --- a/source/about/faq-general.rst +++ b/source/about/faq-general.rst @@ -32,7 +32,7 @@ The open source Mattermost Team Edition is functionally identical to the commerc We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to unlock Enterprise features seamlessly should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. -To deploy the Team Edition, download the :ref:`Mattermost Team Edition binary `, and follow our standard install guides. The same applies to server upgrades. +To deploy the Team Edition, download the :doc:`Mattermost Team Edition binary `, and follow our standard install guides. The same applies to server upgrades. What are the limitations for embargoed countries? ------------------------------------------------- diff --git a/source/lifecycle/OLD-extended-support-release.rst b/source/archive/OLD-extended-support-release.rst similarity index 99% rename from source/lifecycle/OLD-extended-support-release.rst rename to source/archive/OLD-extended-support-release.rst index 9df29259825..67bc6590d14 100644 --- a/source/lifecycle/OLD-extended-support-release.rst +++ b/source/archive/OLD-extended-support-release.rst @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + Extended Support Release ======================== diff --git a/source/lifecycle/OLD-release-lifecycle.rst b/source/archive/OLD-release-lifecycle.rst similarity index 99% rename from source/lifecycle/OLD-release-lifecycle.rst rename to source/archive/OLD-release-lifecycle.rst index 9e6b6e53888..92449ddfc24 100644 --- a/source/lifecycle/OLD-release-lifecycle.rst +++ b/source/archive/OLD-release-lifecycle.rst @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + Release Lifecycle ================== diff --git a/source/guides/changelogs.rst b/source/archive/changelogs.rst similarity index 97% rename from source/guides/changelogs.rst rename to source/archive/changelogs.rst index e389872029e..9103cae2ff7 100644 --- a/source/guides/changelogs.rst +++ b/source/archive/changelogs.rst @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + Changelogs =========== diff --git a/source/deploy/legacy-cloud-changelog.md b/source/archive/legacy-cloud-changelog.md similarity index 100% rename from source/deploy/legacy-cloud-changelog.md rename to source/archive/legacy-cloud-changelog.md diff --git a/source/deploy/legacy-self-hosted-changelog.md b/source/archive/legacy-self-hosted-changelog.md similarity index 100% rename from source/deploy/legacy-self-hosted-changelog.md rename to source/archive/legacy-self-hosted-changelog.md diff --git a/source/deploy/mattermost-changelog.md b/source/archive/mattermost-changelog.md similarity index 99% rename from source/deploy/mattermost-changelog.md rename to source/archive/mattermost-changelog.md index a728a49b242..f666a13c13c 100644 --- a/source/deploy/mattermost-changelog.md +++ b/source/archive/mattermost-changelog.md @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + # Mattermost changelog [Mattermost](https://mattermost.com) is an open source platform for secure collaboration across the entire software development lifecycle. diff --git a/source/upgrade/release-definitions.rst b/source/archive/release-definitions.rst similarity index 100% rename from source/upgrade/release-definitions.rst rename to source/archive/release-definitions.rst diff --git a/source/upgrade/version-archive.rst b/source/archive/version-archive.rst similarity index 99% rename from source/upgrade/version-archive.rst rename to source/archive/version-archive.rst index 086a9c4366d..ba3267ebfb4 100644 --- a/source/upgrade/version-archive.rst +++ b/source/archive/version-archive.rst @@ -1,3 +1,6 @@ +:orphan: +:nosearch: + Version Archive ================ diff --git a/source/collaborate/install-desktop-app.rst b/source/collaborate/install-desktop-app.rst index a4b2520ce6a..f4dde41d7b2 100644 --- a/source/collaborate/install-desktop-app.rst +++ b/source/collaborate/install-desktop-app.rst @@ -192,7 +192,7 @@ Additional documentation resources The following additional documentation resources are also available for the Mattermost desktop app: -- :doc:`Desktop App changelog ` +- :doc:`Desktop App changelog ` - :doc:`Configure your Desktop App experience ` - `Source code `_ - `Contributor’s guide `_ diff --git a/source/conf.py b/source/conf.py index f3c40df80e2..a2df9d87729 100644 --- a/source/conf.py +++ b/source/conf.py @@ -127,7 +127,7 @@ def setup(_: Sphinx): "administration/bulk-export.html": "https://docs.mattermost.com/manage/bulk-export-tool.html", "administration/changelog.html": - "https://docs.mattermost.com/deploy/mattermost-changelog.html", + "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", "administration/command-line-tools.html": "https://docs.mattermost.com/manage/command-line-tools.html", "administration/command-line-tools.html#mattermost-user-delete": @@ -181,9 +181,7 @@ def setup(_: Sphinx): "administration/encryption.html": "https://docs.mattermost.com/deploy/encryption-options.html", "administration/extended-support-release.html": - "https://docs.mattermost.com/upgrade/extended-support-release.html", -"administration/extended-support-release.html": - "https://docs.mattermost.com/upgrade/extended-support-release.html", + "https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases", "administration/generating-support-packet.html": "https://docs.mattermost.com/manage/generating-support-packet.html", "administration/health-check.html": @@ -215,7 +213,7 @@ def setup(_: Sphinx): "administration/mmctl-cli-tool.html#mmctl-user-reset-password": "https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-user-reset-password", "administration/mobile-changelog.html": - "https://docs.mattermost.com/deploy/mobile-app-changelog.html", + "https://docs.mattermost.com/lifecycle/mobile-app-changelog.html", "administration/notices.html": "https://docs.mattermost.com/manage/in-product-notices.html", "administration/open-source-components.html": @@ -229,9 +227,9 @@ def setup(_: Sphinx): "administration/prev-config-settings.html": "https://docs.mattermost.com/configure/configuration-settings.html", "administration/release-definitions.html": - "https://docs.mattermost.com/upgrade/release-definitions.html", + "https://docs.mattermost.com/guides/release-definitions.html", "administration/release-lifecycle.html": - "https://docs.mattermost.com/upgrade/release-lifecycle.html", + "https://docs.mattermost.com/guides/release-lifecycle.html", "administration/scripts.html": "https://docs.mattermost.com/manage/scripts.html", "administration/statistics.html": @@ -367,7 +365,7 @@ def setup(_: Sphinx): "administration/mmctl-cli-tool.html#mmctl-channel-delete": "https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-channel-delete", "administration/version-archive.html": - "https://docs.mattermost.com/upgrade/version-archive.html", + "https://docs.mattermost.com/lifecycle/version-archive.html", "administration/mmctl-cli-tool.html#local-mode": "https://docs.mattermost.com/configure/experimental-configuration-settings.html#enable-local-mode-for-mmctl", @@ -789,7 +787,7 @@ def setup(_: Sphinx): # Cloud redirects "cloud/cloud-administration/cloud-changelog.html": - "https://docs.mattermost.com/deploy/legacy-cloud-changelog.html", + "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", "cloud/cloud-administration/cloud-compliance.html": "https://docs.mattermost.com/comply/cloud-compliance-and-oversight.html", "cloud/cloud-integrations/cloud-slash-commands.html": @@ -1810,6 +1808,14 @@ def setup(_: Sphinx): # Deploy redirects "deploy/mobile-apps-faq.html": "https://docs.mattermost.com/deploy/mobile-faq.html", +"deploy/deprecated-features.html": + "https://docs.mattermost.com/lifecycle/deprecated-features.html", +"deploy/desktop-app-changelog.html": + "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", +"deploy/legacy-self-hosted-changelog.html": + "https://docs.mattermost.com/lifecycle/unsupported-legacy-releases", +"deploy/mobile-app-changelog.html": + "https://docs.mattermost.com/lifecycle/mobile-app-changelog.html", # Deployment redirects "deployment/advanced-permissions.html": @@ -2097,10 +2103,12 @@ def setup(_: Sphinx): "https://docs.mattermost.com//deploy/package-aws", "guides/deploy-openfaas.html": "https://docs.mattermost.com/deploy/deploy-openfaas", +"guides/changelogs.html": + "https://docs.mattermost.com/guides/release-lifecycle.html", # Help redirects resulting from the June 2021 docs reorganization project. "help/apps/desktop-changelog.html": - "https://docs.mattermost.com/deploy/desktop-app-changelog.html", + "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", "help/apps/desktop-guide.html": "https://docs.mattermost.com/welcome/manage-desktop-app-server-connections.html", "help/apps/desktop-mvp.html": @@ -2274,11 +2282,11 @@ def setup(_: Sphinx): "install/desktop-custom-dictionaries.html#removing-customized-dictionaries": "https://docs.mattermost.com/install/desktop-custom-dictionaries.html#remove-custom-dictionaries", "install/self-managed-changelog.html": - "https://docs.mattermost.com/deploy/legacy-self-hosted-changelog.html", + "https://docs.mattermost.com/lifecycle/legacy-self-hosted-changelog.html", "install/legacy-self-hosted-changelog.html": "https://docs.mattermost.com/deploy/legacy-mattermost-changelog.html", "install/cloud-changelog.html": - "https://docs.mattermost.com/deploy/legacy-cloud-changelog.html", + "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", # Important Note: The following guide files were reorg'd in FY23 Q3. "install/desktop-app-install.html": "https://docs.mattermost.com/collaborate/install-desktop-app.html", @@ -2287,11 +2295,11 @@ def setup(_: Sphinx): "install/install-android-app.html": "https://docs.mattermost.com/collaborate/install-android-app.html", "install/legacy-self-hosted-changelog.html": - "https://docs.mattermost.com/deploy/legacy-self-hosted-changelog.html", + "https://docs.mattermost.com/lifecycle/unsupported-legacy-releases.html", "install/desktop-app-changelog.html": - "https://docs.mattermost.com/deploy/desktop-app-changelog.html", + "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", "install/deprecated-features.html": - "https://docs.mattermost.com/deploy/deprecated-features.html", + "https://docs.mattermost.com/lifecycle/deprecated-features.html", # Integrations redirects. # The integrations directory and its contents have been archived in FY23 Q2 and all applicable content has been moved from docs.mm.com to developers.mm.com. @@ -3261,12 +3269,20 @@ def setup(_: Sphinx): "https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-from-releases-older-than-v5-35", "upgrade/upgrading-mattermost-server.html#upgrade-high-availability-deployments": "https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-high-availability-deployments", +"upgrade/extended-support-release.html": + "https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases", +"upgrade/release-lifecycle.html": + "https://docs.mattermost.com/guides/release-lifecycle.html", +"upgrade/release-definitions.html": + "https://docs.mattermost.com/lifecycle/release-policy.html#release-types", +"upgrade/version-archive.html": + "https://docs.mattermost.com/lifecycle/version-archive.html", # Welcome redirects "welcome/manage-desktop-app-server-connections.html": "https://docs.mattermost.com/welcome/manage-multiple-server-connections.html", "welcome/insights.html": - "https://docs.mattermost.com/deploy/deprecated-features.html#mattermost-server-v9-0-0", + "https://docs.mattermost.com/lifecycle/deprecated-features.html#mattermost-server-v9-0-0", "welcome/log-in.html": "https://docs.mattermost.com/collaborate/access-your-workspace.html", "welcome/keyboard-shortcuts.html": diff --git a/source/configure/enable-ai-copilot.rst b/source/configure/enable-ai-copilot.rst index 374ad8bc552..d15f3d82513 100644 --- a/source/configure/enable-ai-copilot.rst +++ b/source/configure/enable-ai-copilot.rst @@ -14,7 +14,7 @@ Mattermost AI Copilot comes preinstalled from Mattermost Server v9.7 or later. Y .. note:: If you're running Mattermost Server v9.6 or earlier, AI Copilot must be installed using the `latest binary available for download from the plugin repository `_ . For an optimized user experience and compatibility, we recommend using AI Copilot with Mattermost v9.7 and later. - The AI Copilot integration is compatible with the following :doc:`Mattermost Server versions `: + The AI Copilot integration is compatible with the following :doc:`Mattermost Server versions `: - v9.6 or later - v9.5.2+ (Extended Support Release - ESR) diff --git a/source/deploy/build-custom-mobile-apps.rst b/source/deploy/build-custom-mobile-apps.rst index 5cbefcc6f6c..3e449230a73 100644 --- a/source/deploy/build-custom-mobile-apps.rst +++ b/source/deploy/build-custom-mobile-apps.rst @@ -14,7 +14,7 @@ This approach is recommended for: .. note:: - A Mattermost Enterprise subscription plan (or a legacy Enterprise Edition license) is required to request assistance or troubleshooting help from `Mattermost Customer Support `__ when building and deploying custom mobile apps. Customers on other Mattermost subscription plans can develop and deploy custom mobile apps, but can't request technical support assistance through Mattermost Customer Support. - - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. + - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. Deployment options ------------------ @@ -88,7 +88,7 @@ This update strategy should include: - Updating Mattermost Server. - Updating Mattermost mobile apps. -We highly recommend you update your custom Mattermost mobile apps to incorporate any security or service releases. Prior to distribution, check any compatibility requirements for the mobile apps and the Mattermost server. Consult the :doc:`Mattermost mobile app changelog ` and the :doc:`Mattermost server changelog ` for details. +We highly recommend you update your custom Mattermost mobile apps to incorporate any security or service releases. Prior to distribution, check any compatibility requirements for the mobile apps and the Mattermost server. Consult the :doc:`Mattermost mobile app changelog ` and the :doc:`Mattermost server releases ` documentation for details. .. important:: diff --git a/source/deploy/deploy-mobile-apps-using-emm-provider.rst b/source/deploy/deploy-mobile-apps-using-emm-provider.rst index a83d181da13..014faaf2423 100644 --- a/source/deploy/deploy-mobile-apps-using-emm-provider.rst +++ b/source/deploy/deploy-mobile-apps-using-emm-provider.rst @@ -28,7 +28,7 @@ See our :ref:`Mattermost AppConfig Values `__ when building and deploying custom mobile apps. Customers on other Mattermost subscription plans can develop and deploy custom mobile apps, but can't request technical support assistance through Mattermost Customer Support. - - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. + - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. Enroll devices -------------- diff --git a/source/deploy/mobile-faq.rst b/source/deploy/mobile-faq.rst index 27f6f917a07..eb33038e4b8 100644 --- a/source/deploy/mobile-faq.rst +++ b/source/deploy/mobile-faq.rst @@ -4,9 +4,9 @@ Mobile apps FAQ What versions of Mattermost support the mobile v2 app? ------------------------------------------------------ -We strongly recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. If this isn’t possible, we encourage you to be on the most recent :doc:`Extended Support Release version ` of Mattermost Server. The extended support releases contain critical feature updates that will ensure compatibility in a number of areas, including, but not limited to, the Mattermost Push Notification Service (MPNS). +We strongly recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. If this isn’t possible, we encourage you to be on the most recent :ref:`Extended Support Release version ` of Mattermost Server. The extended support releases contain critical feature updates that will ensure compatibility in a number of areas, including, but not limited to, the Mattermost Push Notification Service (MPNS). -See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. +See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. Can I connect to multiple Mattermost servers using the mobile apps? ------------------------------------------------------------------- diff --git a/source/deploy/mobile-overview.rst b/source/deploy/mobile-overview.rst index a287a24f016..7d14cb1af1d 100644 --- a/source/deploy/mobile-overview.rst +++ b/source/deploy/mobile-overview.rst @@ -56,7 +56,7 @@ The following table summarizes the key differences between these two approaches: Technical and Security Requirements ----------------------------------- -See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. +See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. We recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. diff --git a/source/deploy/postgres-migration.rst b/source/deploy/postgres-migration.rst index 99600027f30..e4343e4e272 100644 --- a/source/deploy/postgres-migration.rst +++ b/source/deploy/postgres-migration.rst @@ -458,7 +458,7 @@ Once we are ready to migrate, we can start migrating the **schema** and the **da Focalboard ~~~~~~~~~~ -As of ``v9.0`` Boards will transition to being fully community supported as the Focalboard plugin. Hence this guide covers only the version ``v7.10.x`` of the schema. :ref:`Official announcement `. +As of ``v9.0`` Boards will transition to being fully community supported as the Focalboard plugin. Hence this guide covers only the version ``v7.10.x`` of the schema. :ref:`Official announcement `. Once we are ready to migrate, we can start migrating the **schema** and the **data** by running ``pgloader`` \*\* diff --git a/source/getting-started/admin-onboarding-tasks.rst b/source/getting-started/admin-onboarding-tasks.rst index f0860b909fe..6fba98efa6a 100644 --- a/source/getting-started/admin-onboarding-tasks.rst +++ b/source/getting-started/admin-onboarding-tasks.rst @@ -77,7 +77,7 @@ We highly recommend the following best practices, configuration options, and fea When you upgrade your Mattermost server frequently, your users can access new features, improved user experiences, bug fixes, security fixes, and mobile app compatibility. -Mattermost releases regular updates to `Mattermost Team Edition `_ and `Mattermost Enterprise Edition `_. The :doc:`Mattermost Changelog ` provides all information about changes in each version. +Mattermost releases regular updates to `Mattermost Team Edition `_ and `Mattermost Enterprise Edition `_. See the :doc:`release life cycle ` documentation for component life cycle details details. Upgrading your Mattermost server only takes a few minutes. See the :doc:`Upgrade Guide ` for step-by-step instructions. diff --git a/source/getting-started/enterprise-roll-out-checklist.rst b/source/getting-started/enterprise-roll-out-checklist.rst index db216798d9e..6e752dc1422 100644 --- a/source/getting-started/enterprise-roll-out-checklist.rst +++ b/source/getting-started/enterprise-roll-out-checklist.rst @@ -403,8 +403,8 @@ We recommend that you review your rollout on a cadence that matches your iterati - Resource: https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html -- Determine upgrade schedule based on Mattermost release schedules and lifecycle +- Determine upgrade schedule based on Mattermost release schedules and life cycle - - Resource: https://docs.mattermost.com/upgrade/release-lifecycle.html + - Resource: https://docs.mattermost.com/guides/release-lifecycle.html - Run System checks and either address or set address-by date diff --git a/source/guides/client-compatibility.rst b/source/guides/client-compatibility.rst deleted file mode 100644 index 53f36d32096..00000000000 --- a/source/guides/client-compatibility.rst +++ /dev/null @@ -1,18 +0,0 @@ -Client compatibility -===================== - -all plans; cloud & self-hosted - -what this section is about and who it's for - -see also: release lifecycle - -.. toctree:: - :maxdepth: 1 - :hidden: - :titlesonly: - - Desktop app - Mobile app - -* :doc:`Access your Mattermost workspace ` - Log in to a Mattermost workspace to connect with your teammates. \ No newline at end of file diff --git a/source/guides/deployment.rst b/source/guides/deployment.rst index f88d6e4c3fd..433b270cbd7 100644 --- a/source/guides/deployment.rst +++ b/source/guides/deployment.rst @@ -11,7 +11,8 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o :hidden: :titlesonly: - Release life cycle + Mattermost release life cycle + Migrate from MySQL to PostgreSQL Prepare your Mattermost database Deploy on Ubuntu Deploy using Docker @@ -27,7 +28,6 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o Upgrade Mattermost Scale Mattermost Deployment troubleshooting - Changelogs Additional server installation guides .. tip:: @@ -36,7 +36,7 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o * Encountering issues with your deployment? See the :ref:`Deployment Troubleshooting ` or :doc:`high scale troubleshooting ` documentation for details. -* :doc:`Matermost release lifecycle ` - Learn about Mattermost releases, and our recommended practices around deployment updates and ESRs. +* :doc:`Matermost release life cycle ` - Learn about Mattermost releases, and our recommended practices around deployment updates and ESRs. * :doc:`Migrate from MySQL to PostgreSQL ` - Learn how to migrate from MySQL to PostgreSQL. * :doc:`Prepare your Mattermost database ` - Learn how to prepare and configure a database for Mattermost. * :doc:`Deploy on Ubuntu ` - Signed packages direct from Mattermost featuring a single command for install and upgrades. @@ -53,5 +53,4 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o * :doc:`Upgrade Mattermost ` - Learn how to stay up to date with the latest features and improvements. * :doc:`Scale Mattermost ` - Learn how to scale and monitor your Mattermost deployment. * :doc:`Deployment troubleshooting ` - Having trouble with your deployment? -* :doc:`Changelogs ` - Learn what's new, changed, and deprecated in every Mattermost release. * :doc:`Additional server installation guides ` - Additional deployment guides and an open source component list you can reference for every release. \ No newline at end of file diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index b5f8ab719ed..993658d0320 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -1,5 +1,8 @@ -Release lifecycle -================= +Mattermost release life cycle +============================== + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: .. important:: @@ -12,43 +15,48 @@ Release lifecycle Mattermost release policy Mattermost Server releases - Mattermost v9 changelog - Unsupported legacy releases + Mattermost v10 changelog + Mattermost v9 changelog + Client compatibility + Unsupported legacy releases Server version archive Desktop app releases - Desktop app changelog + Desktop app changelog Mobile apps release - Mobile apps changelog + Mobile apps changelog + Deprecated features -* :doc:`Mattermost release policy ` - Learn about Mattermost’s release policy, and our recommended practices around deployment updates and ESRs. +Release policy +-------------- + +Learn about :doc:`Mattermost's release policy `, and our recommended practices around deployment updates and ESRs. Mattermost server ----------------- -.. include:: ../_static/badges/allplans-selfhosted.rst +.. include:: ../_static/badges/selfhosted-only.rst :start-after: :nosearch: * :doc:`Mattermost server releases ` - Learn more about supported Mattermost server releases. -* :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. -* :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. +* :doc:`Mattermost v10 changelog ` - Learn about what's coming and changing in Mattermost's next major release. +* :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. +* :doc:`Client compatibility ` - Learn about Mattermost server and client compatibility across releases. +* :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. * :doc:`Version archive ` - Confirm the version of Mattermost Server you're using is official by its signature. Mattermost desktop app ---------------------- -.. include:: ../_static/badges/allplans-cloud-selfhosted.rst - :start-after: :nosearch: - * :doc:`Desktop app releases ` - Learn more about supported Mattermost desktop app releases. -* :doc:`Desktop app changelog ` - Learn more about what's new and changed in Mattermost desktop app releases. +* :doc:`Desktop app changelog ` - Learn more about what's new and changed in Mattermost desktop app releases. Mattermost mobile apps ---------------------- -.. include:: ../_static/badges/allplans-cloud-selfhosted.rst - :start-after: :nosearch: - * :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. -* :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. +* :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. +Deprecations +------------ +:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. \ No newline at end of file diff --git a/source/guides/repeatable-processes.rst b/source/guides/repeatable-processes.rst index 8a82a6f5432..0d939929346 100644 --- a/source/guides/repeatable-processes.rst +++ b/source/guides/repeatable-processes.rst @@ -6,7 +6,7 @@ Build repeatable processes Use the Mattermost Playbooks plugin to create and manage pre-built, configurable checklists that define a repeatable process for teams to achieve specific and predictable outcomes. Mattermost Playbooks is enabled by default for Mattermost self-hosted and Mattermost Cloud workspaces. Access Playbooks via the product menu in the top-left corner of Mattermost. -With playbooks, your development teams can orchestrate prescribed workflows and define, streamline, and document complex, recurring operations. Playbooks help you stay in command with integrated communication, collaboration, and status dashboards to manage your entire workflow lifecycle. +With playbooks, your development teams can orchestrate prescribed workflows and define, streamline, and document complex, recurring operations. Playbooks help you stay in command with integrated communication, collaboration, and status dashboards to manage your entire workflow life cycle. .. include:: ../_static/badges/academy-playbooks.rst :start-after: :nosearch: diff --git a/source/guides/self-hosted-administration.rst b/source/guides/self-hosted-administration.rst index f00d0c3f3ed..97727af396a 100644 --- a/source/guides/self-hosted-administration.rst +++ b/source/guides/self-hosted-administration.rst @@ -23,7 +23,6 @@ This section of the guide is for system admins of self-hosted Mattermost servers Use an outbound proxy Migration guide Migrate from Slack - Migration from MySQL to PostgreSQL Chinese, Japanese, and Korean search Customize Mattermost Mattermost logging @@ -43,7 +42,6 @@ This section of the guide is for system admins of self-hosted Mattermost servers * :doc:`Use an outbound proxy ` - Monitor outbound traffic and control the websites that can appear in embedded content. * :doc:`Migration guide ` - Learn how to migrate from other chat services to Mattermost. * :doc:`Migrate from Slack ` - Learn how to migrate from Slack to Mattermost. -* :doc:`Migration guidelines from MySQL to PostgreSQL ` - Learn how to migrate the Mattermost database from MySQL to PostgreSQL. * :doc:`Chinese, Japanese, and Korean search ` - Set up search capabilities for teams communicating via Chinese, Japanese, or Korean. * :doc:`Whitelabel Mattermost ` - Whitelabel the Mattermost server and apps. * :doc:`Mattermost logging ` - Learn how Mattermost records activities and events performed within a Mattermost workspace. diff --git a/source/guides/upgrade-mattermost.rst b/source/guides/upgrade-mattermost.rst index 653eff0fbcc..c63b6030836 100644 --- a/source/guides/upgrade-mattermost.rst +++ b/source/guides/upgrade-mattermost.rst @@ -1,21 +1,21 @@ Upgrade Mattermost ================== +.. include:: ../_static/badges/allplans-selfhosted.rst + :start-after: :nosearch: + .. toctree:: :maxdepth: 1 :hidden: :titlesonly: + Important upgrade notes Prepare to upgrade Mattermost Upgrade Mattermost Server Enterprise install and upgrade Install a license key - Release definitions - Important upgrade notes - Release lifecycle - Extended Support Release Downgrade Mattermost Server - Version archive + Version archive Stay up to date with the latest features and improvements. @@ -23,9 +23,6 @@ Stay up to date with the latest features and improvements. * :doc:`Upgrade Mattermost Server ` - Learn the basics of upgrading your Mattermost server to the latest version. * :doc:`Enterprise install and upgrade ` - Learn how to upgrade your Mattermost server to premium versions. * :doc:`Install a license key ` - Learn how to add or change a Mattermost license key. -* :doc:`Release definitions ` - Get details on the Mattermost release schedule and the types of releases. * :doc:`Important upgrade notes ` - Find version-specific upgrade considerations. -* :doc:`Release lifecycle ` - See critical release lifecycle dates. -* :doc:`Extended Support Release ` - Get information about releases that have extended release support. * :doc:`Downgrade Mattermost Server ` - Find out how to roll back to older versions of Mattermost. -* :doc:`Version archive ` - Download binaries for every release. +* :doc:`Server version archive ` - Download binaries for every server release. diff --git a/source/install/common-prod-deploy-tar.rst b/source/install/common-prod-deploy-tar.rst index 23a8113ba01..5f6bb2a51f0 100644 --- a/source/install/common-prod-deploy-tar.rst +++ b/source/install/common-prod-deploy-tar.rst @@ -27,7 +27,7 @@ These instructions outline how to install Mattermost Server on a 64-bit Linux ho 2. Log in to the server that will host Mattermost Server and open a terminal window. -3. Download :doc:`the latest version of the Mattermost Server `. In the following command, replace ``X.X.X`` with the version that you want to download: +3. Download :doc:`the latest version of the Mattermost Server `. In the following command, replace ``X.X.X`` with the version that you want to download: .. code:: bash diff --git a/source/install/download-latest-tarball.rst b/source/install/download-latest-tarball.rst index a8be0f5b246..ca02e4b78bc 100644 --- a/source/install/download-latest-tarball.rst +++ b/source/install/download-latest-tarball.rst @@ -47,7 +47,4 @@ Using ``wget``, download the Mattermost Server release you want to install. .. tab:: Older releases - If you are looking for an older release, these can be found in our :doc:`version archive ` documentation. - - - :ref:`Enterprise Edition releases ` - - :ref:`Team Edition releases ` + If you are looking for an older release, Enterprise and Team Edition releases can be found in our :doc:`version archive ` documentation. diff --git a/source/install/install-kubernetes.rst b/source/install/install-kubernetes.rst index 51d01a895be..83f413b2c7b 100644 --- a/source/install/install-kubernetes.rst +++ b/source/install/install-kubernetes.rst @@ -135,7 +135,7 @@ Deploy Mattermost "metadata.name", "The name of your Mattermost as it will be shown in Kubernetes. The shorter the better." "spec.size", "The size of your installation. This can be '100users', '1000users, '5000users', '10000users', or '25000users'." "spec.ingress.host", "The DNS for your Mattermost installation." - "spec.version", "The Mattermost version. Refer to :doc:`the version archive page ` when selecting a Mattermost version." + "spec.version", "The Mattermost version. Refer to :doc:`the server version archive page ` when selecting a Mattermost version." "spec.licenseSecret", "The name of the Kubernetes secret containing your license (e.g., mattermost-license). Required for Enterprise deployments." "spec.mattermostEnv", "List of custom environment variables for the Mattermost instance. Only required when tweaking Mattermost configuration is required." "spec.image", "Docker image for the Mattermost app servers." diff --git a/source/lifecycle/client-compatibility.md b/source/lifecycle/client-compatibility.md new file mode 100644 index 00000000000..dab00201a01 --- /dev/null +++ b/source/lifecycle/client-compatibility.md @@ -0,0 +1,28 @@ +# Client compatibility + +```{include} ../_static/badges/allplans-cloud-selfhosted.md +``` + +As an MME admin, what Mattermost server versions (and desktop clients) can I deploy/rollout for our operating system? +- How long is that version supported? +- What’s my upgrade path look like from here? + +## Desktop app + +What Mattermost desktop app version should I install, if my system admin hasn’t already decided that for me? + +Caveats to note: +- System admins should advise their end users not to download the latest releases from the App Store (& Android equivalent). These releases may upgrade you to a non-ESR version. +- System admins may also want to consider disabling automatic client updates to avoid users from upgrading to non-ESR releases. + +## Mobile app + +We strongly recommend using the latest mobile app release that's tested against all supported servers and all supported ESRs. In addition, we recommend the following guidelines: +- Use the latest app versions for the latest security and user experience enhancements. +- Integrate reviews of desktop and mobile app changelog notes into your IT operational procedures. +- Our product changelogs contain important information about version-specific requirements for features, functionality, and security fixes. +- Staying informed about these changes helps you avoid potential issues, proactively plan for version-specific requirements, and leverage new capabilities as they become available. + +```{Note} +Earlier 4.x versions of Mattermost Desktop App and earlier v1.x versions of the Mobile App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading both your Mattermost Desktop and Mobile Apps to the latest version. +``` diff --git a/source/deploy/deprecated-features.rst b/source/lifecycle/deprecated-features.rst similarity index 99% rename from source/deploy/deprecated-features.rst rename to source/lifecycle/deprecated-features.rst index 5ce26233623..bf71caf2946 100644 --- a/source/deploy/deprecated-features.rst +++ b/source/lifecycle/deprecated-features.rst @@ -106,7 +106,7 @@ Mattermost Server v5.0.0 Mattermost Server v4.9.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- A number of permissions configuration settings will be migrated to roles in the database, and changing their config.json values will no longer take effect. These permissions can still be modified by their respective System Console settings. See :doc:`changelog ` for more details. +- A number of permissions configuration settings will be migrated to roles in the database, and changing their config.json values will no longer take effect. These permissions can still be modified by their respective System Console settings. See :doc:`changelog ` for more details. Mattermost Server v4.0.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/deploy/desktop-app-changelog.md b/source/lifecycle/desktop-app-changelog.md similarity index 99% rename from source/deploy/desktop-app-changelog.md rename to source/lifecycle/desktop-app-changelog.md index 1180c7cb7a8..4368b63e583 100644 --- a/source/deploy/desktop-app-changelog.md +++ b/source/lifecycle/desktop-app-changelog.md @@ -1,5 +1,8 @@ # Desktop app changelog +```{include} ../_static/badges/allplans-cloud-selfhosted.md +``` + This changelog summarizes updates to Mattermost desktop app releases for [Mattermost](https://mattermost.com). (release-v5-8)= @@ -1682,7 +1685,7 @@ Thanks also to those who reported bugs that benefited the release, in alphabetic ---- -(release-v3-3-1)= +(release-v3-4-1)= ## Release v3.4.1 Release date: September 30, 2016 diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 29fbc578e45..8a37a3cec96 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -1,52 +1,56 @@ # Mattermost desktop app releases +```{include} ../_static/badges/allplans-cloud-selfhosted.md +``` + ```{Important} **Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** ``` ## Frequency -Mattermost releases a new desktop app version every 4 months, in February, May, August, and November in [binary form](https://docs.mattermost.com/collaborate/install-desktop-app.html#install-and-update-the-mattermost-desktop-app). See the [Desktop app changelog](/deploy/desktop-app-changelog) for release details. +Mattermost releases a new desktop app version every 4 months, in February, May, August, and November in [binary form](https://docs.mattermost.com/collaborate/install-desktop-app.html#install-and-update-the-mattermost-desktop-app). See the [Desktop app changelog](/lifecycle/desktop-app-changelog) for release details. ```{Important} - From Mattermost v10, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. See the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. -- Automatic desktop app updates are supported and enabled on Windows, Apple (via the App Store), Ubuntu, Debian, and generic Linux platforms. +- Automatic desktop app updates are supported and enabled on Windows, MacOS (via the Apple App Store), Ubuntu, Debian, and generic Linux platforms. See the [install Mattermost desktop app](/collaborate/install-desktop-app.html) documentation for platform-specific details on automatic app updates. ``` ## Latest releases | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v6.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v5.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.9.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | +| v6.0 {ref}`EXTENDED ` \| [Download]() \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v5.9 {ref}`FEATURE ` \| [Download]() \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | | v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.2.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.1.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | \ No newline at end of file +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.4.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.3) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.2) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.2) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.0.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.0.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.7.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v3.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.4.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.2.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.2.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v1.1.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| | | | \ No newline at end of file diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index 03cb7753d32..ba9253a43ee 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -1,142 +1,146 @@ # Mattermost mobile app releases +```{include} ../_static/badges/allplans-cloud-selfhosted.md +``` + ```{Important} **Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** ``` ## Frequency -Mattermost releases a new mobile app version every 4 months, in February, May, August, and November in binary form. Mattermost tests the latest mobile app release against the [latest server version](https://docs.mattermost.com/lifecycle/mattermost-server-releases.html). +Mattermost releases a new mobile app version every 4 months, in February, May, August, and November in binary form. Mattermost tests the latest mobile app release against the [latest server version](/lifecycle/mattermost-server-releases). -See the [Desktop app changelog](/deploy/mobile-app-changelog) for release details, and see the [iOS mobile app](https://docs.mattermost.com/collaborate/install-ios-app.html) and the [Android mobile app](https://docs.mattermost.com/collaborate/install-android-app.html) documentation for installation details. +See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release details, and see the [iOS mobile app](/collaborate/install-ios-app) and the [Android mobile app](/collaborate/install-android-app) documentation for installation details. ## Latest releases | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.55.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.55.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.53.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.52.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.50.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.50.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.49.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.49.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.46.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.45.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.45.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.44.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.44.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.43.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.42.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.42.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.41.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.41.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.40.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.39.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.38.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.38.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.37.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.36.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.35.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.35.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.34.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.34.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.33.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.33.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.30.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.30.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.29.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.28.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.27.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.27.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.25.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.25.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.24.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.23.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.23.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.22.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.19.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.18.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.18.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.17.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.16.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.6.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v6.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | - - +| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.10.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.55.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.55.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.54.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.53.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.53.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.52.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.52.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.51.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.50.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.50.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.50.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.50.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.49.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.49.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.49.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.49.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.48.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.47.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.46.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.46.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.45.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.45.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.45.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.45.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.44.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.44.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.44.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.44.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.43.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.43.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.42.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.42.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.42.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.42.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.41.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.41.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.41.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.41.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.40.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.40.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.39.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.39.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.38.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.38.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.38.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.38.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.37.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.37.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.36.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.36.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.35.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.35.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.35.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.35.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.34.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.34.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.34.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.34.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.33.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.33.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.33.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.33.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.32.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.31.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.30.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.30.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.30.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.30.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.29.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.29.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.28.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.28.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.27.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.27.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.27.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.27.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.26.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.25.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.25.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.25.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.25.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.24.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.24.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.23.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.23.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.23.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.23.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.22.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.22.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.21.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.20.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.19.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.19.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.18.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.18.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.18.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.18.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.17.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.17.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.16.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.16.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.16.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.14.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.13.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.13.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.11.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.10.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.7.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.7.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.6.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.6.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.6.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.4.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.4.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| | | | \ No newline at end of file diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 7e6b46fb1da..f7349da18da 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -9,12 +9,16 @@ ``` ## Frequency -Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for details on v9.x server releases, and [unsupported Mattermost legacy releases](/deploy/unsupported-legacy-releases) for older Mattermost releases. +Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). +- See the [Mattermost v10 changelog](/lifecycle/mattermost-v10-changelog) for details on what's coming and changing in the next major release. +- See the [Mattermost v9 changelog](/lifecycle/mattermost-v9-changelog) for details on v9.x server releases. +- See the [unsupported Mattermost legacy releases](/lifecycle/unsupported-legacy-releases) documentation for details on older, unsupported Mattermost releases. ## Latest releases | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| +| v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | | v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | | v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | @@ -24,4 +28,4 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | v9.2 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | | v9.1 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | | v9.0 {ref}`MAJOR ` \| [Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | -| | | | +| | | | \ No newline at end of file diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md new file mode 100644 index 00000000000..8b9556fe09a --- /dev/null +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -0,0 +1,14 @@ +# Mattermost v10 changelog + +```{Important} +**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required.** +- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. +- See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. +``` + +(release-v10.0-feature-release)= +## Release v10.0 - Major Release + +**Release day: 2024-09-16** + +More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. \ No newline at end of file diff --git a/source/deploy/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md similarity index 99% rename from source/deploy/mattermost-v9-changelog.md rename to source/lifecycle/mattermost-v9-changelog.md index ca5a2806876..da9415b651b 100644 --- a/source/deploy/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -1,7 +1,7 @@ # Mattermost v9 changelog ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release is coming to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is recommended.** +**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required.** - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` diff --git a/source/deploy/mobile-app-changelog.md b/source/lifecycle/mobile-app-changelog.md similarity index 99% rename from source/deploy/mobile-app-changelog.md rename to source/lifecycle/mobile-app-changelog.md index 1125bd084f4..7c7f4155e8f 100644 --- a/source/deploy/mobile-app-changelog.md +++ b/source/lifecycle/mobile-app-changelog.md @@ -1,5 +1,8 @@ # Mattermost mobile apps changelog +```{include} ../_static/badges/allplans-cloud-selfhosted.md +``` + This changelog summarizes updates to Mattermost mobile apps releases for [Mattermost](https://mattermost.com). (release-v2-16-0)= @@ -46,6 +49,7 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Matter - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +(release-v2-14-0)= ## 2.14.0 Release - Release Date: March 15, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -127,6 +131,7 @@ Note: Mattermost Mobile App v2.12.1 contains a medium level security fix. Updati ### Bug Fixes - Fixed an issue where various menus and popovers were non-functional when the phone had accessibility settings related to removing animations enabled. +(release-v2-12-0)= ## 2.12.0 Release - Release Date: January 16, 2024 - Server Versions Supported: Server v8.1.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -805,7 +810,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- -(release-v1.52.0)= +(release-v1-52-0)= ## 1.52.0 Release - Release Date: May 16, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -825,7 +830,7 @@ Users now gain a more reliable and feature-rich application, improving their exp ---- -(release-v1-52-2)= +(release-v1-51-2)= ## 1.51.2 Release - Release Date: May 5, 2022 - Server Versions Supported: Server v6.3.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1520,7 +1525,8 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi - Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html). - iPhone 5s devices and later with iOS 11+ is required. -``` {Note}Mattermost Mobile App v1.41.0 contains a high level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` {Note} +Mattermost Mobile App v1.41.0 contains a high level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). ``` ### Improvements @@ -1552,7 +1558,8 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi - Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html). - iPhone 5s devices and later with iOS 11+ is required. -``` {Note}Mattermost Mobile App v1.40.0 contains a low level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` {Note} +Mattermost Mobile App v1.40.0 contains a low level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). ``` ### Improvements @@ -2112,7 +2119,7 @@ Mattermost Mobile App v1.31.2 contains a high level security fix. [Upgrading](ht Mattermost Mobile App v1.30.0 contains a high level security fix. [Upgrading](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). ``` {Note} -- v5.9.0 as our Extended Support Release (ESR) is coming to the end of its lifecycle and upgrading to 5.19.0 ESR or a later version is highly recommended. v5.19.0 will continue to be our current ESR until October 15, 2020. [Learn more in our forum post](https://forum.mattermost.com/t/upcoming-extended-support-release-updates/8526>). +- v5.9.0 as our Extended Support Release (ESR) is coming to the end of its life cycle and upgrading to 5.19.0 ESR or a later version is highly recommended. v5.19.0 will continue to be our current ESR until October 15, 2020. [Learn more in our forum post](https://forum.mattermost.com/t/upcoming-extended-support-release-updates/8526>). - [The Channel Moderation Settings feature](/manage/team-channel-members.html#channel-moderation-e20) released in v5.22.0 is supported on mobile app versions v1.30 and later. In earlier versions of the mobile app, users who attempt to post or react to posts without proper permissions will see an error. ``` @@ -2841,7 +2848,7 @@ Mattermost Mobile App v1.26.0 contains low to medium level security fixes. [Upgr ---- -(release-v1-16.0)= +(release-v1-16-0)= ## 1.16.0 Release - Release Date: February 16, 2019 - Server Versions Supported: Server v4.10+ is required, Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device @@ -3562,7 +3569,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- -(release-v1.0.1)= +(release-v1-0-1)= ## v1.0.1 Release - Release Date: July 20, 2017 @@ -3575,7 +3582,7 @@ Server Versions Supported: Server v4.0+ is required, Self-Signed SSL Certificate ---- -(release-v1.0)= +(release-v1-0)= ## v1.0 Release - Release Date: July 10, 2017 diff --git a/source/lifecycle/release-policy.md b/source/lifecycle/release-policy.md index 241b3bde893..ed402b6e7d7 100644 --- a/source/lifecycle/release-policy.md +++ b/source/lifecycle/release-policy.md @@ -1,4 +1,4 @@ -# Release policy +# Mattermost release policy ```{include} ../_static/badges/allplans-selfhosted.md ``` @@ -31,13 +31,13 @@ See the full list of all Mattermost Server and desktop app releases and life cyc Mattermost Extended Support Releases (ESRs) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. -Mattermost [server](https://docs.mattermost.com/lifecycle/mattermost-server-releases.html) and [desktop app](https://docs.mattermost.com/lifecycle/mattermost-desktop-releases.html) ESRs are released twice a year, every February and August release. Extended releases are supported for 9 months to provide customers with enough time to test and upgrade to the next ESR. +Mattermost [server](/lifecycle/mattermost-server-releases) and [desktop app](/lifecycle/mattermost-desktop-releases) ESRs are released twice a year, every February and August release. Extended releases are supported for 9 months to provide customers with enough time to test and upgrade to the next ESR. We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. -To install extended support releases, follow our [install](https://docs.mattermost.com/guides/deployment.html) or [upgrade](https://docs.mattermost.com/upgrade/upgrading-mattermost-server.html) documentation. +To install extended support releases, follow our [install](/guides/deployment) or [upgrade](/upgrade/upgrading-mattermost-server) documentation. ```{Important} We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. diff --git a/source/deploy/unsupported-legacy-releases.md b/source/lifecycle/unsupported-legacy-releases.md similarity index 99% rename from source/deploy/unsupported-legacy-releases.md rename to source/lifecycle/unsupported-legacy-releases.md index f99cf473dd8..83b7d661495 100644 --- a/source/deploy/unsupported-legacy-releases.md +++ b/source/lifecycle/unsupported-legacy-releases.md @@ -4488,7 +4488,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ### Compatibility - PostgreSQL ended long-term support for [version 9.4 in February 2020](https://www.postgresql.org/support/versioning). Mattermost is officially supporting PostgreSQL version 10 with v5.26 release as PostgreSQL 9.4 is no longer supported. New installs will require PostgreSQL 10+. Previous Mattermost versions, including our current ESR, will continue to be compatible with PostgreSQL 9.4. We plan on fully deprecating PostgreSQL 9.4 and all 9.x versions in our v5.30 release (December 16, 2020). Please follow the instructions under the Upgrading Section within [the PostgreSQL documentation](https://www.postgresql.org/support/versioning/). - - Support for Mattermost Server [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) (ESR) 5.19 has come to the end of its lifecycle. Upgrading to Mattermost Server v5.25 or later is required. + - Support for Mattermost Server [Extended Support Release](https://docs.mattermost.com/administration/extended-support-release.html) (ESR) 5.19 has come to the end of its life cycle. Upgrading to Mattermost Server v5.25 or later is required. - TLS versions 1.0 and 1.1 have been deprecated by browser vendors. Starting in v5.31 (January 16, 2021) mmctl will return an error when connected to Mattermost servers deployed with these TLS versions and System Admins will need to explicitly add a flag in their commands to continue to use them. We recommend upgrading to TLS version 1.2 or higher. ### Breaking Changes @@ -5251,7 +5251,7 @@ Mattermost v5.22.0 contains a low level security fix. [Upgrading](https://docs.m ### Compatibility - - v5.9.0 as our Extended Support Release (ESR) is coming to the end of its lifecycle and upgrading to 5.19.0 ESR or a later version is highly recommended. v5.19.0 will continue to be our current ESR until October 15, 2020. [Learn more in our forum post](https://forum.mattermost.org/t/upcoming-extended-support-release-updates/8526). + - v5.9.0 as our Extended Support Release (ESR) is coming to the end of its life cycle and upgrading to 5.19.0 ESR or a later version is highly recommended. v5.19.0 will continue to be our current ESR until October 15, 2020. [Learn more in our forum post](https://forum.mattermost.org/t/upcoming-extended-support-release-updates/8526). ### Breaking Changes @@ -6348,7 +6348,7 @@ Mattermost v5.13.0 contains low level security fixes. [Upgrading](https://docs.m #### Removed and Deprecated Features - We are removing support for Internet Explorer (IE11) in Mattermost v5.16.0, which releases on October 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/mattermost-is-dropping-support-for-internet-explorer-ie11-in-v5-16/7575). - - v4.10.0 as our current Extended Support Release (ESR) is coming to the end of its lifecycle. We will be implementing version v5.9.0 as a new ESR starting July 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/extended-support-release-update/7099). + - v4.10.0 as our current Extended Support Release (ESR) is coming to the end of its life cycle. We will be implementing version v5.9.0 as a new ESR starting July 16, 2019. Learn more in our [forum post](https://forum.mattermost.org/t/extended-support-release-update/7099). ### Bug Fixes - Fixed an issue where changing the timezone setting to "Set automatically" did not work on the mobile app. diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index 38681f08563..c6905e23b90 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -5,7 +5,7 @@ Server Version Archive :start-after: :nosearch: .. important:: - - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 :doc:`Extended Support Release ` or later is required.** + - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. diff --git a/source/onboard/certificate-based-authentication.rst b/source/onboard/certificate-based-authentication.rst index c1f1f02497b..35bac901ec4 100644 --- a/source/onboard/certificate-based-authentication.rst +++ b/source/onboard/certificate-based-authentication.rst @@ -10,7 +10,7 @@ Certificate-based authentication (experimental) Certificate-based authentication (CBA) is available as an experimental feature to identify a user or a device before granting access to Mattermost and provide an additional layer of security to access the system. -Follow these steps to configure user CBA for your browser and Mattermost Desktop Apps. Support for the Mattermost iOS and Android Apps is planned. It is expected that you can manage certificate distribution for each personal device (BYOD) and their lifecycle management with a service like `OpenSSL `__. +Follow these steps to configure user CBA for your browser and Mattermost Desktop Apps. Support for the Mattermost iOS and Android Apps is planned. It is expected that you can manage certificate distribution for each personal device (BYOD) and their life cycle management with a service like `OpenSSL `__. Before you begin, follow the :doc:`official guides to install Mattermost ` on your system, including NGINX configuration as a proxy with SSL and HTTP/2, and a valid SSL certificate such as Let's Encrypt. diff --git a/source/onboard/migrate-from-slack.rst b/source/onboard/migrate-from-slack.rst index f357946e729..bb8ea2f6718 100644 --- a/source/onboard/migrate-from-slack.rst +++ b/source/onboard/migrate-from-slack.rst @@ -23,7 +23,7 @@ During the import process, we advise to create a new team for importing the Slac Also, system administrator roles will be overwritten if the usernames match and the user isn't an admin on the Slack workspace. -Make sure you are running on a supported version of :doc:`Mattermost ` to benefit from the most up-to-date functionality and fixes. +Make sure you are running on a supported version of :doc:`Mattermost ` to benefit from the most up-to-date functionality and fixes. 2. Generate a Slack import -------------------------- diff --git a/source/upgrade/downgrading-mattermost-server.rst b/source/upgrade/downgrading-mattermost-server.rst index 8c50561dc3f..702126104c1 100644 --- a/source/upgrade/downgrading-mattermost-server.rst +++ b/source/upgrade/downgrading-mattermost-server.rst @@ -4,7 +4,7 @@ Downgrade Mattermost Server .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: -In most cases you can downgrade Mattermost Server using the same steps as :doc:`upgrading-mattermost-server`. The binaries can be found in the :doc:`version-archive`. We do not recommend downgrading more than one version back from your current installation. +In most cases you can downgrade Mattermost Server using the same steps as :doc:`upgrading-mattermost-server`. Server binaries can be found in the :doc:`Mattermost server version archive ` documentation. We do not recommend downgrading more than one version back from your current installation. Downgrade Mattermost v6.0 to v5.38 ----------------------------------- @@ -49,4 +49,4 @@ Run the following set of queries, specific to your database, to downgrade the sc .. note:: - The inverse of `the final v6.0 upgrade query `__ is intentionally omitted from these downgrade queries because its result is backwards compatible, and running the query would unnecessarily delay the downgrade process. \ No newline at end of file + The inverse of `the final v6.0 upgrade query `_ is intentionally omitted from these downgrade queries because its result is backwards compatible, and running the query would unnecessarily delay the downgrade process. \ No newline at end of file diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index bd04b1d07db..a090193044b 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -5,7 +5,7 @@ Important Upgrade Notes :start-after: :nosearch: .. important:: - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 :doc:`Extended Support Release ` or later is required. + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - MySQL 8.0.22 contains an `issue with JSON column types `__ changing string values to integers which is preventing Mattermost from working properly. Users are advised to avoid this database version. - Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts. - When upgrading to 7.x from a 5.x release please make sure to upgrade to 5.37.10 first for the upgrade to complete successfully. @@ -625,7 +625,7 @@ Important Upgrade Notes | | | | | Then try to start Mattermost again. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | Please see :doc:`the changelog ` for a list deprecations in this release. | +| | Please see :doc:`unsupported legacy releases ` documentation for a list of deprecations in this release. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Focalboard plugin has been renamed to Mattermost Boards, and v0.9.1 (released with Mattermost v6.0) is now enabled by default. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -733,7 +733,7 @@ Important Upgrade Notes | | upgrading to TLS version 1.2 or higher. | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | v5.31.0 | For Mobile Apps v1.42.0+, the minimum server version is set to 5.31.3 as | -| | :ref:`5.31.3 fixed an issue ` where the server version was reported as v5.30.0. | +| | `5.31.3 fixed an issue `_ where server version reported was v5.30.0. | +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | v5.29.0 | A new configuration setting ``ThreadAutoFollow`` has been added to support `Collapsed Reply Threads | | | `__ releasing in beta in Q1 2021. This | diff --git a/source/upgrade/prepare-to-upgrade-mattermost.rst b/source/upgrade/prepare-to-upgrade-mattermost.rst index a82daa6aa15..1990204ffd1 100644 --- a/source/upgrade/prepare-to-upgrade-mattermost.rst +++ b/source/upgrade/prepare-to-upgrade-mattermost.rst @@ -55,11 +55,11 @@ We strongly recommend that you: - Set up a maintenance window outside of working hours to mitigate the migration impact. - Keep a backup of your database to ensure you can load a previous database snapshot if necessary. -- Upgrade your instance of Mattermost to the latest :doc:`Extended Support Release (ESR) ` first before attempting to run the Mattermost v6.0 upgrade. +- Upgrade your instance of Mattermost to the latest :doc:`Extended Support Release (ESR) ` first before attempting to run the Mattermost v6.0 upgrade. .. important:: - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required. Upgrading from a previous Extended Support Release to the latest Extended Support Release is supported. Upgrading from v5.31 to v5.37 should take roughly the same amount of time as upgrading from v5.31 to v5.35, then upgrading v5.35 to 5.37. However, an upgrade directly from v5.31 to v5.37 could potentially take hours due to the database schema migrations required for v5.35. Review the :doc:`important-upgrade-notes` for all intermediate versions in between to ensure you’re aware of the possible migrations that could affect your upgrade. + Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required. Upgrading from a previous Extended Support Release to the latest Extended Support Release is supported. Upgrading from v5.31 to v5.37 should take roughly the same amount of time as upgrading from v5.31 to v5.35, then upgrading v5.35 to 5.37. However, an upgrade directly from v5.31 to v5.37 could potentially take hours due to the database schema migrations required for v5.35. Review the :doc:`important-upgrade-notes` for all intermediate versions in between to ensure you’re aware of the possible migrations that could affect your upgrade. v6.0 database schema migrations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -75,7 +75,7 @@ For a complete breakdown of PostgreSQL queries, as well as their impact and dura Upgrade from releases older than v5.35 ---------------------------------------- -Customers upgrading from a release older than Mattermost v5.35 should expect extended downtime when upgrading to v6.0 due to the introduction of backend database architecture introduced in v5.35. This upgrade path isn't recommended for large installations. We recommend upgrading to the latest :doc:`Extended Support Release (ESR) ` first before upgrading to Mattermost v6.0. See the :doc:`Mattermost changelog ` documentation for additional details. +Customers upgrading from a release older than Mattermost v5.35 should expect extended downtime when upgrading to v6.0 due to the introduction of backend database architecture introduced in v5.35. This upgrade path isn't recommended for large installations. We recommend upgrading to the latest :doc:`Extended Support Release (ESR) ` first before upgrading to Mattermost v6.0. See the :doc:`unsupported legacy releases ` documentation for additional details. If you're upgrading from a version prior to Mattermost v5.0, you can't upgrade directly to v6.0. Instead, we strongly recommend approaching the upgrade in phases, starting with an upgrade to the latest ESR first, followed by the upgrade to v6.0. During the first phase of updates, you must also modify your service file to work with the binary changes introduced with the v5.0 release. Your execution directory should point to the Mattermost base directory (i.e. ``/opt/mattermost``), and your binary should point to the ``mattermost`` binary (i.e. ``/opt/mattermost/bin/mattermost``). From 1a01a1140888d6672e57b7aa42955c706b86806a Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:19:43 -0400 Subject: [PATCH 06/50] Incorporated ESR restore & legacy details --- source/lifecycle/release-policy.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/lifecycle/release-policy.md b/source/lifecycle/release-policy.md index ed402b6e7d7..22c86a74dbf 100644 --- a/source/lifecycle/release-policy.md +++ b/source/lifecycle/release-policy.md @@ -37,10 +37,12 @@ We strongly recommend planning ahead for upgrades before the end of an ESR's lif ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. -To install extended support releases, follow our [install](/guides/deployment) or [upgrade](/upgrade/upgrading-mattermost-server) documentation. +To install extended support releases, follow our [install](/guides/deployment) or [upgrade](/upgrade/upgrading-mattermost-server) documentation. To restore a previous ESR, restore the database and previous version if you need to revert an upgrade. Previous ESR versions continue remain subject to a [life cycle end date](/lifecycle/mattermost-server-releases). ```{Important} -We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. +- We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. +- Your license key is decoupled from the Mattermost server version, so you can upgrade to the latest ESR using a legacy E10/E20 license. +We highly recommend working with your Mattermost Account Team to plan for a migration to our new plans, and to access the latest features such as persistent notifications, advanced compliance features, call recordings, and more. ``` ![Timeline-based chart showing the lifecycle of Mattermost Extended Support Releases and feature releases from last year and this year.](../images/ESR_graphic2.png) From 40c0fdd2f6031f1cc1315aa285637309bae66594 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:32:16 -0400 Subject: [PATCH 07/50] Update mattermost-v9-changelog.md --- source/lifecycle/mattermost-v9-changelog.md | 104 +++++++++++++++++++- 1 file changed, 103 insertions(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md index da9415b651b..4d7bfcc9082 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -6,6 +6,108 @@ - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` +(release-v9-9-feature-release)= +## Release v9.9 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) + +**Release day: 2024-06-14** + +### Compatibility + - Updated minimum macOS version to 12+ and minimum Safari version to 17+. + +```{Important} +If you upgrade from a release earlier than v9.8, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +``` + +### Improvements + +#### User Interface (UI) + - Pre-packaged Calls plugin version [v0.27.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.27.0). + - Pre-packaged Jira plugin version [v4.1.1](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.1). + - Pre-packaged GitLab plugin version [v1.9.0](https://github.com/mattermost/mattermost-plugin-gitlab/releases/tag/v1.9.0). + - Pre-packaged Zoom plugin version [v1.8.0](https://github.com/mattermost/mattermost-plugin-zoom/releases/tag/v1.8.0). + - Updated the default themes to reduce eye strain (particularly on the dark themes). + - Added UI improvements to the core layout. + - Improved error text when inviting guests to a team. + - Increased the visibility Mattermost edition in-product when using the free edition. + - Added an **Unsupported** label to the Team/E0 editions in the product menu. + - Improved the look and feel of the **True/False** selector in the System Console. + - Updated the channel header layout to reduce height and simplify the UI. + +#### Administration + - Removed safety limit error message in compiled Team Edition and unlicensed Enterprise Edition deployments when message count exceeds 5 million posts. + - Adjusted safety limit error message to show when users exceed 5,000 in compiled Team Edition and Enterprise Edition deployments when enterprise scale and access control automation features are unavailable. ``ERROR_SAFE_LIMITS_EXCEEDED``. + - Improved the message length validation step in the ``mmctl import validate`` command. + - Added shell completion to ``mmctl user active`` and ``mmctl user deactivate``. + - Removed support for self-serve purchases of Mattermost Subscriptions in various flows, throughout Cloud and Self Hosted environments. + - Removed support for self-serve true up review submission in the **System Console**. + - Added streaming support to the file attachments import process. + - Added LDAP job command to mmctl. + - Made LDAP sync jobs more resilient against errors. + - Removed the ``PostPriority`` feature flag. + - Improved the error message of ``NotFound`` errors in store. + - Added support for post priority to incoming webhooks and outgoing webhook responses. + - Added a validation that the payload for an open Interactive Dialog request is valid according to the rules at https://developers.mattermost.com/integrate/plugins/interactive-dialogs/. + - Unblocked notification calls by using usernames instead of full names in case of a missing user profile. + - Increased the maximum password limit from 64 to 72 characters (``PasswordMaximumLength``). + +#### Performance + - Added the initial version of new client-side performance metrics to track web app performance and can be monitored in new Grafana board. + - Added a metric to track time it takes for the right-hand side to load. + - Improved js memory profile of status’s reducers. + - When a user receives a new post that is part of a thread from a root post in a channel they are not currently viewing, we do not fetch the complete root post and its thread posts immediately. However, we still store the newly received post. The root post and its thread posts are only fetched when the user navigates to that specific channel. + +### Bug Fixes + - Fixed an issue with ``aria-label`` for sidebar channel buttons. + - Fixed an issue where any remaining unclosed database RPC connections were not closed after a plugin shut down. + - Fixed an issue where the right-hand side stole the focus when coming back from threads or drafts. + - Fixed an issue where a proxy link was copied instead of the original image link when copying a post that included an embedded image. + - Fixed an issue where the user status would incorrectly get stuck to online after the user closed the tab. + - Fixed an issue where on some servers the user could not see the member count in the **Browse Channels** dialog. + - Fixed an issue with inline display of WebP images accessed through the public-link feature. + - Fixed an issue where it wasn’t clear that the ``mmctl import process --bypass-upload --local`` doesn't work if the server is in High Availability. + - Fixed an issue where the user status would incorrectly be set to offline without checking for connections in other nodes in an High Availability cluster. + - Fixed a longstanding issue where the @mention auto-complete could erase post text following the auto-completed @mention. + - Fixed an issue with status management to avoid missing notifications. + - Fixed an issue where audit events were not added for OAuth logins. + - Fixed an issue with the error check in the message export process. + - Fixed an issue where pasting in the post text box could not always paste without formatting. + - Fixed some plugin settings with defaults not changing value. + +### 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 ``DisableWakeUpReconnectHandler`` to disable the wake up on reconnect handler. + - Removed ``SelfHostedPurchase`` setting. + +#### Changes to the Enterprise plan: + - Under ``MetricsSettings`` in ``config.json``: + - Added a feature flag and a setting ``EnableClientMetrics`` to control new client performance metrics. + - Added a setting for notification metrics ``EnableNotificationMetrics``. + - Self-hosted system administrators can now configure all ``ExperimentalAuditSettings`` through the user interface in the ``System Console``. Cloud administrators can now change the ``AdvancedLoggingJSON`` value for the ``ExperimentalAuditSettings``. This is the only configuration that Cloud administrators are able to adjust. Feature flag ``ExperimentalAuditSettingsSystemConsoleUI`` must be enabled in order to leverage this new user interface. + +### Websocket Event Changes + - Changed the semantics of the ``mattermost_http_websockets_total`` metric to track all open WebSocket connections, regardless of whether they are authenticated. + - Added a ``origin_client`` label to the ``mattermost_http_websockets_total`` Prometheus metric. + +### Go Version + - v9.9 is built with Go ``v1.21.8``. + +### Open Source Components + - Removed ``@stripe/react-stripe-js`` and ``@stripe/stripe-js``, and added ``web-vitals`` at https://github.com/mattermost/mattermost. + +### Known Issues + - Inactive websockets are counted as part of notifications delivery rate for web and desktop that cause an incorrect decrease in that metric in the Notifications Health dashboard [MM-58500](https://mattermost.atlassian.net/browse/MM-58500). + - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. + - Slack import through the CLI fails if email notifications are enabled. + - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. + - The Playbooks left-hand sidebar doesn't update when a user is added to a run or playbook without a refresh. + - If a user isn't a member of a configured broadcast channel, posting a status update might fail without any error feedback. As a temporary workaround, join the configured broadcast channels, or remove those channels from the run configuration. + +### Contributors + - [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [arush-vashishtha](https://github.com/arush-vashishtha), [asaadmahmood](https://github.com/asaadmahmood), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [BenCookie95](https://github.com/BenCookie95), [bndn](https://translate.mattermost.com/user/bndn), [calebroseland](https://github.com/calebroseland), [coltoneshaw](https://github.com/coltoneshaw), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [devinbinnie](https://github.com/devinbinnie), [DHaussermann](https://github.com/DHaussermann), [Eleferen](https://translate.mattermost.com/user/Eleferen), [emdecr](https://github.com/emdecr), [enahum](https://github.com/enahum), [enzowritescode](https://github.com/enzowritescode), [fasal26](https://github.com/fasal26), [fmartingr](https://github.com/fmartingr), [gabrieljackson](https://github.com/gabrieljackson), [grundleborg](https://github.com/grundleborg), [hanzei](https://github.com/hanzei), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [jespino](https://github.com/jespino), [joakim.rivera](https://translate.mattermost.com/user/joakim.rivera), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [majo](https://translate.mattermost.com/user/majo), [marianunez](https://github.com/marianunez), [marlenekoh](https://github.com/marlenekoh), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [MeHow25](https://github.com/MeHow25), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [mojahani](https://translate.mattermost.com/user/mojahani), [morgancz](https://github.com/morgancz), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [nixusUM](https://github.com/nixusUM), [orimaimon](https://github.com/orimaimon), [phoinixgrr](https://github.com/phoinixgrr), [piotr-lasota](https://github.com/piotr-lasota), [pjenicot](https://translate.mattermost.com/user/pjenicot), [pmokeev](https://github.com/pmokeev), [rOt779kVceSgL](https://translate.mattermost.com/user/rOt779kVceSgL), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [spirosoik](https://github.com/spirosoik), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [tarrow](https://github.com/tarrow), [ThrRip](https://github.com/ThrRip), [tnir](https://github.com/tnir), [toninis](https://github.com/toninis), [umrkhn](https://github.com/umrkhn), [varghesejose2020](https://github.com/varghesejose2020), [vish9812](https://github.com/vish9812), [wiggin77](https://github.com/wiggin77), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [zsrv](https://github.com/zsrv) + (release-v9-8-feature-release)= ## Release v9.8 - Feature Release @@ -988,4 +1090,4 @@ Multiple setting options were added to ``config.json``. Below is a list of the a - The Playbooks left-hand sidebar does not update when a user is added to a run or playbook without a refresh. ### Contributors - - [abdulsmapara](https://github.com/abdulsmapara), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaravashkin](https://github.com/akaravashkin), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [apollo13](https://github.com/apollo13), [aqurilla](https://github.com/aqurilla), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [Benjamin-Loison](https://github.com/Benjamin-Loison), [calebroseland](https://github.com/calebroseland), [cdmwebs](https://github.com/cdmwebs), [chumano](https://github.com/chumano), [CI-YU](https://github.com/CI-YU), [Coelho](https://translate.mattermost.com/user/Coelho), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [deivisonrpg](https://github.com/deivisonrpg), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [douglasstasiak](https://github.com/douglasstasiak), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [esarafianou](https://github.com/esarafianou), [esethna](https://github.com/esethna), [gabrieljackson](https://github.com/gabrieljackson), [gary-sixgen](https://github.com/gary-sixgen), [Gobbit69](https://translate.mattermost.com/user/Gobbit69), [grubbins](https://github.com/grubbins), [guneshsji](https://github.com/guneshsji), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshal2030](https://github.com/harshal2030), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hpkhanh1610](https://github.com/hpkhanh1610), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivakorin](https://github.com/ivakorin), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [LimJiAn](https://github.com/LimJiAn), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahmoudfarouq](https://github.com/mahmoudfarouq), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://translate.mattermost.com/user/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [MatthewDorner](https://github.com/MatthewDorner), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [panoramix360](https://github.com/panoramix360), [Partizann](https://github.com/Partizann), [penghao_chn](https://translate.mattermost.com/user/penghao_chn), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://translate.mattermost.com/user/pjenicot), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [RichardScottOZ](https://github.com/RichardScottOZ), [robinsdm](https://github.com/robinsdm), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [ShrootBuck](https://github.com/ShrootBuck), [sinansonmez](https://github.com/sinansonmez), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [StreakInTheSky](https://github.com/StreakInTheSky), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [tasawar-hussain](https://github.com/tasawar-hussain), [TealWater](https://github.com/TealWater), [thinkGeist](https://github.com/thinkGeist), [ThrRip](https://translate.mattermost.com/user/ThrRip), [timmycheng](https://translate.mattermost.com/user/timmycheng), [toninis](https://github.com/toninis), [tschuyebuhl](https://github.com/tschuyebuhl), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [y4aniv](https://translate.mattermost.com/user/y4aniv), [yash2189](https://github.com/yash2189), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [ZubairImtiaz3](https://github.com/ZubairImtiaz3) \ No newline at end of file + - [abdulsmapara](https://github.com/abdulsmapara), [agarciamontoro](https://github.com/agarciamontoro), [agnivade](https://github.com/agnivade), [akaravashkin](https://github.com/akaravashkin), [amyblais](https://github.com/amyblais), [andrleite](https://github.com/andrleite), [angeloskyratzakos](https://github.com/angeloskyratzakos), [apollo13](https://github.com/apollo13), [aqurilla](https://github.com/aqurilla), [ayusht2810](https://github.com/ayusht2810), [azigler](https://github.com/azigler), [bbodenmiller](https://github.com/bbodenmiller), [BenCookie95](https://github.com/BenCookie95), [Benjamin-Loison](https://github.com/Benjamin-Loison), [calebroseland](https://github.com/calebroseland), [cdmwebs](https://github.com/cdmwebs), [chumano](https://github.com/chumano), [CI-YU](https://github.com/CI-YU), [Coelho](https://translate.mattermost.com/user/Coelho), [cpoile](https://github.com/cpoile), [crspeller](https://github.com/crspeller), [ctlaltdieliet](https://translate.mattermost.com/user/ctlaltdieliet), [cwarnermm](https://github.com/cwarnermm), [danielsischy](https://github.com/danielsischy), [deivisonrpg](https://github.com/deivisonrpg), [devinbinnie](https://github.com/devinbinnie), [djanda97](https://github.com/djanda97), [douglasstasiak](https://github.com/douglasstasiak), [Eleferen](https://translate.mattermost.com/user/Eleferen), [enahum](https://github.com/enahum), [esarafianou](https://github.com/esarafianou), [esethna](https://github.com/esethna), [gabrieljackson](https://github.com/gabrieljackson), [gary-sixgen](https://github.com/gary-sixgen), [Gobbit69](https://translate.mattermost.com/user/Gobbit69), [grubbins](https://github.com/grubbins), [guneshsji](https://github.com/guneshsji), [hannaparks](https://github.com/hannaparks), [hanzei](https://github.com/hanzei), [harshal2030](https://github.com/harshal2030), [harshilsharma63](https://github.com/harshilsharma63), [hmhealey](https://github.com/hmhealey), [hpkhanh1610](https://github.com/hpkhanh1610), [ifoukarakis](https://github.com/ifoukarakis), [isacikgoz](https://github.com/isacikgoz), [it33](https://github.com/it33), [ivakorin](https://github.com/ivakorin), [jasonblais](https://github.com/jasonblais), [jespino](https://github.com/jespino), [johndavidlugtu](https://github.com/johndavidlugtu), [johnsonbrothers](https://github.com/johnsonbrothers), [jprusch](https://github.com/jprusch), [JulienTant](https://github.com/JulienTant), [kaakaa](https://github.com/kaakaa), [kayazeren](https://github.com/kayazeren), [Kshitij-Katiyar](https://github.com/Kshitij-Katiyar), [kyeongsoosoo](https://github.com/kyeongsoosoo), [larkox](https://github.com/larkox), [lieut-data](https://github.com/lieut-data), [LimJiAn](https://github.com/LimJiAn), [lindalumitchell](https://github.com/lindalumitchell), [lindy65](https://github.com/lindy65), [lynn915](https://github.com/lynn915), [M-ZubairAhmed](https://github.com/M-ZubairAhmed), [mahmoudfarouq](https://github.com/mahmoudfarouq), [majo](https://translate.mattermost.com/user/majo), [manojmalik20](https://github.com/manojmalik20), [marianunez](https://github.com/marianunez), [maruTA-bis5](https://translate.mattermost.com/user/maruTA-bis5), [master7](https://translate.mattermost.com/user/master7), [matt-w99](https://github.com/matt-w99), [matthew-w](https://translate.mattermost.com/user/matthew-w), [matthewbirtch](https://github.com/matthewbirtch), [MatthewDorner](https://github.com/MatthewDorner), [mgdelacroix](https://github.com/mgdelacroix), [mickmister](https://github.com/mickmister), [milotype](https://translate.mattermost.com/user/milotype), [mvitale1989](https://github.com/mvitale1989), [nickmisasi](https://github.com/nickmisasi), [panoramix360](https://github.com/panoramix360), [Partizann](https://github.com/Partizann), [penghao_chn](https://translate.mattermost.com/user/penghao_chn), [phoinixgrr](https://github.com/phoinixgrr), [pjenicot](https://translate.mattermost.com/user/pjenicot), [pvev](https://github.com/pvev), [raghavaggarwal2308](https://github.com/raghavaggarwal2308), [RichardScottOZ](https://github.com/RichardScottOZ), [robinsdm](https://github.com/robinsdm), [saturninoabril](https://github.com/saturninoabril), [sbishel](https://github.com/sbishel), [Sharuru](https://github.com/Sharuru), [ShrootBuck](https://github.com/ShrootBuck), [sinansonmez](https://github.com/sinansonmez), [sri-byte](https://github.com/sri-byte), [stafot](https://github.com/stafot), [StreakInTheSky](https://github.com/StreakInTheSky), [streamer45](https://github.com/streamer45), [stylianosrigas](https://github.com/stylianosrigas), [svelle](https://github.com/svelle), [tasawar-hussain](https://github.com/tasawar-hussain), [TealWater](https://github.com/TealWater), [thinkGeist](https://github.com/thinkGeist), [ThrRip](https://translate.mattermost.com/user/ThrRip), [timmycheng](https://translate.mattermost.com/user/timmycheng), [toninis](https://github.com/toninis), [tschuyebuhl](https://github.com/tschuyebuhl), [wiggin77](https://github.com/wiggin77), [Willyfrog](https://github.com/Willyfrog), [y4aniv](https://translate.mattermost.com/user/y4aniv), [yash2189](https://github.com/yash2189), [yasserfaraazkhan](https://github.com/yasserfaraazkhan), [yomiadetutu1](https://github.com/yomiadetutu1), [ZubairImtiaz3](https://github.com/ZubairImtiaz3) From 34682fe980a7d15fbaf72844b22e1f4b05efce75 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:34:53 -0400 Subject: [PATCH 08/50] Update mattermost-server-releases.md --- source/lifecycle/mattermost-server-releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index f7349da18da..4811fb93ef6 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -18,7 +18,7 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | +| v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | | v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | | v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | @@ -28,4 +28,4 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | v9.2 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | | v9.1 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | | v9.0 {ref}`MAJOR ` \| [Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | -| | | | \ No newline at end of file +| | | | From da5c8f1e680ec8ebac1d26965a33428aacb2484c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:36:45 -0400 Subject: [PATCH 09/50] Update mattermost-v10-changelog.md --- source/lifecycle/mattermost-v10-changelog.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index 8b9556fe09a..148d18cf5fe 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -11,4 +11,12 @@ **Release day: 2024-09-16** -More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. \ No newline at end of file +More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. + +### Upcoming Breaking Changes in Mattermost v10.0 Release + +Mattermost v10.0 is planned for September, 2024. Below is a list of planned breaking changes for this release: + +1. MySQL - We will no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11. +2. Apps Framework - Apps framework will be deprecated in a future upcoming release. Please utilize the plugin framework for developing integrations with the core Mattermost platform. +3. Playbooks for Enterprise - An Enterprise license will be required to use v2.0+ Playbooks functionality starting in v10. Team Edition and Professional deployments can continue to use Playbooks v1.x. Security and feature updates will only be added to Playbooks v2.0+. From 5a28c988be705ec8a6333fddaeae1b88c3f48809 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:44:28 -0400 Subject: [PATCH 10/50] Update mattermost-mobile-releases.md --- .../lifecycle/mattermost-mobile-releases.md | 45 ++++++++----------- 1 file changed, 18 insertions(+), 27 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index ba9253a43ee..9ff32906fad 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -17,32 +17,23 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.10.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.55.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | +| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | +| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | +| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | +| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-15 | +| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-02-15 | +| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-15-16 | 2024-01-15 | +| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | +| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | +| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | +| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2024-09-15 | +| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | +| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | +| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | +| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-15 | +| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | +| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2022-03-15 | +| v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | | v1.55.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.54.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v1.53.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.53.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | @@ -143,4 +134,4 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | v1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v1.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| | | | \ No newline at end of file +| | | | From 9a3e4ab0976cfdf5ea62692a65c32119200fbdae Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:46:03 -0400 Subject: [PATCH 11/50] Update mattermost-mobile-releases.md --- source/lifecycle/mattermost-mobile-releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index 9ff32906fad..6dc69c371aa 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -21,18 +21,18 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | | v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | | v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-15 | -| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-02-15 | -| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-15-16 | 2024-01-15 | +| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | +| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | | v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | | v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | | v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | -| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2024-09-15 | +| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-15 | | v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | | v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | | v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | | v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-15 | | v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | -| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2022-03-15 | +| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-15 | | v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | | v1.55.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.54.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | From c7a166648549447f67ca6860715fa3abac3e5a36 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:51:18 -0400 Subject: [PATCH 12/50] Update mattermost-desktop-releases.md --- .../lifecycle/mattermost-desktop-releases.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 8a37a3cec96..d65e38d1971 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -21,17 +21,16 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v6.0 {ref}`EXTENDED ` \| [Download]() \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | | v5.9 {ref}`FEATURE ` \| [Download]() \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | | v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | +| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-15 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-15 | +| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-15 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-15 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-15 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-15 | +| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | | v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | @@ -53,4 +52,4 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | v1.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v1.2.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.2.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v1.1.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| | | | \ No newline at end of file +| | | | From a85866f8dcbfb4497033aac27ea625d0aa2fec67 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:52:53 -0400 Subject: [PATCH 13/50] Update mattermost-desktop-releases.md --- source/lifecycle/mattermost-desktop-releases.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index d65e38d1971..1fb6e82230b 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -22,16 +22,16 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| | v5.9 {ref}`FEATURE ` \| [Download]() \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | -| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | +| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-11-15 | +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-08-15 | | v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-15 | | v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-15 | | v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-15 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-15 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | | v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-15 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-15 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | | v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | -| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-12 | | v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v4.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.4.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | From 263c6d6d07da5c7fb8a99dd580db13cf81f0aa04 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:02:53 -0400 Subject: [PATCH 14/50] Update mattermost-mobile-releases.md --- .../lifecycle/mattermost-mobile-releases.md | 101 ------------------ 1 file changed, 101 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index 6dc69c371aa..b11011c033f 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -34,104 +34,3 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | | v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-15 | | v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | -| v1.55.0 {ref}`EXTENDED ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.55.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.54.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.54.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.53.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.53.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.52.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.52.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.51.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.51.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.50.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.50.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.50.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.50.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.49.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.49.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.49.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.49.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.48.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.48.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.47.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.47.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.46.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.46.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.45.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.45.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.45.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.45.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.44.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.44.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.44.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.44.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.43.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.43.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.42.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.42.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.42.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.42.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.41.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.41.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.41.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.41.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.40.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.40.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.39.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.39.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.38.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.38.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.38.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.38.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.37.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.37.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.36.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.36.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.35.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.35.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.35.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.35.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.34.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.34.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.34.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.34.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.33.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.33.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.33.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.33.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.32.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.32.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.31.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.31.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.30.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.30.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.30.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.30.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.29.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.29.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.28.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.28.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.27.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.27.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.27.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.27.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.26.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.26.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.25.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.25.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.25.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.25.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.24.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.24.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.23.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.23.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.23.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.23.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.22.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.22.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.21.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.21.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.20.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.20.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.19.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.19.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.18.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.18.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.18.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.18.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.17.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.17.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.16.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.16.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.16.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.15.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.14.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.13.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.13.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.11.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.10.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.9.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.7.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.7.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.6.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.6.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.6.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.5.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.4.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.4.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.3) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.2) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0.1) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| v1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-08-15 | -| | | | From c1c95900c94f51058f89d530279191b81ba43b7c Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:03:39 -0400 Subject: [PATCH 15/50] Update mattermost-mobile-releases.md --- source/lifecycle/mattermost-mobile-releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index b11011c033f..212e99dfbee 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -34,3 +34,4 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | | v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-15 | | v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | +| | | | From 1671e57d6a2fa22ff2cde15f13702a760fa09de1 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:03:45 -0400 Subject: [PATCH 16/50] Update mattermost-desktop-releases.md --- .../lifecycle/mattermost-desktop-releases.md | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 1fb6e82230b..02966721dba 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -31,25 +31,4 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-15 | | v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | | v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | -| v4.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-12 | -| v4.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.4.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.3) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.2) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.2.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.2) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.1.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.0.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.0.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v4.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v4.0.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.7.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.7.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.7.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.6.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.5.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v3.4.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v3.4.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.3.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.2.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.2.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v1.1.1 {ref}`BETA ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v1.1.1) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | | | | From ed281d463e095a17a37bb69f7eb0b78d64355b87 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:35:38 -0400 Subject: [PATCH 17/50] Update release-lifecycle.rst --- source/guides/release-lifecycle.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index 993658d0320..bbe1faa2452 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -6,7 +6,7 @@ Mattermost release life cycle .. important:: - **Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. .. toctree:: :maxdepth: 1 @@ -59,4 +59,4 @@ Mattermost mobile apps Deprecations ------------ -:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. \ No newline at end of file +:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. From acca9de33f842b92caebdd7280a724a7771fde16 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:37:13 -0400 Subject: [PATCH 18/50] Update client-compatibility.md --- source/lifecycle/client-compatibility.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/lifecycle/client-compatibility.md b/source/lifecycle/client-compatibility.md index dab00201a01..75f4cd4672f 100644 --- a/source/lifecycle/client-compatibility.md +++ b/source/lifecycle/client-compatibility.md @@ -15,6 +15,10 @@ Caveats to note: - System admins should advise their end users not to download the latest releases from the App Store (& Android equivalent). These releases may upgrade you to a non-ESR version. - System admins may also want to consider disabling automatic client updates to avoid users from upgrading to non-ESR releases. +```{Note} +Earlier 4.x versions of Mattermost Desktop App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading both your Mattermost Desktop and Mobile Apps to the latest version. +``` + ## Mobile app We strongly recommend using the latest mobile app release that's tested against all supported servers and all supported ESRs. In addition, we recommend the following guidelines: @@ -22,7 +26,3 @@ We strongly recommend using the latest mobile app release that's tested against - Integrate reviews of desktop and mobile app changelog notes into your IT operational procedures. - Our product changelogs contain important information about version-specific requirements for features, functionality, and security fixes. - Staying informed about these changes helps you avoid potential issues, proactively plan for version-specific requirements, and leverage new capabilities as they become available. - -```{Note} -Earlier 4.x versions of Mattermost Desktop App and earlier v1.x versions of the Mobile App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading both your Mattermost Desktop and Mobile Apps to the latest version. -``` From 3091992a126586138e1940f76f7f6802b8a17bc3 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:37:33 -0400 Subject: [PATCH 19/50] Update client-compatibility.md --- source/lifecycle/client-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/client-compatibility.md b/source/lifecycle/client-compatibility.md index 75f4cd4672f..ecce3bbc278 100644 --- a/source/lifecycle/client-compatibility.md +++ b/source/lifecycle/client-compatibility.md @@ -16,7 +16,7 @@ Caveats to note: - System admins may also want to consider disabling automatic client updates to avoid users from upgrading to non-ESR releases. ```{Note} -Earlier 4.x versions of Mattermost Desktop App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading both your Mattermost Desktop and Mobile Apps to the latest version. +Earlier 4.x versions of Mattermost Desktop App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading your Mattermost Desktop to the latest version. ``` ## Mobile app From 433360fe9e7915aa9e09816b940bb9af55b41659 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:41:28 -0400 Subject: [PATCH 20/50] Update mattermost-desktop-releases.md --- source/lifecycle/mattermost-desktop-releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 02966721dba..9bed3f5a094 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency @@ -13,7 +13,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, ```{Important} -- From Mattermost v10, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. See the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. +- From Mattermost v9.11, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. See the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. - Automatic desktop app updates are supported and enabled on Windows, MacOS (via the Apple App Store), Ubuntu, Debian, and generic Linux platforms. See the [install Mattermost desktop app](/collaborate/install-desktop-app.html) documentation for platform-specific details on automatic app updates. ``` @@ -21,8 +21,8 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v5.9 {ref}`FEATURE ` \| [Download]() \| {ref}`Changelog ` | 2024-06-16 | 2024-08-15 | -| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-08-16 | 2024-11-15 | +| v5.9 {ref}`EXTENDED ` \| [Download]() \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | +| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-09-15 | | v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-08-15 | | v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-15 | | v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-15 | From f4a6516bb9eb3aa9026621edf18016977b4107c2 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:42:44 -0400 Subject: [PATCH 21/50] Update mattermost-mobile-releases.md --- source/lifecycle/mattermost-mobile-releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index 212e99dfbee..b3b216568dd 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -4,12 +4,12 @@ ``` ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency -Mattermost releases a new mobile app version every 4 months, in February, May, August, and November in binary form. Mattermost tests the latest mobile app release against the [latest server version](/lifecycle/mattermost-server-releases). +Mattermost releases a new mobile app version every month. Mattermost tests the latest mobile app release against the [latest server version](/lifecycle/mattermost-server-releases). See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release details, and see the [iOS mobile app](/collaborate/install-ios-app) and the [Android mobile app](/collaborate/install-android-app) documentation for installation details. From 4fcf1df44cedf08508b98387f2a6c156f9d417dc Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:43:31 -0400 Subject: [PATCH 22/50] Update mattermost-server-releases.md --- source/lifecycle/mattermost-server-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 4811fb93ef6..67048010247 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -5,7 +5,7 @@ ``` ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency From a6718ec1c261d125f0c0b21013be207d05d4395a Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:44:05 -0400 Subject: [PATCH 23/50] Update mattermost-v10-changelog.md --- source/lifecycle/mattermost-v10-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index 148d18cf5fe..cace85be9bc 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -1,7 +1,7 @@ # Mattermost v10 changelog ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required.** +Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 2b39bc39ef30fcc52e00987dbedf1b9fcb51e9b8 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:44:42 -0400 Subject: [PATCH 24/50] Update mattermost-v9-changelog.md --- source/lifecycle/mattermost-v9-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md index 4d7bfcc9082..c119a3a5189 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -1,7 +1,7 @@ # Mattermost v9 changelog ```{Important} -**Support for Mattermost Server v8.1 Extended Support Release has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required.** +Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 70c86b0decefcfc11f6b8c6cf4a0e5036721972d Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:49:17 -0400 Subject: [PATCH 25/50] Update mattermost-desktop-releases.md --- source/lifecycle/mattermost-desktop-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 9bed3f5a094..fb6ed1f7123 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -23,7 +23,7 @@ Mattermost releases a new desktop app version every 4 months, in February, May, |:---|:---|:---| | v5.9 {ref}`EXTENDED ` \| [Download]() \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | | v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-09-15 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-08-15 | +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | | v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-15 | | v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-15 | | v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-15 | From 64deda28201b3598810a8270ee7d232a9f3852dc Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:37:13 -0400 Subject: [PATCH 26/50] Update important-upgrade-notes.rst --- source/upgrade/important-upgrade-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index a090193044b..52486356b37 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -5,7 +5,7 @@ Important Upgrade Notes :start-after: :nosearch: .. important:: - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - MySQL 8.0.22 contains an `issue with JSON column types `__ changing string values to integers which is preventing Mattermost from working properly. Users are advised to avoid this database version. - Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts. - When upgrading to 7.x from a 5.x release please make sure to upgrade to 5.37.10 first for the upgrade to complete successfully. From f6b10ca84e4d0cfc141170fec973f3cdda31c6cd Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:44:46 -0400 Subject: [PATCH 27/50] Update version-archive.rst --- source/lifecycle/version-archive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index c6905e23b90..4b971a6457f 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -5,7 +5,7 @@ Server Version Archive :start-after: :nosearch: .. important:: - - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. From eb33b510934af8d9e5059037f963690894629458 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:45:26 -0400 Subject: [PATCH 28/50] Update release-lifecycle.rst --- source/guides/release-lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index bbe1faa2452..eafd1a34fcc 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -6,7 +6,7 @@ Mattermost release life cycle .. important:: - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. .. toctree:: :maxdepth: 1 From 91333e34c7303b478f07159676257820fb5c6748 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:46:59 -0400 Subject: [PATCH 29/50] Update mattermost-server-releases.md --- source/lifecycle/mattermost-server-releases.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 67048010247..e6bb6b101ee 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -5,7 +5,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency @@ -19,10 +19,10 @@ Mattermost releases a new server version on the 16th of each month in [binary fo | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| | v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | -| v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.3/mattermost-9.7.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | -| v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | -| v9.5 {ref}`EXTENDED ` \| [Download](https://releases.mattermost.com/9.5.4/mattermost-9.5.4-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | +| v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | +| v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | +| v9.5 {ref}`EXTENDED ` \| [Download](https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | | v9.4 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | | v9.3 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | | v9.2 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | From b981d7576e872e9b7b48b22e521245a6283e455b Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:47:51 -0400 Subject: [PATCH 30/50] Update mattermost-v10-changelog.md --- source/lifecycle/mattermost-v10-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index cace85be9bc..2f361cd034c 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -1,7 +1,7 @@ # Mattermost v10 changelog ```{Important} -Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 7d81af8fc12043539c04a050e45ff64592022f55 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:49:25 -0400 Subject: [PATCH 31/50] Update mattermost-v9-changelog.md --- source/lifecycle/mattermost-v9-changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md index c119a3a5189..fcd2dac1179 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -1,7 +1,7 @@ # Mattermost v9 changelog ```{Important} -Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` @@ -98,7 +98,8 @@ New setting options were added to ``config.json``. Below is a list of the additi - Removed ``@stripe/react-stripe-js`` and ``@stripe/stripe-js``, and added ``web-vitals`` at https://github.com/mattermost/mattermost. ### Known Issues - - Inactive websockets are counted as part of notifications delivery rate for web and desktop that cause an incorrect decrease in that metric in the Notifications Health dashboard [MM-58500](https://mattermost.atlassian.net/browse/MM-58500). + - Inactive websockets are counted as part of notifications delivery rate for web and desktop that cause an incorrect decrease in that metric in the Notifications Health dashboard [MM-58500](https://mattermost.atlassian.net/browse/MM-58500). + - Some Cloud workspaces unexpectedly received emails about license expiration. - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. - Slack import through the CLI fails if email notifications are enabled. - Push notifications don't always clear on iOS when running Mattermost in High Availability mode. From 52210c3d15f64b2c64d3495fec18fbe3b23cb8e2 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:54:55 -0400 Subject: [PATCH 32/50] Update mattermost-mobile-releases.md --- source/lifecycle/mattermost-mobile-releases.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index b3b216568dd..c7bce492b2e 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency @@ -20,18 +20,18 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | | v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | | v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | -| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-15 | +| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | | v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | | v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | | v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | | v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | -| v2.8.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | -| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-15 | +| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | +| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | | v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | | v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | | v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | -| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-15 | +| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | | v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | -| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-15 | +| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | | v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | | | | | From 3ea2500cb502a3b37d0cbabe3d608ced615bfd4a Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:56:10 -0400 Subject: [PATCH 33/50] Update mattermost-desktop-releases.md --- source/lifecycle/mattermost-desktop-releases.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index fb6ed1f7123..79d0b4b3f16 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency @@ -21,14 +21,13 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v5.9 {ref}`EXTENDED ` \| [Download]() \| {ref}`Changelog ` | 2024-08-16 | 2025-05-15 | -| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-09-15 | +| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | -| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-15 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-15 | -| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-15 | +| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | +| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | | v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-15 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | | v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | | v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | | | | | From 923d6deefbfa48c9d84562cd286c4efb4a10f16e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:55:30 -0400 Subject: [PATCH 34/50] Update mattermost-desktop-releases.md --- source/lifecycle/mattermost-desktop-releases.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 79d0b4b3f16..0350338dca4 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -24,10 +24,10 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | | v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | | v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | | v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.0) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.0) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.0) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | -| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.0) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | +| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | | | | | From b5ba561bc06e3644eb9466049872f6cbebb86607 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:57:11 -0400 Subject: [PATCH 35/50] Update mattermost-mobile-releases.md --- .../lifecycle/mattermost-mobile-releases.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index c7bce492b2e..dbd848bf3d5 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -17,21 +17,21 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| -| v2.16.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | -| v2.15.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | -| v2.14.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | -| v2.13.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | -| v2.12.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.0) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | -| v2.11.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | -| v2.10.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.0) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | -| v2.9.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.0) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | -| v2.8.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.0) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | -| v2.7.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | -| v2.6.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | -| v2.5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.0) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | -| v2.4.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | -| v2.3.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | -| v2.2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | -| v2.1.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | -| v2.0.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.0) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | +| v2.16 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | +| v2.15 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | +| v2.14 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | +| v2.13 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | +| v2.12 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | +| v2.11 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | +| v2.10 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | +| v2.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | +| v2.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | +| v2.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | +| v2.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | +| v2.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | +| v2.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | +| v2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | +| v2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | +| v2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | +| v2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | | | | | From 390f1dfe357ac2710abc37bae4b1dc7cb1cb2345 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:36:00 -0400 Subject: [PATCH 36/50] Link syntax fixes --- source/guides/release-lifecycle.rst | 2 +- source/lifecycle/mattermost-desktop-releases.md | 2 +- source/lifecycle/mattermost-mobile-releases.md | 2 +- source/lifecycle/mattermost-server-releases.md | 2 +- source/lifecycle/mattermost-v10-changelog.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index eafd1a34fcc..a10d9b7e01c 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -6,7 +6,7 @@ Mattermost release life cycle .. important:: - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. .. toctree:: :maxdepth: 1 diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 0350338dca4..8edae69c232 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index dbd848bf3d5..fca81cf0c1a 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index e6bb6b101ee..32d1439d617 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -5,7 +5,7 @@ ``` ```{Important} - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index 2f361cd034c..6a7407ba827 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -1,8 +1,8 @@ # Mattermost v10 changelog ```{Important} -Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. -- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. +Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +- See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 8daeea1527af91ba956d7f6a048df3d66a38ab45 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:50:47 -0400 Subject: [PATCH 37/50] Link syntax fixes --- source/configure/enable-copilot.rst | 2 +- source/configure/manage-user-surveys.rst | 2 +- source/lifecycle/mattermost-desktop-releases.md | 2 +- source/lifecycle/mattermost-mobile-releases.md | 3 ++- source/lifecycle/mattermost-server-releases.md | 2 +- source/lifecycle/mobile-app-changelog.md | 5 ++++- source/scale/performance-monitoring-metrics.rst | 5 +++-- source/upgrade/important-upgrade-notes.rst | 2 +- 8 files changed, 14 insertions(+), 9 deletions(-) diff --git a/source/configure/enable-copilot.rst b/source/configure/enable-copilot.rst index 74e3435e038..120a2614e5a 100644 --- a/source/configure/enable-copilot.rst +++ b/source/configure/enable-copilot.rst @@ -14,7 +14,7 @@ Mattermost AI Copilot comes preinstalled from Mattermost Server v9.7 or later. Y .. note:: If you're running Mattermost Server v9.6 or earlier, AI Copilot must be installed using the `latest binary available for download from the plugin repository `_. For an optimized user experience and compatibility, we recommend using AI Copilot with Mattermost v9.7 and later. - The Copilot integration is compatible with the following :doc:`Mattermost Server versions `: + The Copilot integration is compatible with the following Mattermost Server versions: - v9.6 or later - v9.5.2+ (Extended Support Release - ESR) diff --git a/source/configure/manage-user-surveys.rst b/source/configure/manage-user-surveys.rst index c77761f2be2..2d508511c8d 100644 --- a/source/configure/manage-user-surveys.rst +++ b/source/configure/manage-user-surveys.rst @@ -13,7 +13,7 @@ Setup You must be a Mattermost system admin to `upload the plugin <#upload>`__ to your Mattermost self-hosted deployment `enable it <#enable>`__, `create surveys <#create-surveys>`__, and `export survey responses <#export-survey-responses>`__ using the System Console. -The User Survey integration is compatible with the following :doc:`Mattermost Server versions `: +The User Survey integration is compatible with the following Mattermost Server versions: - v9.8 or later - v9.5.2+ (Extended Support Release) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 8edae69c232..91a35bb3e4a 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index fca81cf0c1a..4754c42bd6e 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -4,7 +4,7 @@ ``` ```{Important} - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency @@ -17,6 +17,7 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta | **Release** | **Life cycle start** | **Life cycle end** | |:---|:---|:---| +| v2.17 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.17.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | | v2.16 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | | v2.15 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | | v2.14 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index 32d1439d617..ef13a4e566e 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -5,7 +5,7 @@ ``` ```{Important} - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency diff --git a/source/lifecycle/mobile-app-changelog.md b/source/lifecycle/mobile-app-changelog.md index c45675f279f..4e588df103f 100644 --- a/source/lifecycle/mobile-app-changelog.md +++ b/source/lifecycle/mobile-app-changelog.md @@ -5,6 +5,7 @@ This changelog summarizes updates to Mattermost mobile apps releases for [Mattermost](https://mattermost.com). +(release-v2-17-0)= ## 2.17.0 Release - Release Date: June 14, 2024 - Server Versions Supported: Server v9.5.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -45,6 +46,7 @@ Note: Mattermost Mobile App v2.17.0 contains low to medium level security fixes. - Users are unable to adjust the font size via the OS font size setting. - Some Google Pixel phones on Android 12+ might not continue past the login screen. This is a known issue with the OS, and the current workaround is to restart the device. +(release-v2-16-0)= ## 2.16.0 Release - Release Date: May 16, 2024 - Server Versions Supported: Server v9.5.0+ is required. Self-Signed SSL Certificates are not supported unless the user installs the CA certificate on their device. @@ -1564,7 +1566,8 @@ Mattermost Mobile App v1.44.0 contains low to high level security fixes. Upgradi - Android operating system 7+ [is required by Google](https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html). - iPhone 5s devices and later with iOS 11+ is required. -``` {Note}Mattermost Mobile App v1.41.0 contains a high level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). +``` {Note} +Mattermost Mobile App v1.41.0 contains a high level security fix. Upgrading is recommended. Details will be posted on our [security updates page](https://mattermost.com/security-updates/) 30 days after release as per the [Mattermost Responsible Disclosure Policy](https://mattermost.com/security-vulnerability-report/). ``` ### Improvements diff --git a/source/scale/performance-monitoring-metrics.rst b/source/scale/performance-monitoring-metrics.rst index 978f6789b97..66a4ae2107f 100644 --- a/source/scale/performance-monitoring-metrics.rst +++ b/source/scale/performance-monitoring-metrics.rst @@ -77,8 +77,9 @@ Login and session metrics .. note:: From Mattermost version v9.9, this value includes any potentially unauthenticated connections. Furthermore, this metric comes with an ``origin_client`` label that can be used to see the distribution of connections from different client types (i.e. web, mobile, and desktop). -- ``mattermost_login_logins_fail_total``: The total number of failed logins. -- ``mattermost_login_logins_total``: The total number of successful logins. + + - ``mattermost_login_logins_fail_total``: The total number of failed logins. + - ``mattermost_login_logins_total``: The total number of successful logins. Mattermost channels metrics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index 2367bb9beba..ce35f1fb4e1 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -5,7 +5,7 @@ Important Upgrade Notes :start-after: :nosearch: .. important:: - - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - MySQL 8.0.22 contains an `issue with JSON column types `__ changing string values to integers which is preventing Mattermost from working properly. Users are advised to avoid this database version. - Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts. - When upgrading to 7.x from a 5.x release please make sure to upgrade to 5.37.10 first for the upgrade to complete successfully. From 51ff61d882458cc6e9fc64156cd106998215ca08 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:23:17 -0400 Subject: [PATCH 38/50] Update mattermost-v10-changelog.md --- source/lifecycle/mattermost-v10-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index 6a7407ba827..fde16699760 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -1,7 +1,7 @@ # Mattermost v10 changelog ```{Important} -Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 3f98193d60ea867998941aa012f3ceb2ee3b0470 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:23:20 -0400 Subject: [PATCH 39/50] Update mattermost-v9-changelog.md --- source/lifecycle/mattermost-v9-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md index fcd2dac1179..6b46f0b87fc 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -1,7 +1,7 @@ # Mattermost v9 changelog ```{Important} -Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` From 7d017d3cb926e1a64aeedbe77e57fcd195c40c2e Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:23:23 -0400 Subject: [PATCH 40/50] Update version-archive.rst --- source/lifecycle/version-archive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index 4b971a6457f..ddf7dd4c173 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -5,7 +5,7 @@ Server Version Archive :start-after: :nosearch: .. important:: - - **Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - **Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. From 5e1f4785d6fd9743d8cdf0261bf001407cb2e16a Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:38:37 -0400 Subject: [PATCH 41/50] Update mattermost-desktop-releases.md --- .../lifecycle/mattermost-desktop-releases.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index 91a35bb3e4a..ed3c235ed69 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -19,15 +19,15 @@ Mattermost releases a new desktop app version every 4 months, in February, May, ## Latest releases -| **Release** | **Life cycle start** | **Life cycle end** | -|:---|:---|:---| -| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | -| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | -| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | -| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | -| | | | +| **Release** | **Life cycle start** | **Life cycle end** | **Compatible with** | +|:---|:---|:---|:---| +| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | v9.9, v9.8, v9.7, v9.6, v9.5, v8.1 | +| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | v9.6 | +| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | v9.3 | +| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | v9.0 | +| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | v7.10 | +| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | v7.9 | +| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | v7.4 | +| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | v6.7 | +| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | v6.0 | +| | | | | From 47332ac44715e08038e00f880b05ee19d17cabe9 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:42:41 -0400 Subject: [PATCH 42/50] Update mattermost-mobile-releases.md --- .../lifecycle/mattermost-mobile-releases.md | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index 4754c42bd6e..b5c15d6e6f4 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -15,24 +15,24 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta ## Latest releases -| **Release** | **Life cycle start** | **Life cycle end** | -|:---|:---|:---| -| v2.17 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.17.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | -| v2.16 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | -| v2.15 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | -| v2.14 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | -| v2.13 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | -| v2.12 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | -| v2.11 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | -| v2.10 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | -| v2.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | -| v2.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | -| v2.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | -| v2.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | -| v2.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | -| v2.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | -| v2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | -| v2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | -| v2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | -| v2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | -| | | | +| **Release** | **Life cycle start** | **Life cycle end** | **Compatible with** | +|:---|:---|:---|:---| +| v2.17 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.17.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | v9.9 | +| v2.16 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | v9.8 | +| v2.15 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | v9.7 | +| v2.14 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | v9.6 | +| v2.13 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | v9.5 | +| v2.12 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | v9.4 | +| v2.11 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | v9.3 | +| v2.10 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | v9.2 | +| v2.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | v9.1 | +| v2.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | v9.0 | +| v2.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | v8.1 | +| v2.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | v8.0 | +| v2.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | v7.10 | +| v2.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | v7.10 | +| v2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | v7.10 | +| v2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | v7.9 | +| v2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | v7.8 | +| v2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | v7.7 | +| | | | | From 2dbdef4d096413c65f4da8a16ff2a49cefa82f5e Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:16:35 -0400 Subject: [PATCH 43/50] Incorporated reviewer feedback --- source/guides/release-lifecycle.rst | 9 ++-- source/guides/upgrade-mattermost.rst | 2 - source/lifecycle/client-compatibility.md | 28 ------------- .../lifecycle/mattermost-desktop-releases.md | 26 ++++++------ .../lifecycle/mattermost-mobile-releases.md | 41 ++++++++++--------- source/lifecycle/mattermost-v10-changelog.md | 8 ++-- source/lifecycle/mattermost-v9-changelog.md | 4 +- .../lifecycle/unsupported-legacy-releases.md | 9 ++++ 8 files changed, 56 insertions(+), 71 deletions(-) delete mode 100644 source/lifecycle/client-compatibility.md diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst index a10d9b7e01c..65f2119c0c8 100644 --- a/source/guides/release-lifecycle.rst +++ b/source/guides/release-lifecycle.rst @@ -17,7 +17,6 @@ Mattermost release life cycle Mattermost Server releases Mattermost v10 changelog Mattermost v9 changelog - Client compatibility Unsupported legacy releases Server version archive Desktop app releases @@ -40,7 +39,6 @@ Mattermost server * :doc:`Mattermost server releases ` - Learn more about supported Mattermost server releases. * :doc:`Mattermost v10 changelog ` - Learn about what's coming and changing in Mattermost's next major release. * :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. -* :doc:`Client compatibility ` - Learn about Mattermost server and client compatibility across releases. * :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. * :doc:`Version archive ` - Confirm the version of Mattermost Server you're using is official by its signature. @@ -56,7 +54,12 @@ Mattermost mobile apps * :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. * :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. +Legacy server releases +---------------------- + +* :doc:`Unsupported legacy releases ` - Learn about Mattermost server and extended support releases that are no longer generally available or supported. + Deprecations ------------ -:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. +:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. \ No newline at end of file diff --git a/source/guides/upgrade-mattermost.rst b/source/guides/upgrade-mattermost.rst index c63b6030836..9bb388cb10a 100644 --- a/source/guides/upgrade-mattermost.rst +++ b/source/guides/upgrade-mattermost.rst @@ -15,7 +15,6 @@ Upgrade Mattermost Enterprise install and upgrade Install a license key Downgrade Mattermost Server - Version archive Stay up to date with the latest features and improvements. @@ -25,4 +24,3 @@ Stay up to date with the latest features and improvements. * :doc:`Install a license key ` - Learn how to add or change a Mattermost license key. * :doc:`Important upgrade notes ` - Find version-specific upgrade considerations. * :doc:`Downgrade Mattermost Server ` - Find out how to roll back to older versions of Mattermost. -* :doc:`Server version archive ` - Download binaries for every server release. diff --git a/source/lifecycle/client-compatibility.md b/source/lifecycle/client-compatibility.md deleted file mode 100644 index ecce3bbc278..00000000000 --- a/source/lifecycle/client-compatibility.md +++ /dev/null @@ -1,28 +0,0 @@ -# Client compatibility - -```{include} ../_static/badges/allplans-cloud-selfhosted.md -``` - -As an MME admin, what Mattermost server versions (and desktop clients) can I deploy/rollout for our operating system? -- How long is that version supported? -- What’s my upgrade path look like from here? - -## Desktop app - -What Mattermost desktop app version should I install, if my system admin hasn’t already decided that for me? - -Caveats to note: -- System admins should advise their end users not to download the latest releases from the App Store (& Android equivalent). These releases may upgrade you to a non-ESR version. -- System admins may also want to consider disabling automatic client updates to avoid users from upgrading to non-ESR releases. - -```{Note} -Earlier 4.x versions of Mattermost Desktop App are backwards compatible and are supported with our supported Extended Support Releases. However, for an optimal user experience and for latest security fixes, we strongly recommend upgrading your Mattermost Desktop to the latest version. -``` - -## Mobile app - -We strongly recommend using the latest mobile app release that's tested against all supported servers and all supported ESRs. In addition, we recommend the following guidelines: -- Use the latest app versions for the latest security and user experience enhancements. -- Integrate reviews of desktop and mobile app changelog notes into your IT operational procedures. -- Our product changelogs contain important information about version-specific requirements for features, functionality, and security fixes. -- Staying informed about these changes helps you avoid potential issues, proactively plan for version-specific requirements, and leverage new capabilities as they become available. diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/lifecycle/mattermost-desktop-releases.md index ed3c235ed69..61cb5aa2e06 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/lifecycle/mattermost-desktop-releases.md @@ -13,21 +13,23 @@ Mattermost releases a new desktop app version every 4 months, in February, May, ```{Important} -- From Mattermost v9.11, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. See the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. -- Automatic desktop app updates are supported and enabled on Windows, MacOS (via the Apple App Store), Ubuntu, Debian, and generic Linux platforms. See the [install Mattermost desktop app](/collaborate/install-desktop-app.html) documentation for platform-specific details on automatic app updates. +- From Mattermost v9.11, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. For an optimal user experience and for the latest security fixes, we strongly recommend updating desktop clients to the latest version your Mattermost server supports. See the table below for server compatibility, and see the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. +- Automatic desktop app updates are supported and enabled on Windows, MacOS (via the Apple App Store), Ubuntu, Debian, and generic Linux platforms. To maintain and control mobile app compatibility with your Matterst server, we recommend disabling automatic client updates to prevent users from upgrading their desktop client to a version your server doesn't support. See the [install Mattermost desktop app](/collaborate/install-desktop-app.html) documentation for platform-specific details on automatic app updates. ``` +{ref}`Changelog ` + ## Latest releases -| **Release** | **Life cycle start** | **Life cycle end** | **Compatible with** | +| **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v5.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | v9.9, v9.8, v9.7, v9.6, v9.5, v8.1 | -| v5.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | v9.6 | -| v5.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | v9.3 | -| v5.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | v9.0 | -| v5.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | v7.10 | -| v5.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | v7.9 | -| v5.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | v7.4 | -| v5.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | v6.7 | -| v5.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | v6.0 | +| v5.8 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.7 `, {ref}`v9.6 `, {ref}`v9.5 `, {ref}`v8.1 ` | +| v5.7 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | {ref}`v9.6 ` | +| v5.6 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | {ref}`v9.3 ` | +| v5.5 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | {ref}`v9.0 ` | +| v5.4 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | {ref}`v7.10 ` | +| v5.3 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | {ref}`v7.9 ` | +| v5.2 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | {ref}`v7.4 ` | +| v5.1 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | {ref}`v6.7 ` | +| v5.0 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | {ref}`v6.0 ` | | | | | | diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/lifecycle/mattermost-mobile-releases.md index b5c15d6e6f4..92e434bdba5 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/lifecycle/mattermost-mobile-releases.md @@ -4,7 +4,8 @@ ``` ```{Important} - Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +- Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +- We strongly recommend using the latest mobile app release available that contains the latest security fixes and user experience enhancements. Mobile app releases are tested against all generally available Mattermost server and extended support releases. ``` ## Frequency @@ -15,24 +16,24 @@ See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release deta ## Latest releases -| **Release** | **Life cycle start** | **Life cycle end** | **Compatible with** | +| **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v2.17 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.17.0) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | v9.9 | -| v2.16 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | v9.8 | -| v2.15 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | v9.7 | -| v2.14 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | v9.6 | -| v2.13 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | v9.5 | -| v2.12 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | v9.4 | -| v2.11 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | v9.3 | -| v2.10 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | v9.2 | -| v2.9 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | v9.1 | -| v2.8 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | v9.0 | -| v2.7 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | v8.1 | -| v2.6 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | v8.0 | -| v2.5 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | v7.10 | -| v2.4 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | v7.10 | -| v2.3 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | v7.10 | -| v2.2 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | v7.9 | -| v2.1 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | v7.8 | -| v2.0 {ref}`FEATURE ` \| [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | v7.7 | +| v2.17 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.17.1) \| {ref}`Changelog ` | 2024-06-16 | 2024-07-15 | {ref}`v9.9 ` | +| v2.16 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.16.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-06-15 | {ref}`v9.8 ` | +| v2.15 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.15.0) \| {ref}`Changelog ` | 2024-04-16 | 2024-05-15 | {ref}`v9.7 ` | +| v2.14 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.14.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-04-15 | {ref}`v9.6 ` | +| v2.13 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.13.0) \| {ref}`Changelog ` | 2024-02-16 | 2024-03-14 | {ref}`v9.5 ` | +| v2.12 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.12.2) \| {ref}`Changelog ` | 2024-01-16 | 2024-02-15 | {ref}`v9.4 ` | +| v2.11 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.11.0) \| {ref}`Changelog ` | 2023-12-16 | 2024-01-15 | {ref}`v9.3 ` | +| v2.10 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.10.1) \| {ref}`Changelog ` | 2023-11-16 | 2023-12-15 | {ref}`v9.2 ` | +| v2.9 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.9.1) \| {ref}`Changelog ` | 2023-10-16 | 2023-11-15 | {ref}`v9.1 ` | +| v2.8 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.8.2) \| {ref}`Changelog ` | 2023-09-15 | 2023-10-15 | {ref}`v9.0 ` | +| v2.7 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.7.0) \| {ref}`Changelog ` | 2023-08-16 | 2023-09-14 | {ref}`v8.1 ` | +| v2.6 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.6.0) \| {ref}`Changelog ` | 2023-07-16 | 2023-08-15 | {ref}`v8.0 ` | +| v2.5 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.5.1) \| {ref}`Changelog ` | 2023-06-16 | 2023-07-15 | {ref}`v7.10 ` | +| v2.4 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.4.0) \| {ref}`Changelog ` | 2023-05-17 | 2023-06-15 | {ref}`v7.10 ` | +| v2.3 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.3.0) \| {ref}`Changelog ` | 2023-04-16 | 2023-05-16 | {ref}`v7.10 ` | +| v2.2 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.2.0) \| {ref}`Changelog ` | 2023-03-17 | 2023-04-15 | {ref}`v7.9 ` | +| v2.1 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.1.0) \| {ref}`Changelog ` | 2023-02-16 | 2023-03-16 | {ref}`v7.8 ` | +| v2.0 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v2.0.1) \| {ref}`Changelog ` | 2023-01-16 | 2023-02-15 | {ref}`v7.7 ` | | | | | | diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/lifecycle/mattermost-v10-changelog.md index fde16699760..408f12667e3 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/lifecycle/mattermost-v10-changelog.md @@ -1,7 +1,7 @@ # Mattermost v10 changelog ```{Important} -Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` @@ -17,6 +17,6 @@ More information on this Mattermost major release coming soon. See the {doc}`Mat Mattermost v10.0 is planned for September, 2024. Below is a list of planned breaking changes for this release: -1. MySQL - We will no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11. -2. Apps Framework - Apps framework will be deprecated in a future upcoming release. Please utilize the plugin framework for developing integrations with the core Mattermost platform. -3. Playbooks for Enterprise - An Enterprise license will be required to use v2.0+ Playbooks functionality starting in v10. Team Edition and Professional deployments can continue to use Playbooks v1.x. Security and feature updates will only be added to Playbooks v2.0+. +1. **MySQL Databases** - We will no longer support new installations using MySQL starting in v10. All new customers and/or deployments will only be supported with the minimum supported version of the PostgreSQL database. End of support for MySQL is targeted for Mattermost v11. +2. **Apps Framework** - Apps framework will be deprecated in a future upcoming release. Please utilize the plugin framework for developing integrations with the core Mattermost platform. +3. **Playbooks for Enterprise** - An Enterprise license will be required to use v2.0+ Playbooks functionality starting in v10. Team Edition and Professional deployments can continue to use Playbooks v1.x. Security and feature updates will only be added to Playbooks v2.0+. diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/lifecycle/mattermost-v9-changelog.md index 6b46f0b87fc..2b8ad305036 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/lifecycle/mattermost-v9-changelog.md @@ -1,8 +1,8 @@ # Mattermost v9 changelog ```{Important} -Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. -- See the [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. +Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +- See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` diff --git a/source/lifecycle/unsupported-legacy-releases.md b/source/lifecycle/unsupported-legacy-releases.md index 83b7d661495..1d25bb59034 100644 --- a/source/lifecycle/unsupported-legacy-releases.md +++ b/source/lifecycle/unsupported-legacy-releases.md @@ -1,5 +1,6 @@ # Unsupported legacy releases +(release-v8-1-extended-support-release)= ## Release v8.1 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) - **8.1.13, released 2024-04-25** @@ -151,6 +152,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ---- +(release-v8-0-major-release)= ## Release v8.0 - [Major Release](https://docs.mattermost.com/upgrade/release-definitions.html#major-release) - **8.0.4, released 2023-10-06** @@ -376,6 +378,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a - The Mattermost v7.11 release has been canceled as we are working on architectural changes for the Mattermost platform. The next scheduled release is v8.0 this summer. +(release-v7-10-feature-release)= ## Release v7.10 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) - **v7.10.5, released 2023-07-26** @@ -487,6 +490,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ---- +(release-v7-9-feature-release)= ## Release v7.9 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) - **v7.9.6, released 2023-07-12** @@ -619,6 +623,7 @@ If you upgrade from a release earlier than v7.8, please read the other [Importan ---- +(release-v7-8-extended-support-release)= ## Release v7.8 - [Extended Support Release](https://docs.mattermost.com/upgrade/release-definitions.html#extended-support-release-esr) - **7.8.15 released 2023-11-13** @@ -825,6 +830,7 @@ If you upgrade from a release earlier than v7.5, please read the other [Importan ---- +(release-v7-7-feature-release)= ## Release v7.7 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) - **v7.7.4, released 2023-04-12** @@ -1166,6 +1172,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ---- +(release-v7-4-feature-release)= ## Release v7.4 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) - **v7.4.1, released 2022-12-21** @@ -1764,6 +1771,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ---- +(release-v6-7-feature-release)= ## Release v6.7 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html#feature-release) - **v6.7.2, released 2022-06-15** @@ -2703,6 +2711,7 @@ Multiple setting options were added to ``config.json``. Below is a list of the a ---- +(release-v6-0-feature-release)= ## Release v6.0 - [Feature Release](https://docs.mattermost.com/upgrade/release-definitions.html) - **v6.0.4, released 2021-12-17** From 4722a8ae72fa723e14a3a5c25fed569ff22b3aff Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:21:41 -0400 Subject: [PATCH 44/50] Terminology/label update --- source/lifecycle/mattermost-server-releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/mattermost-server-releases.md b/source/lifecycle/mattermost-server-releases.md index ef13a4e566e..ef14ce53f15 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/lifecycle/mattermost-server-releases.md @@ -16,7 +16,7 @@ Mattermost releases a new server version on the 16th of each month in [binary fo ## Latest releases -| **Release** | **Life cycle start** | **Life cycle end** | +| **Release** | **Released on** | **Support ends** | |:---|:---|:---| | v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | | v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | From 16d1d9b8b74db2316c68a7d3d44cfefe157c025b Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:30:13 -0400 Subject: [PATCH 45/50] Broken link fix --- source/lifecycle/version-archive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lifecycle/version-archive.rst b/source/lifecycle/version-archive.rst index ddf7dd4c173..451365278b5 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/lifecycle/version-archive.rst @@ -5,7 +5,7 @@ Server Version Archive :start-after: :nosearch: .. important:: - - **Support for Mattermost Server v8.1 `Extended Support Release `__ has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required.** + - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. From e610d4aaa01338856697bf9ede93a3b37053974a Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:52:30 -0400 Subject: [PATCH 46/50] Incorporated reviewer feedback --- .../deprecated-features.rst | 2 +- .../desktop-app-changelog.md | 0 source/about/desktop.rst | 22 +++++++ source/about/faq-general.rst | 2 +- .../mattermost-desktop-releases.md | 8 +-- .../mattermost-mobile-releases.md | 6 +- .../mattermost-server-releases.md | 8 +-- .../mattermost-v10-changelog.md | 4 +- .../mattermost-v9-changelog.md | 2 +- .../mobile-app-changelog.md | 2 +- source/about/mobile.rst | 24 +++++++ source/{lifecycle => about}/release-policy.md | 4 +- source/about/releases-lifecycle.rst | 26 ++++++++ source/about/server.rst | 26 ++++++++ .../unsupported-legacy-releases.md | 0 .../{lifecycle => about}/version-archive.rst | 6 +- source/collaborate/install-desktop-app.rst | 2 +- source/conf.py | 48 +++++++------- source/deploy/build-custom-mobile-apps.rst | 4 +- .../deploy-mobile-apps-using-emm-provider.rst | 2 +- source/deploy/mobile-faq.rst | 4 +- source/deploy/mobile-overview.rst | 2 +- source/deploy/postgres-migration.rst | 2 +- .../admin-onboarding-tasks.rst | 2 +- .../enterprise-roll-out-checklist.rst | 2 +- source/guides/about-mattermost.rst | 4 +- source/guides/deployment.rst | 2 - source/guides/release-lifecycle.rst | 65 ------------------- source/install/common-prod-deploy-tar.rst | 2 +- source/install/download-latest-tarball.rst | 2 +- source/install/install-kubernetes.rst | 2 +- source/onboard/migrate-from-slack.rst | 2 +- source/overview/index.rst | 2 + .../upgrade/downgrading-mattermost-server.rst | 2 +- source/upgrade/important-upgrade-notes.rst | 4 +- .../upgrade/prepare-to-upgrade-mattermost.rst | 6 +- 36 files changed, 167 insertions(+), 136 deletions(-) rename source/{lifecycle => about}/deprecated-features.rst (99%) rename source/{lifecycle => about}/desktop-app-changelog.md (100%) create mode 100644 source/about/desktop.rst rename source/{lifecycle => about}/mattermost-desktop-releases.md (79%) rename source/{lifecycle => about}/mattermost-mobile-releases.md (90%) rename source/{lifecycle => about}/mattermost-server-releases.md (80%) rename source/{lifecycle => about}/mattermost-v10-changelog.md (79%) rename source/{lifecycle => about}/mattermost-v9-changelog.md (99%) rename source/{lifecycle => about}/mobile-app-changelog.md (99%) create mode 100644 source/about/mobile.rst rename source/{lifecycle => about}/release-policy.md (93%) create mode 100644 source/about/releases-lifecycle.rst create mode 100644 source/about/server.rst rename source/{lifecycle => about}/unsupported-legacy-releases.md (100%) rename source/{lifecycle => about}/version-archive.rst (99%) delete mode 100644 source/guides/release-lifecycle.rst diff --git a/source/lifecycle/deprecated-features.rst b/source/about/deprecated-features.rst similarity index 99% rename from source/lifecycle/deprecated-features.rst rename to source/about/deprecated-features.rst index 8a8397000ea..6bb9a0b16b7 100644 --- a/source/lifecycle/deprecated-features.rst +++ b/source/about/deprecated-features.rst @@ -116,7 +116,7 @@ Mattermost Server v5.0.0 Mattermost Server v4.9.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- A number of permissions configuration settings will be migrated to roles in the database, and changing their config.json values will no longer take effect. These permissions can still be modified by their respective System Console settings. See :doc:`changelog ` for more details. +- A number of permissions configuration settings will be migrated to roles in the database, and changing their config.json values will no longer take effect. These permissions can still be modified by their respective System Console settings. See :doc:`changelog ` for more details. Mattermost Server v4.0.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/lifecycle/desktop-app-changelog.md b/source/about/desktop-app-changelog.md similarity index 100% rename from source/lifecycle/desktop-app-changelog.md rename to source/about/desktop-app-changelog.md diff --git a/source/about/desktop.rst b/source/about/desktop.rst new file mode 100644 index 00000000000..7a75774e580 --- /dev/null +++ b/source/about/desktop.rst @@ -0,0 +1,22 @@ +Desktop +======== + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +The Mattermost desktop app is available for Linux, Mac, and Windows operating systems. The Desktop App supports all the features of the web experience, and enable users to :doc:`connect to multiple Mattermost servers ` from a single interface, navigate between servers using keyboard shortcuts, and :doc:`customize their desktop user experience `. + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + /about/mattermost-desktop-releases.md + /about/desktop-app-changelog.md + +Learn more about: + +* :doc:`Mattermost desktop app releases ` +* :doc:`Desktop App changelog ` + +See the :ref:`desktop app software requirements ` for details on supported operating systems and releases. \ No newline at end of file diff --git a/source/about/faq-general.rst b/source/about/faq-general.rst index 03e354979ad..a2f49b1807b 100644 --- a/source/about/faq-general.rst +++ b/source/about/faq-general.rst @@ -32,7 +32,7 @@ The open source Mattermost Team Edition is functionally identical to the commerc We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to unlock Enterprise features seamlessly should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. -To deploy the Team Edition, download the :doc:`Mattermost Team Edition binary `, and follow our standard install guides. The same applies to server upgrades. +To deploy the Team Edition, download the :doc:`Mattermost Team Edition binary `, and follow our standard install guides. The same applies to server upgrades. What are the limitations for embargoed countries? ------------------------------------------------- diff --git a/source/lifecycle/mattermost-desktop-releases.md b/source/about/mattermost-desktop-releases.md similarity index 79% rename from source/lifecycle/mattermost-desktop-releases.md rename to source/about/mattermost-desktop-releases.md index 61cb5aa2e06..e1ce50c3f59 100644 --- a/source/lifecycle/mattermost-desktop-releases.md +++ b/source/about/mattermost-desktop-releases.md @@ -4,21 +4,19 @@ ``` ```{Important} - Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency -Mattermost releases a new desktop app version every 4 months, in February, May, August, and November in [binary form](https://docs.mattermost.com/collaborate/install-desktop-app.html#install-and-update-the-mattermost-desktop-app). See the [Desktop app changelog](/lifecycle/desktop-app-changelog) for release details. +Mattermost releases a new desktop app version every 4 months, in February, May, August, and November in [binary form](https://docs.mattermost.com/collaborate/install-desktop-app.html#install-and-update-the-mattermost-desktop-app). See the [Desktop app changelog](/about/desktop-app-changelog) for release details. ```{Important} - From Mattermost v9.11, Mattermost server extended releases are now paired with Mattermost desktop app extended releases. For an optimal user experience and for the latest security fixes, we strongly recommend updating desktop clients to the latest version your Mattermost server supports. See the table below for server compatibility, and see the [Mattermost extended support releases](#extended-support-releases) documentation to learn more about extended releases. -- Automatic desktop app updates are supported and enabled on Windows, MacOS (via the Apple App Store), Ubuntu, Debian, and generic Linux platforms. To maintain and control mobile app compatibility with your Matterst server, we recommend disabling automatic client updates to prevent users from upgrading their desktop client to a version your server doesn't support. See the [install Mattermost desktop app](/collaborate/install-desktop-app.html) documentation for platform-specific details on automatic app updates. +- If you prefer to control the server and client releases, we recommend disabling automatic client updates to prevent users from upgrading their desktop client to a version your server doesn't support. See the [install Mattermost desktop app](/collaborate/install-desktop-app) documentation for platform-specific details on automatic app updates. ``` -{ref}`Changelog ` - ## Latest releases | **Release** | **Released on** | **Support ends** | **Compatible with** | diff --git a/source/lifecycle/mattermost-mobile-releases.md b/source/about/mattermost-mobile-releases.md similarity index 90% rename from source/lifecycle/mattermost-mobile-releases.md rename to source/about/mattermost-mobile-releases.md index 92e434bdba5..cbadbb46740 100644 --- a/source/lifecycle/mattermost-mobile-releases.md +++ b/source/about/mattermost-mobile-releases.md @@ -4,15 +4,15 @@ ``` ```{Important} -- Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +- Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - We strongly recommend using the latest mobile app release available that contains the latest security fixes and user experience enhancements. Mobile app releases are tested against all generally available Mattermost server and extended support releases. ``` ## Frequency -Mattermost releases a new mobile app version every month. Mattermost tests the latest mobile app release against the [latest server version](/lifecycle/mattermost-server-releases). +Mattermost releases a new mobile app version every month. Mattermost tests the latest mobile app release against the [latest server version](/about/mattermost-server-releases). -See the [Mobile app changelog](/lifecycle/mobile-app-changelog) for release details, and see the [iOS mobile app](/collaborate/install-ios-app) and the [Android mobile app](/collaborate/install-android-app) documentation for installation details. +See the [Mobile app changelog](/about/mobile-app-changelog) for release details, and see the [iOS mobile app](/collaborate/install-ios-app) and the [Android mobile app](/collaborate/install-android-app) documentation for installation details. ## Latest releases diff --git a/source/lifecycle/mattermost-server-releases.md b/source/about/mattermost-server-releases.md similarity index 80% rename from source/lifecycle/mattermost-server-releases.md rename to source/about/mattermost-server-releases.md index ef14ce53f15..b41918f0d2d 100644 --- a/source/lifecycle/mattermost-server-releases.md +++ b/source/about/mattermost-server-releases.md @@ -5,14 +5,14 @@ ``` ```{Important} - Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. ``` ## Frequency Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). -- See the [Mattermost v10 changelog](/lifecycle/mattermost-v10-changelog) for details on what's coming and changing in the next major release. -- See the [Mattermost v9 changelog](/lifecycle/mattermost-v9-changelog) for details on v9.x server releases. -- See the [unsupported Mattermost legacy releases](/lifecycle/unsupported-legacy-releases) documentation for details on older, unsupported Mattermost releases. +- See the [Mattermost v10 changelog](/about/mattermost-v10-changelog) for details on what's coming and changing in the next major release. +- See the [Mattermost v9 changelog](/about/mattermost-v9-changelog) for details on v9.x server releases. +- See the [unsupported Mattermost legacy releases](/about/unsupported-legacy-releases) documentation for details on older, unsupported Mattermost releases. ## Latest releases diff --git a/source/lifecycle/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md similarity index 79% rename from source/lifecycle/mattermost-v10-changelog.md rename to source/about/mattermost-v10-changelog.md index 408f12667e3..b84f4f4c37e 100644 --- a/source/lifecycle/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -1,7 +1,7 @@ # Mattermost v10 changelog ```{Important} -Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` @@ -11,7 +11,7 @@ Support for Mattermost Server v8.1 [Extended Support Release](https://docs.matte **Release day: 2024-09-16** -More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. +More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. ### Upcoming Breaking Changes in Mattermost v10.0 Release diff --git a/source/lifecycle/mattermost-v9-changelog.md b/source/about/mattermost-v9-changelog.md similarity index 99% rename from source/lifecycle/mattermost-v9-changelog.md rename to source/about/mattermost-v9-changelog.md index 2b8ad305036..1204236dc70 100644 --- a/source/lifecycle/mattermost-v9-changelog.md +++ b/source/about/mattermost-v9-changelog.md @@ -1,7 +1,7 @@ # Mattermost v9 changelog ```{Important} -Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/lifecycle/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. +Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - See the [Important Upgrade Notes](/upgrade/important-upgrade-notes.html) documentation for details on upgrading to a newer release. - See the [changelog in progress](https://bit.ly/2nK3cVf) for details about the upcoming release. ``` diff --git a/source/lifecycle/mobile-app-changelog.md b/source/about/mobile-app-changelog.md similarity index 99% rename from source/lifecycle/mobile-app-changelog.md rename to source/about/mobile-app-changelog.md index f08e08da9df..7436cdc695e 100644 --- a/source/lifecycle/mobile-app-changelog.md +++ b/source/about/mobile-app-changelog.md @@ -1,4 +1,4 @@ -# Mattermost mobile apps changelog +# Mobile apps changelog ```{include} ../_static/badges/allplans-cloud-selfhosted.md ``` diff --git a/source/about/mobile.rst b/source/about/mobile.rst new file mode 100644 index 00000000000..aac633ca1d3 --- /dev/null +++ b/source/about/mobile.rst @@ -0,0 +1,24 @@ +Mobile +====== + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +Mattermost users can take Mattermost wherever they go by installing the Mattermost mobile app on their iOS or Android mobile device. + + + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + /about/mattermost-mobile-releases.md + /about/mobile-app-changelog.md + +Learn more about: + +* :doc:`Mattermost mobile app releases ` +* :doc:`Mattermost mobile app changelog ` + +See the :ref:`mobile apps software requirements ` for details on supported operating systems and releases. \ No newline at end of file diff --git a/source/lifecycle/release-policy.md b/source/about/release-policy.md similarity index 93% rename from source/lifecycle/release-policy.md rename to source/about/release-policy.md index 22c86a74dbf..79fcf28fab5 100644 --- a/source/lifecycle/release-policy.md +++ b/source/about/release-policy.md @@ -31,13 +31,13 @@ See the full list of all Mattermost Server and desktop app releases and life cyc Mattermost Extended Support Releases (ESRs) are a strategic choice for organizations looking for stability and reduced frequency of updates. Using ESRs can minimize disruptions associated with frequent upgrades, making them an attractive option for environments where stability is paramount. -Mattermost [server](/lifecycle/mattermost-server-releases) and [desktop app](/lifecycle/mattermost-desktop-releases) ESRs are released twice a year, every February and August release. Extended releases are supported for 9 months to provide customers with enough time to test and upgrade to the next ESR. +Mattermost [server](/about/mattermost-server-releases) and [desktop app](/about/mattermost-desktop-releases) ESRs are released twice a year, every February and August release. Extended releases are supported for 9 months to provide customers with enough time to test and upgrade to the next ESR. We strongly recommend planning ahead for upgrades before the end of an ESR's life cycle to ensure continuity in receiving security updates. ESRs don’t include changes to product functionality or new features. ESRs are intended for organizations who value stability over having the newest features and improvements, or who have a long internal testing and certification process to undergo when upgrading. Consider using ESRs for more stable and long-term deployments, especially in environments where frequent updates are challenging. If your organization prefers to have the newest features and improvements, Extended Support Releases may not be the best fit for you. -To install extended support releases, follow our [install](/guides/deployment) or [upgrade](/upgrade/upgrading-mattermost-server) documentation. To restore a previous ESR, restore the database and previous version if you need to revert an upgrade. Previous ESR versions continue remain subject to a [life cycle end date](/lifecycle/mattermost-server-releases). +To install extended support releases, follow our [install](/guides/deployment) or [upgrade](/upgrade/upgrading-mattermost-server) documentation. To restore a previous ESR, restore the database and previous version if you need to revert an upgrade. Previous ESR versions continue remain subject to a [life cycle end date](/about/mattermost-server-releases). ```{Important} - We strongly recommend reviewing [upgrade best practices](https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-best-practices) for upgrading, and [important upgrade notes](/upgrade/important-upgrade-notes) for all the versions beyond the current ESR version you have currently installed. See the [Mattermost v9 changelog](/deploy/mattermost-v9-changelog) for a list of database, API, and `config.json` updates for all v9.x releases. diff --git a/source/about/releases-lifecycle.rst b/source/about/releases-lifecycle.rst new file mode 100644 index 00000000000..62c8fabe55e --- /dev/null +++ b/source/about/releases-lifecycle.rst @@ -0,0 +1,26 @@ +Mattermost releases and life cycle +=================================== + +.. include:: ../_static/badges/allplans-cloud-selfhosted.rst + :start-after: :nosearch: + +.. important:: + + Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + /about/release-policy.md + /about/server.rst + /about/desktop.rst + /about/mobile.rst + /about/deprecated-features.rst + +* Learn about Mattermost :doc:`release types, including extended support releases ` +* Learn about :doc:`Server releases, frequency, and latest releases ` +* Learn about :doc:`Desktop app releases and server compatibility ` +* Learn about :doc:`Mobile apps releases and server compatibility ` +* Review :doc:`removed and deprecated features that are no longer supported ` \ No newline at end of file diff --git a/source/about/server.rst b/source/about/server.rst new file mode 100644 index 00000000000..e7ec2f35b99 --- /dev/null +++ b/source/about/server.rst @@ -0,0 +1,26 @@ +Server +====== + +.. include:: ../_static/badges/allplans-selfhosted.rst + :start-after: :nosearch: + +Mattermost Server installs as a single compiled binary file that includes the RESTful JSON web service, authentication client, authentication provider, notification service, and data management service. The Mattermost Server can be deployed in stand-alone or high availability mode where two or more servers are clustered together using gossip protocol and a proxy server that routes traffic from client applications to healthy servers in the cluster. + +.. toctree:: + :maxdepth: 1 + :hidden: + :titlesonly: + + /about/mattermost-server-releases.md + /about/mattermost-v10-changelog.md + /about/mattermost-v9-changelog.md + /about/unsupported-legacy-releases.md + /about/version-archive.rst + +Learn more about: + +* :doc:`Mattermost Server releases ` +* :doc:`Mattermost v10 changelog ` +* :doc:`Mattermost v9 changelog ` +* :doc:`Unsupported legacy releases ` +* :doc:`Version archive ` \ No newline at end of file diff --git a/source/lifecycle/unsupported-legacy-releases.md b/source/about/unsupported-legacy-releases.md similarity index 100% rename from source/lifecycle/unsupported-legacy-releases.md rename to source/about/unsupported-legacy-releases.md diff --git a/source/lifecycle/version-archive.rst b/source/about/version-archive.rst similarity index 99% rename from source/lifecycle/version-archive.rst rename to source/about/version-archive.rst index 451365278b5..0bee7e32041 100644 --- a/source/lifecycle/version-archive.rst +++ b/source/about/version-archive.rst @@ -1,11 +1,11 @@ -Server Version Archive -====================== +Version Archive +================ .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: .. important:: - - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - Note that our package signing key has been moved away from Keybase. If you still reference Keybase in your deployment steps for retrieving the key, update them to the new key location: https://deb.packages.mattermost.com/pubkey.gpg. - If you want to check that the version of Mattermost you are installing is the official, unmodified version, compare the SHA-256 checksum or the file's GPG signature with the one published in this version archive. To verify the GPG signature of a Mattermost release, use the public key stored at the following URL: https://deb.packages.mattermost.com/pubkey.gpg. diff --git a/source/collaborate/install-desktop-app.rst b/source/collaborate/install-desktop-app.rst index bcdc508e588..81e4003ca42 100644 --- a/source/collaborate/install-desktop-app.rst +++ b/source/collaborate/install-desktop-app.rst @@ -198,7 +198,7 @@ Additional documentation resources The following additional documentation resources are also available for the Mattermost desktop app: -- :doc:`Desktop App changelog ` +- :doc:`Desktop App changelog ` - :doc:`Configure your Desktop App experience ` - `Source code `_ - `Contributor’s guide `_ diff --git a/source/conf.py b/source/conf.py index 0f9a30eb2db..c0b8b1b2afd 100644 --- a/source/conf.py +++ b/source/conf.py @@ -127,7 +127,7 @@ def setup(_: Sphinx): "administration/bulk-export.html": "https://docs.mattermost.com/manage/bulk-export-tool.html", "administration/changelog.html": - "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", + "https://docs.mattermost.com/about/mattermost-server-releases.html", "administration/command-line-tools.html": "https://docs.mattermost.com/manage/command-line-tools.html", "administration/command-line-tools.html#mattermost-user-delete": @@ -181,7 +181,7 @@ def setup(_: Sphinx): "administration/encryption.html": "https://docs.mattermost.com/deploy/encryption-options.html", "administration/extended-support-release.html": - "https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases", + "https://docs.mattermost.com/about/release-policy.html#extended-support-releases", "administration/generating-support-packet.html": "https://docs.mattermost.com/manage/generating-support-packet.html", "administration/health-check.html": @@ -213,7 +213,7 @@ def setup(_: Sphinx): "administration/mmctl-cli-tool.html#mmctl-user-reset-password": "https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-user-reset-password", "administration/mobile-changelog.html": - "https://docs.mattermost.com/lifecycle/mobile-app-changelog.html", + "https://docs.mattermost.com/about/mobile-app-changelog.html", "administration/notices.html": "https://docs.mattermost.com/manage/in-product-notices.html", "administration/open-source-components.html": @@ -228,8 +228,8 @@ def setup(_: Sphinx): "https://docs.mattermost.com/configure/configuration-settings.html", "administration/release-definitions.html": "https://docs.mattermost.com/guides/release-definitions.html", -"administration/release-lifecycle.html": - "https://docs.mattermost.com/guides/release-lifecycle.html", +"administration/releases-lifecycle.html": + "https://docs.mattermost.com/guides/releases-lifecycle.html", "administration/scripts.html": "https://docs.mattermost.com/manage/scripts.html", "administration/statistics.html": @@ -365,7 +365,7 @@ def setup(_: Sphinx): "administration/mmctl-cli-tool.html#mmctl-channel-delete": "https://docs.mattermost.com/manage/mmctl-command-line-tool.html#mmctl-channel-delete", "administration/version-archive.html": - "https://docs.mattermost.com/lifecycle/version-archive.html", + "https://docs.mattermost.com/about/version-archive.html", "administration/mmctl-cli-tool.html#local-mode": "https://docs.mattermost.com/configure/experimental-configuration-settings.html#enable-local-mode-for-mmctl", @@ -787,7 +787,7 @@ def setup(_: Sphinx): # Cloud redirects "cloud/cloud-administration/cloud-changelog.html": - "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", + "https://docs.mattermost.com/about/mattermost-server-releases.html", "cloud/cloud-administration/cloud-compliance.html": "https://docs.mattermost.com/comply/cloud-compliance-and-oversight.html", "cloud/cloud-integrations/cloud-slash-commands.html": @@ -1813,13 +1813,13 @@ def setup(_: Sphinx): "deploy/mobile-apps-faq.html": "https://docs.mattermost.com/deploy/mobile-faq.html", "deploy/deprecated-features.html": - "https://docs.mattermost.com/lifecycle/deprecated-features.html", + "https://docs.mattermost.com/about/deprecated-features.html", "deploy/desktop-app-changelog.html": - "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", + "https://docs.mattermost.com/about/desktop-app-changelog.html", "deploy/legacy-self-hosted-changelog.html": - "https://docs.mattermost.com/lifecycle/unsupported-legacy-releases", + "https://docs.mattermost.com/about/unsupported-legacy-releases", "deploy/mobile-app-changelog.html": - "https://docs.mattermost.com/lifecycle/mobile-app-changelog.html", + "https://docs.mattermost.com/about/mobile-app-changelog.html", # Deployment redirects "deployment/advanced-permissions.html": @@ -2108,11 +2108,11 @@ def setup(_: Sphinx): "guides/deploy-openfaas.html": "https://docs.mattermost.com/deploy/deploy-openfaas", "guides/changelogs.html": - "https://docs.mattermost.com/guides/release-lifecycle.html", + "https://docs.mattermost.com/guides/releases-lifecycle.html", # Help redirects resulting from the June 2021 docs reorganization project. "help/apps/desktop-changelog.html": - "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", + "https://docs.mattermost.com/about/desktop-app-changelog.html", "help/apps/desktop-guide.html": "https://docs.mattermost.com/welcome/manage-desktop-app-server-connections.html", "help/apps/desktop-mvp.html": @@ -2286,11 +2286,11 @@ def setup(_: Sphinx): "install/desktop-custom-dictionaries.html#removing-customized-dictionaries": "https://docs.mattermost.com/install/desktop-custom-dictionaries.html#remove-custom-dictionaries", "install/self-managed-changelog.html": - "https://docs.mattermost.com/lifecycle/legacy-self-hosted-changelog.html", + "https://docs.mattermost.com/about/legacy-self-hosted-changelog.html", "install/legacy-self-hosted-changelog.html": "https://docs.mattermost.com/deploy/legacy-mattermost-changelog.html", "install/cloud-changelog.html": - "https://docs.mattermost.com/lifecycle/mattermost-server-releases.html", + "https://docs.mattermost.com/about/mattermost-server-releases.html", # Important Note: The following guide files were reorg'd in FY23 Q3. "install/desktop-app-install.html": "https://docs.mattermost.com/collaborate/install-desktop-app.html", @@ -2299,11 +2299,11 @@ def setup(_: Sphinx): "install/install-android-app.html": "https://docs.mattermost.com/collaborate/install-android-app.html", "install/legacy-self-hosted-changelog.html": - "https://docs.mattermost.com/lifecycle/unsupported-legacy-releases.html", + "https://docs.mattermost.com/about/unsupported-legacy-releases.html", "install/desktop-app-changelog.html": - "https://docs.mattermost.com/lifecycle/desktop-app-changelog.html", + "https://docs.mattermost.com/about/desktop-app-changelog.html", "install/deprecated-features.html": - "https://docs.mattermost.com/lifecycle/deprecated-features.html", + "https://docs.mattermost.com/about/deprecated-features.html", # Integrations redirects. # The integrations directory and its contents have been archived in FY23 Q2 and all applicable content has been moved from docs.mm.com to developers.mm.com. @@ -3274,19 +3274,19 @@ def setup(_: Sphinx): "upgrade/upgrading-mattermost-server.html#upgrade-high-availability-deployments": "https://docs.mattermost.com/upgrade/prepare-to-upgrade-mattermost.html#upgrade-high-availability-deployments", "upgrade/extended-support-release.html": - "https://docs.mattermost.com/lifecycle/release-policy.html#extended-support-releases", -"upgrade/release-lifecycle.html": - "https://docs.mattermost.com/guides/release-lifecycle.html", + "https://docs.mattermost.com/about/release-policy.html#extended-support-releases", +"upgrade/releases-lifecycle.html": + "https://docs.mattermost.com/guides/releases-lifecycle.html", "upgrade/release-definitions.html": - "https://docs.mattermost.com/lifecycle/release-policy.html#release-types", + "https://docs.mattermost.com/about/release-policy.html#release-types", "upgrade/version-archive.html": - "https://docs.mattermost.com/lifecycle/version-archive.html", + "https://docs.mattermost.com/about/version-archive.html", # Welcome redirects "welcome/manage-desktop-app-server-connections.html": "https://docs.mattermost.com/welcome/manage-multiple-server-connections.html", "welcome/insights.html": - "https://docs.mattermost.com/lifecycle/deprecated-features.html#mattermost-server-v9-0-0", + "https://docs.mattermost.com/about/deprecated-features.html#mattermost-server-v9-0-0", "welcome/log-in.html": "https://docs.mattermost.com/collaborate/access-your-workspace.html", "welcome/keyboard-shortcuts.html": diff --git a/source/deploy/build-custom-mobile-apps.rst b/source/deploy/build-custom-mobile-apps.rst index 3190a547b82..bd8badbc69f 100644 --- a/source/deploy/build-custom-mobile-apps.rst +++ b/source/deploy/build-custom-mobile-apps.rst @@ -14,7 +14,7 @@ This approach is recommended for: .. note:: - A Mattermost Enterprise subscription plan (or a legacy Enterprise Edition license) is required to request assistance or troubleshooting help from `Mattermost Customer Support `__ when building and deploying custom mobile apps. Customers on other Mattermost subscription plans can develop and deploy custom mobile apps, but can't request technical support assistance through Mattermost Customer Support. - - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. + - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. Deployment options ------------------ @@ -88,7 +88,7 @@ This update strategy should include: - Updating Mattermost Server. - Updating Mattermost mobile apps. -We highly recommend you update your custom Mattermost mobile apps to incorporate any security or service releases. Prior to distribution, check any compatibility requirements for the mobile apps and the Mattermost server. Consult the :doc:`Mattermost mobile app changelog ` and the :doc:`Mattermost server releases ` documentation for details. +We highly recommend you update your custom Mattermost mobile apps to incorporate any security or service releases. Prior to distribution, check any compatibility requirements for the mobile apps and the Mattermost server. Consult the :doc:`Mattermost mobile app changelog ` and the :doc:`Mattermost server releases ` documentation for details. .. important:: diff --git a/source/deploy/deploy-mobile-apps-using-emm-provider.rst b/source/deploy/deploy-mobile-apps-using-emm-provider.rst index 014faaf2423..885c1495c24 100644 --- a/source/deploy/deploy-mobile-apps-using-emm-provider.rst +++ b/source/deploy/deploy-mobile-apps-using-emm-provider.rst @@ -28,7 +28,7 @@ See our :ref:`Mattermost AppConfig Values `__ when building and deploying custom mobile apps. Customers on other Mattermost subscription plans can develop and deploy custom mobile apps, but can't request technical support assistance through Mattermost Customer Support. - - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. + - With the release of Mattermost mobile app v2.0, mobile app v1.55 becomes the official :doc:`extended support mobile release `, and will be supported for an extended timeframe. Enroll devices -------------- diff --git a/source/deploy/mobile-faq.rst b/source/deploy/mobile-faq.rst index 4fb7f2c30f3..c8e731c0451 100644 --- a/source/deploy/mobile-faq.rst +++ b/source/deploy/mobile-faq.rst @@ -4,9 +4,9 @@ Mobile apps FAQ What versions of Mattermost support the mobile v2 app? ------------------------------------------------------ -We strongly recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. If this isn’t possible, we encourage you to be on the most recent :ref:`Extended Support Release version ` of Mattermost Server. The extended support releases contain critical feature updates that will ensure compatibility in a number of areas, including, but not limited to, the Mattermost Push Notification Service (MPNS). +We strongly recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. If this isn’t possible, we encourage you to be on the most recent :ref:`Extended Support Release version ` of Mattermost Server. The extended support releases contain critical feature updates that will ensure compatibility in a number of areas, including, but not limited to, the Mattermost Push Notification Service (MPNS). -See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. +See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. Can I connect to multiple Mattermost servers using the mobile apps? ------------------------------------------------------------------- diff --git a/source/deploy/mobile-overview.rst b/source/deploy/mobile-overview.rst index 7d14cb1af1d..8ba0e2142ae 100644 --- a/source/deploy/mobile-overview.rst +++ b/source/deploy/mobile-overview.rst @@ -56,7 +56,7 @@ The following table summarizes the key differences between these two approaches: Technical and Security Requirements ----------------------------------- -See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. +See our :ref:`Supported Devices/Mobile Device Requirements ` documentation for basic mobile device requirements, and our :doc:`Supported Mattermost Server Versions ` documentation for details on Mattermost Server minimum requirements. We recommend running the latest version of the Mattermost Server and the Mattermost Push Notification Service (MPNS) as they contain the most recent features and applicable security updates. diff --git a/source/deploy/postgres-migration.rst b/source/deploy/postgres-migration.rst index 17cbda08b70..36c2e769edd 100644 --- a/source/deploy/postgres-migration.rst +++ b/source/deploy/postgres-migration.rst @@ -514,7 +514,7 @@ Use the following configuration for the baseline of the data migration: Focalboard ~~~~~~~~~~ -As of ``v9.0`` Boards will transition to being fully community supported as the Focalboard plugin. Hence this guide covers only the version ``v7.10.x`` of the schema. :ref:`Official announcement `. +As of ``v9.0`` Boards will transition to being fully community supported as the Focalboard plugin. Hence this guide covers only the version ``v7.10.x`` of the schema. :ref:`Official announcement `. Once we are ready to migrate, we can start migrating the **schema** and the **data** by running ``pgloader`` diff --git a/source/getting-started/admin-onboarding-tasks.rst b/source/getting-started/admin-onboarding-tasks.rst index 6ec9a5dcda4..45c334b77cb 100644 --- a/source/getting-started/admin-onboarding-tasks.rst +++ b/source/getting-started/admin-onboarding-tasks.rst @@ -77,7 +77,7 @@ We highly recommend the following best practices, configuration options, and fea When you upgrade your Mattermost server frequently, your users can access new features, improved user experiences, bug fixes, security fixes, and mobile app compatibility. -Mattermost releases regular updates to `Mattermost Team Edition `_ and `Mattermost Enterprise Edition `_. See the :doc:`release life cycle ` documentation for component life cycle details details. +Mattermost releases regular updates to `Mattermost Team Edition `_ and `Mattermost Enterprise Edition `_. See the :doc:`release life cycle ` documentation for component life cycle details details. Upgrading your Mattermost server only takes a few minutes. See the :doc:`Upgrade Guide ` for step-by-step instructions. diff --git a/source/getting-started/enterprise-roll-out-checklist.rst b/source/getting-started/enterprise-roll-out-checklist.rst index 6e752dc1422..a20bd9db266 100644 --- a/source/getting-started/enterprise-roll-out-checklist.rst +++ b/source/getting-started/enterprise-roll-out-checklist.rst @@ -405,6 +405,6 @@ We recommend that you review your rollout on a cadence that matches your iterati - Determine upgrade schedule based on Mattermost release schedules and life cycle - - Resource: https://docs.mattermost.com/guides/release-lifecycle.html + - Resource: https://docs.mattermost.com/guides/releases-lifecycle.html - Run System checks and either address or set address-by date diff --git a/source/guides/about-mattermost.rst b/source/guides/about-mattermost.rst index 4ecd97e91a6..c4989d3982e 100644 --- a/source/guides/about-mattermost.rst +++ b/source/guides/about-mattermost.rst @@ -27,7 +27,7 @@ Mattermost’s mission is to make the world safer and more productive by develop /about/certifications-and-compliance.rst /about/frequently-asked-questions.rst -This section provides an overview of Mattermost products, features, security, integrations, licensing, subscriptions, authentication, and compliance support. +This section provides an overview of Mattermost products, features, security, integrations, licensing, subscriptions, releases, authentication, and compliance support. * :doc:`Product overview ` - Learn about the Mattermost open source project, self-hosted vs. cloud, and premium Mattermost features. * :doc:`Use Cases overview ` - Learn about product use cases. @@ -39,4 +39,4 @@ This section provides an overview of Mattermost products, features, security, in * :doc:`Cloud subscriptions ` - Learn about Mattermost Cloud subscriptions. * :doc:`Corporate directory integrations ` - Mattermost integrates with all major account providers via Active Directory, SAML, and OAuth. * :doc:`Certifications and compliance ` - Mattermost can meet all major security and compliance requirements. -* :doc:`Frequently asked questions ` - Get answers to common questions about Mattermost. +* :doc:`Frequently asked questions ` - Get answers to common questions about Mattermost. \ No newline at end of file diff --git a/source/guides/deployment.rst b/source/guides/deployment.rst index 433b270cbd7..f89d6fd7593 100644 --- a/source/guides/deployment.rst +++ b/source/guides/deployment.rst @@ -11,7 +11,6 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o :hidden: :titlesonly: - Mattermost release life cycle Migrate from MySQL to PostgreSQL Prepare your Mattermost database Deploy on Ubuntu @@ -36,7 +35,6 @@ Learn how to install, deploy, and scale Mattermost for teams and organizations o * Encountering issues with your deployment? See the :ref:`Deployment Troubleshooting ` or :doc:`high scale troubleshooting ` documentation for details. -* :doc:`Matermost release life cycle ` - Learn about Mattermost releases, and our recommended practices around deployment updates and ESRs. * :doc:`Migrate from MySQL to PostgreSQL ` - Learn how to migrate from MySQL to PostgreSQL. * :doc:`Prepare your Mattermost database ` - Learn how to prepare and configure a database for Mattermost. * :doc:`Deploy on Ubuntu ` - Signed packages direct from Mattermost featuring a single command for install and upgrades. diff --git a/source/guides/release-lifecycle.rst b/source/guides/release-lifecycle.rst deleted file mode 100644 index 65f2119c0c8..00000000000 --- a/source/guides/release-lifecycle.rst +++ /dev/null @@ -1,65 +0,0 @@ -Mattermost release life cycle -============================== - -.. include:: ../_static/badges/allplans-cloud-selfhosted.rst - :start-after: :nosearch: - -.. important:: - - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - -.. toctree:: - :maxdepth: 1 - :hidden: - :titlesonly: - - Mattermost release policy - Mattermost Server releases - Mattermost v10 changelog - Mattermost v9 changelog - Unsupported legacy releases - Server version archive - Desktop app releases - Desktop app changelog - Mobile apps release - Mobile apps changelog - Deprecated features - -Release policy --------------- - -Learn about :doc:`Mattermost's release policy `, and our recommended practices around deployment updates and ESRs. - -Mattermost server ------------------ - -.. include:: ../_static/badges/selfhosted-only.rst - :start-after: :nosearch: - -* :doc:`Mattermost server releases ` - Learn more about supported Mattermost server releases. -* :doc:`Mattermost v10 changelog ` - Learn about what's coming and changing in Mattermost's next major release. -* :doc:`Mattermost v9 changelog ` - Learn more about what's new and changed in Mattermost v9 releases. -* :doc:`Unsupported legacy releases ` - Learn what changed in legacy Mattermost releases that are no longer supported. -* :doc:`Version archive ` - Confirm the version of Mattermost Server you're using is official by its signature. - -Mattermost desktop app ----------------------- - -* :doc:`Desktop app releases ` - Learn more about supported Mattermost desktop app releases. -* :doc:`Desktop app changelog ` - Learn more about what's new and changed in Mattermost desktop app releases. - -Mattermost mobile apps ----------------------- - -* :doc:`Mobile apps ` - Learn more about supported Mattermost mobile app releases. -* :doc:`Mobile apps changelog ` - Learn more about what's new and changed in Mattermost mobile app releases. - -Legacy server releases ----------------------- - -* :doc:`Unsupported legacy releases ` - Learn about Mattermost server and extended support releases that are no longer generally available or supported. - -Deprecations ------------- - -:doc:`Deprecated features ` - Learn about features that have reached the end of their life cycle and are now deprecated. \ No newline at end of file diff --git a/source/install/common-prod-deploy-tar.rst b/source/install/common-prod-deploy-tar.rst index 5f6bb2a51f0..c1927243303 100644 --- a/source/install/common-prod-deploy-tar.rst +++ b/source/install/common-prod-deploy-tar.rst @@ -27,7 +27,7 @@ These instructions outline how to install Mattermost Server on a 64-bit Linux ho 2. Log in to the server that will host Mattermost Server and open a terminal window. -3. Download :doc:`the latest version of the Mattermost Server `. In the following command, replace ``X.X.X`` with the version that you want to download: +3. Download :doc:`the latest version of the Mattermost Server `. In the following command, replace ``X.X.X`` with the version that you want to download: .. code:: bash diff --git a/source/install/download-latest-tarball.rst b/source/install/download-latest-tarball.rst index 83ae9218d09..ad544ef7ec0 100644 --- a/source/install/download-latest-tarball.rst +++ b/source/install/download-latest-tarball.rst @@ -47,4 +47,4 @@ Using ``wget``, download the Mattermost Server release you want to install. .. tab:: Older releases - If you are looking for an older release, Enterprise and Team Edition releases can be found in our :doc:`version archive ` documentation. + If you are looking for an older release, Enterprise and Team Edition releases can be found in our :doc:`version archive ` documentation. diff --git a/source/install/install-kubernetes.rst b/source/install/install-kubernetes.rst index 83f413b2c7b..27d2aa3f82f 100644 --- a/source/install/install-kubernetes.rst +++ b/source/install/install-kubernetes.rst @@ -135,7 +135,7 @@ Deploy Mattermost "metadata.name", "The name of your Mattermost as it will be shown in Kubernetes. The shorter the better." "spec.size", "The size of your installation. This can be '100users', '1000users, '5000users', '10000users', or '25000users'." "spec.ingress.host", "The DNS for your Mattermost installation." - "spec.version", "The Mattermost version. Refer to :doc:`the server version archive page ` when selecting a Mattermost version." + "spec.version", "The Mattermost version. Refer to :doc:`the server version archive page ` when selecting a Mattermost version." "spec.licenseSecret", "The name of the Kubernetes secret containing your license (e.g., mattermost-license). Required for Enterprise deployments." "spec.mattermostEnv", "List of custom environment variables for the Mattermost instance. Only required when tweaking Mattermost configuration is required." "spec.image", "Docker image for the Mattermost app servers." diff --git a/source/onboard/migrate-from-slack.rst b/source/onboard/migrate-from-slack.rst index bb8ea2f6718..a8ca67c84da 100644 --- a/source/onboard/migrate-from-slack.rst +++ b/source/onboard/migrate-from-slack.rst @@ -23,7 +23,7 @@ During the import process, we advise to create a new team for importing the Slac Also, system administrator roles will be overwritten if the usernames match and the user isn't an admin on the Slack workspace. -Make sure you are running on a supported version of :doc:`Mattermost ` to benefit from the most up-to-date functionality and fixes. +Make sure you are running on a supported version of :doc:`Mattermost ` to benefit from the most up-to-date functionality and fixes. 2. Generate a Slack import -------------------------- diff --git a/source/overview/index.rst b/source/overview/index.rst index ef4d843d9f7..340b74ee289 100644 --- a/source/overview/index.rst +++ b/source/overview/index.rst @@ -16,6 +16,7 @@ Mattermost’s mission is to make the world safer and more productive by develop /about/self-hosted-subscriptions.rst /about/cloud-subscriptions.rst /about/editions-and-offerings.rst + /about/releases-lifecycle.rst /about/corporate-directory-integration.rst /about/certifications-and-compliance.rst /about/frequently-asked-questions.rst @@ -36,6 +37,7 @@ This section provides an overview of Mattermost products, features, security, in * :doc:`Self-hosted subscriptions ` - Learn more about Mattermost self-hosted subscriptions. * :doc:`Cloud subscriptions ` - Learn more about Mattermost Cloud subscriptions. * :doc:`Mattermost editions and offerings ` - Learn more about Mattermost editions and product offerings. +* :doc:`Mattermost releases and life cycle ` - Learn about Mattermost releases, our recommended practices around deployment updates and ESRs, and what's changed across server, desktop, and mobile releases. * :doc:`Corporate directory integrations ` - Mattermost integrates with all major account providers via Active Directory, SAML, and OAuth. * :doc:`Certifications and compliance ` - Mattermost can meet all major security and compliance requirements. * :doc:`Frequently asked questions ` - Get answers to common questions about Mattermost. diff --git a/source/upgrade/downgrading-mattermost-server.rst b/source/upgrade/downgrading-mattermost-server.rst index 702126104c1..c0094b3bcfb 100644 --- a/source/upgrade/downgrading-mattermost-server.rst +++ b/source/upgrade/downgrading-mattermost-server.rst @@ -4,7 +4,7 @@ Downgrade Mattermost Server .. include:: ../_static/badges/allplans-selfhosted.rst :start-after: :nosearch: -In most cases you can downgrade Mattermost Server using the same steps as :doc:`upgrading-mattermost-server`. Server binaries can be found in the :doc:`Mattermost server version archive ` documentation. We do not recommend downgrading more than one version back from your current installation. +In most cases you can downgrade Mattermost Server using the same steps as :doc:`upgrading-mattermost-server`. Server binaries can be found in the :doc:`Mattermost server version archive ` documentation. We do not recommend downgrading more than one version back from your current installation. Downgrade Mattermost v6.0 to v5.38 ----------------------------------- diff --git a/source/upgrade/important-upgrade-notes.rst b/source/upgrade/important-upgrade-notes.rst index faa41155eb0..124250cd130 100644 --- a/source/upgrade/important-upgrade-notes.rst +++ b/source/upgrade/important-upgrade-notes.rst @@ -5,7 +5,7 @@ Important Upgrade Notes :start-after: :nosearch: .. important:: - - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. + - Support for Mattermost Server v8.1 :ref:`Extended Support Release ` has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. - MySQL 8.0.22 contains an `issue with JSON column types `__ changing string values to integers which is preventing Mattermost from working properly. Users are advised to avoid this database version. - Upgrading the Microsoft Teams Calling plugin to v2.0.0 requires users to reconnect their accounts. - When upgrading to 7.x from a 5.x release please make sure to upgrade to 5.37.10 first for the upgrade to complete successfully. @@ -652,7 +652,7 @@ Important Upgrade Notes | | | | | Then try to start Mattermost again. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| | Please see :doc:`unsupported legacy releases ` documentation for a list of deprecations in this release. | +| | Please see :doc:`unsupported legacy releases ` documentation for a list of deprecations in this release. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | | Focalboard plugin has been renamed to Mattermost Boards, and v0.9.1 (released with Mattermost v6.0) is now enabled by default. | | +------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/source/upgrade/prepare-to-upgrade-mattermost.rst b/source/upgrade/prepare-to-upgrade-mattermost.rst index 1990204ffd1..1dab64b0f88 100644 --- a/source/upgrade/prepare-to-upgrade-mattermost.rst +++ b/source/upgrade/prepare-to-upgrade-mattermost.rst @@ -55,11 +55,11 @@ We strongly recommend that you: - Set up a maintenance window outside of working hours to mitigate the migration impact. - Keep a backup of your database to ensure you can load a previous database snapshot if necessary. -- Upgrade your instance of Mattermost to the latest :doc:`Extended Support Release (ESR) ` first before attempting to run the Mattermost v6.0 upgrade. +- Upgrade your instance of Mattermost to the latest :doc:`Extended Support Release (ESR) ` first before attempting to run the Mattermost v6.0 upgrade. .. important:: - Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required. Upgrading from a previous Extended Support Release to the latest Extended Support Release is supported. Upgrading from v5.31 to v5.37 should take roughly the same amount of time as upgrading from v5.31 to v5.35, then upgrading v5.35 to 5.37. However, an upgrade directly from v5.31 to v5.37 could potentially take hours due to the database schema migrations required for v5.35. Review the :doc:`important-upgrade-notes` for all intermediate versions in between to ensure you’re aware of the possible migrations that could affect your upgrade. + Support for Mattermost Server v8.1 :doc:`Extended Support Release ` has come to the end of its life cycle on May 15, 2024. Upgrading to Mattermost Server v9.5 Extended Support Release or later is required. Upgrading from a previous Extended Support Release to the latest Extended Support Release is supported. Upgrading from v5.31 to v5.37 should take roughly the same amount of time as upgrading from v5.31 to v5.35, then upgrading v5.35 to 5.37. However, an upgrade directly from v5.31 to v5.37 could potentially take hours due to the database schema migrations required for v5.35. Review the :doc:`important-upgrade-notes` for all intermediate versions in between to ensure you’re aware of the possible migrations that could affect your upgrade. v6.0 database schema migrations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -75,7 +75,7 @@ For a complete breakdown of PostgreSQL queries, as well as their impact and dura Upgrade from releases older than v5.35 ---------------------------------------- -Customers upgrading from a release older than Mattermost v5.35 should expect extended downtime when upgrading to v6.0 due to the introduction of backend database architecture introduced in v5.35. This upgrade path isn't recommended for large installations. We recommend upgrading to the latest :doc:`Extended Support Release (ESR) ` first before upgrading to Mattermost v6.0. See the :doc:`unsupported legacy releases ` documentation for additional details. +Customers upgrading from a release older than Mattermost v5.35 should expect extended downtime when upgrading to v6.0 due to the introduction of backend database architecture introduced in v5.35. This upgrade path isn't recommended for large installations. We recommend upgrading to the latest :doc:`Extended Support Release (ESR) ` first before upgrading to Mattermost v6.0. See the :doc:`unsupported legacy releases ` documentation for additional details. If you're upgrading from a version prior to Mattermost v5.0, you can't upgrade directly to v6.0. Instead, we strongly recommend approaching the upgrade in phases, starting with an upgrade to the latest ESR first, followed by the upgrade to v6.0. During the first phase of updates, you must also modify your service file to work with the binary changes introduced with the v5.0 release. Your execution directory should point to the Mattermost base directory (i.e. ``/opt/mattermost``), and your binary should point to the ``mattermost`` binary (i.e. ``/opt/mattermost/bin/mattermost``). From 1bf04bbf16d881994db98874e16fc887717efbdf Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:21:39 -0400 Subject: [PATCH 47/50] Update mattermost-v9-changelog.md --- source/about/mattermost-v9-changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/about/mattermost-v9-changelog.md b/source/about/mattermost-v9-changelog.md index 1204236dc70..27c101e4298 100644 --- a/source/about/mattermost-v9-changelog.md +++ b/source/about/mattermost-v9-changelog.md @@ -15,11 +15,13 @@ Support for Mattermost Server v8.1 [Extended Support Release](https://docs.matte - Updated minimum macOS version to 12+ and minimum Safari version to 17+. ```{Important} -If you upgrade from a release earlier than v9.8, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). +If you upgrade from a release earlier than v9.5, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html). ``` ### Improvements +See [this walkthrough video](https://mattermost.com/video/video-mattermost-v9-9-changelog/) on some of the improvements in our latest release below. + #### User Interface (UI) - Pre-packaged Calls plugin version [v0.27.0](https://github.com/mattermost/mattermost-plugin-calls/releases/tag/v0.27.0). - Pre-packaged Jira plugin version [v4.1.1](https://github.com/mattermost/mattermost-plugin-jira/releases/tag/v4.1.1). @@ -98,7 +100,7 @@ New setting options were added to ``config.json``. Below is a list of the additi - Removed ``@stripe/react-stripe-js`` and ``@stripe/stripe-js``, and added ``web-vitals`` at https://github.com/mattermost/mattermost. ### Known Issues - - Inactive websockets are counted as part of notifications delivery rate for web and desktop that cause an incorrect decrease in that metric in the Notifications Health dashboard [MM-58500](https://mattermost.atlassian.net/browse/MM-58500). + - Inactive websockets are counted as part of notifications delivery rate for web and desktop that cause an incorrect decrease in that metric in the [Notifications Health dashboard](https://grafana.com/grafana/dashboards/21305) [MM-58500](https://mattermost.atlassian.net/browse/MM-58500). - Some Cloud workspaces unexpectedly received emails about license expiration. - Searching stop words in quotation marks with Elasticsearch enabled returns more than just the searched terms. - Slack import through the CLI fails if email notifications are enabled. From 7b0cbda2bc85eb0eb619469395005c6df8efcfb5 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:23:36 -0400 Subject: [PATCH 48/50] Update version-archive.rst --- source/about/version-archive.rst | 1459 +++++++++++++++--------------- 1 file changed, 734 insertions(+), 725 deletions(-) diff --git a/source/about/version-archive.rst b/source/about/version-archive.rst index 0bee7e32041..d421f84aeb7 100644 --- a/source/about/version-archive.rst +++ b/source/about/version-archive.rst @@ -11,732 +11,741 @@ Version Archive .. tab:: Mattermost Enterprise - Mattermost Enterprise Edition v9.8.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2fd7a3e9177374e852d3f9307fc32b6548b9f099ad2a8341213abf237c616bd9`` - - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-9.8.0-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b8f374b2e2f08e9fec644c0dd27a8d63e0786043b0e5bfea6a11a0cf6f2f71f1`` - - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-9.7.4-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``de6f4dddc0696d292f41306ad10d5c4801bf1b018684ca73fe475831bafa4b14`` - - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-9.6.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b6076cf1e4c17a2b2e25c2e0b71eb33a21547152f5a14d0b2db3ea9a1e124145`` - - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-9.5.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig - Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` - Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` - Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` - Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` - Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` - Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` - Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` - Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` - Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` - Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` - Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` - Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` - Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` - Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` - Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` - Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` - Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` - Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` - Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` - Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` - Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` - Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` - Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` +Mattermost Enterprise Edition v9.9.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8808ddaa46476924d2087b39a45e287b3120e41a124a63618aaa7ffce5b69d3b`` + - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.8.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b8b09673a731eb6cda52688383e0a5c5148453a7972a75322db522f3daee5248`` + - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``75fa0acfa3879e5d5ad42cf364dc0052ceb3e44685c93d36f5604d0b07ac47e5`` + - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a636fbfb994dc4d4a5debd775149e17ae08d5af159c39d458facb7d8188ba4e4`` + - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``665bceffb91d328a481c10dd169eb0490091f8da1b19d0c2e8f715775886d7a1`` + - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig +Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` +Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` +Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` +Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` +Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` +Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` +Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` +Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` +Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` +Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` +Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` +Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` +Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` +Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` +Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` +Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` +Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` +Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` +Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` +Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` +Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` +Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` +Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` -.. tab:: Mattermost Team Edition +Mattermost Team Edition +----------------------- - The open source Mattermost Team Edition is functionally identical to the commercial Mattermost Enterprise Edition in its free “team mode”, but there is no ability to unlock enterprise features. It deploys as single Linux binary with PostgreSQL or MySQL under an MIT license. +The open source Mattermost Team Edition is functionally identical to the commercial Mattermost Enterprise Edition in its free “team mode”, but there is no ability to unlock enterprise features. It deploys as single Linux binary with PostgreSQL or MySQL under an MIT license. - We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. +We generally recommend installing Enterprise Edition, even if you don't currently need a license. This provides the flexibility to seamlessly unlock Enterprise features should you need them. However, if you only want to install software with a fully open source code base, then Team Edition is the best choice for you. - Mattermost Team Edition v9.8.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``186753af3b64311a8f766e31313e90d14c03478a543e45fb80cc7688bd086f37`` - - GPG Signature: https://releases.mattermost.com/9.8.0/mattermost-team-9.8.0-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a506864bb95db3c598de6dc6210647babb5e84c1b2b04d944b8cbb887595b8bc`` - - GPG Signature: https://releases.mattermost.com/9.7.4/mattermost-team-9.7.4-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f1369c05227c931df6b21afd67d7878a41fb9dadcce7bdf5103d9d5c39985db2`` - - GPG Signature: https://releases.mattermost.com/9.6.2/mattermost-team-9.6.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.5.5 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``abee587fc1eb749c43509fa4a1990457cf953c466190717735f323482a851039`` - - GPG Signature: https://releases.mattermost.com/9.5.5/mattermost-team-9.5.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig - Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig - Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig - Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig - Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig - Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` - Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` - Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` - Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` - Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` - Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` - Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` - Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` - Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` - Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` - Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` - Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` - Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` - Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` - Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` - Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` - Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` - Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` - Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` - Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` - Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` - Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` - Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` - Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` - Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` - Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` - Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` - Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` - Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` - Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` - Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` +Mattermost Team Edition v9.9.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``83e982f193f3f81cd276fa78c6786b407a671b15f9f0cb927cc44883f231dbdf`` + - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.8.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``02097cd7aff6cf55575b54f74f168cfb07b9335bb3079e50419166df312daf53`` + - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4f74d9596a101a31d771c865c75fdb8875132e4b61eaf9ce1a1d0d32e79c6419`` + - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``630a51a8c3228465914b318fd0caa634f1a0a39010482aa478f090efee4ca566`` + - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``09715ee229f53c48f79f88062b7a6f9d173517d6b54b7bc23b1b68b51d192d46`` + - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig +Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig +Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig +Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig +Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig +Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` +Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` +Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` +Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` +Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` +Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` +Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` +Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` +Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` +Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` +Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` +Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` +Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` +Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` +Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` +Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` +Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` +Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` +Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` +Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` +Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` +Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` +Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` +Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` +Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` +Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` +Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` +Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` +Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` +Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` +Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` From f3a61da22aba79c2fe3882a049143c79efd822f1 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:27:14 -0400 Subject: [PATCH 49/50] Update version-archive.rst --- source/about/version-archive.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/about/version-archive.rst b/source/about/version-archive.rst index d421f84aeb7..7d074553a0e 100644 --- a/source/about/version-archive.rst +++ b/source/about/version-archive.rst @@ -365,12 +365,11 @@ Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ - ``https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz`` From 71022fd1c2885512fb0aed00fb220375e710c61b Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Fri, 28 Jun 2024 12:28:28 -0400 Subject: [PATCH 50/50] Incorporated reviewer feedback & updated page redirects --- source/about/deprecated-features.rst | 4 +- source/about/desktop.rst | 4 +- source/about/editions-and-offerings.rst | 4 +- source/about/mattermost-desktop-releases.md | 20 +- source/about/mattermost-mobile-releases.md | 2 +- source/about/mattermost-server-releases.md | 26 +- source/about/mattermost-v10-changelog.md | 4 +- source/about/mattermost-v9-changelog.md | 2 +- source/about/mobile.rst | 4 +- source/about/release-policy.md | 2 +- source/about/releases-lifecycle.rst | 4 +- source/about/server.rst | 6 +- source/about/version-archive.rst | 1462 +++++++++---------- source/conf.py | 36 +- 14 files changed, 806 insertions(+), 774 deletions(-) diff --git a/source/about/deprecated-features.rst b/source/about/deprecated-features.rst index 6bb9a0b16b7..9f962bafdad 100644 --- a/source/about/deprecated-features.rst +++ b/source/about/deprecated-features.rst @@ -1,5 +1,5 @@ -Removed and deprecated features for Mattermost -============================================== +Removed and deprecated features +=============================== This page describes features that are removed from support for Mattermost, or will be removed in a future update (deprecated), and provides early notice about future changes that might affect your use of Mattermost. This information is subject to change with future releases, and might not include each deprecated feature. diff --git a/source/about/desktop.rst b/source/about/desktop.rst index 7a75774e580..8358c6f918b 100644 --- a/source/about/desktop.rst +++ b/source/about/desktop.rst @@ -16,7 +16,7 @@ The Mattermost desktop app is available for Linux, Mac, and Windows operating sy Learn more about: -* :doc:`Mattermost desktop app releases ` -* :doc:`Desktop App changelog ` +* :doc:`Desktop releases ` +* :doc:`Desktop changelog ` See the :ref:`desktop app software requirements ` for details on supported operating systems and releases. \ No newline at end of file diff --git a/source/about/editions-and-offerings.rst b/source/about/editions-and-offerings.rst index 405f4458195..64095779167 100644 --- a/source/about/editions-and-offerings.rst +++ b/source/about/editions-and-offerings.rst @@ -1,5 +1,5 @@ -Mattermost editions and offerings -================================= +Editions and offerings +====================== Mattermost is an open core platform. diff --git a/source/about/mattermost-desktop-releases.md b/source/about/mattermost-desktop-releases.md index e1ce50c3f59..72f0800f032 100644 --- a/source/about/mattermost-desktop-releases.md +++ b/source/about/mattermost-desktop-releases.md @@ -1,4 +1,4 @@ -# Mattermost desktop app releases +# Desktop releases ```{include} ../_static/badges/allplans-cloud-selfhosted.md ``` @@ -21,13 +21,13 @@ Mattermost releases a new desktop app version every 4 months, in February, May, | **Release** | **Released on** | **Support ends** | **Compatible with** | |:---|:---|:---|:---| -| v5.8 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.7 `, {ref}`v9.6 `, {ref}`v9.5 `, {ref}`v8.1 ` | -| v5.7 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | {ref}`v9.6 ` | -| v5.6 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | {ref}`v9.3 ` | -| v5.5 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | {ref}`v9.0 ` | -| v5.4 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | {ref}`v7.10 ` | -| v5.3 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | {ref}`v7.9 ` | -| v5.2 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | {ref}`v7.4 ` | -| v5.1 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | {ref}`v6.7 ` | -| v5.0 {ref}`FEATURE ` [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | {ref}`v6.0 ` | +| v5.8 [Download](https://github.com/mattermost/desktop/releases/tag/v5.8.0) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | {ref}`v9.9 `, {ref}`v9.8 `, {ref}`v9.7 `, {ref}`v9.6 `, {ref}`v9.5 `, {ref}`v8.1 ` | +| v5.7 [Download](https://github.com/mattermost/desktop/releases/tag/v5.7.0) \| {ref}`Changelog ` | 2024-03-15 | 2024-05-15 | {ref}`v9.6 ` | +| v5.6 [Download](https://github.com/mattermost/desktop/releases/tag/v5.6.0) \| {ref}`Changelog ` | 2023-12-15 | 2024-03-14 | {ref}`v9.3 ` | +| v5.5 [Download](https://github.com/mattermost/desktop/releases/tag/v5.5.1) \| {ref}`Changelog ` | 2023-09-15 | 2023-12-14 | {ref}`v9.0 ` | +| v5.4 [Download](https://github.com/mattermost/desktop/releases/tag/v5.4.0) \| {ref}`Changelog ` | 2023-06-19 | 2023-09-14 | {ref}`v7.10 ` | +| v5.3 [Download](https://github.com/mattermost/desktop/releases/tag/v5.3.1) \| {ref}`Changelog ` | 2023-03-30 | 2023-06-18 | {ref}`v7.9 ` | +| v5.2 [Download](https://github.com/mattermost/desktop/releases/tag/v5.2.2) \| {ref}`Changelog ` | 2022-10-31 | 2023-03-29 | {ref}`v7.4 ` | +| v5.1 [Download](https://github.com/mattermost/desktop/releases/tag/v5.1.1) \| {ref}`Changelog ` | 2022-05-16 | 2022-10-30 | {ref}`v6.7 ` | +| v5.0 [Download](https://github.com/mattermost/desktop/releases/tag/v5.0.4) \| {ref}`Changelog ` | 2021-10-13 | 2022-05-15 | {ref}`v6.0 ` | | | | | | diff --git a/source/about/mattermost-mobile-releases.md b/source/about/mattermost-mobile-releases.md index cbadbb46740..600df4e9c06 100644 --- a/source/about/mattermost-mobile-releases.md +++ b/source/about/mattermost-mobile-releases.md @@ -1,4 +1,4 @@ -# Mattermost mobile app releases +# Mobile releases ```{include} ../_static/badges/allplans-cloud-selfhosted.md ``` diff --git a/source/about/mattermost-server-releases.md b/source/about/mattermost-server-releases.md index b41918f0d2d..6d593f7714c 100644 --- a/source/about/mattermost-server-releases.md +++ b/source/about/mattermost-server-releases.md @@ -1,5 +1,5 @@ (mattermost-server-releases)= -# Mattermost Server releases +# Server releases ```{include} ../_static/badges/allplans-selfhosted.md ``` @@ -10,22 +10,22 @@ ## Frequency Mattermost releases a new server version on the 16th of each month in [binary form](/upgrade/upgrading-mattermost-server). -- See the [Mattermost v10 changelog](/about/mattermost-v10-changelog) for details on what's coming and changing in the next major release. -- See the [Mattermost v9 changelog](/about/mattermost-v9-changelog) for details on v9.x server releases. +- See the [v10 changelog](/about/mattermost-v10-changelog) for details on what's coming and changing in the next major release. +- See the [v9 changelog](/about/mattermost-v9-changelog) for details on v9.x server releases. - See the [unsupported Mattermost legacy releases](/about/unsupported-legacy-releases) documentation for details on older, unsupported Mattermost releases. ## Latest releases | **Release** | **Released on** | **Support ends** | |:---|:---|:---| -| v9.9 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | -| v9.8 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | -| v9.7 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | -| v9.6 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | -| v9.5 {ref}`EXTENDED ` \| [Download](https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 | -| v9.4 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | -| v9.3 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | -| v9.2 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | -| v9.1 {ref}`FEATURE ` \| [Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | -| v9.0 {ref}`MAJOR ` \| [Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | +| v9.9 [Download](https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-06-14 | 2024-09-15 | +| v9.8 [Download](https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-05-16 | 2024-08-15 | +| v9.7 [Download](https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-04-16 | 2024-07-15 | +| v9.6 [Download](https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-03-16 | 2024-06-15 | +| v9.5 [Download](https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-02-16 | 2024-11-15 {ref}`EXTENDED ` | +| v9.4 [Download](https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2024-01-16 | 2024-04-15 | +| v9.3 [Download](https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-12-16 | 2024-03-15 | +| v9.2 [Download](https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-11-16 | 2024-02-15 | +| v9.1 [Download](https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-10-16 | 2024-01-15 | +| v9.0 [Download](https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz) \| {ref}`Changelog ` | 2023-09-16 | 2023-12-15 | | | | | diff --git a/source/about/mattermost-v10-changelog.md b/source/about/mattermost-v10-changelog.md index b84f4f4c37e..3f89457380e 100644 --- a/source/about/mattermost-v10-changelog.md +++ b/source/about/mattermost-v10-changelog.md @@ -1,4 +1,4 @@ -# Mattermost v10 changelog +# v10 changelog ```{Important} Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. @@ -13,7 +13,7 @@ Support for Mattermost Server v8.1 [Extended Support Release](https://docs.matte More information on this Mattermost major release coming soon. See the {doc}`Mattermost release policy ` documentation for details on {ref}`release types `. -### Upcoming Breaking Changes in Mattermost v10.0 Release +### Upcoming Breaking Changes in v10.0 Release Mattermost v10.0 is planned for September, 2024. Below is a list of planned breaking changes for this release: diff --git a/source/about/mattermost-v9-changelog.md b/source/about/mattermost-v9-changelog.md index 27c101e4298..39e6013b90f 100644 --- a/source/about/mattermost-v9-changelog.md +++ b/source/about/mattermost-v9-changelog.md @@ -1,4 +1,4 @@ -# Mattermost v9 changelog +# v9 changelog ```{Important} Support for Mattermost Server v8.1 [Extended Support Release](https://docs.mattermost.com/deploy/about/release-policy.html#extended-support-releases) has come to the end of its life cycle in May 15, 2024. Upgrading to Mattermost Server v9.5 or later is required. diff --git a/source/about/mobile.rst b/source/about/mobile.rst index aac633ca1d3..2220f0a49f5 100644 --- a/source/about/mobile.rst +++ b/source/about/mobile.rst @@ -18,7 +18,7 @@ Mattermost users can take Mattermost wherever they go by installing the Mattermo Learn more about: -* :doc:`Mattermost mobile app releases ` -* :doc:`Mattermost mobile app changelog ` +* :doc:`Mobile releases ` +* :doc:`Mobile changelog ` See the :ref:`mobile apps software requirements ` for details on supported operating systems and releases. \ No newline at end of file diff --git a/source/about/release-policy.md b/source/about/release-policy.md index 79fcf28fab5..e2826953b03 100644 --- a/source/about/release-policy.md +++ b/source/about/release-policy.md @@ -1,4 +1,4 @@ -# Mattermost release policy +# Release policy ```{include} ../_static/badges/allplans-selfhosted.md ``` diff --git a/source/about/releases-lifecycle.rst b/source/about/releases-lifecycle.rst index 62c8fabe55e..0d97cad7f90 100644 --- a/source/about/releases-lifecycle.rst +++ b/source/about/releases-lifecycle.rst @@ -1,5 +1,5 @@ -Mattermost releases and life cycle -=================================== +Releases and life cycle +======================= .. include:: ../_static/badges/allplans-cloud-selfhosted.rst :start-after: :nosearch: diff --git a/source/about/server.rst b/source/about/server.rst index e7ec2f35b99..362bb2da29d 100644 --- a/source/about/server.rst +++ b/source/about/server.rst @@ -19,8 +19,8 @@ Mattermost Server installs as a single compiled binary file that includes the RE Learn more about: -* :doc:`Mattermost Server releases ` -* :doc:`Mattermost v10 changelog ` -* :doc:`Mattermost v9 changelog ` +* :doc:`Server releases ` +* :doc:`v10 changelog ` +* :doc:`v9 changelog ` * :doc:`Unsupported legacy releases ` * :doc:`Version archive ` \ No newline at end of file diff --git a/source/about/version-archive.rst b/source/about/version-archive.rst index 7d074553a0e..0aa11ce9ede 100644 --- a/source/about/version-archive.rst +++ b/source/about/version-archive.rst @@ -1,4 +1,4 @@ -Version Archive +Version archive ================ .. include:: ../_static/badges/allplans-selfhosted.rst @@ -11,359 +11,359 @@ Version Archive .. tab:: Mattermost Enterprise -Mattermost Enterprise Edition v9.9.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8808ddaa46476924d2087b39a45e287b3120e41a124a63618aaa7ffce5b69d3b`` - - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.8.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b8b09673a731eb6cda52688383e0a5c5148453a7972a75322db522f3daee5248`` - - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``75fa0acfa3879e5d5ad42cf364dc0052ceb3e44685c93d36f5604d0b07ac47e5`` - - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a636fbfb994dc4d4a5debd775149e17ae08d5af159c39d458facb7d8188ba4e4`` - - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``665bceffb91d328a481c10dd169eb0490091f8da1b19d0c2e8f715775886d7a1`` - - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig -Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` -Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` -Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` -Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` -Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` -Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` -Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` -Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` -Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` -Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` -Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` -Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` -Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` -Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` -Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` -Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` -Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` -Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` -Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` -Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` -Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` -Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` -Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` + Mattermost Enterprise Edition v9.9.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8808ddaa46476924d2087b39a45e287b3120e41a124a63618aaa7ffce5b69d3b`` + - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-9.9.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.8.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b8b09673a731eb6cda52688383e0a5c5148453a7972a75322db522f3daee5248`` + - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-9.8.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``75fa0acfa3879e5d5ad42cf364dc0052ceb3e44685c93d36f5604d0b07ac47e5`` + - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-9.7.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a636fbfb994dc4d4a5debd775149e17ae08d5af159c39d458facb7d8188ba4e4`` + - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-9.6.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``665bceffb91d328a481c10dd169eb0490091f8da1b19d0c2e8f715775886d7a1`` + - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-9.5.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``17a49bfe180bc51a6ed33597fe713afed7f5a586e9f7adcb88e5c58c7860ba4c`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-9.4.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26296f0d8ae4acaa389adc8fb5a5917620f8a0d0017fae29ab1adc3856feb164`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-9.3.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65d9cdbc10e2bd28b723fcffb6a723140013b6d7ad3e0cd9f4a3d68d32442575`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-9.2.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1cf5c7d68a837d746fdb30f2fe88abbb34ca0badd9f4b297d18988c691f47b35`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-9.1.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5ed5118cb6bdb089fd47a087eea75746044acc3716162d7c1c40beaa6468941c`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-9.0.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d0a7edf4eb0aff7219cc589e41b280178665601a6d3daa0272528fabba9ec331`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-8.1.13-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``185e57bba4bcefd316cf1f83cfc73556c0646d6ea935e11be53ee1881817bf74`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-8.0.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5937103d7c7d298343740f9c5f8e87595d829eaf288d4aec834ce7e087a047de`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-7.10.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``33b256f77b215c3fbc09e042dde9a45182c079eba56df684b405161f0d68454b`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-7.9.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``778328d4c2716f10a8b2965d071d6f1c68a0ee98e046dd41669ba460d518170a`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-7.8.15-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942fa455b9f533ad191ea9404b34b4a5d9de7f90f966608fd06c66af2325b601`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-7.7.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``66fce67ba3a0fcb2ec4f85f2143010b1c3603be8c2c30cc30f2b583a8e2a3345`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-7.5.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86d60e7b38c849012aacdbeeaa25f808db9871ffe5d181f4c070bc4d0d3028b2`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-7.4.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3981e3dc8237802888817eca8b3c2d39bfd3e8b6b6e9f9c29050c2aa8460953f`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-7.3.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f074d167fc29d872b80d0754882db62e2b922139517227d43f7a8ba417a524ec`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-7.2.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e9c1af69a8ff1e3340210801cc1cadee653e086edacc2e3247acc37d83762c51`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-7.1.9-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e7597ab12598c908e0b4b2c4c35e87cdbad5a1db54a676d35787d1c41481eb5b`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-7.0.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``db3faada1a1673fcae4a4f7a26a630874498d11ee181e10fb93797f68939d3c1`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-6.7.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``895b89b87803b083eb4cd25ab4441f71c77930054c868df0d4f5ef19bae41bf8`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-6.6.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4b10b7d6d8e17c167bb103da86b12957aaf40ab8c008b99a1c4653771516274d`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-6.5.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``099dbd1f62cd69a97ee664eee3b71646a8916f109b0493088403836fc8e5e5b5`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-6.4.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40f5417f438a8c9c26106b037a2352ebffdb0f6236ac2a4e8ad91c602e65e1f2`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-6.3.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2196a1402f19a4c27d284271c76191fa27ed5011e46c5e8bc31dd1d1c5b50b0e`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-6.2.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b0d7b2792b5ff6ee510eac9a4f57cbf30a82c495d495f2d873bf9d00fe39a3ae`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-6.1.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``23ca2886e0ec0a785920cd78d47284b8eff543ee8ba07df5cdd4042acd549246`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-6.0.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c2feb80ffc9378f224a8f24e2dc4d6ec5ab0daa19c6a473503e64fcc473f5172`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-5.39.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ffb0f544222550c8477bbb83df35379da6a0280d1d0501c2569c839db9cb22c6`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-5.38.4-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ccaecdb70d49879fe4582456357ecfbc305d17e3aa847850389ad7d1f521caa7`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-5.37.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fc5e03ada4f04290230e56411f3aecefa0d3a21317fc08b355193a1702bf1136`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-5.36.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7de6ad424498a68537b34f18c70cfbe89487f2700e83ee041aa33491719e31f`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-5.35.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4af01d1a40f21c8b3ac4830f124713950a815f2dbb1ac1163d35d5c2aec8783b`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-5.34.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b4fef57213a73832e97430daba1d2faf211c5ee5fad127944dc35af2d31823d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-5.33.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9117ab9777d8453ae8b63f3a008152a2bdc6a638400640a67a0a359acf479a44`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-5.32.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95cc8744dd162ad16add85e76231494153473810f9a3a72d30d283466d73f949`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-5.31.9-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6502b01d966dca12443e4d397866651d236241373f2c3fb6fb8ce37ef136efc0`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-5.30.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6e0741f06fbbe6c11707a18b9cfb1a80356d7ca32378b109657a0b29b3b246d0`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-5.29.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``399f3ad35ea0e0b109cdb714d18aaccf8571223d856ac2129a8cd0866f39ac20`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-5.28.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``067bfe08307580851c407ec43a6cb725f179aa3baf2c434a2bed9b03c69e15f0`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-5.27.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``aa671915f684d7daca2fed321ede89dd05c3d377b0beaaca9561b1d7e3c36970`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-5.26.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``89048fc2b4d4930927e4b92a508d8db3628d05059c7f271caffd05d9b50136c8`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-5.25.7-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a9a3200a3de242b4461df7bf58ff131ebf730cc242d7515ce101ad880b37fb8`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-5.24.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a36f8de7fdc1b12c1b2b1a841e43a5f0604845b1c2bd4cff9318786964fcefae`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-5.23.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``24ce88ab151c873bcb107a2ff4fdbde7a06ef3d66fa172982ebd931211b2e7e0`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-5.22.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``909b17498139cd511d4e5483e2b7be0b757ac28ea5063be9c3d82cbe49b4a696`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-5.21.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``20fc3fdbeee5f13371b29c2016a3d42d5a8edf8c2508b43b295dd39c6cd57c90`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-5.20.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9926f1ded2faedea9168a1ac84be77b9b4a66f038bbdc92297b653c3a0a04271`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-5.19.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e61d6affca5bcf0e85b9152ff280b11135861f1b7b76dd30ad3ca96913c9f7a6`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-5.18.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``5b02c4e6c6c5735191bbdf46ee9af5aa08f2002e4b41d5ffb7cc39b4c838fadc`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-5.17.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``85dc0ec19fec3573c7331f25c17ad1a35a2db8f9bffa7ef9131dc6f9e00b51cc`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-5.16.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9676cadb908891227d8bce784643506dd36ba05498c9b3c4ce9d9378eed2b071`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-5.15.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d8f530ec5540dce20c3ff1a13beb54a8e065cb391247b4d92deb9f8c4adb3d7e`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-5.14.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``41f40fb7397309aeecdd9c8670e8f137a4892093ec658fc0346c732bca54e8f9`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-5.13.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1464e3f970c3b55c9b3ce94925b8d6e4b3b291c05f181498e8ae23822cf1ade4`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-5.12.6-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ad2db1a68103fb3ce9383f857eddc817848d548334b510b2dd2491f13f59ea4d`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-5.11.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7212c63f94c0b3d44c9296e3f7907a2cb651e15f5ac2032f1092223867cdea90`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-5.10.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``393a9803c2d1c28f592d52e43785899f787cccee1a12510a14f1d10e659792fe`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-5.9.8-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d681b7a2de4711e39d961598dad3821114c94ff916ec84b7d9965c54ff48cdda`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-5.8.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7775e6b38785f1838835fcdd0e64a1c8f718c0071232f31e9a70d83b09384955`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-5.7.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9705f6befff80451228c12909eed7e36730ffc6a231bcacf1381b9807c7acb91`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-5.6.5-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e568e23f1914b180665089dd711a154f03483bd127d2b037ab4dd35e50e6d567`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-5.5.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dfbd4a76d640cf2b3fc1d78f3eddd6571669d3d0c27a4bc7166ac06c8d03af19`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-5.4.0-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ebe59b38f0c7c1bed2dd94c0f5c64858dd316347418196199d871417747dcf97`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-5.3.1-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``91c383892e5072b798c828e6c4af19252a03d798bd42757c8a2369946f10ca8f`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-5.2.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4646910788a177931e6a4c5a0d8751e3d4f10e8083c6078de348e3463b106bb3`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-5.1.2-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``35863bd376f949d1fd87a012d4f5676e5eb2bdaaccaec4dd9141cf88979af6a6`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-5.0.3-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57070578ec7580df1a1d28d6248b387ad8be72cb584fd8535483e853b4858b9e`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-4.10.10-linux-amd64.tar.gz.sig + Mattermost Enterprise Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``368419bc8301ae9823c42c2b5ae69a3135b1dc640c94b8280d46941bda1b7b0b`` + Mattermost Enterprise Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``61b218111ab336e1ef0dfaa5fa1dfec345b11f7af281fa7e8a76a5bd28ca9ca9`` + Mattermost Enterprise Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6f616c02e6cab054acb80c6d949f12b1874f92a58690931cf3f1890a66c08bcc`` + Mattermost Enterprise Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``79763620c9a8b32a94193ae88d7fbab2899e3f525737b3e5c20cc5a0b96d19e2`` + Mattermost Enterprise Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb5b7d5729bb5abda3d89f0263ccb596feee4d4fd015c3c5e0de85792f700494`` + Mattermost Enterprise Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``54c268cb1ace376981ffc6845b18185c287783fad4dfb90969cd6bc459e306ae`` + Mattermost Enterprise Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10a30776bfb1af34ab89657f0c77f96eb8be0e2998e8ea50bf3960cc1aacd383`` + Mattermost Enterprise Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21d7fa761c2843ba69295cd10c7f4de8969acf57cb53b58be90d42eb6d0a71f7`` + Mattermost Enterprise Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e13c33d92ab19e7448ec122925953ab4938a565d7775e237564ebb6e1025f8bd`` + Mattermost Enterprise Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9b910bc0f1534852dead573bddcc13eccb3bbc51194cf64da92dadb662a480e8`` + Mattermost Enterprise Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a70a29986f62fdced9195eeb6d26dd3f6dad2bb9fe8badef708f779043e6d438`` + Mattermost Enterprise Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``49097757a4e97b26339446754859f2589ab420d56a795a57c507fcc1b02ba91b`` + Mattermost Enterprise Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c223320a82222ebff002071633c6331dce0da6ff6ac8e22d0ab0d7055356ff9c`` + Mattermost Enterprise Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65e65da661edbc7b7b2b02411f13dbe498fd704d5ae1289789feca79fe00b58a`` + Mattermost Enterprise Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8e666708fead5fbfcf1f20617b07fda21cc8cbc85f9690321cbf4a41bfc1dd89`` + Mattermost Enterprise Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b972ac6f38f8b4c4f364e40a7c0e7819511315a81cb38c8a51c0622d7c5b14a1`` + Mattermost Enterprise Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3329fe3ef4d6bd7bd156eec86903b5d9db30d8c62545e4f5ca63633a64559f16`` + Mattermost Enterprise Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d12d567c270a0c163e07b38ff41ea1d7839991d31f7c10b6ad1b4ef0f05f4e14`` + Mattermost Enterprise Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f66597ad2fa94d3f75f06135129aa91cddd35dd8b94acab4aa15dfa225596422`` + Mattermost Enterprise Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9e29525199e25eca6b7fe6422b415f6371d21e22c344ca6febc5e64f69ec670b`` + Mattermost Enterprise Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-enterprise-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c692f8532b1858aefd2f0c2c22721e6b18734580a84a8ae5d6ce891f0e16f07`` + Mattermost Enterprise Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-enterprise-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7e997526d9204eab70c74a31d51eea693cca0d4bf0f0f71760f14f797fa5477`` + Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-enterprise-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9454c3daacae602025b03950590e3f1ecd540b85a4bb7ad73bdca212ba85cf7a`` .. tab:: Mattermost Team Edition @@ -371,380 +371,380 @@ Mattermost Enterprise Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``83e982f193f3f81cd276fa78c6786b407a671b15f9f0cb927cc44883f231dbdf`` - - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.8.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``02097cd7aff6cf55575b54f74f168cfb07b9335bb3079e50419166df312daf53`` - - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4f74d9596a101a31d771c865c75fdb8875132e4b61eaf9ce1a1d0d32e79c6419`` - - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``630a51a8c3228465914b318fd0caa634f1a0a39010482aa478f090efee4ca566`` - - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``09715ee229f53c48f79f88062b7a6f9d173517d6b54b7bc23b1b68b51d192d46`` - - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` - - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` - - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` - - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` - - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` - - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` - - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig -Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` - - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` - - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` - - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` - - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` - - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` - - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` - - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` - - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` - - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` - - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig -Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` - - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` - - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` - - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` - - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` - - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` - - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` - - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` - - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` - - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` - - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` - - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` - - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` - - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` - - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` - - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` - - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` - - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` - - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` - - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` - - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` - - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` - - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` - - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` - - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` - - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` - - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` - - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` - - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` - - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` - - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` - - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` - - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` - - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` - - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` - - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` - - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` - - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` - - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` - - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` - - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` - - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` - - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` - - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` - - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` - - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` - - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` - - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` - - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig -Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` - - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig -Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` - - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig -Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` -Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` -Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` -Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` -Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` -Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` -Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` -Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` -Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` -Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` -Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` -Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` -Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` -Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` -Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` -Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` -Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` -Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` -Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` -Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` -Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` -Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` -Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` -Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` -Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` -Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` -Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` -Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` -Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` -Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` -Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ - - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` - - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` + Mattermost Team Edition v9.9.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``83e982f193f3f81cd276fa78c6786b407a671b15f9f0cb927cc44883f231dbdf`` + - GPG Signature: https://releases.mattermost.com/9.9.0/mattermost-team-9.9.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.8.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``02097cd7aff6cf55575b54f74f168cfb07b9335bb3079e50419166df312daf53`` + - GPG Signature: https://releases.mattermost.com/9.8.1/mattermost-team-9.8.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4f74d9596a101a31d771c865c75fdb8875132e4b61eaf9ce1a1d0d32e79c6419`` + - GPG Signature: https://releases.mattermost.com/9.7.5/mattermost-team-9.7.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``630a51a8c3228465914b318fd0caa634f1a0a39010482aa478f090efee4ca566`` + - GPG Signature: https://releases.mattermost.com/9.6.3/mattermost-team-9.6.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.5.6 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``09715ee229f53c48f79f88062b7a6f9d173517d6b54b7bc23b1b68b51d192d46`` + - GPG Signature: https://releases.mattermost.com/9.5.6/mattermost-team-9.5.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ab357c21c5d786965f2dc622a109630908b6eacd6412e2d57990e9c92ae19fb`` + - GPG Signature: https://releases.mattermost.com/9.4.5/mattermost-team-9.4.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.3.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5ff7e13935c11b88f9fa4e5ccd3f448cfd3e61d2917c6f51ef6a4065e315276`` + - GPG Signature: https://releases.mattermost.com/9.3.3/mattermost-team-9.3.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.2.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5ba2edac3d547c2929e46a1dbdf7f7b0f5de826a30d1c59b268a79e9cb6804b`` + - GPG Signature: https://releases.mattermost.com/9.2.6/mattermost-team-9.2.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.1.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0e876e1ab71a2a2035881371e0098a032b4ac7ac6dc4cabd8b8082f4357d8053`` + - GPG Signature: https://releases.mattermost.com/9.1.5/mattermost-team-9.1.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v9.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2aa5abe8dc65d6083c719ee0824e87f76d49d68c8ba8b6937c24295bfcc43dfc`` + - GPG Signature: https://releases.mattermost.com/9.0.5/mattermost-team-9.0.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v8.1.13 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``024138ea4072245ec71ed90268799d63cb2776bbf89d590f1f014cd27dadbbf0`` + - GPG Signature: https://releases.mattermost.com/8.1.13/mattermost-team-8.1.13-linux-amd64.tar.gz.sig + Mattermost Team Edition v8.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c1dbff642b429abf4af39d32ea047a42ada8c57ebbf3cd9a3617243e4807ccf`` + - GPG Signature: https://releases.mattermost.com/8.0.4/mattermost-team-8.0.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.10.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e09c4e7d7134e94fb06e92bda041dc8c9d122649052b27c380b20ac591faff95`` + - GPG Signature: https://releases.mattermost.com/7.10.5/mattermost-team-7.10.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.9.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cb4334bb355bc8a8471e66886e5332467c9e21f105514778072a142e6ab65a9e`` + - GPG Signature: https://releases.mattermost.com/7.9.6/mattermost-team-7.9.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.8.15 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a4351b1c2fdf65ca575f2a0d4df0d78f3aef17bb09ed16080e1afc4c74a33b6`` + - GPG Signature: https://releases.mattermost.com/7.8.15/mattermost-team-7.8.15-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74c86a5efa8b838f028ff8a435b4becaf46723c9b8f2d032de0ca15d128fb5cd`` + - GPG Signature: https://releases.mattermost.com/7.7.4/mattermost-team-7.7.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2162bc12b0b8763809f0795f429bc59018c712b14461db63158b453710fa885`` + - GPG Signature: https://releases.mattermost.com/7.5.2/mattermost-team-7.5.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.4.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9950495ebebdbfc4905d794e5c021d9600dfe7345c5967cb4d2271dc50428808`` + - GPG Signature: https://releases.mattermost.com/7.4.1/mattermost-team-7.4.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``26af2a6235261d5cb8b3d29b55a5c50b38c92f0b5e70e3ffac74729112d82c87`` + - GPG Signature: https://releases.mattermost.com/7.3.1/mattermost-team-7.3.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``42030c3b892b9428a653bb9a0a52f12dcef9b81535a0181e0456f7848203fce5`` + - GPG Signature: https://releases.mattermost.com/7.2.1/mattermost-team-7.2.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.1.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``affd62133d3e3db55ae1b1ac723391dd7ed04a2f7814c98da8db3833ba61c0ff`` + - GPG Signature: https://releases.mattermost.com/7.1.9/mattermost-team-7.1.9-linux-amd64.tar.gz.sig + Mattermost Team Edition v7.0.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95725aa1950d1165ed671fbc855bee386422c95c0cdfc71940bab2200002fcbe`` + - GPG Signature: https://releases.mattermost.com/7.0.2/mattermost-team-7.0.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.7.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f5e6d1433a09380d2197fde4c6c04d4ad876178823bd6e5fb63301382806fd16`` + - GPG Signature: https://releases.mattermost.com/6.7.2/mattermost-team-6.7.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.6.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3e0b3240037fc81e52c168805734bb46dbac454c704429777b82f852ba0f5858`` + - GPG Signature: https://releases.mattermost.com/6.6.2/mattermost-team-6.6.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3c62748e5a7c0c78ad81b9b514d7a8eb88d19232707167b68a41757827736262`` + - GPG Signature: https://releases.mattermost.com/6.5.2/mattermost-team-6.5.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.4.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8a0297e875a78aa90e7c92a344dcc16dda9b80c3dd17e0085e00a005d3892ec8`` + - GPG Signature: https://releases.mattermost.com/6.4.3/mattermost-team-6.4.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.3.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``00771ee7649f7a13a1598491ee5222509e85920271a12b3ae9683356b4d563ff`` + - GPG Signature: https://releases.mattermost.com/6.3.10/mattermost-team-6.3.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.2.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``21e21b7ca6706816a30bdd4e12b4cfb2416eb07523f178b167bd19bb92316ee6`` + - GPG Signature: https://releases.mattermost.com/6.2.5/mattermost-team-6.2.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.1.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``942f2a051b25a36e32e9b5da19bc8cf3ba54fb6febeffe71ba1db72dbf242520`` + - GPG Signature: https://releases.mattermost.com/6.1.3/mattermost-team-6.1.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v6.0.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``11b26d3b2b1f6367118da3c21c7ab46e289c900a8860870a1b07b1a46c71fa24`` + - GPG Signature: https://releases.mattermost.com/6.0.4/mattermost-team-6.0.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.39.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``77f77bcd73da8f449aba069108fafc694829cfa5ad0b5bcf289b52ee116c3d10`` + - GPG Signature: https://releases.mattermost.com/5.39.3/mattermost-team-5.39.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.38.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``03d083280e8764010505a4f07810531907265335a0115745bf32cd7250fe858e`` + - GPG Signature: https://releases.mattermost.com/5.38.4/mattermost-team-5.38.4-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.37.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d8efd53b900d5ffc19ce5af142bb6103371111f122040edeab3b72913ffc0b1`` + - GPG Signature: https://releases.mattermost.com/5.37.10/mattermost-team-5.37.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.36.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dff78b91a2c36b948470f0b6df247bbc9bb489cce531fa1d239367a1448afc74`` + - GPG Signature: https://releases.mattermost.com/5.36.2/mattermost-team-5.36.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.35.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``3d5f3e529e0f4276c2ffb1a601fd778787913f689e2fc83e4c32e3703740fe8e`` + - GPG Signature: https://releases.mattermost.com/5.35.5/mattermost-team-5.35.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.34.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``40c8e00dcbf3f6543e511e3c5dbc072af2e2aced0614e5c3f500a53c66395716`` + - GPG Signature: https://releases.mattermost.com/5.34.5/mattermost-team-5.34.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.33.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b2a14215bf33079c45892c387e48b7977e96ab2f7543def0f655096782f9277d`` + - GPG Signature: https://releases.mattermost.com/5.33.5/mattermost-team-5.33.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.32.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``86fd99e49b6ed687004d46813e51fd91e761a87dff58fa2878e752728fac555a`` + - GPG Signature: https://releases.mattermost.com/5.32.1/mattermost-team-5.32.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.31.9 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b5322d6187ca62b1b5725ae7162c8a2c7306a181afae6ebc508fc5de7308c808`` + - GPG Signature: https://releases.mattermost.com/5.31.9/mattermost-team-5.31.9-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.30.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d9e3c5b4602749d111a569b5a597745450898dab6976c17b5b87d7b8f82d4b4`` + - GPG Signature: https://releases.mattermost.com/5.30.3/mattermost-team-5.30.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.29.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``10dff87226298c22254f56825877c8639a882dc04c42e82bb34cfdbef8b06bae`` + - GPG Signature: https://releases.mattermost.com/5.29.2/mattermost-team-5.29.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.28.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a2bcc4aba7e2bfeb5b2b8d9f9793a3ae4882b457b60a40fe86c959769be182e8`` + - GPG Signature: https://releases.mattermost.com/5.28.2/mattermost-team-5.28.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.27.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9d1a1dd99a516c3aee64db44c9ef11a9dc33674928cdd570ca33ed8ae7837ee3`` + - GPG Signature: https://releases.mattermost.com/5.27.2/mattermost-team-5.27.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.26.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1d56a1b10ba3ea3ee89e48c5ca7dcbbc40704f4b541a26d9f7b7254193c320bd`` + - GPG Signature: https://releases.mattermost.com/5.26.2/mattermost-team-5.26.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.25.7 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9ee64a0e0bb09ef24f32aa3eea1a80b47cccf36339b7498e52e0d244422e13bb`` + - GPG Signature: https://releases.mattermost.com/5.25.7/mattermost-team-5.25.7-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.24.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c5328aca0e1f21b9d6dcb7ac9c58b96d56a107cbbbfe4cedbf38934b554bd82f`` + - GPG Signature: https://releases.mattermost.com/5.24.3/mattermost-team-5.24.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.23.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``253da42ac5cadcce29342dcc576fe2b232f2f2a012503996edaa377596bb5aa4`` + - GPG Signature: https://releases.mattermost.com/5.23.2/mattermost-team-5.23.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.22.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``05f956d2c2257b9bcbb9d8a4abdd8a41a63f040a790823f9612b5e7c7ad54fa7`` + - GPG Signature: https://releases.mattermost.com/5.22.3/mattermost-team-5.22.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.21.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4d81e27dd107ba3c66ad06b3e029c2e1b940a0f56b46250d9ebccb4edf3e50eb`` + - GPG Signature: https://releases.mattermost.com/5.21.0/mattermost-team-5.21.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.20.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ea8122b2c8839bfba25f8b4c56b7a17c88c12064ead70a9a43aa8c3681af9ba2`` + - GPG Signature: https://releases.mattermost.com/5.20.2/mattermost-team-5.20.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.19.3 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ec3b85032baccc5794e83cc134ca0114594ef69babb003c0a7fe96e22c7bcbd2`` + - GPG Signature: https://releases.mattermost.com/5.19.3/mattermost-team-5.19.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.18.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``06db01d79b99f02b80d91e0e2af8907bc04b82d305fdf56d5b797062c023f10f`` + - GPG Signature: https://releases.mattermost.com/5.18.2/mattermost-team-5.18.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.17.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8189929e301017f384b89d40b3ef90b0355eddf59ed1c4a46fdf591f23c3e870`` + - GPG Signature: https://releases.mattermost.com/5.17.3/mattermost-team-5.17.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.16.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``442f1faf85037cac187022f8acb362ba84b871f23185ad400fcee7dc07c71672`` + - GPG Signature: https://releases.mattermost.com/5.16.5/mattermost-team-5.16.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.15.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``820dba42b593c000e3288b50ab929ab0107d31410e6b4d032d2c272b8a206b32`` + - GPG Signature: https://releases.mattermost.com/5.15.5/mattermost-team-5.15.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.14.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``65401dacc38785b8735f8517849ca30a1972713c82eac3862ac1ac917e493d33`` + - GPG Signature: https://releases.mattermost.com/5.14.5/mattermost-team-5.14.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.13.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``bfbcc5b0f56c97104f8e17bf7068225258fdd50ce2171cc16c4fd69cf4fc3e69`` + - GPG Signature: https://releases.mattermost.com/5.13.3/mattermost-team-5.13.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.12.6 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``080fc3644165c313d9ddc7ad83f8c5391fe83df30c7ce58cfbcbe3605351c4af`` + - GPG Signature: https://releases.mattermost.com/5.12.6/mattermost-team-5.12.6-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.11.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``ae0435ec68d739ac68714b49325d2cd1b7c58524726871cc2cea191c7b3e4085`` + - GPG Signature: https://releases.mattermost.com/5.11.1/mattermost-team-5.11.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.10.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8359e0fadb923bdc904c72a7defd9a1f819a7fdc888e62da5c593e30bfb4314d`` + - GPG Signature: https://releases.mattermost.com/5.10.2/mattermost-team-5.10.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.9.8 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``74052a54c6b70a223ad2378484ebda7f7f80f855674987dcc2c510b142aa8432`` + - GPG Signature: https://releases.mattermost.com/5.9.8/mattermost-team-5.9.8-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``be9499f24d4b7a38e2f390583a26071626fe8242d8e34fb382228c23012621c7`` + - GPG Signature: https://releases.mattermost.com/5.8.2/mattermost-team-5.8.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.7.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``95e81c3764338df2eefec48a395dd6972877447309570b8843220b952a33fde2`` + - GPG Signature: https://releases.mattermost.com/5.7.3/mattermost-team-5.7.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.6.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9bd863f5f52d87ff792b98e67597f193d34969e682f562a40b1542a8f301f008`` + - GPG Signature: https://releases.mattermost.com/5.6.5/mattermost-team-5.6.5-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.5.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a47f941509d3b4191e60de487fd27eccc034a7196818ecba5022f09c7718fe09`` + - GPG Signature: https://releases.mattermost.com/5.5.3/mattermost-team-5.5.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``6b6f3ea9e0faf3895d71f38cf90737468a8db07b12370762be6cf60c6983355a`` + - GPG Signature: https://releases.mattermost.com/5.4.0/mattermost-team-5.4.0-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.3.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``047a78b45293479f69f1cb99169a1c01ee0f90ffaf9dbe145147638fb410526a`` + - GPG Signature: https://releases.mattermost.com/5.3.1/mattermost-team-5.3.1-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d51adb0f8611bb90641e6169f1a81ed9a43765c1b5d885c3dc98038355cd4429`` + - GPG Signature: https://releases.mattermost.com/5.2.2/mattermost-team-5.2.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2fa5c087b74a41017fc6f38fa1d8d2dbb59adb2b4a70efc38b624c564a572f22`` + - GPG Signature: https://releases.mattermost.com/5.1.2/mattermost-team-5.1.2-linux-amd64.tar.gz.sig + Mattermost Team Edition v5.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b3711ebd0e0240876ba751b18bd7a7349ffbf3f8a02d63ff79303aba98ca02c9`` + - GPG Signature: https://releases.mattermost.com/5.0.3/mattermost-team-5.0.3-linux-amd64.tar.gz.sig + Mattermost Team Edition v4.10.10 *Extended Support Release (ESR)* - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c8a8569e3a65246ab4babc01ce61c52b0ac0b6bd4984ef9896d20ce0ade233c2`` + - GPG Signature: https://releases.mattermost.com/4.10.10/mattermost-team-4.10.10-linux-amd64.tar.gz.sig + Mattermost Team Edition v4.9.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.9.4/mattermost-team-4.9.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``7b8ed13dc08349bcd7e0886464e7c242f5905bb6685fb28e434a2bd3e3423cfc`` + Mattermost Team Edition v4.8.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.8.2/mattermost-team-4.8.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``192d5b9ce2b1aeb3fc1c8a09ca53e7883b0977d7a37d63ea2f116a13ca5efaf8`` + Mattermost Team Edition v4.7.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.7.4/mattermost-team-4.7.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``caac6f6a612fc50b230e0f77b3ba58c34e7bca86c2c6479e7732dece03cd69dc`` + Mattermost Team Edition v4.6.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.6.3/mattermost-team-4.6.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2583ece515ecd6f9f45f874aa009c8fa8970a273d5d2e3006ee47aad0bac0a3d`` + Mattermost Team Edition v4.5.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.5.2/mattermost-team-4.5.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``756f30c7690c1c3d81470d73f18d87ff99869d130ca2528cb2a97a660ec9b73e`` + Mattermost Team Edition v4.4.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.4.5/mattermost-team-4.4.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c261384b2bd8e0472e22307368818eb84b0171e15bdacf7e926187aa846861d7`` + Mattermost Team Edition v4.3.4 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.3.4/mattermost-team-4.3.4-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``fbc2504cfe417b45ed957c2f45be654849c87fc0d46c14067b8febdbc626f4cc`` + Mattermost Team Edition v4.2.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.2.2/mattermost-team-4.2.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``4353f7d77bf5a0bcc1bbce00f2ca60fd14f5fd8caa8b57f4c518dc3ef657c4d6`` + Mattermost Team Edition v4.1.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.1.2/mattermost-team-4.1.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1b43c5d1938d17f3ce5d9f90c958a8353639422df48488f002377a30a6d84ae1`` + Mattermost Team Edition v4.0.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/4.0.5/mattermost-team-4.0.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``a7897c6027eb972c0e5d8039862308f1073f1a078e0aa28b3d67f7a5e519dc04`` + Mattermost Team Edition v3.10.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.10.3/mattermost-team-3.10.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``cdc8c706ccc169c143be87167077171bfcf4bec8d85cc42e2e78c45d483bf0a1`` + Mattermost Team Edition v3.9.2 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.9.2/mattermost-team-3.9.2-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f7f878c7d195e1f336b7025fbb4063c1796fa16296ac2d7437d2a5067750966e`` + Mattermost Team Edition v3.8.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.8.3/mattermost-team-3.8.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``1a5de4052c007c54fce6cd844ab3e89aabc8d1a05b8bac72ef58f6896760c4e1`` + Mattermost Team Edition v3.7.5 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.7.5/mattermost-team-3.7.5-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``eaee6a57ab9e2924f71853cbebf465d63f7dbf1112716c0e4768984de39f83a2`` + Mattermost Team Edition v3.6.7 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.6.7/mattermost-team-3.6.7-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``8378f15a6bd070386077798f36d8e521b63844bc838f6553915c6fd4fba3b01d`` + Mattermost Team Edition v3.5.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2c6bc8b1c25e48d1ac887cd6cbef77df1f80542127b4d98c4d7c0dfbfade04d5`` + Mattermost Team Edition v3.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``c352f6c15466c35787bdb5207a6efe6b471513ccdd5b1f64a91a8bd09c3365da`` + Mattermost Team Edition v3.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.3.0/mattermost-team-3.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``09948edb32ebb940708e30a05c269e69568dfd2e0c05495392f353b26139b79a`` + Mattermost Team Edition v3.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.2.0/mattermost-team-3.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``14e5c1460a991791ef3dccd6b5aeab40ce903090c5f6c15e7974eb5e4571417a`` + Mattermost Team Edition v3.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.1.0/mattermost-team-3.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``dad164d2382428c36623b6d50e3290336a3be01bae278a465e0d8d94b701e3ff`` + Mattermost Team Edition v3.0.3 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/3.0.3/mattermost-team-3.0.3-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``b60d26a13927b614e3245384559869ae31250c19790b1218a193d52599c09834`` + Mattermost Team Edition v2.2.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``d723fe9bf18d2d2a419a8d2aa6ad94fc99f251f8382c4342f08a48813501ca06`` + Mattermost Team Edition v2.1.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``2825434aad23db1181e03b036bd826e66d6d4f21d337d209679a095a3ed9a4d2`` + Mattermost Team Edition v2.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/2.0.0/mattermost-team-2.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``005687c6a8128e1e40d01933f09d7da1a1b70b149a6bef96d923166bc1e7ce8f`` + Mattermost Team Edition v1.4.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.4.0/mattermost-team-1.4.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``0874dad79415066466c22ac584e599897124106417e774818cf40864d202dbb0`` + Mattermost Team Edition v1.3.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.3.0/mattermost-team-1.3.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``57af87ae8a98743b5379ed70f93a923654f7b8547f89b7f99ef9a718f472364d`` + Mattermost Team Edition v1.2.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.2.1/mattermost-team-1.2.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f4cc5b0e1026026ff0cea4cc915b92967f9dfdf497c249731dc804a9a2ff156d`` + Mattermost Team Edition v1.1.1 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.1.1/mattermost-team-1.1.1-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``e6687b9d7f94538e1f4a9f93a0bcb8a66e293e2260433ed648964baa53c3e561`` + Mattermost Team Edition v1.0.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/1.0.0/mattermost-team-1.0.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``208b429cc29119b3d3c686b8973d6100eb02845b1da2f18744195f055521cbc8`` + Mattermost Team Edition v0.7.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.7.0/mattermost-team-0.7.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``f0a0e5b5fab3aeb5dc638ab3059b3ea5bf7bc1ec5123db1199aa10db41bfffb1`` + Mattermost Team Edition v0.6.0 - `View Changelog `__ - `Download `__ + - ``https://releases.mattermost.com/0.6.0/mattermost-team-0.6.0-linux-amd64.tar.gz`` + - SHA-256 Checksum: ``9eb364f7f963af32d4a9efe3bbb5abb2a21ca5d1a213b50ca461dab047a123b6`` \ No newline at end of file diff --git a/source/conf.py b/source/conf.py index c0b8b1b2afd..b67f163de1e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -1817,9 +1817,41 @@ def setup(_: Sphinx): "deploy/desktop-app-changelog.html": "https://docs.mattermost.com/about/desktop-app-changelog.html", "deploy/legacy-self-hosted-changelog.html": - "https://docs.mattermost.com/about/unsupported-legacy-releases", + "https://docs.mattermost.com/about/unsupported-legacy-releases.html", "deploy/mobile-app-changelog.html": "https://docs.mattermost.com/about/mobile-app-changelog.html", +"deploy/mattermost-changelog.html": + "https://docs.mattermost.com/about/server.html", +"deploy/mattermost-changelog.html#release-v9-9-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html", +"deploy/mattermost-changelog.html#release-v9-8-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-8-feature-release", +"deploy/mattermost-changelog.html#release-v9-7-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-7-feature-release", +"deploy/mattermost-changelog.html#release-v9-6-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-6-feature-release", +"deploy/mattermost-changelog.html#release-v9-5-extended-support-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-5-extended-support-release", +"deploy/mattermost-changelog.html#release-v9-4-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-4-feature-release", +"deploy/mattermost-changelog.html#release-v9-3-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-3-feature-release", +"deploy/mattermost-changelog.html#release-v9-2-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-2-feature-release", +"deploy/legacy-self-hosted-changelog.html#release-v9-1-feature-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-1-feature-release", +"deploy/legacy-self-hosted-changelog.html#release-v9-0-major-release": + "https://docs.mattermost.com/about/mattermost-v9-changelog.html#release-v9-0-major-release", +"deploy/legacy-self-hosted-changelog.html#release-v8-1-extended-support-release": + "https://docs.mattermost.com/about/unsupported-legacy-releases.html#release-v8-1-extended-support-release", +"deploy/legacy-cloud-changelog.html": + "https://docs.mattermost.com/about/mattermost-server-releases.html", +"deploy/desktop-app-changelog.html#release-v5-8": + "https://docs.mattermost.com/about/desktop-app-changelog.html#release-v5-8", +"deploy/desktop-app-changelog.html#release-v5-7": + "https://docs.mattermost.com/about/desktop-app-changelog.html#release-v5-7", +"deploy/mobile-app-changelog.html#release": + "https://docs.mattermost.com/about/mobile-app-changelog.html", # Deployment redirects "deployment/advanced-permissions.html": @@ -2108,7 +2140,7 @@ def setup(_: Sphinx): "guides/deploy-openfaas.html": "https://docs.mattermost.com/deploy/deploy-openfaas", "guides/changelogs.html": - "https://docs.mattermost.com/guides/releases-lifecycle.html", + "https://docs.mattermost.com/about/releases-lifecycle.html", # Help redirects resulting from the June 2021 docs reorganization project. "help/apps/desktop-changelog.html":