Skip to content

Commit 4d8010b

Browse files
chore: 🔖 release new versions (next)
1 parent 85f12d6 commit 4d8010b

File tree

9 files changed

+131
-16
lines changed

9 files changed

+131
-16
lines changed

.changeset/pre.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,20 @@
66
"@redocly/openapi-core": "1.34.2",
77
"@redocly/respect-core": "1.34.2"
88
},
9-
"changesets": []
9+
"changesets": [
10+
"brave-spoons-sparkle",
11+
"clean-panthers-brake",
12+
"cyan-points-pull",
13+
"happy-gorillas-march",
14+
"long-cows-teach",
15+
"metal-bears-fetch",
16+
"nice-cups-sing",
17+
"odd-ladybugs-tan",
18+
"sweet-dogs-end",
19+
"sweet-pumpkins-wait",
20+
"tame-pillows-flash",
21+
"thin-rings-sell",
22+
"three-chairs-cover",
23+
"unlucky-meals-hunt"
24+
]
1025
}

docs/@v2/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,31 @@ toc:
66
# Redocly CLI changelog
77

88
<!-- do-not-remove -->
9+
10+
## 2.0.0-next.0 (2025-05-27)
11+
12+
### Major Changes
13+
14+
- Removed backward compatibility for the `spec` rule. Use `struct` instead.
15+
- Removed support for the deprecated `apiDefinitions` option in the Redocly config. Use `apis` instead.
16+
Also removed the `labels` field within the `apis` section, which was associated with the legacy Redocly Registry product.
17+
- Removed support for the deprecated `features.openapi` and `features.mockServer` configuration options. Please use `openapi` and `mockServer` directly instead.
18+
- Removed backward compatibility for the deprecated `lint` and `styleguide` options in the Redocly config.
19+
Use `rules`, `decorators` and other related options on the root level instead.
20+
- Removed the deprecated `disallowAdditionalProperties` option support in rules. Use `allowAdditionalProperties` instead.
21+
- Removed the deprecated `undefined` assertion. Use `defined` instead.
22+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
23+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
24+
Migrated the `login` and `push` commands to work exclusively with Reunite.
25+
Removed the `preview-docs` command as part of platform modernization.
26+
Use the `preview` command instead.
27+
- Removed support for the deprecated `referenceDocs` option, which was related to the legacy Reference docs product.
28+
- Removed support for the deprecated `assert/` prefix in configurable rules. Use `rule/` prefix instead.
29+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
30+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
31+
32+
### Patch Changes
33+
34+
- Updated Redoc to v2.5.0.
35+
- 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.
36+
- Updated @redocly/openapi-core to v2.0.0-next.0.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @redocly/cli
22

3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Removed backward compatibility for the `spec` rule. Use `struct` instead.
8+
- Removed support for the deprecated `apiDefinitions` option in the Redocly config. Use `apis` instead.
9+
Also removed the `labels` field within the `apis` section, which was associated with the legacy Redocly Registry product.
10+
- Removed support for the deprecated `features.openapi` and `features.mockServer` configuration options. Please use `openapi` and `mockServer` directly instead.
11+
- Removed backward compatibility for the deprecated `lint` and `styleguide` options in the Redocly config.
12+
Use `rules`, `decorators` and other related options on the root level instead.
13+
- Removed the deprecated `disallowAdditionalProperties` option support in rules. Use `allowAdditionalProperties` instead.
14+
- Removed the deprecated `undefined` assertion. Use `defined` instead.
15+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
16+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
17+
Migrated the `login` and `push` commands to work exclusively with Reunite.
18+
Removed the `preview-docs` command as part of platform modernization.
19+
Use the `preview` command instead.
20+
- Removed support for the deprecated `referenceDocs` option, which was related to the legacy Reference docs product.
21+
- Removed support for the deprecated `assert/` prefix in configurable rules. Use `rule/` prefix instead.
22+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
23+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
24+
25+
### Patch Changes
26+
27+
- Updated Redoc to v2.5.0.
28+
- 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.
29+
- Updated @redocly/openapi-core to v2.0.0-next.0.
30+
331
## 1.34.2
432

533
### Patch Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "1.34.2",
3+
"version": "2.0.0-next.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -44,8 +44,8 @@
4444
"@opentelemetry/sdk-trace-node": "1.26.0",
4545
"@opentelemetry/semantic-conventions": "1.27.0",
4646
"@redocly/config": "^0.24.1",
47-
"@redocly/openapi-core": "1.34.2",
48-
"@redocly/respect-core": "1.34.2",
47+
"@redocly/openapi-core": "2.0.0-next.0",
48+
"@redocly/respect-core": "2.0.0-next.0",
4949
"abort-controller": "^3.0.0",
5050
"chokidar": "^3.5.1",
5151
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @redocly/openapi-core
22

3+
## 2.0.0-next.0
4+
5+
### Major Changes
6+
7+
- Removed backward compatibility for the `spec` rule. Use `struct` instead.
8+
- Removed support for the deprecated `apiDefinitions` option in the Redocly config. Use `apis` instead.
9+
Also removed the `labels` field within the `apis` section, which was associated with the legacy Redocly Registry product.
10+
- Removed support for the deprecated `features.openapi` and `features.mockServer` configuration options. Please use `openapi` and `mockServer` directly instead.
11+
- Removed backward compatibility for the deprecated `lint` and `styleguide` options in the Redocly config.
12+
Use `rules`, `decorators` and other related options on the root level instead.
13+
- Removed the deprecated `disallowAdditionalProperties` option support in rules. Use `allowAdditionalProperties` instead.
14+
- Removed the deprecated `undefined` assertion. Use `defined` instead.
15+
- Removed support for the legacy Redocly API registry in favor of the new Reunite platform.
16+
Reunite provides improved API management capabilities and better integration with Redocly's tooling ecosystem.
17+
Migrated the `login` and `push` commands to work exclusively with Reunite.
18+
Removed the `preview-docs` command as part of platform modernization.
19+
Use the `preview` command instead.
20+
- Removed support for the deprecated `referenceDocs` option, which was related to the legacy Reference docs product.
21+
- Removed support for the deprecated `assert/` prefix in configurable rules. Use `rule/` prefix instead.
22+
- Migrated the codebase to ES Modules from CommonJS, bringing improved code organization and better support for modern JavaScript features.
23+
Update to Node.js version 20.19.0+, 22.12.0+, or 23+.
24+
25+
### Patch Changes
26+
27+
- 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.
28+
- Updated @redocly/config to v0.24.1.
29+
330
## 1.34.2
431

532
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/openapi-core",
3-
"version": "1.34.2",
3+
"version": "2.0.0-next.0",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @redocly/respect-core
22

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.
18+
- Updated @redocly/openapi-core to v2.0.0-next.0.
19+
320
## 1.34.2
421

522
### Patch Changes

packages/respect-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/respect-core",
3-
"version": "1.34.2",
3+
"version": "2.0.0-next.0",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@faker-js/faker": "^7.6.0",
4545
"@redocly/ajv": "8.11.2",
46-
"@redocly/openapi-core": "1.34.2",
46+
"@redocly/openapi-core": "2.0.0-next.0",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)