Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
7453853
docs: add changelog for v11.9.0
Jun 17, 2026
7e16f14
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
7a1f4c2
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
f892e7d
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
7dacdc6
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
974d613
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
0d31aed
Update mattermost-v11-changelog.md
amyblais Jun 17, 2026
5a1cddd
Update mattermost-v11-changelog.md
amyblais Jun 18, 2026
e1f2a59
Merge branch 'master' into changelog/v11.9.0
amyblais Jun 18, 2026
4275e8b
Update mattermost-v11-changelog.md
amyblais Jun 18, 2026
baae4ee
Update mattermost-v11-changelog.md
amyblais Jun 18, 2026
68bdcde
Update mattermost-v11-changelog.md
amyblais Jun 18, 2026
b25c746
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
5a86048
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
cf4ee8a
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
5319074
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
f585275
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
d9459c1
Update mattermost-v11-changelog.md
amyblais Jun 22, 2026
dd7964b
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
cb9c605
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
cd8c994
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
fe4b53b
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
3c57475
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
3ba6be1
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
c264a71
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
e540e9e
Update mattermost-v11-changelog.md
amyblais Jun 23, 2026
f40bd28
Update source/product-overview/mattermost-v11-changelog.md
amyblais Jun 24, 2026
31e7162
Update mattermost-v11-changelog.md
amyblais Jun 24, 2026
a743ce5
Update mattermost-v11-changelog.md
amyblais Jun 25, 2026
31358e6
Update mattermost-v11-changelog.md
amyblais Jun 25, 2026
a642739
Add 3 bug fix release notes to v11.9.0 changelog
amyblais Jun 26, 2026
2c26c9d
Update source/product-overview/mattermost-v11-changelog.md
amyblais Jun 26, 2026
d236be2
Update mattermost-v11-changelog.md
amyblais Jun 26, 2026
d6691b0
Add Jira plugin v4.7.1 release note to v11.9.0 changelog
amyblais Jun 29, 2026
3bce3a7
Fix: use Pre-packaged for Jira plugin v4.7.1 release note
amyblais Jun 29, 2026
b888fa0
Add attribute value masking information to 11.8.0 changelog docs (#9076)
pvev Jun 29, 2026
a84cf17
Add inline link for attribute value masking in v11.9 changelog
amyblais Jun 29, 2026
99aead7
Update Agents plugin version from v2.4.1 to v2.4.2 in v11.9 changelog
amyblais Jun 30, 2026
c0590d8
Add Global Relay crash fix to v11.9 Bug Fixes section
amyblais Jun 30, 2026
a4e4ed6
Add Global Relay fix to v11.9 Bug Fixes with correct wording
amyblais Jun 30, 2026
e7affe0
Add inline link for metric on line 106
amyblais Jun 30, 2026
9f7d8f6
Update v11.9 changelog: bug fix, feature flag note, Calls v1.12.1
amyblais Jul 1, 2026
1c01844
Fix formatting: backticks for feature flags, bold for Channel Setting…
amyblais Jul 1, 2026
f171c64
Update source/product-overview/mattermost-v11-changelog.md
amyblais Jul 1, 2026
06cb102
Update v11.9 changelog: replace feature flag line 110 with ChannelPer…
amyblais Jul 2, 2026
b254c75
Add PropertyGroups and channelbookmarks schema changes to v11.9 chang…
amyblais Jul 2, 2026
eed3333
Update mattermost-v11-changelog.md
amyblais Jul 3, 2026
398c9ef
Add ChannelGuards schema change to v11.9 changelog
amyblais Jul 3, 2026
d409772
Add stale config refresh fix to v11.9 changelog
amyblais Jul 6, 2026
8396a75
Update mattermost-v11-changelog.md
amyblais Jul 6, 2026
ab7499a
Add Bot Accounts pagination fix to v11.9 changelog
amyblais Jul 6, 2026
3573f66
Remove duplicate Boards plugin version line
amyblais Jul 7, 2026
c3db459
Update mattermost-v11-changelog.md
amyblais Jul 9, 2026
0a10424
Update mattermost-v11-changelog.md
amyblais Jul 9, 2026
95f0b85
MM-69392 - DCR changes upgrade notes
pvev Jul 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source/administration-guide/upgrade/important-upgrade-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ We recommend reviewing the `additional upgrade notes <#additional-upgrade-notes>
| If you're upgrading | Then... |
| from a version earlier than... | |
+====================================================+==================================================================================================================================================================+
| v11.9 | Mattermost v11.9 changes how redirect URI allowlist patterns are matched for OAuth Dynamic Client Registration (DCR). Patterns are now evaluated per URL |
| | component (scheme, host, path, and query) rather than as a whole-string glob. As a result, a pattern such as ``https://*.example.com/**`` no longer matches |
| | redirect URIs that include a query string (for example, ``https://app.example.com/callback?tenant=foo``); redirect URIs without a query string continue to |
| | match as expected. |
| | |
| | Admins using DCR with redirect URIs that include query strings must update their allowlist. To allow redirect URIs both with and without a query string, add |
| | two separate entries: |
| | |
| | - ``https://*.example.com/**`` — matches redirect URIs with no query string. |
| | - ``https://*.example.com/**?**`` — matches redirect URIs with any query string. |
| | |
| | A pattern that includes a query component (such as ``?**``) only matches URIs that also carry a query string; it will not match URIs without one. Both entries |
| | are required to cover both cases. |
+----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| v11.8 | The Custom Profile Attributes property group is renamed from ``custom_profile_attributes`` to ``access_control``, and CPA fields and values are migrated from |
| | the legacy property model to the v2 model. The functionality of the CPA feature is unchanged. Plugin developers that use CPA will need to register against the |
| | new group name. |
Expand Down
Loading
Loading