cloud: add cloud release notes for release-20260804 - #23432
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe August 4, 2026 release notes add generic webhook alert subscriptions, Premium changefeed and retention options, and stricter Dedicated cluster pause requirements. ChangesTiDB Cloud release updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 1547493b-a6ba-4bb9-8601-aca65dd2d6d9
📒 Files selected for processing (1)
tidb-cloud/releases/tidb-cloud-release-notes.md
There was a problem hiding this comment.
♻️ Duplicate comments (1)
tidb-cloud/releases/tidb-cloud-release-notes.md (1)
50-50: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winFix the PITR anchor: it points to "turn on" while the text says "turn off".
The sentence tells the reader to turn off PITR before pausing a cluster, but the link anchor is
#turn-on-point-in-time-restore. Point the link to the section that documents disabling PITR.This was already flagged in a previous review and remains unresolved in this version.
#!/bin/bash # Description: Find the correct anchor for disabling PITR in backup-and-restore.md rg -n -i '^#+.*point-in-time restore|turn off|disable' tidb-cloud/backup-and-restore.md
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: c5855ffc-5ccb-41bd-8b70-54a82a3f33fa
📒 Files selected for processing (1)
tidb-cloud/releases/tidb-cloud-release-notes.md
There was a problem hiding this comment.
♻️ Duplicate comments (1)
tidb-cloud/releases/tidb-cloud-release-notes.md (1)
50-50: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick winLink to the instructions for disabling PITR.
This sentence tells readers to turn off PITR, but the link targets the
turn-on-point-in-time-restoreanchor. Replace it with the repository section that documents disabling PITR.As per path instructions, an exact committable suggestion is not safe until the correct repository anchor is confirmed.
#!/bin/bash set -euo pipefail rg -n -C 4 'turn-on-point-in-time-restore|turn off|disable.*PITR|Point-in-Time Restore' tidb-cloud/backup-and-restore.mdSource: Path instructions
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 176d83ca-e9c5-4928-998e-26b022c2e260
📒 Files selected for processing (1)
tidb-cloud/releases/tidb-cloud-release-notes.md
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiancai The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What is changed, added, or deleted? (Required)
Add the August 4, 2026 TiDB Cloud release notes to
tidb-cloud/releases/tidb-cloud-release-notes.mdbased on the reviewed source draft. The update preserves the reviewed wording while adapting the Markdown structure and docs links forpingcap/docs.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
None
Do your changes match any of the following descriptions?
Summary by CodeRabbit
New Features
Policy Updates