Skip to content

Commit 3235648

Browse files
committed
v3.5.3
1 parent 4a962dc commit 3235648

File tree

131 files changed

+1132
-270
lines changed

Some content is hidden

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

131 files changed

+1132
-270
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency @grpc/grpc-js to v1.7.1 ([#2331](https://github.com/midwayjs/midway/issues/2331)) ([4a962dc](https://github.com/midwayjs/midway/commit/4a962dce8f3d2990fc3a2668b7e009b670f99166))
12+
* **deps:** update dependency @grpc/proto-loader to v0.7.3 ([#2327](https://github.com/midwayjs/midway/issues/2327)) ([d05dab5](https://github.com/midwayjs/midway/commit/d05dab5e9c2f73fc14d2bb82f61fb8e6bd52416f))
13+
* **deps:** update dependency sequelize to v6.23.1 ([#2332](https://github.com/midwayjs/midway/issues/2332)) ([2a5c6eb](https://github.com/midwayjs/midway/commit/2a5c6eb82394c4b1427e936da3525d999d459b4e))
14+
* **deps:** update dependency ws to v8.9.0 ([#2333](https://github.com/midwayjs/midway/issues/2333)) ([8a84a10](https://github.com/midwayjs/midway/commit/8a84a109b0a304c3f75db6cfb6dcf11e6d3edd78))
15+
* make addAspect public ([#2317](https://github.com/midwayjs/midway/issues/2317)) ([ded7a07](https://github.com/midwayjs/midway/commit/ded7a0798b4f94936f851b202e2406d6dd3902e6))
16+
* path parameters set ([#2314](https://github.com/midwayjs/midway/issues/2314)) ([cf1b441](https://github.com/midwayjs/midway/commit/cf1b441fa1d80894e69ea6ac3bd159f04a0c6ba5))
17+
* scripts in `benchmark/` ([#2310](https://github.com/midwayjs/midway/issues/2310)) ([a039d3d](https://github.com/midwayjs/midway/commit/a039d3d269311e42cbc15c4431508219351bb521))
18+
* **view:** fix setLocals ([#2321](https://github.com/midwayjs/midway/issues/2321)) ([72789a1](https://github.com/midwayjs/midway/commit/72789a114b1142674c1a8141c7af382538d92400))
19+
20+
21+
### Features
22+
23+
* add proxyTimeout for httpProxy ([#2308](https://github.com/midwayjs/midway/issues/2308)) ([fb14118](https://github.com/midwayjs/midway/commit/fb141183223098534a075ab20bd3e2c366e40d4a))
24+
25+
26+
27+
28+
629
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
730

831

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
}
3434
},
3535
"npmClient": "npm",
36-
"version": "3.5.2"
36+
"version": "3.5.3"
3737
}

packages-legacy/egg-layer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/egg-layer
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/egg-layer

packages-legacy/egg-layer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/egg-layer",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "index.js",
66
"scripts": {
77
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
@@ -14,11 +14,11 @@
1414
"@midwayjs/decorator": "^3.4.11",
1515
"@midwayjs/runtime-engine": "^3.4.4",
1616
"@midwayjs/runtime-mock": "^3.4.4",
17-
"@midwayjs/serverless-fc-starter": "^3.5.2",
18-
"@midwayjs/serverless-fc-trigger": "^3.5.2",
19-
"@midwayjs/serverless-scf-starter": "^3.5.2",
20-
"@midwayjs/serverless-scf-trigger": "^3.5.2",
21-
"@midwayjs/web": "^3.5.1",
17+
"@midwayjs/serverless-fc-starter": "^3.5.3",
18+
"@midwayjs/serverless-fc-trigger": "^3.5.3",
19+
"@midwayjs/serverless-scf-starter": "^3.5.3",
20+
"@midwayjs/serverless-scf-trigger": "^3.5.3",
21+
"@midwayjs/web": "^3.5.3",
2222
"egg": "^2.28.0",
2323
"supertest": "6.2.4"
2424
},

packages-legacy/express-layer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/express-layer
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/express-layer

packages-legacy/express-layer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/express-layer",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "index.js",
66
"scripts": {
77
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
@@ -13,10 +13,10 @@
1313
"devDependencies": {
1414
"@midwayjs/runtime-engine": "^3.4.4",
1515
"@midwayjs/runtime-mock": "^3.4.4",
16-
"@midwayjs/serverless-fc-starter": "^3.5.2",
17-
"@midwayjs/serverless-fc-trigger": "^3.5.2",
18-
"@midwayjs/serverless-scf-starter": "^3.5.2",
19-
"@midwayjs/serverless-scf-trigger": "^3.5.2",
16+
"@midwayjs/serverless-fc-starter": "^3.5.3",
17+
"@midwayjs/serverless-fc-trigger": "^3.5.3",
18+
"@midwayjs/serverless-scf-starter": "^3.5.3",
19+
"@midwayjs/serverless-scf-trigger": "^3.5.3",
2020
"body-parser": "1.20.0",
2121
"express": "4.18.1",
2222
"supertest": "6.2.4"

packages-legacy/koa-layer/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/koa-layer
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/koa-layer

packages-legacy/koa-layer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/koa-layer",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "index.js",
66
"scripts": {
77
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
@@ -13,10 +13,10 @@
1313
"devDependencies": {
1414
"@midwayjs/runtime-engine": "^3.4.4",
1515
"@midwayjs/runtime-mock": "^3.4.4",
16-
"@midwayjs/serverless-fc-starter": "^3.5.2",
17-
"@midwayjs/serverless-fc-trigger": "^3.5.2",
18-
"@midwayjs/serverless-scf-starter": "^3.5.2",
19-
"@midwayjs/serverless-scf-trigger": "^3.5.2",
16+
"@midwayjs/serverless-fc-starter": "^3.5.3",
17+
"@midwayjs/serverless-fc-trigger": "^3.5.3",
18+
"@midwayjs/serverless-scf-starter": "^3.5.3",
19+
"@midwayjs/serverless-scf-trigger": "^3.5.3",
2020
"koa": "2.13.4",
2121
"koa-bodyparser": "4.3.0",
2222
"koa-router": "11.0.1",

packages-legacy/orm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/orm
9+
10+
11+
12+
13+
614
## [3.5.1](https://github.com/midwayjs/midway/compare/v3.5.0...v3.5.1) (2022-09-06)
715

816
**Note:** Version bump only for package @midwayjs/orm

packages-legacy/orm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@midwayjs/orm",
33
"private": true,
4-
"version": "3.5.1",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "index.d.ts",
77
"files": [
@@ -10,9 +10,9 @@
1010
"index.d.ts"
1111
],
1212
"devDependencies": {
13-
"@midwayjs/core": "^3.5.1",
13+
"@midwayjs/core": "^3.5.3",
1414
"@midwayjs/decorator": "^3.4.11",
15-
"@midwayjs/mock": "^3.5.1",
15+
"@midwayjs/mock": "^3.5.3",
1616
"sqlite3": "5.1.1",
1717
"typeorm": "0.3.10"
1818
},

packages-legacy/serverless-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-app
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-app

packages-legacy/serverless-app/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"name": "@midwayjs/serverless-app",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "index.d.ts",
77
"dependencies": {
8-
"@midwayjs/bootstrap": "^3.5.1",
9-
"@midwayjs/faas": "^3.5.2",
8+
"@midwayjs/bootstrap": "^3.5.3",
9+
"@midwayjs/faas": "^3.5.3",
1010
"@midwayjs/faas-typings": "^3.5.0",
1111
"@midwayjs/gateway-common-http": "^1.2.41",
1212
"@midwayjs/serverless-spec-builder": "^1.2.41",
1313
"body-parser": "1.20.0",
1414
"express": "4.18.1"
1515
},
1616
"devDependencies": {
17-
"@midwayjs/core": "^3.5.1",
17+
"@midwayjs/core": "^3.5.3",
1818
"@midwayjs/decorator": "^3.4.11",
1919
"@midwayjs/faas-middleware-upload": "0.0.7",
20-
"@midwayjs/mock": "^3.5.1",
21-
"@midwayjs/serverless-fc-starter": "^3.5.2",
22-
"@midwayjs/serverless-fc-trigger": "^3.5.2",
23-
"@midwayjs/serverless-scf-starter": "^3.5.2",
24-
"@midwayjs/serverless-scf-trigger": "^3.5.2",
20+
"@midwayjs/mock": "^3.5.3",
21+
"@midwayjs/serverless-fc-starter": "^3.5.3",
22+
"@midwayjs/serverless-fc-trigger": "^3.5.3",
23+
"@midwayjs/serverless-scf-starter": "^3.5.3",
24+
"@midwayjs/serverless-scf-trigger": "^3.5.3",
2525
"fs-extra": "10.0.1"
2626
},
2727
"engines": {

packages-legacy/serverless-aws-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-aws-starter
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-aws-starter

packages-legacy/serverless-aws-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@midwayjs/serverless-aws-starter",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "dist/index.d.ts",
77
"dependencies": {
88
"@midwayjs/runtime-engine": "^3.4.4",
9-
"@midwayjs/serverless-http-parser": "^3.5.2"
9+
"@midwayjs/serverless-http-parser": "^3.5.3"
1010
},
1111
"devDependencies": {
1212
"raw-body": "2.5.1"

packages-legacy/serverless-fc-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-fc-starter
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-fc-starter

packages-legacy/serverless-fc-starter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@midwayjs/serverless-fc-starter",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "dist/index.d.ts",
77
"dependencies": {
88
"@midwayjs/runtime-engine": "^3.4.4",
9-
"@midwayjs/serverless-http-parser": "^3.5.2"
9+
"@midwayjs/serverless-http-parser": "^3.5.3"
1010
},
1111
"devDependencies": {
12-
"@midwayjs/core": "^3.5.1",
12+
"@midwayjs/core": "^3.5.3",
1313
"@midwayjs/decorator": "^3.4.11",
1414
"@midwayjs/runtime-mock": "^3.4.4",
1515
"raw-body": "2.5.1"

packages-legacy/serverless-fc-trigger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-fc-trigger

packages-legacy/serverless-fc-trigger/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@midwayjs/serverless-fc-trigger",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "dist/index.d.ts",
77
"dependencies": {
88
"@midwayjs/faas-typings": "^3.5.0",
99
"@midwayjs/runtime-mock": "^3.4.4",
10-
"@midwayjs/serverless-fc-starter": "^3.5.2",
10+
"@midwayjs/serverless-fc-starter": "^3.5.3",
1111
"body-parser": "1.20.0",
1212
"express": "4.18.1"
1313
},
1414
"devDependencies": {
15-
"@midwayjs/core": "^3.5.1",
15+
"@midwayjs/core": "^3.5.3",
1616
"supertest": "6.2.4"
1717
},
1818
"engines": {

packages-legacy/serverless-scf-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-scf-starter
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-scf-starter

packages-legacy/serverless-scf-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@midwayjs/serverless-scf-starter",
33
"private": true,
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"main": "dist/index",
66
"typings": "dist/index.d.ts",
77
"dependencies": {
88
"@midwayjs/runtime-engine": "^3.4.4",
9-
"@midwayjs/serverless-http-parser": "^3.5.2"
9+
"@midwayjs/serverless-http-parser": "^3.5.3"
1010
},
1111
"devDependencies": {
1212
"@midwayjs/faas-typings": "^3.5.0"

packages-legacy/serverless-scf-trigger/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)
7+
8+
**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
9+
10+
11+
12+
13+
614
## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)
715

816
**Note:** Version bump only for package @midwayjs/serverless-scf-trigger

0 commit comments

Comments
 (0)