Skip to content

Commit

Permalink
v2.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Aug 18, 2021
1 parent bfb44b7 commit 3747187
Show file tree
Hide file tree
Showing 67 changed files with 585 additions and 102 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.

## [2.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)


### Bug Fixes

* component env filter ([#1234](https://github.com/midwayjs/midway/issues/1234)) ([bfb44b7](https://github.com/midwayjs/midway/commit/bfb44b75da26ca21f576c305786e205cf7e3f3ff))
* correct aspect chain bug ([#1204](https://github.com/midwayjs/midway/issues/1204)) ([5de5284](https://github.com/midwayjs/midway/commit/5de5284c70b44acc73eaaad651fd2edc72d54f28))
* encode request path in serverless ([#1230](https://github.com/midwayjs/midway/issues/1230)) ([c826e68](https://github.com/midwayjs/midway/commit/c826e6899c884af9f3365ab77b95449a68889afe))


### Features

* queue support concurrency config ([#1231](https://github.com/midwayjs/midway/issues/1231)) ([67bb7f5](https://github.com/midwayjs/midway/commit/67bb7f50b3dcf80439d1b4b4b9c06f930a8b4468))





## [2.12.4](https://github.com/midwayjs/midway/compare/v2.12.3...v2.12.4) (2021-08-13)


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

## [2.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)


### Bug Fixes

* component env filter ([#1234](https://github.com/midwayjs/midway-faas/issues/1234)) ([bfb44b7](https://github.com/midwayjs/midway-faas/commit/bfb44b75da26ca21f576c305786e205cf7e3f3ff))
* encode request path in serverless ([#1230](https://github.com/midwayjs/midway-faas/issues/1230)) ([c826e68](https://github.com/midwayjs/midway-faas/commit/c826e6899c884af9f3365ab77b95449a68889afe))





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 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.12.3",
"version": "2.12.5",
"main": "index.js",
"scripts": {
"test": "node --require=ts-node/register ../../node_modules/.bin/jest",
Expand All @@ -13,11 +13,11 @@
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-trigger": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.3",
"@midwayjs/web": "^2.12.3",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"@midwayjs/web": "^2.12.5",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**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.12.3",
"version": "2.12.5",
"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.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-trigger": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.3",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**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.12.3",
"version": "2.12.5",
"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.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-trigger": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.3",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"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.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.4](https://github.com/midwayjs/midway/compare/v2.12.3...v2.12.4) (2021-08-13)

**Note:** Version bump only for package @midwayjs/serverless-app
Expand Down
16 changes: 8 additions & 8 deletions packages-serverless/serverless-app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@midwayjs/serverless-app",
"version": "2.12.4",
"version": "2.12.5",
"main": "dist/index",
"typings": "index.d.ts",
"dependencies": {
"@midwayjs/bootstrap": "^2.12.3",
"@midwayjs/core": "^2.12.3",
"@midwayjs/bootstrap": "^2.12.5",
"@midwayjs/core": "^2.12.5",
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/gateway-common-http": "^1.2.41",
"@midwayjs/serverless-spec-builder": "^1.2.41",
Expand All @@ -14,13 +14,13 @@
},
"devDependencies": {
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/faas": "^2.12.4",
"@midwayjs/faas": "^2.12.5",
"@midwayjs/faas-middleware-upload": "^0.0.5",
"@midwayjs/mock": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-trigger": "^2.12.3",
"@midwayjs/mock": "^2.12.5",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.3",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**Note:** Version bump only for package @midwayjs/serverless-fc-starter
Expand Down
4 changes: 2 additions & 2 deletions packages-serverless/serverless-fc-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@midwayjs/serverless-fc-starter",
"version": "2.12.3",
"version": "2.12.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/runtime-engine": "^2.11.2",
"@midwayjs/serverless-http-parser": "^2.11.4"
},
"devDependencies": {
"@midwayjs/core": "^2.12.3",
"@midwayjs/core": "^2.12.5",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-mock": "^2.11.2",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**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.12.3",
"version": "2.12.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**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.12.3",
"version": "2.12.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/faas-typings": "^2.11.1",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"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.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway/compare/v2.12.2...v2.12.3) (2021-08-09)


Expand Down
4 changes: 2 additions & 2 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.12.3",
"version": "2.12.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -9,7 +9,7 @@
"parseurl": "^1.3.3"
},
"devDependencies": {
"@midwayjs/core": "^2.12.3",
"@midwayjs/core": "^2.12.5",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/runtime-mock": "^2.11.2",
"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.12.5](https://github.com/midwayjs/midway-faas/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.3](https://github.com/midwayjs/midway-faas/compare/v2.12.2...v2.12.3) (2021-08-09)

**Note:** Version bump only for package @midwayjs/static-layer
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.12.3",
"version": "2.12.5",
"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.11.2",
"@midwayjs/runtime-mock": "^2.11.2",
"@midwayjs/serverless-fc-starter": "^2.12.3",
"@midwayjs/serverless-fc-trigger": "^2.12.3",
"@midwayjs/serverless-fc-starter": "^2.12.5",
"@midwayjs/serverless-fc-trigger": "^2.12.5",
"@midwayjs/serverless-scf-starter": "^2.11.4",
"@midwayjs/serverless-scf-trigger": "^2.12.3",
"@midwayjs/serverless-scf-trigger": "^2.12.5",
"koa": "^2.13.0",
"koa-static-cache": "^5.1.4",
"path-to-regexp": "^6.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/axios/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.12.5](https://github.com/midwayjs/midway/compare/v2.12.4...v2.12.5) (2021-08-18)

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





## [2.12.4](https://github.com/midwayjs/midway/compare/v2.12.3...v2.12.4) (2021-08-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/axios",
"description": "midway http client with axios",
"version": "2.12.4",
"version": "2.12.5",
"main": "dist/index",
"typings": "dist/index.d.ts",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
],
"devDependencies": {
"@midwayjs/core": "^2.12.3",
"@midwayjs/core": "^2.12.5",
"@midwayjs/decorator": "^2.12.3",
"@midwayjs/mock": "^2.12.3"
"@midwayjs/mock": "^2.12.5"
},
"dependencies": {
"axios": "^0.21.1"
Expand Down
Loading

0 comments on commit 3747187

Please sign in to comment.