Create changelog for version 4.1.2 with new features, improvements, a… - #784
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds 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. Changesv4.1.2 documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: Poem
✨ Finishing Touches🧪 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 |
|
| 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. |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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.2changelog markdown page describing features, improvements, and fixes. - Updated the docs sidebar config to include
v4.1.2in 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. |
| ### `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. |
…nd bug fixes
Summary by CodeRabbit
external_urlsupport to the Monitors API.