Skip to content

Dot release docs for Mobile v2.42.3 - #9122

Merged
amyblais merged 5 commits into
masterfrom
claude/issue-9121-20260803-0919
Aug 5, 2026
Merged

Dot release docs for Mobile v2.42.3#9122
amyblais merged 5 commits into
masterfrom
claude/issue-9121-20260803-0919

Conversation

@amyblais

@amyblais amyblais commented Aug 3, 2026

Copy link
Copy Markdown
Member

Generated with Claude Code

Adds the v2.42.3 changelog entry and points the v2.42 row in the mobile
releases table at v2.42.3.

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 3, 2026 09:24
@amyblais amyblais added 1: Dev Review Requires review by a core commiter Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) labels Aug 3, 2026
@amyblais
amyblais requested review from enahum and lieut-data August 3, 2026 09:28

Copilot AI 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.

Pull request overview

Adds documentation entries for the Mattermost Mobile v2.42.3 dot release by updating the mobile app changelog and the “Latest releases” table so readers can find the new release reference and download/SBOM links.

Changes:

  • Added a new v2.42.3 section to the mobile app changelog.
  • Updated the v2.42 row in the mobile releases table to point to v2.42.3 (download + SBOM + changelog refs).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
source/product-overview/mobile-app-changelog.md Adds the v2.42.3 release entry (compatibility, bug fixes, known issues).
source/product-overview/mattermost-mobile-releases.md Updates the “Latest releases” table to link to v2.42.3 artifacts and the new changelog anchor.

Comment thread source/product-overview/mobile-app-changelog.md Outdated
Comment thread source/product-overview/mobile-app-changelog.md
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: f8fd67f3-b815-4f46-b804-ea62fd0c4c08

📥 Commits

Reviewing files that changed from the base of the PR and between 8371be5 and 5c418a8.

📒 Files selected for processing (1)
  • source/product-overview/mobile-app-changelog.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • source/product-overview/mobile-app-changelog.md

📝 Walkthrough

Walkthrough

The mobile documentation adds the Mattermost Mobile v2.42.3 changelog entry and updates the v2.42 release links from 2.42.2 to 2.42.3.

Changes

Mobile release documentation

Layer / File(s) Summary
Add v2.42.3 changelog entry
source/product-overview/mobile-app-changelog.md
Adds release metadata, platform requirements, compatibility requirements, fixes, and known issues.
Update release references
source/product-overview/mattermost-mobile-releases.md
Updates the feature, download, changelog, and SBOM links to version 2.42.3.

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

Possibly related PRs

Suggested labels: Do Not Merge/Awaiting Next Release

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description only identifies the generation tool and does not describe the documentation changes. Add a brief summary of the Mobile v2.42.3 release documentation updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the mobile v2.42.3 dot release documentation change.
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 claude/issue-9121-20260803-0919

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.

@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: 3

🧹 Nitpick comments (1)
source/product-overview/mobile-app-changelog.md (1)

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

Use the repository’s internal reference for the release-policy link.

Replace the hard-coded Mattermost documentation URL with the existing {ref} target:

Suggested change
- [Extended Support Release](https://docs.mattermost.com/product-overview/release-policy.html#extended-support-releases)
+ {ref}`Extended Support Release <extended-support-releases>`

As per coding guidelines, internal links to Mattermost documentation should use repo-appropriate internal link syntax instead of hard-coded https://docs.mattermost.com/... URLs.

🤖 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/mobile-app-changelog.md` at line 19, Update the
release-policy link in the changelog entry to use the repository’s existing
internal {ref} target instead of the hard-coded docs.mattermost.com URL,
preserving the link text and destination.

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-mobile-releases.md`:
- Line 21: Remove or defer the v2.42 row in the mobile releases overview until
the v2.42.3 GitHub release assets are available; re-add or retain it only after
both the release download URL and SBOM link resolve successfully.

In `@source/product-overview/mobile-app-changelog.md`:
- Around line 23-24: Update the v2.42.3 “Bug Fixes” section in the mobile app
changelog by replacing the TODO with the verified fixes included in the release,
or explicitly state that no bug fixes were included; do not leave the
placeholder before publishing.
- Line 20: Update the Android prerequisite entry in the mobile app changelog to
identify Android 7+ as a Mattermost Mobile support boundary rather than
attributing it to the Google blog post, and replace the link with the
product-specific source documenting Mattermost Mobile 2.42.3 support
requirements.

---

Nitpick comments:
In `@source/product-overview/mobile-app-changelog.md`:
- Line 19: Update the release-policy link in the changelog entry to use the
repository’s existing internal {ref} target instead of the hard-coded
docs.mattermost.com URL, preserving the link text and destination.
🪄 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 Plus

Run ID: 34ec8339-cfe9-495d-a821-9f62bdaff0f7

📥 Commits

Reviewing files that changed from the base of the PR and between 35f4c13 and 0a12bb5.

📒 Files selected for processing (2)
  • source/product-overview/mattermost-mobile-releases.md
  • source/product-overview/mobile-app-changelog.md

Comment thread source/product-overview/mattermost-mobile-releases.md
Comment thread source/product-overview/mobile-app-changelog.md

@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: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (2)
source/product-overview/mobile-app-changelog.md (2)

19-19: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the repository's internal link syntax.

Line 19 uses a hardcoded external URL for Mattermost documentation. Replace it with the repository's {ref} target for the Extended Support Releases section.

As per coding guidelines, internal links to Mattermost docs should use repo-appropriate internal link syntax instead of hardcoded external URLs.

🤖 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/mobile-app-changelog.md` at line 19, Update the
Extended Support Release link in the changelog entry to use the repository’s
internal {ref} target for the Extended Support Releases section instead of the
hardcoded Mattermost documentation URL, while preserving the link text and
surrounding content.

Source: Coding guidelines


15-15: 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win

Align the release date with the release index.

source/product-overview/mattermost-mobile-releases.md, Line 21 records v2.42.3 as released on July 16, 2026, but Line 15 records August 3, 2026. Confirm the canonical date and use the same date in both pages before publishing.

🤖 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/mobile-app-changelog.md` at line 15, Verify the
canonical release date for v2.42.3 against the release index in
mattermost-mobile-releases.md, then update the Release Date entry in
mobile-app-changelog.md to match it exactly before publishing.
🤖 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/mobile-app-changelog.md`:
- Line 24: Update the changelog entry to describe the fix as a clear
user-visible outcome, stating that an issue that could cause a channel to render
empty was fixed; replace the vague “potential causes” phrasing without adding
unsupported implementation details.

---

Outside diff comments:
In `@source/product-overview/mobile-app-changelog.md`:
- Line 19: Update the Extended Support Release link in the changelog entry to
use the repository’s internal {ref} target for the Extended Support Releases
section instead of the hardcoded Mattermost documentation URL, while preserving
the link text and surrounding content.
- Line 15: Verify the canonical release date for v2.42.3 against the release
index in mattermost-mobile-releases.md, then update the Release Date entry in
mobile-app-changelog.md to match it exactly before publishing.
🪄 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 Plus

Run ID: 1ea93879-32b7-40de-a45f-3fe9197c0cb8

📥 Commits

Reviewing files that changed from the base of the PR and between 0a12bb5 and badf194.

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

Comment thread source/product-overview/mobile-app-changelog.md
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

@amyblais
amyblais removed the request for review from lieut-data August 3, 2026 11:34
@amyblais amyblais added 3: Reviews Complete All reviewers have approved the pull request and removed 1: Dev Review Requires review by a core commiter labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

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

@amyblais amyblais removed the Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) label Aug 5, 2026
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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

@amyblais
amyblais merged commit 1f18f95 into master Aug 5, 2026
5 checks passed
@amyblais amyblais removed the 3: Reviews Complete All reviewers have approved the pull request label Aug 5, 2026
@amyblais
amyblais deleted the claude/issue-9121-20260803-0919 branch August 5, 2026 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants