Skip to content

Commit 16c61c8

Browse files
authored
chore(release): release and bump versions of packages (#1924)
1 parent c648614 commit 16c61c8

File tree

5 files changed

+22
-60
lines changed

5 files changed

+22
-60
lines changed

.changeset/shaggy-masks-rescue.md

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

.changeset/wet-carpets-bake.md

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

CHANGELOG.md

Lines changed: 20 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,44 @@
11
# @asyncapi/cli
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- b90a9b7: ## Major release with important security updates
8+
- Keeping in mind the recent Shai-Hulud attack, we have adopted trusted publishing with NPM.
9+
- This requires us to use node >= 24 and npm >= 11
10+
- Next.js version is in sync with Studio, and is currently 14.2.35 deemed safe by CVE. [For more details](https://nextjs.org/blog/CVE-2025-66478)
11+
12+
### Breaking Changes
13+
- Node.js version 24 or higher is now required.
14+
- NPM version 11 or higher is now required.
15+
- Next.js version is now 14.2.35 or higher.
16+
17+
Please make sure to update your environment accordingly before upgrading to this version.
18+
19+
### Minor Changes
20+
21+
- c648614: Studio updated to 1.1.0 with Next.js 14.2.35 in https://github.com/asyncapi/cli/pull/1922/changes
22+
323
## 4.1.3
424

525
### Patch Changes
626

727
- a77940f: fix: show the correct path to the newly created optimized file
8-
928
- e16ebf5: fix: show the correct path to the newly created optimized file
1029

1130
## 4.1.2
1231

1332
### Patch Changes
1433

1534
- df62a63: fix: generate optimized output corresponding to the input format
16-
1735
- c756765: fix: generate optimized output corresponding to the input format
1836

1937
## 4.1.1
2038

2139
### Patch Changes
2240

2341
- 8eca9ed: fix: update redoc
24-
2542
- adde5d4: chore: update redoc
2643

2744
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
@@ -31,12 +48,10 @@
3148
### Minor Changes
3249

3350
- 70761f0: feat: add new custom resolver to fetch the reference from private repo
34-
3551
- 88ceb3d: add new custom resolver to fetch the reference from private repo
3652
- 4974358: Update src/domains/services/validation.service.ts
3753

3854
Co-authored-by: Fran Méndez <fmvilas@gmail.com>
39-
4055
- c764ee6: update instruction in the test case for the validation success
4156
- 2b9457f: fix test-cases
4257
- 86bbfc4: fix lint issue across the project
@@ -47,7 +62,6 @@
4762
### Patch Changes
4863

4964
- 9b479fc: fix: lockfile fixed
50-
5165
- 92bb81b: fix:lockfile fixed
5266

5367
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
@@ -57,11 +71,9 @@
5771
### Major Changes
5872

5973
- 9d05d49: feat!: tests, flags and glee command code removed
60-
6174
- 7df684f: chore: major tests flags and glee command code removed
6275

6376
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
64-
6577
- 4a94f51: chore:glee removal complete
6678

6779
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
@@ -71,19 +83,15 @@
7183
### Minor Changes
7284

7385
- ca8101f: feat: output flag renamed and writing to file functionality added to diff command
74-
7586
- 8c2e940: fix:parse flag output renamed to save-output and saving diff output to file functionality added to diff command
7687

7788
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
78-
7989
- 59e1df9: chore:tests added for flags save-output in validate and diff command
8090

8191
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
82-
8392
- 7228a36: chore:cleanup
8493

8594
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
86-
8795
- ccb5388: chore:cleanup
8896

8997
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
@@ -93,15 +101,12 @@
93101
### Patch Changes
94102

95103
- bbc9451: fix: server-api deploy
96-
97104
- 837be8a: fix: server-api release and deployment
98105

99106
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
100-
101107
- 09af23e: chore: add app platform spec
102108

103109
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
104-
105110
- a5eef9f: chore: install generator templates globally
106111

107112
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
@@ -111,7 +116,6 @@
111116
### Patch Changes
112117

113118
- 5a99f6f: fix: modify api:build script to generate languages
114-
115119
- 9488a1b: fix: modify script to generate languages
116120

117121
Updated the 'api:build' script to include language generation.
@@ -137,11 +141,9 @@
137141
### Patch Changes
138142

139143
- 80dcadd: fix: get server-api release ready
140-
141144
- 35248ba: chore: fix server-api release
142145

143146
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
144-
145147
- 4dcdd02: fix: get server-api release ready
146148

147149
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
@@ -151,16 +153,13 @@
151153
### Patch Changes
152154

153155
- e2a3583: fix: made studio start on different port if one is already in use
154-
155156
- 43a8cb8: fix: made studio start on differnt port if one is already in use
156157

157158
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
158-
159159
- ce4b061: Merge remote-tracking branch 'remote/master' into fix-studio-multiple-instance
160160
- 122812a: chore: new approach for port allocation done
161161

162162
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
163-
164163
- 5946001: fix: removed comment and fix linting errors
165164

166165
Signed-off-by: Tushar Anand <tusharannand@gmail.com>
@@ -170,7 +169,6 @@
170169
### Minor Changes
171170

172171
- 6b00166: feat: asyncapi release for alpine distros
173-
174172
- 54ba750: feat: asyncapi on alpine distros
175173
- 44d72c3: fix: rename the scripts to use rename instead of tarballs
176174

@@ -179,74 +177,59 @@
179177
### Minor Changes
180178

181179
- c944268: feat: refactor CLI to be service based and initial migration of server-api
182-
183180
- ac95777: feat: refactor cli to be service based and migrate server-api
184181

185182
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
186-
187183
- 6b925f4: chore: fix diff test
188184

189185
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
190-
191186
- cfe6e8d: feat: add generator controller
192187

193188
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
194-
195189
- b2d7bcc: chore: don't need to install everytime
196190

197191
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
198-
199192
- dd71d22: Merge remote-tracking branch 'origin/master' into refactor
200193
- 1fd1216: fix: linting
201194

202195
Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
203-
204196
- 6bd3e73: chore: run prettier
205197

206198
Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
207-
208199
- ca3fdee: chore: run linter
209200

210201
Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
211-
212202
- 1d03d79: chore: quick startup of server-api
213203

214204
Signed-off-by: Shurtu-gal <ashishpadhy1729@gmail.com>
215-
216205
- 13729bb: chore: rename to apps
217206

218207
Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
219-
220208
- cdd2a43: chore: rename npm commands
221209

222210
Signed-off-by: Ashish Padhy <ashishpadhy1729@gmail.com>
223-
224211
- 90aca02: Merge remote-tracking branch 'remote/master' into refactor
225212

226213
## 3.2.0
227214

228215
### Minor Changes
229216

230217
- 0754d1d: feat: add new feature to supress the warnings
231-
232218
- ab94c15: Add a new flag that is --x-suppress-warnings to supress the warning in the validate command
233219
- 55819cd: Allow to pass multiple warnings to supress and add check to verify the warning is correct or not
234220
- 885fc71: Update src/core/parser.ts
235221

236222
Co-authored-by: Souvik De <souvikde.ns@gmail.com>
237-
238223
- 16b22de: Update src/core/flags/validate.flags.ts
239224

240225
Co-authored-by: Souvik De <souvikde.ns@gmail.com>
241-
242226
- de1caad: Add another flag to supressallwarnings and update test case
243227

244228
## 3.1.1
245229

246230
### Patch Changes
247231

248232
- 152c272: feat: made the start studio command interactive along with addition of…
249-
250233
- 0e8e3c1: feat: made the start studio command inteactive along with addition of a flag to disable prompt.
251234

252235
## 3.1.0

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:4.1.3'
41+
image: 'docker://asyncapi/github-action-for-cli:5.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": "4.1.3",
4+
"version": "5.0.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)