Fixed an issue where using links to an OpenAPI file generated by the output
configuration property caused errors which failed the build.
Changelog
- 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
Previous releases
Reunitev2025-04-14.22025-04-14
Features
Added dark mode theme 🌓. Your computer or browser color mode setting is used by default. To specify a different color mode from your computer or browser setting, in Reunite select Account settings -> Appearance and change the Color mode.
Realm0.120.12025-04-02
Fixes
Fixed an issue where the published version crashed because of a missing dependency.
Realm0.120.02025-04-02
Features
Added file version filtering for the Typesense search engine.
Added support for customizable sitemap priorities.
Added virtualization to the Catalog and Scorecard features. This change improves performance for large API sets.
Added context to configure function to programmatically setup request values.
Improved navigation using the Tab key in the search dialog. Now, pressing the Tab key for the first time navigates to Search with AI.
Added an "Internal server error" page.
Reduced memory consumption of projects with OpenAPI files.
Added context to configure function to programmatically setup request values.
Fixes
Fixed an issue where after clicking on a search result, the section of text that matched was not scrolled into view.
Fixed an issue where saving files with broken links could cause inconsistent results in link checker during builds.
Fixed an error message related to syntax in
sidebars.yaml
files.Fixed an issue where the page data preload link was constructed incorrectly for the project index page, causing a warning in the browser's console.
Resolved ambiguity in the AI search responses by changing "X resources found" to "Based on X resources".
Fixed an issue where external navbar links within groups opened in the same tab instead of a new one.
Fixed an issue where AsyncAPI pages were incorrectly rendered during server-side rendering (SSR) on Windows platforms.
Fixed an issue where links to an OpenAPI
index.yaml
pages were falsely reported as broken.Fixed an issue where OpenAPI and GraphQL pages could not be opened when using a path prefix for project.
Resolved an issue where the AI search might have provided empty code snippets.
Fixed an issue where clicking on a link to another page in Markdown did not display a load progress bar at the top of the page.
Fixed an issue with malformed cookies that were not processed.
Fixed an issue where the build error page was displayed in the production environment instead of in the webview.
Fixed an issue where pressing the Enter or Return key in the search dialog would start AI search.
Fixed an issue where very long resource titles would overflow the AI response message area.
Resolved an issue with the external icon in the group navigation panel elements.
Resolved an issue where description docs would not display correct titles for items that had an
allOf
keyword nested insideoneOf
.Resolved an issue that severed the connection between second and third level headings to the sidenav links. Now when users select a sidenav link for a second or third level heading, the correct section of the document is presented, and correspondingly when users select the second or third level heading on the document the sidenav link is highlighted as active.
Resolved an issue where the
replay-openapi
tag generatedcorsProxyUrl
links that could not be resolved by the Sandbox environment.
Realm0.119.12025-03-20
Fixes
Resolved vulnerabilities
CVE-2025-29774
andCVE-2025-29775
by updating thexml-crypto
library to a version6.0.1
with a security patch.
Reunitev2025-03-17.12025-03-17
Fixes
Fixed critical security vulnerabilities
CVE-2025-29775
andCVE-2025-29774
, known as the "SAML storm" zero-day, by upgrading the xml-crypto library.
Reunitev2025-03-11.22025-03-11
Features
Removed colorSchema query when you open Webview in a new window.
Reunitev2025-03-07.22025-03-07
Features
Improved the domain slug validation and the overall user experience of creating a new project in Reunite.
Reunitev2025-03-07.12025-03-07
Fixes
Fixed dark mode styles of autofilled input fields to improve the contrast making the text easier to read when users select dark mode.
Reunitev2025-03-06.12025-03-06
Features
Added Theme components panel to the Editor page with the ability to eject and customize built-in components. To use this feature, we recommend version Realm 0.119.0 and above.
Realm0.119.02025-03-05
Features
Added AI conversations UI with follow up questions.
Added support for partial loading of items included in large OpenAPI descriptions to improve performance.
Improved the check for the
Complex
badge inopenapi-docs
. The badge now appears only when the nesting ofallOf
exceeds 5 levels.
Fixes
Fixed an issue with links inside Markdown files, where links to OpenAPI documents were not resolved properly.
Fixed an issue that caused launching with the
redocly preview
command to fail if you installed dependencies usingyarn
.Resolved an issue where switching to a product opened a non-priority page instead of an index page.
Fixed an issue where Markdown pages with
frontmatter.slug
directed users to a 404 error page when selected in a different language locale.Fixed AI search error handling for Unauthorized and Forbidden errors.
Resolved an issue with AI search resource styles being overridden by custom styles for
<Tag>
component.Fixed script handling in single page application (SPA) mode. Inline scripts are now executed on navigation.
Fixed an issue where in development mode updates to
redocly.yaml
config were processed much longer than updates to other files.Fixed an issue where the
navigation.nextButton.text
andnavigation.previousButton.text
config properties did not change the text of the navigation buttons.Fixed an issue where the SEO
meta
tags were not updated during navigation between pages.Resolved an issue where active operation items were incorrectly rendered on the server side.
Resolved an issue where the discriminator did not update the property type.
Resolved an issue where an additional slash was incorrectly added to the URL in code samples when using server variables.
Reunitev2025-02-24.42025-02-24
Features
Added a new Spam option for feedback status.
Added a Logs panel to Webview.
Added a record of the email address of the last user to edit an API to the API registry.
Reunitev2025-02-07.32025-02-07
Features
Added a Logs panel to Webview.
Added a new feature that displays a list of commits for preview branches.
Reunitev2025-02-03.22025-02-03
Fixes
Fixed an issue where members on the People page were displayed without a role.
Reunitev2025-02-03.12025-02-03
Fixes
Fixed an issue where an incorrect number of team members was displayed when applying the Team filter on the People page.
Realm0.118.22025-01-31
Features
Added error handling with proper error messages for AI Search dialog.
Fixes
Fixed an issue where loading fonts from external URL in CSS produced an error stating that the fonts could not be resolved.
Fixed an issue where requests in Replay were missing predefined data that had to be manually defined.
Reunitev2025-01-29.62025-01-29
Features
Extended API Monitoring Workflow statistics calculations to include the following: Downtime, P95, and Median Duration.
Realm0.118.12025-01-29
Fixes
Fixed an issue where the
withLightbox
property was not working in the Markdocimg
tag.
Realm0.118.02025-01-29
Features
Added lightbox support to the Markdoc
img
tag. The newwithLightbox
property can be enabled on an image by setting the property totrue
in the Markdoc tag.
Fixes
Fixed an issue where disabling Mock Server in the
redocly.yaml
file when using theopenapi-code-sample
Markdoc tag caused an error.