Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 29, 2022
1 parent f62e42a commit 4200e30
Show file tree
Hide file tree
Showing 133 changed files with 1,139 additions and 278 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.5.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)


### Bug Fixes

* **axios:** fix @midway/axios more configuration instance problems ([#2273](https://github.com/midwayjs/midway/issues/2273)) ([edf9377](https://github.com/midwayjs/midway/commit/edf937753a1b290de77bea334a052b22adbb9684))
* oss config typings ([#2277](https://github.com/midwayjs/midway/issues/2277)) ([f62e42a](https://github.com/midwayjs/midway/commit/f62e42abf18ff4df3b6d2f23189ec0a46db72c11))


### Features

* add retry wrapper for invoke some remote data ([#2271](https://github.com/midwayjs/midway/issues/2271)) ([1c47338](https://github.com/midwayjs/midway/commit/1c473386937293104369cc8e5727c5330de4f85c))
* **core:** config option for validating database connection during initialization ([#2234](https://github.com/midwayjs/midway/issues/2234)) ([cf5d360](https://github.com/midwayjs/midway/commit/cf5d360d7300db12f12cc3e1ce67806ad082a7b1))





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)


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.13"
"version": "3.5.0"
}
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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**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.4.13",
"version": "3.5.0",
"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.4.13",
"@midwayjs/serverless-fc-trigger": "^3.4.13",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.13",
"@midwayjs/web": "^3.4.13",
"@midwayjs/serverless-fc-starter": "^3.5.0",
"@midwayjs/serverless-fc-trigger": "^3.5.0",
"@midwayjs/serverless-scf-starter": "^3.5.0",
"@midwayjs/serverless-scf-trigger": "^3.5.0",
"@midwayjs/web": "^3.5.0",
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**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.4.13",
"version": "3.5.0",
"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.13",
"@midwayjs/serverless-fc-trigger": "^3.4.13",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.13",
"@midwayjs/serverless-fc-starter": "^3.5.0",
"@midwayjs/serverless-fc-trigger": "^3.5.0",
"@midwayjs/serverless-scf-starter": "^3.5.0",
"@midwayjs/serverless-scf-trigger": "^3.5.0",
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**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.4.13",
"version": "3.5.0",
"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.13",
"@midwayjs/serverless-fc-trigger": "^3.4.13",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.13",
"@midwayjs/serverless-fc-starter": "^3.5.0",
"@midwayjs/serverless-fc-trigger": "^3.5.0",
"@midwayjs/serverless-scf-starter": "^3.5.0",
"@midwayjs/serverless-scf-trigger": "^3.5.0",
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**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.13",
"version": "3.5.0",
"main": "dist/index",
"typings": "index.d.ts",
"files": [
Expand All @@ -10,9 +10,9 @@
"index.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^3.4.13",
"@midwayjs/core": "^3.5.0",
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/mock": "^3.4.13",
"@midwayjs/mock": "^3.5.0",
"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.5.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
20 changes: 10 additions & 10 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.13",
"version": "3.5.0",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^3.4.13",
"@midwayjs/faas": "^3.4.13",
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/bootstrap": "^3.5.0",
"@midwayjs/faas": "^3.5.0",
"@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.4.13",
"@midwayjs/core": "^3.5.0",
"@midwayjs/decorator": "^3.4.11",
"@midwayjs/faas-middleware-upload": "0.0.7",
"@midwayjs/mock": "^3.4.13",
"@midwayjs/serverless-fc-starter": "^3.4.13",
"@midwayjs/serverless-fc-trigger": "^3.4.13",
"@midwayjs/serverless-scf-starter": "^3.4.4",
"@midwayjs/serverless-scf-trigger": "^3.4.13",
"@midwayjs/mock": "^3.5.0",
"@midwayjs/serverless-fc-starter": "^3.5.0",
"@midwayjs/serverless-fc-trigger": "^3.5.0",
"@midwayjs/serverless-scf-starter": "^3.5.0",
"@midwayjs/serverless-scf-trigger": "^3.5.0",
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.4](https://github.com/midwayjs/midway/compare/v3.4.3...v3.4.4) (2022-07-25)


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.4.4",
"version": "3.5.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.4.0"
"@midwayjs/serverless-http-parser": "^3.5.0"
},
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**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.4.13",
"version": "3.5.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.4.0"
"@midwayjs/serverless-http-parser": "^3.5.0"
},
"devDependencies": {
"@midwayjs/core": "^3.4.13",
"@midwayjs/core": "^3.5.0",
"@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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
8 changes: 4 additions & 4 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.13",
"version": "3.5.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^3.3.5",
"@midwayjs/faas-typings": "^3.5.0",
"@midwayjs/runtime-mock": "^3.4.4",
"@midwayjs/serverless-fc-starter": "^3.4.13",
"@midwayjs/serverless-fc-starter": "^3.5.0",
"body-parser": "1.20.0",
"express": "4.18.1"
},
"devDependencies": {
"@midwayjs/core": "^3.4.13",
"@midwayjs/core": "^3.5.0",
"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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.4](https://github.com/midwayjs/midway/compare/v3.4.3...v3.4.4) (2022-07-25)


Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/serverless-scf-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-scf-starter",
"private": true,
"version": "3.4.4",
"version": "3.5.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^3.4.4",
"@midwayjs/serverless-http-parser": "^3.4.0"
"@midwayjs/serverless-http-parser": "^3.5.0"
},
"devDependencies": {
"@midwayjs/faas-typings": "^3.3.5"
"@midwayjs/faas-typings": "^3.5.0"
},
"engines": {
"node": ">=12"
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.0](https://github.com/midwayjs/midway/compare/v3.4.13...v3.5.0) (2022-08-29)

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





## [3.4.13](https://github.com/midwayjs/midway/compare/v3.4.12...v3.4.13) (2022-08-24)

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

0 comments on commit 4200e30

Please sign in to comment.