Fixed build and Webview preview failures caused by missing exports in @xyflow/system.
- Realm
- Reef
- Revel
- Redoc
- Reunite
Next release
Try the "next" release candidate or wait until it is promoted to the latest version at the beginning of each month
Latest release
Fixes
Previous releases
Fixes
Fixed an issue where builds complete successfully but incorrectly report internal system errors.
Fixed an issue where changing a pull request's target branch did not start a preview deployment.
Improved build times for projects with many commit statuses by reducing redundant status updates.
Fixed the placement of the Reunite hint shown after the setup checklist is closed. The hint appears next to the checklist button in the sidebar instead of the top-right corner of the screen.
Features
Added the option for invited users to resend their organization invitation email from within Reunite.
Fixes
Fixed search errors that occurred when Typesense search was enabled for a project for the first time.
Fixes
Hardened AI search access rules configured under
access.rbac(features.aiSearchand the assistanthideflags).Fixed Reunite login to show a clear error message for unverified email addresses and removed sensitive details from login failure responses.
Fixed missing commit events in the pull request timeline for branches with long histories.
Fixed duplicated commit events in the Reunite pull request timeline.
Features
Added a request ID to Reunite server error pages so users can copy it and share it with support when reporting a problem.
Features
Added a filter on the Reunite
Teamspage to display all teams, Reunite-managed teams, or SSO-synced teams.
Fixes
Updated
@redocly/cliand@redocly/openapi-coreto version2.51.2.
Fixes
Fixed slow AI assistant responses that could take minutes and time out on large projects.
Fixed dropped push or pull request webhooks for remote content preview branches when GitHub could not compute the comparison for very large commit ranges. Reunite now detects changes and syncs the remote content.
Fixed missing email notifications for replies to pull request comments, ensuring all participants and mentioned users receive notifications.
Fixed Reunite pull request notifications to include people who commented on or reviewed the pull request, so they receive updates on later activity.
Fixed pull request creation in Reunite failing right after a push to the branch, which also lost the pull request notification for remote content updates.
Fixed Reunite reconnecting a closed pull request that did not belong to a branch it just created, and reconnecting a different pull request on each attempt.
Updated
@redocly/cliand@redocly/openapi-coreto version2.49.1.Fixed hard-to-read onboarding progress colors in light and dark themes and removed an empty onboarding item from the sidebar.
Fixed an error message appearing instead of the login page when a session expired and the authentication service was unavailable.
Fixes
Fixed GitHub rate-limit errors and timeouts for remotes and project sources connected through the GitHub App.
Fixed a crash on the add-project page triggered by a missing project context in the Git remote form.
Features
Added support for connecting your own Git provider as the project source when creating a project.
Fixes
Fixed an issue where the AI assistant ignored usage instructions from the documentation server.
Improved project creation speed by preloading templates.
Fixed production builds skipping Respect Monitoring jobs triggered by
buildevents, restoring API monitoring on the deployment page.Fixed editor showing
Disconnectedstatus and warning about lost changes during reconnection to reduce user confusion.
Features
Added access-level badges on project cards in the Reunite Projects page.
Features
Added access badges to project cards on the Reunite Projects page indicating
PublicorLimitedvisibility.
Fixes
Fixed loading placeholders that remained visible on project cards without production builds on the Reunite Projects page.
Features
Surfaced pending organization invites inside Reunite: they appear on the organization creation page, in a dismissible banner in the app layout, and in an Invitations tab in user settings. Invitation acceptance still happens via the link in the invitation email.
Fixes
Added email notifications when a project is published to production for the first time.
Fixed email notifications for build failure and deploy success when triggered by external users.
Fixes
Updated
@redocly/cliand@redocly/openapi-coreto version2.47.0.
Features
Made
organizationIdandprojectIdoptional in Reunite resource responses where both IDs are already included in the endpoint path.
Features
Added identity verification for the embedded AI assistant to provide access-controlled responses for signed-in users.
Blocked sign-up with disposable email domains in Reunite by rejecting these addresses in the registration form and API validation.
Fixes
Removed the beta insiders program. Sign-up and SSO login are no longer gated behind the beta-insiders allowlist, and organization creation no longer shows the Insiders confirmation step.
Fixed an issue that prevented custom domain verification from succeeding when a DNS or CDN provider added an intermediate CNAME hop before
ssl.redocly.app. Verification now follows the full CNAME chain instead of only checking the first record. Note that domains served through a proxying CDN (such as Cloudflare's proxied/orange-cloud mode) hide the origin and must use DNS-only mode to be verified.
Fixes
Fixed pull request creation failing when the title was too long. Pull request actions now report the reason the git provider gives.
Fixed incorrect empty
502responses for requests with incompatible credentials.
Fixes
Improved project creation speed in Reunite by eliminating delays during repository setup.
Features
Added AI code review follow-up replies that identify remaining issues when flagged problems are only partially fixed.
Added a notification prompting users to refresh the UI after a version update in Reunite.
Added
Find in fileoption to the editor file tree context menu.
Fixes
Fixed file-level access in the Reunite editor to restrict editing to files within a member's permission scope for projects using the
access.rbacsetting.
Fixes
Fixed an issue where legacy
#operationdeep links to operation sub-sections (such as callbacks or responses) did not scroll correctly.Fixed an issue in API docs where Markdown in MCP tool, resource, and prompt descriptions rendered as raw text.
Fixed an issue where the Try it button in OpenAPI docs was displayed after a delay.