Skip to content

Commit f518e90

Browse files
committed
chore: fix scripts and generate changelog
1 parent 53bfef4 commit f518e90

File tree

2 files changed

+78
-1
lines changed

2 files changed

+78
-1
lines changed

CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,83 @@
11
# Change Log
22

33

4+
## v4.0.0-beta.2 (2025-10-06)
5+
6+
#### :boom: Breaking Change
7+
* `web-koa`
8+
* [#4396](https://github.com/midwayjs/midway/pull/4396) feat: upgrade koa to v3 ([@czy88840616](https://github.com/czy88840616))
9+
10+
#### :rocket: New Feature
11+
* `axios`, `bootstrap`, `bull-board`, `bull`, `bullmq`, `busboy`, `cache-manager`, `captcha`, `casbin-redis-adapter`, `casbin-typeorm-adapter`, `casbin`, `code-dye`, `consul`, `core`, `cos`, `cron`, `cross-domain`, `etcd`, `event-emitter`, `express-session`, `faas`, `grpc`, `http-proxy`, `i18n`, `info`, `jwt`, `kafka`, `mcp`, `mikro`, `mock`, `mongoose`, `mqtt`, `nextjs`, `oss`, `otel`, `processAgent`, `prometheus-socket-io`, `prometheus`, `rabbitmq`, `redis`, `security`, `sequelize`, `session`, `socketio`, `static-file`, `tablestore`, `tags`, `tenant`, `typegoose`, `typeorm`, `upload`, `validate`, `validation-joi`, `validation-zod`, `validation`, `view-ejs`, `view-nunjucks`, `view`, `web-express`, `web-koa`, `web`, `ws`
12+
* [#4404](https://github.com/midwayjs/midway/pull/4404) feat: support mcp ([@czy88840616](https://github.com/czy88840616))
13+
* `web-koa`
14+
* [#4396](https://github.com/midwayjs/midway/pull/4396) feat: upgrade koa to v3 ([@czy88840616](https://github.com/czy88840616))
15+
* `bull-board`, `web-koa`
16+
* [#4380](https://github.com/midwayjs/midway/pull/4380) feat: add new v4 main page ([@czy88840616](https://github.com/czy88840616))
17+
18+
#### :bug: Bug Fix
19+
* `ws`
20+
* [#4364](https://github.com/midwayjs/midway/pull/4364) fix: heartbeat does not take effect in koa scenario ([@czy88840616](https://github.com/czy88840616))
21+
* `bull-board`
22+
* [#4351](https://github.com/midwayjs/midway/pull/4351) fix: bull-board missing export adapter ([@czy88840616](https://github.com/czy88840616))
23+
24+
#### :nail_care: Polish
25+
* `web-express`, `web-koa`, `web`
26+
* [#4371](https://github.com/midwayjs/midway/pull/4371) feat: add random free port ([@czy88840616](https://github.com/czy88840616))
27+
* `typeorm`
28+
* [#4369](https://github.com/midwayjs/midway/pull/4369) feat: add config allow typeorm migrations ([@czy88840616](https://github.com/czy88840616))
29+
* `ws`
30+
* [#4361](https://github.com/midwayjs/midway/pull/4361) breaking: upgrade cron to 3.5.0, support waitForComplete ([@denghongcai](https://github.com/denghongcai))
31+
* [#4360](https://github.com/midwayjs/midway/pull/4360) feat: add ws upgrade handler ([@czy88840616](https://github.com/czy88840616))
32+
* [#4354](https://github.com/midwayjs/midway/pull/4354) feat: add request to ws context ([@czy88840616](https://github.com/czy88840616))
33+
* `cron`
34+
* [#4361](https://github.com/midwayjs/midway/pull/4361) breaking: upgrade cron to 3.5.0, support waitForComplete ([@denghongcai](https://github.com/denghongcai))
35+
36+
#### :memo: Documentation
37+
* [#4397](https://github.com/midwayjs/midway/pull/4397) docs: add api docs ([@czy88840616](https://github.com/czy88840616))
38+
* [#4394](https://github.com/midwayjs/midway/pull/4394) docs: Update guard.md ([@Nokic233](https://github.com/Nokic233))
39+
* [#4372](https://github.com/midwayjs/midway/pull/4372) docs: update static_file.md for static directory not found ([@heyongsheng](https://github.com/heyongsheng))
40+
* [#4370](https://github.com/midwayjs/midway/pull/4370) docs: update static_file.md for static directory not found ([@heyongsheng](https://github.com/heyongsheng))
41+
* [#4359](https://github.com/midwayjs/midway/pull/4359) docs: update the wrong spelling of DefaultConfig ([@mmdapl](https://github.com/mmdapl))
42+
43+
#### :package: Dependencies
44+
* `grpc`
45+
* [#4403](https://github.com/midwayjs/midway/pull/4403) fix(deps): update dependency @grpc/grpc-js to v1.14.0 ([@renovate[bot]](https://github.com/apps/renovate))
46+
* [#4355](https://github.com/midwayjs/midway/pull/4355) fix(deps): update dependency @grpc/grpc-js to v1.13.4 ([@renovate[bot]](https://github.com/apps/renovate))
47+
* `web-express`
48+
* [#4395](https://github.com/midwayjs/midway/pull/4395) chore(deps): update dependency @types/express to v4.17.23 ([@renovate[bot]](https://github.com/apps/renovate))
49+
* Other
50+
* [#4400](https://github.com/midwayjs/midway/pull/4400) chore(deps): update gcr.io/etcd-development/etcd docker tag to v3.6.5 ([@renovate[bot]](https://github.com/apps/renovate))
51+
* [#4401](https://github.com/midwayjs/midway/pull/4401) chore(deps): update hashicorp/consul docker tag to v1.21.5 ([@renovate[bot]](https://github.com/apps/renovate))
52+
* [#4381](https://github.com/midwayjs/midway/pull/4381) fix(deps): update dependency cookie-session to v2.1.1 ([@renovate[bot]](https://github.com/apps/renovate))
53+
* [#4393](https://github.com/midwayjs/midway/pull/4393) chore(deps): update redis docker tag to v7.4.5 ([@renovate[bot]](https://github.com/apps/renovate))
54+
* [#4389](https://github.com/midwayjs/midway/pull/4389) chore(deps): update hashicorp/consul docker tag to v1.21.4 ([@renovate[bot]](https://github.com/apps/renovate))
55+
* [#4388](https://github.com/midwayjs/midway/pull/4388) chore(deps): update gcr.io/etcd-development/etcd docker tag to v3.6.4 ([@renovate[bot]](https://github.com/apps/renovate))
56+
* [#4373](https://github.com/midwayjs/midway/pull/4373) chore(deps): update mongo docker tag to v4.4 ([@renovate[bot]](https://github.com/apps/renovate))
57+
* [#4362](https://github.com/midwayjs/midway/pull/4362) fix(deps): update dependency statuses to v2.0.2 ([@renovate[bot]](https://github.com/apps/renovate))
58+
* `leoric`
59+
* [#4392](https://github.com/midwayjs/midway/pull/4392) fix(deps): update dependency leoric to v2.13.8 ([@renovate[bot]](https://github.com/apps/renovate))
60+
* `axios`, `http-proxy`, `web-koa`
61+
* [#4391](https://github.com/midwayjs/midway/pull/4391) fix(deps): update dependency axios to v1.12.0 [security] ([@renovate[bot]](https://github.com/apps/renovate))
62+
* `validation-zod`
63+
* [#4382](https://github.com/midwayjs/midway/pull/4382) fix(deps): update dependency i18next to v24.2.3 ([@renovate[bot]](https://github.com/apps/renovate))
64+
* `nextjs`
65+
* [#4385](https://github.com/midwayjs/midway/pull/4385) chore(deps): update dependency next to ~15.4.0 [security] ([@renovate[bot]](https://github.com/apps/renovate))
66+
* [#4377](https://github.com/midwayjs/midway/pull/4377) fix(deps): update dependency next [security] ([@renovate[bot]](https://github.com/apps/renovate))
67+
* `core`, `web-koa`
68+
* [#4366](https://github.com/midwayjs/midway/pull/4366) fix(deps): update dependency koa to v2.16.2 [security] ([@renovate[bot]](https://github.com/apps/renovate))
69+
* `jwt`
70+
* [#4356](https://github.com/midwayjs/midway/pull/4356) fix(deps): update dependency @types/jsonwebtoken to v9.0.10 ([@renovate[bot]](https://github.com/apps/renovate))
71+
72+
#### Committers: 6
73+
- 142vip.cn ([@mmdapl](https://github.com/mmdapl))
74+
- Harry Chen ([@czy88840616](https://github.com/czy88840616))
75+
- He Yongsheng ([@heyongsheng](https://github.com/heyongsheng))
76+
- Hongcai Deng ([@denghongcai](https://github.com/denghongcai))
77+
- NoKic233 ([@Nokic233](https://github.com/Nokic233))
78+
- yuuang ([@zhangyuang](https://github.com/zhangyuang))
79+
80+
481
## v3.20.12 (2025-08-10)
582

683
#### :nail_care: Polish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"clean": "lerna clean --yes && rm -rf ./packages/**/package-lock.json && rm -f package-lock.json && rm -rf ./packages/**/pnpm-lock.json ",
4141
"build": "sh scripts/build.sh",
4242
"authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
43-
"version": "if [ \"$SKIP_VERSION_SCRIPTS\" != \"true\" ]; then node ./scripts/generate_rollback.js && node ./scripts/generate_version.js && node ./scripts/generate_changelog.js && git add .; fi",
43+
"version": "if [ \"$SKIP_VERSION_SCRIPTS\" != \"true\" ]; then node ./scripts/generate_rollback.js && node ./scripts/generate_version.js; fi && node ./scripts/generate_changelog.js && git add .",
4444
"lint": "lerna exec mwts check",
4545
"lint:cycle": "lerna exec --ignore @midwayjs/version --ignore @midwayjs/faas-typings --ignore @midwayjs/*-layer --ignore @midwayjs/core -- madge --circular --extensions ts src",
4646
"lint:fix": "lerna exec mwts fix",

0 commit comments

Comments
 (0)