Skip to content

Mobile v2.38.1 dot release docs#8826

Merged
amyblais merged 6 commits intomasterfrom
claude/issue-8825-20260323-0746
Mar 25, 2026
Merged

Mobile v2.38.1 dot release docs#8826
amyblais merged 6 commits intomasterfrom
claude/issue-8825-20260323-0746

Conversation

@amyblais
Copy link
Member

@amyblais amyblais commented Mar 23, 2026

Will add a release date to the changelog when ready.


Closes #8825

Generated with Claude Code

- Add v2.38.1 changelog entry to mobile-app-changelog.md
- Update mattermost-mobile-releases.md to reference v2.38.1

Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
@amyblais amyblais added the Work In Progress Not yet ready for review label Mar 23, 2026
@coderabbitai
Copy link

coderabbitai bot commented Mar 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9b595d97-a35f-42ad-8562-c1da301022db

📥 Commits

Reviewing files that changed from the base of the PR and between ff7d982 and e962a1b.

📒 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

Updated mobile release docs: the releases table now references Mattermost Mobile v2.38.1 (replacing v2.38.0) and a new changelog entry for v2.38.1 was added (release date, compatibility, one bug fix, and two known issues).

Changes

Cohort / File(s) Summary
Mobile release pages
source/product-overview/mattermost-mobile-releases.md, source/product-overview/mobile-app-changelog.md
Replaced v2.38.0 references and artifact URLs with v2.38.1 in the releases table; added a new v2.38.1 changelog entry (Release Date: Mar 25, 2026), server compatibility (Server v10.11.0+), client platform requirements, one bug fix (attach app logs), and two known issues (font-size via OS unsupported; some Google Pixel Android 12+ login stall workaround).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: documentation updates for Mobile v2.38.1 dot release.
Description check ✅ Passed The description relates to the changeset by mentioning the release date addition and referencing the linked issue for Mobile v2.38.1 documentation.
Linked Issues check ✅ Passed The pull request successfully addresses issue #8825 by adding a v2.38.1 changelog entry with release date, server compatibility, and bug fixes, and updating the releases table to reference v2.38.1.
Out of Scope Changes check ✅ Passed All changes are scoped to the two files specified in issue #8825: mobile-app-changelog.md and mattermost-mobile-releases.md with only documentation updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-8825-20260323-0746

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 and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@source/product-overview/mobile-app-changelog.md`:
- Line 11: Replace the placeholder text "Release Date:   , 2026" with the
completed release date (e.g., "Release Date: March 10, 2026" or an agreed-upon
format like "2026-03-10") in the mobile-app-changelog entry so the release
metadata is not left incomplete; locate the exact "Release Date:   , 2026" line
in the changelog and update it to the final month and day for 2026.
- Around line 19-20: The "### Bug Fixes" section currently contains an empty
list bullet; remove the stray "-" line or replace it with a real entry under the
"### Bug Fixes" heading in source/product-overview/mobile-app-changelog.md so
the rendered docs don't show an unfinished list item. If there are no bug fixes
to list yet, delete the empty bullet entirely (or add a short "No bug fixes in
this release" line) to keep the changelog clean.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 05e764ba-9dcb-4f32-9742-6a5285f47f88

📥 Commits

Reviewing files that changed from the base of the PR and between ff0d680 and c1c7208.

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

@github-actions
Copy link
Contributor

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

@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) Do Not Merge Should not be merged until this label is removed and removed Work In Progress Not yet ready for review labels Mar 25, 2026
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

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

@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 Mar 25, 2026
- iPhone 8+ devices and later with iOS 16.0+ are [required](https://support.apple.com/en-il/guide/iphone/iphe3fa5df43/16.0/ios/16.0).

### Bug Fixes
- Fixed an issue where Calls did not support TLS 1.3 on iOS.
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if this PR got merged or not, but I remember is adding a patch to the network library and I've requested that instead of patching the fix should be applied directly to the library

@github-actions
Copy link
Contributor

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

@amyblais amyblais removed the Do Not Merge Should not be merged until this label is removed label Mar 25, 2026
@amyblais amyblais removed the Do Not Merge/Awaiting Next Release To be merged with the next release (e.g. API documentation updates) label Mar 25, 2026
@amyblais amyblais merged commit 29b375d into master Mar 25, 2026
5 checks passed
@amyblais amyblais removed the 3: Reviews Complete All reviewers have approved the pull request label Mar 25, 2026
@amyblais amyblais deleted the claude/issue-8825-20260323-0746 branch March 25, 2026 14:58
@coderabbitai coderabbitai bot mentioned this pull request Mar 25, 2026
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.

Mobile v2.38.1 docs

3 participants