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
24 changes: 0 additions & 24 deletions .changeset/swift-meteors-sip.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @asyncapi/cli

## 6.0.0

### Major Changes

- 7580cee: Removal of postman -> asyncapi conversion functionality

## ⚠ BREAKING CHANGES

Remove postman conversion utilities due to unmaintained dependencies and compatibility issues.

**Why this change?**
- The `postman2openapi` dependency causes multiple issues due to its WASM involvement
- WASM file loading causes browser compatibility issues after webpack updates
- Alternative libraries like `postman-to-openapi` did not provide adequate functionality
- The underlying dependencies are unmaintained and pose long-term maintenance risks

**Impact:**
- The `convert` command no longer supports postman format conversion
- Users relying on postman conversion will need to find alternative solutions

**Future:**
We can consider re-adding this feature after community discussion and establishing a sustainable maintenance plan with actively maintained dependencies.

Related: https://github.com/asyncapi/converter-js/pull/311

## 5.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
using: 'docker'
# This is the image that will be used to run the action.
# IMPORTANT: The version has to be changed manually in your PRs.
image: 'docker://asyncapi/github-action-for-cli:5.0.7'
image: 'docker://asyncapi/github-action-for-cli:6.0.0'
args:
- ${{ inputs.cli_version }}
- ${{ inputs.command }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asyncapi/cli",
"description": "All in one CLI for all AsyncAPI tools",
"version": "5.0.7",
"version": "6.0.0",
"author": "@asyncapi",
"bin": {
"asyncapi": "./bin/run_bin"
Expand Down