Skip to content

chore(docs): include v4.1.0 changelog and update navigation - #758

Merged
rajnandan1 merged 1 commit into
mainfrom
changelog/4.1.0
Jun 13, 2026
Merged

chore(docs): include v4.1.0 changelog and update navigation#758
rajnandan1 merged 1 commit into
mainfrom
changelog/4.1.0

Conversation

@rajnandan1

@rajnandan1 rajnandan1 commented Jun 13, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • Documentation

    • Added v4.1.0 release documentation covering monitor status confirmation thresholds, maintenance event management, expanded page settings, REST API enhancements, monitor deletion tools, improved descriptions, searchable monitor picker, database tuning, and broader alert evaluation.
  • Bug Fixes

    • Documented fixes for status ordering consistency, social media preview images, and UI header overlapping issues.

Copilot AI review requested due to automatic review settings June 13, 2026 16:48
@rajnandan1
rajnandan1 merged commit 87c6920 into main Jun 13, 2026
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 627cda42-21af-4535-a846-5b7bd053bd07

📥 Commits

Reviewing files that changed from the base of the PR and between 61acf53 and a3ec81a.

📒 Files selected for processing (2)
  • src/routes/(docs)/docs.json
  • src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md

📝 Walkthrough

Walkthrough

This PR adds documentation for the v4.1.0 release by creating a new changelog page and registering it in the documentation navigation. The changelog details new features, improvements, API changes, bug fixes, and localization updates included in the release.

Changes

v4.1.0 Changelog Release

Layer / File(s) Summary
Changelog navigation entry
src/routes/(docs)/docs.json
The v4.x "Changelogs" sidebar pages array adds a new v4.1.0 entry at the top, positioned before v4.0.23.
v4.1.0 release notes
src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md
New changelog document describing v4.1.0 features (confirmation grace periods, maintenance transitions, page settings, REST API improvements), bug fixes (status ordering, social preview URLs, header rendering), and localization updates.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 A new release hops into view,
v4.1.0, shiny and true!
With features and fixes all neatly aligned,
The changelog documents every design.
Hop on and read what's freshly refined! 📜✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changelog/4.1.0

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

@rajnandan1
rajnandan1 deleted the changelog/4.1.0 branch June 13, 2026 16:48
@greptile-apps

greptile-apps Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds the v4.1.0 release changelog and registers it in the docs navigation. The changelog documents new features (confirmation threshold/grace period, manual maintenance transitions, last-known status for None monitors, page settings, inline monitor toggles, ~home API token, absolute URLs on incident/maintenance responses, and monitor deletion by tag), improvements, and bug fixes.

  • docs.json gains a new v4.1.0 entry at the head of the changelogs sidebar, correctly ordered before v4.0.23.
  • v4.1.0.md follows the same frontmatter and heading structure as existing changelogs; both internal cross-links (/docs/v4/monitors/grace-period and /docs/v4/maintenances/events) resolve to existing files.

Confidence Score: 5/5

Documentation-only change with no runtime impact; safe to merge.

Both changed files are purely documentation. The navigation entry is correctly ordered and the new changelog file follows the same structure as existing changelogs. Internal cross-links resolve to existing files.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/(docs)/docs.json Adds v4.1.0 navigation entry at the top of the changelogs list, correctly positioned before v4.0.23
src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md New changelog document for v4.1.0 covering new features, improvements, and bug fixes; both internal doc links (grace-period, maintenances/events) resolve to existing files

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[docs.json navigation] -->|adds entry| B[v4.1.0 changelog]
    B --> C[New Features]
    B --> D[Improvements]
    B --> E[Bug Fixes]
    C --> C1[Confirmation Threshold]
    C --> C2[Manual Maintenance Transitions]
    C --> C3[Last Known Status for None Monitors]
    C --> C4[Page Settings]
    C --> C5[Inline Monitor Toggles]
    C --> C6[API home token]
    C --> C7[Absolute URL on API responses]
    C --> C8[Delete Monitor by Tag]
    C1 -->|links to| F[grace-period doc exists]
    C2 -->|links to| G[maintenances events doc exists]
Loading

Reviews (1): Last reviewed commit: "chore(docs): include v4.1.0 changelog an..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds the v4.1.0 documentation changelog and exposes it in the v4 docs navigation so readers can discover the release notes from the Changelogs sidebar.

Changes:

  • Added a new v4.1.0 changelog markdown page with frontmatter and structured sections (features/improvements/bug fixes).
  • Updated the v4 docs navigation to include the new v4.1.0 changelog entry.

Reviewed changes

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

File Description
src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md New v4.1.0 changelog page with release notes content and anchors.
src/routes/(docs)/docs.json Adds v4.1.0 to the v4.x Changelogs sidebar list.

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.

2 participants