Skip to content

Commit

Permalink
v3.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 12, 2022
1 parent 6ee0a9c commit aeb1176
Show file tree
Hide file tree
Showing 125 changed files with 1,067 additions and 252 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)


### Bug Fixes

* catch kafaka start error ([#2230](https://github.com/midwayjs/midway/issues/2230)) ([60c7c41](https://github.com/midwayjs/midway/commit/60c7c41eaaaa062bf63ca1f938dd2cbd15bd2f7d))
* **deps:** update dependency @grpc/grpc-js to v1.6.9 ([#2223](https://github.com/midwayjs/midway/issues/2223)) ([e0c6d4d](https://github.com/midwayjs/midway/commit/e0c6d4d78410d38149d4347a3bfb270498ae5f14))
* **deps:** update dependency amqp-connection-manager to v4.1.6 ([#2225](https://github.com/midwayjs/midway/issues/2225)) ([ff7506a](https://github.com/midwayjs/midway/commit/ff7506a7bb986409e8c9a85ea55a23a3d935bdf5))
* revert node 14 supported ([#2219](https://github.com/midwayjs/midway/issues/2219)) ([08e4152](https://github.com/midwayjs/midway/commit/08e4152bb9530b699de4150c2494f04795348719))
* stop duplicate invoke ([#2221](https://github.com/midwayjs/midway/issues/2221)) ([6bd3f57](https://github.com/midwayjs/midway/commit/6bd3f57dbd68742c5b789335b46e929b7f71c6c4))





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)


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.4.9"
"version": "3.4.10"
}
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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 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.4.9",
"version": "3.4.10",
"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.4",
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.9",
"@midwayjs/serverless-fc-trigger": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"@midwayjs/serverless-fc-trigger": "^3.4.10",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.9",
"@midwayjs/web": "^3.4.9",
"@midwayjs/serverless-scf-trigger": "^3.4.10",
"@midwayjs/web": "^3.4.10",
"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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
8 changes: 4 additions & 4 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.4.9",
"version": "3.4.10",
"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.4.9",
"@midwayjs/serverless-fc-trigger": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"@midwayjs/serverless-fc-trigger": "^3.4.10",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.9",
"@midwayjs/serverless-scf-trigger": "^3.4.10",
"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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
8 changes: 4 additions & 4 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.4.9",
"version": "3.4.10",
"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.4.9",
"@midwayjs/serverless-fc-trigger": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"@midwayjs/serverless-fc-trigger": "^3.4.10",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.9",
"@midwayjs/serverless-scf-trigger": "^3.4.10",
"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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**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.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "index.d.ts",
"files": [
Expand All @@ -10,9 +10,9 @@
"index.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^3.4.9",
"@midwayjs/core": "^3.4.10",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/mock": "^3.4.9",
"@midwayjs/mock": "^3.4.10",
"sqlite3": "5.0.11",
"typeorm": "0.3.7"
},
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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
16 changes: 8 additions & 8 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.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^3.4.9",
"@midwayjs/faas": "^3.4.9",
"@midwayjs/bootstrap": "^3.4.10",
"@midwayjs/faas": "^3.4.10",
"@midwayjs/faas-typings": "^3.3.5",
"@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.4.9",
"@midwayjs/core": "^3.4.10",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/faas-middleware-upload": "0.0.7",
"@midwayjs/mock": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.9",
"@midwayjs/serverless-fc-trigger": "^3.4.9",
"@midwayjs/mock": "^3.4.10",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"@midwayjs/serverless-fc-trigger": "^3.4.10",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.9",
"@midwayjs/serverless-scf-trigger": "^3.4.10",
"fs-extra": "10.0.1"
},
"engines": {
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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
4 changes: 2 additions & 2 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.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.4.0"
},
"devDependencies": {
"@midwayjs/core": "^3.4.9",
"@midwayjs/core": "^3.4.10",
"@midwayjs/decorator": "^3.4.4",
"@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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**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.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.9",
"@midwayjs/core": "^3.4.10",
"supertest": "6.2.4"
},
"engines": {
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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/serverless-scf-trigger",
"private": true,
"version": "3.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.9",
"@midwayjs/serverless-fc-starter": "^3.4.10",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.9"
"@midwayjs/core": "^3.4.10"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-vercel-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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

**Note:** Version bump only for package @midwayjs/serverless-vercel-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-legacy/serverless-vercel-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@midwayjs/serverless-vercel-starter",
"private": true,
"version": "3.4.9",
"version": "3.4.10",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -10,7 +10,7 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^3.4.9",
"@midwayjs/core": "^3.4.10",
"@midwayjs/decorator": "^3.4.4",
"@midwayjs/runtime-mock": "^3.4.4",
"raw-body": "2.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages-legacy/serverless-worker-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.4.10](https://github.com/midwayjs/midway/compare/v3.4.9...v3.4.10) (2022-08-12)

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





## [3.4.9](https://github.com/midwayjs/midway/compare/v3.4.8...v3.4.9) (2022-08-10)

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

0 comments on commit aeb1176

Please sign in to comment.