You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/@v2/changelog.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,21 @@ toc:
6
6
# Redocly CLI changelog
7
7
8
8
<!-- do-not-remove -->
9
+
10
+
## 2.0.0-next.0 (2025-05-12)
11
+
12
+
### Major Changes
13
+
14
+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
15
+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
16
+
Migrated the `login` and `push` commands to work exclusively with Reunite.
17
+
Removed the `preview-docs` command as part of platform modernization.
18
+
Use the `preview` command instead.
19
+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
20
+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
21
+
22
+
### Patch Changes
23
+
24
+
- Updated Redoc to v2.5.0.
25
+
- Improved Respect's error handling when server URLs are missing from both OpenAPI descriptions and CLI options. Now provides a clearer error message when no server URL is available.
Copy file name to clipboardExpand all lines: packages/cli/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# @redocly/cli
2
2
3
+
## 2.0.0-next.0
4
+
5
+
### Major Changes
6
+
7
+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
8
+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
9
+
Migrated the `login` and `push` commands to work exclusively with Reunite.
10
+
Removed the `preview-docs` command as part of platform modernization.
11
+
Use the `preview` command instead.
12
+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
13
+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
14
+
15
+
### Patch Changes
16
+
17
+
- Updated Redoc to v2.5.0.
18
+
- Improved Respect's error handling when server URLs are missing from both OpenAPI descriptions and CLI options. Now provides a clearer error message when no server URL is available.
Copy file name to clipboardExpand all lines: packages/core/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @redocly/openapi-core
2
2
3
+
## 2.0.0-next.0
4
+
5
+
### Major Changes
6
+
7
+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
8
+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
9
+
Migrated the `login` and `push` commands to work exclusively with Reunite.
10
+
Removed the `preview-docs` command as part of platform modernization.
11
+
Use the `preview` command instead.
12
+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
13
+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
14
+
15
+
### Patch Changes
16
+
17
+
- Fixed an issue where the `ignoreLastPathSegment` option of the `path-segment-plural` rule had no effect if the path contained only one segment, resulting in an error.
Copy file name to clipboardExpand all lines: packages/respect-core/CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# @redocly/respect-core
2
2
3
+
## 2.0.0-next.0
4
+
5
+
### Major Changes
6
+
7
+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
8
+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
9
+
Migrated the `login` and `push` commands to work exclusively with Reunite.
10
+
Removed the `preview-docs` command as part of platform modernization.
11
+
Use the `preview` command instead.
12
+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
13
+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
14
+
15
+
### Patch Changes
16
+
17
+
- Improved Respect's error handling when server URLs are missing from both OpenAPI descriptions and CLI options. Now provides a clearer error message when no server URL is available.
0 commit comments