Skip to content

Commit

Permalink
v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 25, 2022
1 parent 4a962dc commit 3235648
Show file tree
Hide file tree
Showing 131 changed files with 1,132 additions and 270 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)


### Bug Fixes

* **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))
* **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))
* **deps:** update dependency sequelize to v6.23.1 ([#2332](https://github.com/midwayjs/midway/issues/2332)) ([2a5c6eb](https://github.com/midwayjs/midway/commit/2a5c6eb82394c4b1427e936da3525d999d459b4e))
* **deps:** update dependency ws to v8.9.0 ([#2333](https://github.com/midwayjs/midway/issues/2333)) ([8a84a10](https://github.com/midwayjs/midway/commit/8a84a109b0a304c3f75db6cfb6dcf11e6d3edd78))
* make addAspect public ([#2317](https://github.com/midwayjs/midway/issues/2317)) ([ded7a07](https://github.com/midwayjs/midway/commit/ded7a0798b4f94936f851b202e2406d6dd3902e6))
* path parameters set ([#2314](https://github.com/midwayjs/midway/issues/2314)) ([cf1b441](https://github.com/midwayjs/midway/commit/cf1b441fa1d80894e69ea6ac3bd159f04a0c6ba5))
* scripts in `benchmark/` ([#2310](https://github.com/midwayjs/midway/issues/2310)) ([a039d3d](https://github.com/midwayjs/midway/commit/a039d3d269311e42cbc15c4431508219351bb521))
* **view:** fix setLocals ([#2321](https://github.com/midwayjs/midway/issues/2321)) ([72789a1](https://github.com/midwayjs/midway/commit/72789a114b1142674c1a8141c7af382538d92400))


### Features

* add proxyTimeout for httpProxy ([#2308](https://github.com/midwayjs/midway/issues/2308)) ([fb14118](https://github.com/midwayjs/midway/commit/fb141183223098534a075ab20bd3e2c366e40d4a))





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
}
},
"npmClient": "npm",
"version": "3.5.2"
"version": "3.5.3"
}
8 changes: 8 additions & 0 deletions packages-legacy/egg-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
12 changes: 6 additions & 6 deletions packages-legacy/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/egg-layer",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -14,11 +14,11 @@
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.5.2",
"@midwayjs/serverless-fc-trigger": "^3.5.2",
"@midwayjs/serverless-scf-starter": "^3.5.2",
"@midwayjs/serverless-scf-trigger": "^3.5.2",
"@midwayjs/web": "^3.5.1",
"@midwayjs/serverless-fc-starter": "^3.5.3",
"@midwayjs/serverless-fc-trigger": "^3.5.3",
"@midwayjs/serverless-scf-starter": "^3.5.3",
"@midwayjs/serverless-scf-trigger": "^3.5.3",
"@midwayjs/web": "^3.5.3",
"egg": "^2.28.0",
"supertest": "6.2.4"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/express-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
10 changes: 5 additions & 5 deletions packages-legacy/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/express-layer",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -13,10 +13,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.5.2",
"@midwayjs/serverless-fc-trigger": "^3.5.2",
"@midwayjs/serverless-scf-starter": "^3.5.2",
"@midwayjs/serverless-scf-trigger": "^3.5.2",
"@midwayjs/serverless-fc-starter": "^3.5.3",
"@midwayjs/serverless-fc-trigger": "^3.5.3",
"@midwayjs/serverless-scf-starter": "^3.5.3",
"@midwayjs/serverless-scf-trigger": "^3.5.3",
"body-parser": "1.20.0",
"express": "4.18.1",
"supertest": "6.2.4"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/koa-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
10 changes: 5 additions & 5 deletions packages-legacy/koa-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/koa-layer",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest --runInBand",
Expand All @@ -13,10 +13,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.5.2",
"@midwayjs/serverless-fc-trigger": "^3.5.2",
"@midwayjs/serverless-scf-starter": "^3.5.2",
"@midwayjs/serverless-scf-trigger": "^3.5.2",
"@midwayjs/serverless-fc-starter": "^3.5.3",
"@midwayjs/serverless-fc-trigger": "^3.5.3",
"@midwayjs/serverless-scf-starter": "^3.5.3",
"@midwayjs/serverless-scf-trigger": "^3.5.3",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-router": "11.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/orm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.1](https://github.com/midwayjs/midway/compare/v3.5.0...v3.5.1) (2022-09-06)

**Note:** Version bump only for package @midwayjs/orm
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/orm",
"private": true,
"version": "3.5.1",
"version": "3.5.3",
"main": "dist/index",
"typings": "index.d.ts",
"files": [
Expand All @@ -10,9 +10,9 @@
"index.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^3.5.1",
"@midwayjs/core": "^3.5.3",
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/mock": "^3.5.1",
"@midwayjs/mock": "^3.5.3",
"sqlite3": "5.1.1",
"typeorm": "0.3.10"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
18 changes: 9 additions & 9 deletions packages-legacy/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "@midwayjs/serverless-app",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^3.5.1",
"@midwayjs/faas": "^3.5.2",
"@midwayjs/bootstrap": "^3.5.3",
"@midwayjs/faas": "^3.5.3",
"@midwayjs/faas-typings": "^3.5.0",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.5.1",
"@midwayjs/core": "^3.5.3",
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/faas-middleware-upload": "0.0.7",
"@midwayjs/mock": "^3.5.1",
"@midwayjs/serverless-fc-starter": "^3.5.2",
"@midwayjs/serverless-fc-trigger": "^3.5.2",
"@midwayjs/serverless-scf-starter": "^3.5.2",
"@midwayjs/serverless-scf-trigger": "^3.5.2",
"@midwayjs/mock": "^3.5.3",
"@midwayjs/serverless-fc-starter": "^3.5.3",
"@midwayjs/serverless-fc-trigger": "^3.5.3",
"@midwayjs/serverless-scf-starter": "^3.5.3",
"@midwayjs/serverless-scf-trigger": "^3.5.3",
"fs-extra": "10.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-aws-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-aws-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/serverless-aws-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-aws-starter",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.5.2"
"@midwayjs/serverless-http-parser": "^3.5.3"
},
"devDependencies": {
"raw-body": "2.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-fc-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-fc-starter",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.5.2"
"@midwayjs/serverless-http-parser": "^3.5.3"
},
"devDependencies": {
"@midwayjs/core": "^3.5.1",
"@midwayjs/core": "^3.5.3",
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/runtime-mock": "^3.4.4",
"raw-body": "2.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-fc-trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.5.0",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.5.2",
"@midwayjs/serverless-fc-starter": "^3.5.3",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.5.1",
"@midwayjs/core": "^3.5.3",
"supertest": "6.2.4"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-scf-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-scf-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/serverless-scf-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-scf-starter",
"private": true,
"version": "3.5.2",
"version": "3.5.3",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.5.2"
"@midwayjs/serverless-http-parser": "^3.5.3"
},
"devDependencies": {
"@midwayjs/faas-typings": "^3.5.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-scf-trigger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.5.3](https://github.com/midwayjs/midway/compare/v3.5.2...v3.5.3) (2022-09-25)

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





## [3.5.2](https://github.com/midwayjs/midway/compare/v3.5.1...v3.5.2) (2022-09-08)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
Loading

0 comments on commit 3235648

Please sign in to comment.