Skip to content

Commit f7b70a5

Browse files
committed
v3.20.2
1 parent 8eda160 commit f7b70a5

File tree

50 files changed

+410
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+410
-160
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
# Change Log
22

33

4+
## v3.20.2 (2025-01-31)
5+
6+
#### :bug: Bug Fix
7+
* `kafka`
8+
* [#4271](https://github.com/midwayjs/midway/pull/4271) fix: KafkaProducerFactory not init from decorator ([@czy88840616](https://github.com/czy88840616))
9+
10+
#### :nail_care: Polish
11+
* `axios`, `mqtt`
12+
* [#4278](https://github.com/midwayjs/midway/pull/4278) feat: add custom axios config typings merge ([@czy88840616](https://github.com/czy88840616))
13+
14+
#### :package: Dependencies
15+
* `web-koa`, `web`
16+
* [#4276](https://github.com/midwayjs/midway/pull/4276) fix(deps): update dependency qs to v6.14.0 ([@renovate[bot]](https://github.com/apps/renovate))
17+
* `swagger`
18+
* [#4279](https://github.com/midwayjs/midway/pull/4279) chore(deps): update dependency swagger-ui-dist to v5.18.3 ([@renovate[bot]](https://github.com/apps/renovate))
19+
* `jwt`
20+
* [#4281](https://github.com/midwayjs/midway/pull/4281) fix(deps): update dependency @types/jsonwebtoken to v9.0.8 ([@renovate[bot]](https://github.com/apps/renovate))
21+
* Other
22+
* [#4282](https://github.com/midwayjs/midway/pull/4282) chore(deps): update dependency @types/node to v22.12.0 ([@renovate[bot]](https://github.com/apps/renovate))
23+
* `bullmq`
24+
* [#4283](https://github.com/midwayjs/midway/pull/4283) fix(deps): update dependency bullmq to v5.39.1 ([@renovate[bot]](https://github.com/apps/renovate))
25+
* [#4275](https://github.com/midwayjs/midway/pull/4275) fix(deps): update dependency bullmq to v5.37.0 ([@renovate[bot]](https://github.com/apps/renovate))
26+
* `casbin-redis-adapter`, `casbin-typeorm-adapter`, `casbin`
27+
* [#4284](https://github.com/midwayjs/midway/pull/4284) fix(deps): update dependency casbin to v5.38.0 ([@renovate[bot]](https://github.com/apps/renovate))
28+
* `mikro`
29+
* [#4280](https://github.com/midwayjs/midway/pull/4280) chore(deps): update mikro-orm monorepo to v6.4.5 ([@renovate[bot]](https://github.com/apps/renovate))
30+
* `leoric`
31+
* [#4273](https://github.com/midwayjs/midway/pull/4273) fix(deps): update dependency leoric to v2.13.4 ([@renovate[bot]](https://github.com/apps/renovate))
32+
* `ws`
33+
* [#4272](https://github.com/midwayjs/midway/pull/4272) fix(deps): update dependency @types/ws to v8.5.14 ([@renovate[bot]](https://github.com/apps/renovate))
34+
* `otel`
35+
* [#4265](https://github.com/midwayjs/midway/pull/4265) chore(deps): update dependency @opentelemetry/sdk-node to v0.57.1 ([@renovate[bot]](https://github.com/apps/renovate))
36+
* `grpc`, `rabbitmq`, `socketio`, `web-express`, `web-koa`, `web`, `ws`
37+
* [#4266](https://github.com/midwayjs/midway/pull/4266) chore(deps): update dependency fs-extra to v11.3.0 ([@renovate[bot]](https://github.com/apps/renovate))
38+
39+
#### Committers: 1
40+
- Harry Chen ([@czy88840616](https://github.com/czy88840616))
41+
42+
43+
444
## v3.20.1 (2025-01-17)
545

646
#### :bug: Bug Fix

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"cacheDir": ".changelog"
4848
},
4949
"npmClient": "npm",
50-
"version": "3.20.1"
50+
"version": "3.20.2"
5151
}

packages-legacy/egg-layer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/egg-layer",
33
"private": true,
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "index.js",
66
"scripts": {
77
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand --forceExit"
@@ -17,7 +17,7 @@
1717
"@midwayjs/serverless-fc-trigger": "^3.20.0",
1818
"@midwayjs/serverless-scf-starter": "^3.20.0",
1919
"@midwayjs/serverless-scf-trigger": "^3.20.0",
20-
"@midwayjs/web": "^3.20.0",
20+
"@midwayjs/web": "^3.20.2",
2121
"egg": "^2.28.0",
2222
"supertest": "6.3.3"
2323
},

packages-legacy/serverless-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/serverless-app",
33
"private": true,
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"dependencies": {

packages-legacy/task/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/task",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"private": true,
55
"description": "midway component for task and schedule",
66
"main": "dist/index.js",
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"devDependencies": {
2626
"@midwayjs/core": "^3.20.0",
27-
"@midwayjs/koa": "^3.20.0",
27+
"@midwayjs/koa": "^3.20.2",
2828
"@midwayjs/mock": "^3.20.0",
2929
"@types/bull": "3.15.9",
3030
"@types/cron": "2.4.3"

packages/axios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/axios",
33
"description": "midway http client with axios",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"files": [

packages/bull-board/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/bull-board",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "midway component for bull",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -26,10 +26,10 @@
2626
"license": "MIT",
2727
"devDependencies": {
2828
"@midwayjs/bull": "^3.20.0",
29-
"@midwayjs/bullmq": "^3.20.0",
29+
"@midwayjs/bullmq": "^3.20.2",
3030
"@midwayjs/core": "^3.20.0",
31-
"@midwayjs/express": "^3.20.0",
32-
"@midwayjs/koa": "^3.20.0",
31+
"@midwayjs/express": "^3.20.2",
32+
"@midwayjs/koa": "^3.20.2",
3333
"@midwayjs/mock": "^3.20.0"
3434
},
3535
"dependencies": {

packages/bullmq/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/bullmq",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "midway component for BullMQ",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

packages/busboy/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/busboy",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Component for upload",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -28,10 +28,10 @@
2828
},
2929
"devDependencies": {
3030
"@midwayjs/core": "^3.20.0",
31-
"@midwayjs/express": "^3.20.0",
31+
"@midwayjs/express": "^3.20.2",
3232
"@midwayjs/faas": "^3.20.0",
33-
"@midwayjs/koa": "^3.20.0",
33+
"@midwayjs/koa": "^3.20.2",
3434
"@midwayjs/mock": "^3.20.0",
35-
"@midwayjs/web": "^3.20.0"
35+
"@midwayjs/web": "^3.20.2"
3636
}
3737
}

packages/captcha/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/captcha",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Component for Captcha(Verification Code)",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@midwayjs/core": "^3.20.0",
32-
"@midwayjs/koa": "^3.20.0",
32+
"@midwayjs/koa": "^3.20.2",
3333
"@midwayjs/mock": "^3.20.0"
3434
}
3535
}

packages/casbin-redis-adapter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/casbin-redis-adapter",
33
"description": "midway casbin redis adapter",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"files": [
@@ -10,13 +10,13 @@
1010
],
1111
"devDependencies": {
1212
"@midwayjs/core": "^3.20.0",
13-
"@midwayjs/koa": "^3.20.0",
13+
"@midwayjs/koa": "^3.20.2",
1414
"@midwayjs/mock": "^3.20.0",
1515
"casbin": "5.38.0",
1616
"ioredis": "5.4.2"
1717
},
1818
"dependencies": {
19-
"@midwayjs/casbin": "^3.20.0",
19+
"@midwayjs/casbin": "^3.20.2",
2020
"@midwayjs/redis": "^3.20.0"
2121
},
2222
"keywords": [

packages/casbin-typeorm-adapter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/casbin-typeorm-adapter",
33
"description": "midway casbin typeorm adapter",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
77
"files": [
@@ -10,14 +10,14 @@
1010
],
1111
"devDependencies": {
1212
"@midwayjs/core": "^3.20.0",
13-
"@midwayjs/koa": "^3.20.0",
13+
"@midwayjs/koa": "^3.20.2",
1414
"@midwayjs/mock": "^3.20.0",
1515
"casbin": "5.38.0",
1616
"sqlite3": "5.1.7",
1717
"typeorm": "0.3.20"
1818
},
1919
"dependencies": {
20-
"@midwayjs/casbin": "^3.20.0",
20+
"@midwayjs/casbin": "^3.20.2",
2121
"@midwayjs/typeorm": "^3.20.0"
2222
},
2323
"keywords": [

packages/casbin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/casbin",
33
"description": "midway casbin component",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"files": [
@@ -11,7 +11,7 @@
1111
],
1212
"devDependencies": {
1313
"@midwayjs/core": "^3.20.0",
14-
"@midwayjs/koa": "^3.20.0",
14+
"@midwayjs/koa": "^3.20.2",
1515
"@midwayjs/mock": "^3.20.0"
1616
},
1717
"dependencies": {

packages/code-dye/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/code-dye",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Code Dye Component",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -23,11 +23,11 @@
2323
"license": "MIT",
2424
"devDependencies": {
2525
"@midwayjs/core": "^3.20.0",
26-
"@midwayjs/express": "^3.20.0",
26+
"@midwayjs/express": "^3.20.2",
2727
"@midwayjs/faas": "^3.20.0",
28-
"@midwayjs/koa": "^3.20.0",
28+
"@midwayjs/koa": "^3.20.2",
2929
"@midwayjs/mock": "^3.20.0",
30-
"@midwayjs/serverless-app": "^3.20.0",
31-
"@midwayjs/web": "^3.20.0"
30+
"@midwayjs/serverless-app": "^3.20.2",
31+
"@midwayjs/web": "^3.20.2"
3232
}
3333
}

packages/consul/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/consul",
33
"description": "midway consul",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"files": [
@@ -11,7 +11,7 @@
1111
],
1212
"devDependencies": {
1313
"@midwayjs/core": "^3.20.0",
14-
"@midwayjs/koa": "^3.20.0",
14+
"@midwayjs/koa": "^3.20.2",
1515
"@midwayjs/mock": "^3.20.0",
1616
"@types/consul": "0.40.3",
1717
"@types/sinon": "17.0.3",

packages/cross-domain/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/cross-domain",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Component for Cross Domain",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -26,11 +26,11 @@
2626
},
2727
"devDependencies": {
2828
"@midwayjs/core": "^3.20.0",
29-
"@midwayjs/express": "^3.20.0",
29+
"@midwayjs/express": "^3.20.2",
3030
"@midwayjs/faas": "^3.20.0",
31-
"@midwayjs/koa": "^3.20.0",
31+
"@midwayjs/koa": "^3.20.2",
3232
"@midwayjs/mock": "^3.20.0",
33-
"@midwayjs/serverless-app": "^3.20.0",
34-
"@midwayjs/web": "^3.20.0"
33+
"@midwayjs/serverless-app": "^3.20.2",
34+
"@midwayjs/web": "^3.20.2"
3535
}
3636
}

packages/grpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/grpc",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Framework for gRPC",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",

packages/http-proxy/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@midwayjs/http-proxy",
3-
"version": "3.20.0",
3+
"version": "3.20.2",
44
"description": "Midway Component for http proxy",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
@@ -30,11 +30,11 @@
3030
},
3131
"devDependencies": {
3232
"@midwayjs/core": "^3.20.0",
33-
"@midwayjs/express": "^3.20.0",
33+
"@midwayjs/express": "^3.20.2",
3434
"@midwayjs/faas": "^3.20.0",
35-
"@midwayjs/koa": "^3.20.0",
35+
"@midwayjs/koa": "^3.20.2",
3636
"@midwayjs/mock": "^3.20.0",
37-
"@midwayjs/serverless-app": "^3.20.0",
38-
"@midwayjs/web": "^3.20.0"
37+
"@midwayjs/serverless-app": "^3.20.2",
38+
"@midwayjs/web": "^3.20.2"
3939
}
4040
}

packages/i18n/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/i18n",
33
"description": "midway i18n component",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"files": [
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@midwayjs/core": "^3.20.0",
17-
"@midwayjs/express": "^3.20.0",
18-
"@midwayjs/koa": "^3.20.0",
17+
"@midwayjs/express": "^3.20.2",
18+
"@midwayjs/koa": "^3.20.2",
1919
"@midwayjs/mock": "^3.20.0"
2020
},
2121
"keywords": [

packages/info/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/info",
33
"description": "midway info",
4-
"version": "3.20.0",
4+
"version": "3.20.2",
55
"main": "dist/index.js",
66
"typings": "index.d.ts",
77
"files": [
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@midwayjs/core": "^3.20.0",
17-
"@midwayjs/express": "^3.20.0",
18-
"@midwayjs/koa": "^3.20.0",
17+
"@midwayjs/express": "^3.20.2",
18+
"@midwayjs/koa": "^3.20.2",
1919
"@midwayjs/mock": "^3.20.0",
2020
"@midwayjs/serverless-fc-starter": "^3.20.0",
2121
"@midwayjs/serverless-scf-starter": "^3.20.0"

0 commit comments

Comments
 (0)