Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/breezy-cougars-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fine-cows-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-grapes-eat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-paths-glow.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/@v2/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ toc:

<!-- do-not-remove -->

## 2.26.0 (2026-04-08)

### Minor Changes

- Added support for AsyncAPI v2 and v3 in the split command.
- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.

### Patch Changes

- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
- Updated @redocly/openapi-core to v2.26.0.

## 2.25.4 (2026-04-02)

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @redocly/cli

## 2.26.0

### Minor Changes

- Added support for AsyncAPI v2 and v3 in the split command.
- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.

### Patch Changes

- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
- Updated @redocly/openapi-core to v2.26.0.

## 2.25.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "2.25.4",
"version": "2.26.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"@opentelemetry/sdk-trace-node": "2.0.1",
"@opentelemetry/semantic-conventions": "1.34.0",
"@redocly/cli-otel": "0.1.2",
"@redocly/openapi-core": "2.25.4",
"@redocly/respect-core": "2.25.4",
"@redocly/openapi-core": "2.26.0",
"@redocly/respect-core": "2.26.0",
"abort-controller": "^3.0.0",
"ajv": "npm:@redocly/ajv@8.18.0",
"ajv-formats": "^3.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @redocly/openapi-core

## 2.26.0

### Minor Changes

- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.

### Patch Changes

- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
- Updated @redocly/config to v0.46.1.

## 2.25.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "2.25.4",
"version": "2.26.0",
"description": "",
"type": "module",
"types": "lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/respect-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @redocly/respect-core

## 2.26.0

### Patch Changes

- Updated @redocly/openapi-core to v2.26.0.

## 2.25.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/respect-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/respect-core",
"version": "2.25.4",
"version": "2.26.0",
"description": "API testing framework core",
"type": "module",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@faker-js/faker": "^7.6.0",
"@noble/hashes": "^1.8.0",
"@redocly/ajv": "^8.18.0",
"@redocly/openapi-core": "2.25.4",
"@redocly/openapi-core": "2.26.0",
"ajv": "npm:@redocly/ajv@8.18.0",
"better-ajv-errors": "^1.2.0",
"colorette": "^2.0.20",
Expand Down
Loading