Skip to content

Commit 8fa88af

Browse files
author
asyncapi-bot
committed
chore(release): release and bump versions of packages
1 parent 8a52948 commit 8fa88af

7 files changed

Lines changed: 23 additions & 19 deletions

File tree

.changeset/drop-archived-raml-dep.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-bindings-ref-filter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-owls-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/multi-parser/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @asyncapi/multi-parser
22

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- 009aedc: Move `@asyncapi/raml-dt-schema-parser` from a required dependency to an optional peer dependency. The upstream parser was archived on 2025-08-04 and its transitive chain pulled in unmaintained packages with several CVEs.
8+
9+
Consumers who do not need RAML schema parsing get a smaller install footprint with the archived chain removed. Consumers who do need it must declare `@asyncapi/raml-dt-schema-parser` themselves; the runtime registration in `NewParser(..., { includeSchemaParsers: true })` then behaves exactly as before.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [47adf7f]
14+
- Updated dependencies [45859d6]
15+
- @asyncapi/parser@3.6.1
16+
317
## 2.3.0
418

519
### Minor Changes

packages/multi-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/multi-parser",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "This tool allows to parse AsyncAPI documents and produce a desired interface based on a given Parser-API version",
55
"private": false,
66
"bugs": {

packages/parser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @asyncapi/parser
22

3+
## 3.6.1
4+
5+
### Patch Changes
6+
7+
- 47adf7f: fix: filter out $ref keys in bindings() to prevent undefined parser output
8+
- 45859d6: feat: add support for title and summary for the v3 spec
9+
310
## 3.6.0
411

512
### Minor Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@asyncapi/parser",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "JavaScript AsyncAPI parser.",
55
"private": false,
66
"bugs": {

0 commit comments

Comments
 (0)