Skip to content

v11.10.0 Changelog - #9100

Merged
amyblais merged 26 commits into
v11.10-documentationfrom
changelog/v11.0.0
Aug 11, 2026
Merged

v11.10.0 Changelog#9100
amyblais merged 26 commits into
v11.10-documentationfrom
changelog/v11.0.0

Conversation

@changelog-automation-docs

Copy link
Copy Markdown
Contributor

Auto-generated changelog for milestone v11.10.0 from mattermost/mattermost,mattermost/enterprise.

@mattermost-build

Copy link
Copy Markdown
Contributor

Hello @changelog-automation-docs[bot],

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

@amyblais amyblais added this to the v11.10.0 milestone Jul 17, 2026
@amyblais amyblais added the Work In Progress Not yet ready for review label Jul 17, 2026
@amyblais amyblais self-assigned this Jul 17, 2026
@amyblais amyblais changed the title v11.0.0 Changelog v11.10.0 Changelog Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA ed89458

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA ed89458

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The v11 changelog now includes the v11.10 feature release, covering upgrade requirements, improvements, bug fixes, API and event changes, audit updates, Go version information, and open-source component changes.

Changes

v11.10 Release Documentation

Layer / File(s) Summary
Release scope and improvements
source/product-overview/mattermost-v11-changelog.md
Adds the v11.10 release entry, upgrade impact, compatibility notes, and improvements across the UI, plugins, integrations, administration, and mmctl.
Operations and bug fixes
source/product-overview/mattermost-v11-changelog.md
Documents fixes across webapp behaviour, plugins, rendering, security, auditing, and command output.
Interfaces and component versions
source/product-overview/mattermost-v11-changelog.md
Adds API, WebSocket, audit-log, Go version, and open-source component update details.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the changelog update for v11.10.0.
Description check ✅ Passed The description is directly related and correctly identifies the changelog as auto-generated for milestone v11.10.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changelog/v11.0.0

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA fca2b91

@amyblais
amyblais changed the base branch from master to v11.10-documentation July 22, 2026 08:16
@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 4c6dd26

@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA b643777

@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA bbcf832

@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA eb0c12c

@amyblais

Copy link
Copy Markdown
Member

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Full review finished.

@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 74ea67d

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

🧹 Nitpick comments (2)
source/product-overview/mattermost-v11-changelog.md (2)

168-170: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Format external repository references as links.

These repository URLs are rendered as inline code rather than normal Markdown links. The final /pull/ URL also does not identify a specific pull request, so replace it with the concrete source link or remove it.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@source/product-overview/mattermost-v11-changelog.md` around lines 168 - 170,
Update the changelog entries to render each external repository reference as a
normal Markdown link instead of inline code, preserving the referenced
repositories. Replace the incomplete go-mail `/pull/` reference with its
specific source URL, or remove that reference if no concrete URL is available.

Source: Coding guidelines


38-40: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Use lowercase MyST admonition syntax for consistency. Change {Important} to {important}.

Proposed correction
-```{Important}
+```{important}
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@source/product-overview/mattermost-v11-changelog.md` around lines 38 - 40,
Update the MyST admonition directive in the upgrade notice from `{Important}` to
lowercase `{important}`, leaving the surrounding content unchanged.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Line 18: Replace the hardcoded docs.mattermost.com URLs in the release links
at the v11.10 heading and the referenced lines with repository-native relative
Markdown links or {ref} targets. Preserve each link’s destination and visible
text while ensuring all internal Mattermost documentation links are
version-safe.
- Around line 29-33: In the changelog list, remove the duplicate standalone
TeamSettings.LockProfileFieldsForEmailUsers entry and retain the earlier
complete description. Ensure the remaining entry uses consistent list
indentation with the surrounding additions.
- Line 25: Update the release version referenced in the schema-changes sentence
for the v11.10 changelog entry from v11.9 to v11.10, leaving the surrounding
upgrade guidance unchanged.
- Around line 160-162: Remove the duplicated
AuditEventTeamCascadedChannelRemoval, AuditEventTeamMembershipAdded, and
AuditEventTeamMembershipRemoved entries from the changelog while preserving the
original occurrences at Lines 156-158.
- Around line 95-97: Remove the duplicated team-membership bullets and the
redundant “Property owners…” bullet from the changelog section, retaining the
earlier complete entries for those features. Do not alter the retained entries
or add replacement text.
- Line 148: Remove the duplicate GET /access_control/attributes
(getTeamAccessControlAttributes) changelog entry, keeping the existing entry
listed earlier unchanged.

---

Nitpick comments:
In `@source/product-overview/mattermost-v11-changelog.md`:
- Around line 168-170: Update the changelog entries to render each external
repository reference as a normal Markdown link instead of inline code,
preserving the referenced repositories. Replace the incomplete go-mail `/pull/`
reference with its specific source URL, or remove that reference if no concrete
URL is available.
- Around line 38-40: Update the MyST admonition directive in the upgrade notice
from `{Important}` to lowercase `{important}`, leaving the surrounding content
unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: ddb3ea51-1ff0-4118-bb1a-7d1ff5a0ca5b

📥 Commits

Reviewing files that changed from the base of the PR and between 3b2e99a and 74ea67d.

📒 Files selected for processing (1)
  • source/product-overview/mattermost-v11-changelog.md

Comment thread source/product-overview/mattermost-v11-changelog.md
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 308f515

Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated

@wiggin77 wiggin77 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some changes requested.

@amyblais
amyblais requested a review from wiggin77 August 7, 2026 06:06
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 7cc95d6

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 2858a7b

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 96ebd9d

@pvev pvev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Comment thread source/product-overview/mattermost-v11-changelog.md Outdated
Comment thread source/product-overview/mattermost-v11-changelog.md Outdated

@wiggin77 wiggin77 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One edit suggestion and a nit. Otherwise approved.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Newest code from mattermost has been published to preview environment for Git SHA 2f120a8

@amyblais amyblais added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Editor Review Requires review by an editor Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) labels Aug 11, 2026
@amyblais
amyblais merged commit c45ace1 into v11.10-documentation Aug 11, 2026
10 checks passed
@amyblais
amyblais deleted the changelog/v11.0.0 branch August 11, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1: Dev Review Requires review by a core commiter 3: Reviews Complete All reviewers have approved the pull request Contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.