Fixed an issue causing crashed during a build.
- 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
Fixes
Added a retention policy for project previews that deletes previews older than 90 days and removes previews on the same branch older than 5 days, keeping only the latest.
Fixes
Fixed broken feedback submission.
Fixed an issue where LLM page actions appeared on pages with
excludeFromSearch: true
in the front matter.Fixed size and alignment issues for image icons to ensure consistent display across the UI.
Features
Removed deprecated
path-excludes-patterns
andinfo-license-url
rules.Added built-in translations for multiple languages.
Added LLM-related page actions to view or copy the page as Markdown and query ChatGPT or Claude about the page content.
Added function names to API function log entries.
Improved GraphQL docs by making its rendering behavior consistent with other API docs.
Added
code-group
Markdoc tag to render tabbed code snippets.Added
openapi-response-sample
tag to separate request and response code samples in OpenAPI docs, allowing granular control over response rendering.Added
Font Awesome
icon support in the sidebar, navbar, footer, and Markdoc content.
Fixes
Fixed an issue where API functions and mock server returned an "Internal server error" for empty response bodies.
Fixed an issue where an RBAC match pattern starting with
**
did not override the global match pattern**
.Fixed an issue where a search query containing brackets caused a 500 error in the Flexsearch engine.
Fixed inaccurate search results in Markdown files.
Improved performance of JSON responses by optimizing filtering logic.
Improved performance and reduced data size for OpenAPI pages.
Improved router performance to speed up page and resource loading, especially for sites with many pages.
Reduced the size of JavaScript files used in the browser to improve page load speed and time to interactive.
Fixed accessibility issues with unlabeled buttons.
Fixed incorrect string interpolation in code samples in
openapi-docs
.Fixed duplicate errors in sidebars, redirects, and front matter.
Fixed redundant query parameters in code samples.
Fixed scopes display in the security modal.
Fixed issue where
requestBody
andparameters
were ignored in thereplay-openapi
Markdoc tag.Fixed
NextPage
andPreviousPage
not displaying whenREDOCLY_PATH_PREFIX
was set.Fixed login button visibility issue in the sidebar on mobile devices.
Improved
rbac
config validation by removing redundant rules.Fixed
HEAD
requests returning 404 errors.Fixed horizontal padding disappearing during sidebar navigation in
openapi-docs
.Improved scrolling behavior in the table of contents.
Fixed handling of missing SSO configuration in the invitation flow.
Disabled interception for links utilizing the
javascript:
protocol.Improved error handling in
openapi-docs
to prevent dev server crashes.Fixed spacing between the dropdown menu and its trigger button.
Fixed an issue where a sidebar link was selected as the initial product link instead of the product index page.
Fixed RBAC behavior for folders with names prefixed by a
.
character.Improved RBAC for feedback submissions.
Fixed an issue where production deploys did not fail on Markdoc resolve errors.
Prevented hydration errors when Markdoc tags with closing tags on the same line lacked content.
Fixed broken item links for
graphql-docs
.Disabled scrolling when viewing images in fullscreen mode.
Improved sorting of directory entries in the sidebar using a natural sort algorithm.
Fixed import warning during project build.
Fixed crashes when processing
OpenAPI 2.0
definitions.Added support for downloading OpenAPI files up to 10MB.
Made the display of
x-
extensions independent from the description.Fixed
hideSchemaTitles
option for displaying names inoneOf
schemas.Fixed control buttons in code blocks and added tooltips to
Expand All
andCollapse All
buttons.Fixed broken
pointer
parameter inreplay-openapi
Markdoc component.Fixed navigation to anchors when using
partials
.Normalized HTTP request method names to be in uppercase.
Fixed broken checkbox filter in the catalog.
Fixed peer dependency warnings in
@redocly/theme
.Improved code snippet appearance by removing redundant headings from untitled snippets.
Increased icon size in code blocks.
Fixed mock server crash when using discriminator with
allOf
.Updated internal dependencies.
Features
Added
Built-in functions
andCustom functions
options to theMarkdoc tags
dropdown.Updated Reunite build logs by refining emojis, fixing alignments for multiline logs and enabling colorful statuses for info and warning realm logs.
Features
Added syntax highlighting for
*.cjs
and*.mjs
files in the editor.
Fixes
Updated
@redocly/openapi-core
and@redocly/cli
to version2.0.0-next.8
.
Fixes
Updated
@redocly/openapi-core
and@redocly/cli
to version2.0.0-next.7
.
Fixes
Fixed an issue where an RBAC match pattern starting with
**
did not override the global match pattern**
.
Fixes
Updated
@redocly/openapi-core
and@redocly/cli
to version2.0.0-next.4
.
Fixes
Updated
@redocly/cli
dependency to version2.0.0-next.1
.Updated
@redocly/openapi-core
dependency to version2.0.0-next.1
.
Features
Exposed
usePageVersions
anduseActivePageVersion
hooks to access the current page version in React pages.Added
page
andlabel
front matter properties to navigation buttons.Exposed
useUserTeams
hook to access teams assigned to the active user.Improved trigger points for
code-walkthrough
steps.Added Skip to content button to enhance keyboard navigation.
Added highlighting for path parameters in request URLs.
Replaced variables with servers and inputs for Arazzo format compatibility. Added
Path
tab to edit request path parameters.Added support for displaying deprecated queries, mutations, and subscriptions in the GraphQL documentation.
Fixes
Fixed decoding errors in encoded content returned by API functions, for example, gzip-compressed data.
Fixed broken
openapi.events
configuration to ensure custom event hooks trigger as expected.Fixed an issue with
api
filter in scorecard that prevented details from displaying.Removed headers from page data to prevent exposing sensitive cookie information.
Fixed
apiFunctions.folders
configuration to correctly handle custom folder paths with leading or trailing slashes.Fixed detection of changes in partial folders.
Fixed search indexing to include
code-snippet
content.Fixed SSR style attribute issue in
img
tag string formatting.Changed the default keyboard shortcut to open Search to
Cmd+K
/Ctrl+K
.Fixed keyboard accessibility issues in sidebar elements that prevented focusing and clicking.
Fixed missing content in Markdown code blocks and
{% markdoc-example %}
tags in AI Search andllms.txt
chunks.Updated
@redocly/openapi-core
dependency to version0.0.0-snapshot.1750342295
.Improved accessibility by adding descriptive
alt
text to footer icons.Fixed relative link issues in front matter for Markdoc tags.
Fixed external links being incorrectly prefixed with
REDOCLY_PREFIX_PATHS
.Fixed an issue where decorators were not used from the root
redocly.yaml
.Fixes a bug that caused invite routes to be hidden behind the login screen when
requiresLogin: true
.Fixed an issue where the Markdoc variable
$remoteAddr
returned incorrect values.Improved validation of unclosed quotes in Markdoc tag attributes.
Fixed occasional errors in long AI search conversations.
Fixed incorrect auto-scrolling to anchor elements.
Fixed malformed content handling in the Markdown parsing pipeline.
Fixed incorrect values in the Rule status scorecard.
Removed a warning about the React Router future flag from the browser console.
Improved keyboard accessibility and screen reader support for the version picker component.
Fixed Replay crash when form-data example value was not a string.
Fixed missing boundary in
content-type: multipart/form-data
header.Added CSS variables to highlight path parameters in Replay.
Fixed extra bottom padding in the
Admonition
component.
Fixes
Resolved permissions conflict that restricted project administrators’ access with the
MEMBER
organization role.Fixed issue where user session omitted some teams after SSO login.
Added email notifications for failed remote content auto-merges.