Skip to content

Create changelog for version 4.1.2 with new features, improvements, a… - #784

Merged
rajnandan1 merged 1 commit into
mainfrom
release/4.1.2
Jul 13, 2026
Merged

Create changelog for version 4.1.2 with new features, improvements, a…#784
rajnandan1 merged 1 commit into
mainfrom
release/4.1.2

Conversation

@rajnandan1

@rajnandan1 rajnandan1 commented Jul 13, 2026

Copy link
Copy Markdown
Owner

…nd bug fixes

Summary by CodeRabbit

  • New Features
    • Added DNS-over-TLS options for DNS monitors.
    • Added redirect controls for API monitors.
    • Added an option to skip TLS certificate verification for gRPC monitors.
    • Added external_url support to the Monitors API.
  • Bug Fixes
    • Improved DNS fallback behavior and incident notifications.
    • Fixed first-visit theme application, favicon loading, and chart updates.
  • Documentation
    • Added the v4.1.2 changelog, refreshed translations, and documented two new locales.

Copilot AI review requested due to automatic review settings July 13, 2026 05:31
@rajnandan1
rajnandan1 merged commit ce17afc into main Jul 13, 2026
2 of 3 checks passed
@rajnandan1
rajnandan1 deleted the release/4.1.2 branch July 13, 2026 05:31
@coderabbitai

coderabbitai Bot commented Jul 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: 4fd6c455-a8e7-47d3-a805-0eb62adf6120

📥 Commits

Reviewing files that changed from the base of the PR and between 6c47ba4 and fd1f21c.

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

📝 Walkthrough

Walkthrough

Adds the v4.1.2 changelog page, documenting monitor features, API changes, translation updates, and bug fixes, and adds the page to the v4.x documentation sidebar.

Changes

v4.1.2 documentation

Layer / File(s) Summary
Publish v4.1.2 release notes
src/routes/(docs)/docs/content/v4/changelogs/v4.1.2.md, src/routes/(docs)/docs.json
Adds structured v4.1.2 release notes and exposes the page in the v4.x Changelogs navigation.

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

Possibly related PRs

Suggested reviewers: copilot

Poem

I’m a rabbit with notes in a row,
A new changelog page now can show.
Features and fixes, neatly laid,
In the sidebar path they’re displayed.
Hop, hop—v4.1.2 is made!

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

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.

@greptile-apps

greptile-apps Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds the v4.1.2 changelog to the docs. The main changes are:

  • A new v4.1.2 entry in the v4 changelog navigation.
  • A new changelog page for DNS-over-TLS, API redirects, gRPC TLS behavior, monitor API updates, translations, and fixes.

Confidence Score: 5/5

This looks safe to merge after a small docs cleanup.

  • The new changelog route follows the existing docs path pattern.
  • The linked DNS and gRPC docs resolve to existing pages.
  • The API redirect controls are described in the changelog, but the regular API monitor docs do not list them.

src/routes/(docs)/docs/content/v4/changelogs/v4.1.2.md

Important Files Changed

Filename Overview
src/routes/(docs)/docs.json Adds the v4.1.2 changelog entry using the same path convention as the existing v4 changelogs.
src/routes/(docs)/docs/content/v4/changelogs/v4.1.2.md Adds the v4.1.2 release notes with valid frontmatter and working internal links, with one follow-up needed for redirect option discoverability.

Reviews (1): Last reviewed commit: "Create changelog for version 4.1.2 with ..." | Re-trigger Greptile


### Redirect control for API monitors {#api-follow-redirects}

API monitors gained a **Follow Redirects** toggle (default on) and a **Max Redirects** limit (default 5, up to 20). Turn the toggle off to evaluate the redirect response itself — its `3xx` status code and headers — instead of the destination, useful for monitoring that a redirect is in place or catching unexpected ones.

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.

P2 Redirect Fields Lack Reference Docs

This changelog announces follow_redirects and max_redirects, but the main API monitor reference page does not list those fields. A user following the changelog to the monitor docs cannot confirm the option names, defaults, or limit there, so the new redirect controls remain hard to configure from the regular docs path.

Context Used: AGENTS.md (source)

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

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 documentation for the Kener v4.1.2 release by introducing a new changelog page and wiring it into the v4 changelog navigation in the docs site.

Changes:

  • Added a new v4.1.2 changelog markdown page describing features, improvements, and fixes.
  • Updated the docs sidebar config to include v4.1.2 in the v4.x changelog list.

Reviewed changes

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

File Description
src/routes/(docs)/docs/content/v4/changelogs/v4.1.2.md New v4.1.2 changelog content page (release notes).
src/routes/(docs)/docs.json Adds v4.1.2 entry to the Changelogs sidebar navigation.

Comment on lines +28 to +30
### `external_url` in the monitors API {#external-url-api}

The monitors API now accepts `external_url` in `POST` and `PATCH /api/v4/monitors` requests and returns it in monitor responses, so API-managed monitors can set their public link without a dashboard visit.
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