Skip to content

Commit 69f8043

Browse files
author
asyncapi-bot
committed
chore(release): release and bump versions of packages
1 parent 7580cee commit 69f8043

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

.changeset/swift-meteors-sip.md

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

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @asyncapi/cli
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 7580cee: Removal of postman -> asyncapi conversion functionality
8+
9+
## ⚠ BREAKING CHANGES
10+
11+
Remove postman conversion utilities due to unmaintained dependencies and compatibility issues.
12+
13+
**Why this change?**
14+
- The `postman2openapi` dependency causes multiple issues due to its WASM involvement
15+
- WASM file loading causes browser compatibility issues after webpack updates
16+
- Alternative libraries like `postman-to-openapi` did not provide adequate functionality
17+
- The underlying dependencies are unmaintained and pose long-term maintenance risks
18+
19+
**Impact:**
20+
- The `convert` command no longer supports postman format conversion
21+
- Users relying on postman conversion will need to find alternative solutions
22+
23+
**Future:**
24+
We can consider re-adding this feature after community discussion and establishing a sustainable maintenance plan with actively maintained dependencies.
25+
26+
Related: https://github.com/asyncapi/converter-js/pull/311
27+
328
## 5.0.7
429

530
### Patch Changes

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
using: 'docker'
3939
# This is the image that will be used to run the action.
4040
# IMPORTANT: The version has to be changed manually in your PRs.
41-
image: 'docker://asyncapi/github-action-for-cli:5.0.7'
41+
image: 'docker://asyncapi/github-action-for-cli:6.0.0'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/cli",
33
"description": "All in one CLI for all AsyncAPI tools",
4-
"version": "5.0.7",
4+
"version": "6.0.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)