Added
Reviews and Notifications for Branching
May 15th, 2026
This release adds reviews and notifications to branching, so your team can check changes before they go live and stay informed at every step. We also expanded the MCP toolset with vector-powered endpoint search.
New Features & Improvements
Reviews
- Writers can request a review from the Review tab on any branch. Teammates get notified in-app, and the Linter flags issues automatically. Reviewers can approve changes to enable merging.
Notifications
- Your team gets notified when a branch is ready for review, approved, or merged. Each person can toggle in-app and email notifications globally or per event type. A Weekly Review Digest email rolls up every branch currently in review.
- Notification feeds are available on the Project list page, Project Dashboard, and Group Dashboard (Enterprise). Filter by project to cut the noise.
Reviews Dashboard
- A new dashboard shows every branch waiting for review across all projects. Search and filter to focus on the ones that matter.
Enterprise: Enforceable Review Requirements
- Group Admins can require zero Lint errors, teammate approval, or both before a branch can merge. Settings are configurable per project or across your entire group.
- Admins can skip requirements and merge immediately when something urgent needs to ship.
Enterprise: Merge Access Controls
- Restrict who can merge with two options: Admins Only, or Admins and Editors. Set it per project or group-wide from the Enterprise Dashboard under Settings.
MCP
- Vector search now powers the
search-endpointsMCP tool, returning more relevant results alongside existing regex matches. - The
execute-requesttool now supportsmultipart/form-dataandapplication/x-www-form-urlencodedrequest bodies. - The
fetch-guidetool now resolves Reusable Content blocks anddoc:/ref:links inline, returning fully rendered guide content.
Docs
- Recipe pages now support
.mdURL routes (e.g./recipes/slug.md) so they return raw markdown, matching docs, reference, and custom pages. - The API Explorer now supports rendering proper
anyOfschemas as independently toggleable sections, so you can fill fields from any combination of subschemas. - Added a content-type selector for request bodies in the API Explorer, with the selection flowing through to the "Try It" call and generated code samples.
- Descriptions are now rendered for every schema element across requests, responses, and callbacks — including nested and nameless schemas.
- Added support for
multipart/form-datarequest examples in the API Explorer. - Polymorphic
additionalPropertiesrows now render a type selector so alloneOf/anyOfoptions are reachable from the Body Params form.
Translations
- Added Korean (한국어) as a supported UI language, with all 386 translation strings localized.
Bugs Eaten (by Owlbert)
API Reference
- Fixed numerous
$refresolution bugs acrossallOf,oneOf, andanyOf, including deep self-references, sibling metadata preservation, and dropped properties during polymorphic merging. - Fixed
oneOfarray examples resetting when the last item was removed, and stoppedanyOffrom rendering duplicate descriptions. - Fixed YAML uploads incorrectly quoting unquoted ISO date strings.
- Fixed HAR generation on
multipart/form-datarequests and on URL-encoded form submissions through the metrics proxy. - Fixed JSON-format fields being rendered inline instead of stacked when nested, and request example descriptions not being shown.