Skip to content

Commit

Permalink
v2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 6, 2021
1 parent dcecfbc commit 5fd716b
Show file tree
Hide file tree
Showing 93 changed files with 946 additions and 197 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.14.0](https://github.com/midwayjs/midway/compare/v2.13.5...v2.14.0) (2021-12-06)


### Bug Fixes

* EntityView support connectionArgs ([#1402](https://github.com/midwayjs/midway/issues/1402)) ([dcecfbc](https://github.com/midwayjs/midway/commit/dcecfbcec7ce1ea3881d94439dab215a6ccf8c4c))
* express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([5d5f299](https://github.com/midwayjs/midway/commit/5d5f2992be116ca71b21f01fd782e3a2ac072496))
* mongoose init before config load ([#1401](https://github.com/midwayjs/midway/issues/1401)) ([34d2ab8](https://github.com/midwayjs/midway/commit/34d2ab8b5bcfc9bddf52b9a93d6f3b44960ef537))
* router sort ([#1383](https://github.com/midwayjs/midway/issues/1383)) ([6b3ab56](https://github.com/midwayjs/midway/commit/6b3ab56a0525435c67f9730742aa1573d61ea0fc))
* throws http code 422 when validation failed ([#1374](https://github.com/midwayjs/midway/issues/1374)) ([960d259](https://github.com/midwayjs/midway/commit/960d25909191558a4509632333d425be10a04813))


### Features

* passport add presetProperty ([#1358](https://github.com/midwayjs/midway/issues/1358)) ([0e5e586](https://github.com/midwayjs/midway/commit/0e5e586c8a43971ff804f73000d44434ac0a9eb4))
* support passport and jwt ([#1343](https://github.com/midwayjs/midway/issues/1343)) ([f1a7668](https://github.com/midwayjs/midway/commit/f1a7668dfce5a82ddc37efa7cd6321e088d0b1cc))





## [2.13.5](https://github.com/midwayjs/midway/compare/v2.13.4...v2.13.5) (2021-10-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}
},
"npmClient": "npm",
"version": "2.13.5"
"version": "2.14.0"
}
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
12 changes: 6 additions & 6 deletions packages-serverless/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "2.13.4",
"version": "2.14.0",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,14 +10,14 @@
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/decorator": "^2.13.2",
"@midwayjs/decorator": "^2.14.0",
"@midwayjs/runtime-engine": "^2.13.3",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-trigger": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-fc-trigger": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"@midwayjs/serverless-scf-trigger": "^2.13.4",
"@midwayjs/web": "^2.13.4",
"@midwayjs/serverless-scf-trigger": "^2.14.0",
"@midwayjs/web": "^2.14.0",
"egg": "^2.28.0",
"supertest": "^6.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/express-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/express-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/express-layer",
"version": "2.13.4",
"version": "2.14.0",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.13.3",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-trigger": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-fc-trigger": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"@midwayjs/serverless-scf-trigger": "^2.13.4",
"@midwayjs/serverless-scf-trigger": "^2.14.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"supertest": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/koa-layer
Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/koa-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/koa-layer",
"version": "2.13.4",
"version": "2.14.0",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -12,10 +12,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.13.3",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-trigger": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-fc-trigger": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"@midwayjs/serverless-scf-trigger": "^2.13.4",
"@midwayjs/serverless-scf-trigger": "^2.14.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway/compare/v2.13.3...v2.13.4) (2021-10-21)


Expand Down
18 changes: 9 additions & 9 deletions packages-serverless/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@midwayjs/serverless-app",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^2.13.4",
"@midwayjs/core": "^2.13.4",
"@midwayjs/bootstrap": "^2.14.0",
"@midwayjs/core": "^2.14.0",
"@midwayjs/faas-typings": "^2.12.9",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"devDependencies": {
"@midwayjs/decorator": "^2.13.2",
"@midwayjs/faas": "^2.13.4",
"@midwayjs/decorator": "^2.14.0",
"@midwayjs/faas": "^2.14.0",
"@midwayjs/faas-middleware-upload": "^0.0.5",
"@midwayjs/mock": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-trigger": "^2.13.4",
"@midwayjs/mock": "^2.14.0",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-fc-trigger": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"@midwayjs/serverless-scf-trigger": "^2.13.4",
"@midwayjs/serverless-scf-trigger": "^2.14.0",
"fs-extra": "^8.0.1"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.13.3",
"@midwayjs/serverless-http-parser": "^2.12.9"
},
"devDependencies": {
"@midwayjs/core": "^2.13.4",
"@midwayjs/decorator": "^2.13.2",
"@midwayjs/core": "^2.14.0",
"@midwayjs/decorator": "^2.14.0",
"@midwayjs/runtime-mock": "^2.13.3",
"raw-body": "^2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/serverless-fc-trigger
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-fc-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-fc-trigger",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.12.9",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"extend2": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/serverless-scf-trigger
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-scf-trigger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@midwayjs/serverless-scf-trigger",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.12.9",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/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.

# [2.14.0](https://github.com/midwayjs/midway/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/serverless-vercel-starter
Expand Down
6 changes: 3 additions & 3 deletions packages-serverless/serverless-vercel-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/serverless-vercel-starter",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,8 +9,8 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^2.13.4",
"@midwayjs/decorator": "^2.13.2",
"@midwayjs/core": "^2.14.0",
"@midwayjs/decorator": "^2.14.0",
"@midwayjs/runtime-mock": "^2.13.3",
"raw-body": "^2.4.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages-serverless/static-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.

# [2.14.0](https://github.com/midwayjs/midway-faas/compare/v2.13.5...v2.14.0) (2021-12-06)

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





## [2.13.4](https://github.com/midwayjs/midway-faas/compare/v2.13.3...v2.13.4) (2021-10-21)


Expand Down
8 changes: 4 additions & 4 deletions packages-serverless/static-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/static-layer",
"version": "2.13.4",
"version": "2.14.0",
"main": "dist/index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -10,10 +10,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^2.13.3",
"@midwayjs/runtime-mock": "^2.13.3",
"@midwayjs/serverless-fc-starter": "^2.13.4",
"@midwayjs/serverless-fc-trigger": "^2.13.4",
"@midwayjs/serverless-fc-starter": "^2.14.0",
"@midwayjs/serverless-fc-trigger": "^2.14.0",
"@midwayjs/serverless-scf-starter": "^2.13.3",
"@midwayjs/serverless-scf-trigger": "^2.13.4",
"@midwayjs/serverless-scf-trigger": "^2.14.0",
"koa": "^2.13.0",
"koa-static-cache": "^5.1.4",
"path-to-regexp": "^6.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/axios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.14.0](https://github.com/midwayjs/midway/compare/v2.13.5...v2.14.0) (2021-12-06)


### Bug Fixes

* express routing middleware takes effect at the controller level ([#1364](https://github.com/midwayjs/midway/issues/1364)) ([5d5f299](https://github.com/midwayjs/midway/commit/5d5f2992be116ca71b21f01fd782e3a2ac072496))





## [2.13.4](https://github.com/midwayjs/midway/compare/v2.13.3...v2.13.4) (2021-10-21)

**Note:** Version bump only for package @midwayjs/axios
Expand Down
Loading

0 comments on commit 5fd716b

Please sign in to comment.