From 12ebce81895a0cac84fb4d3aa976bb7e6dbac1f2 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Sun, 26 Jul 2020 16:40:44 +0800 Subject: [PATCH] serverless-v1.1.6 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/faas-cli-command-core/CHANGELOG.md | 8 ++++++++ packages/faas-cli-command-core/package.json | 4 ++-- packages/faas-cli-plugin-aws/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-aws/package.json | 8 ++++---- packages/faas-cli-plugin-create/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-create/package.json | 4 ++-- packages/faas-cli-plugin-deploy/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-deploy/package.json | 4 ++-- packages/faas-cli-plugin-dev-pack/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-dev-pack/package.json | 6 +++--- packages/faas-cli-plugin-fc/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-fc/package.json | 8 ++++---- packages/faas-cli-plugin-invoke/CHANGELOG.md | 11 +++++++++++ packages/faas-cli-plugin-invoke/package.json | 6 +++--- packages/faas-cli-plugin-package/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-package/package.json | 6 +++--- packages/faas-cli-plugin-scf/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-scf/package.json | 8 ++++---- packages/faas-cli-plugin-test/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-test/package.json | 4 ++-- packages/faas-cli/CHANGELOG.md | 11 +++++++++++ packages/faas-cli/package.json | 18 +++++++++--------- packages/faas-dev-pack/CHANGELOG.md | 11 +++++++++++ packages/faas-dev-pack/package.json | 12 ++++++------ packages/gateway-common-core/CHANGELOG.md | 8 ++++++++ packages/gateway-common-core/package.json | 4 ++-- packages/gateway-common-http/CHANGELOG.md | 8 ++++++++ packages/gateway-common-http/package.json | 6 +++--- packages/serverless-invoke/CHANGELOG.md | 8 ++++++++ packages/serverless-invoke/package.json | 4 ++-- packages/serverless-spec-builder/CHANGELOG.md | 12 ++++++++++++ packages/serverless-spec-builder/package.json | 2 +- 34 files changed, 206 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52f69295a31..3011231d6c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + + +### Bug Fixes + +* 参数获取不正确 & ctx 符合格式 ([#556](https://github.com/midwayjs/midway-faas/issues/556)) ([106bfac](https://github.com/midwayjs/midway-faas/commit/106bfacff0f762fe561e026f883158f0bd7c3cdc)) +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/lerna.json b/lerna.json index 8dac95205c0d..cc9b50754a8b 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "1.1.5" + "version": "1.1.6" } diff --git a/packages/faas-cli-command-core/CHANGELOG.md b/packages/faas-cli-command-core/CHANGELOG.md index a36959b86273..d53f20b9d80f 100644 --- a/packages/faas-cli-command-core/CHANGELOG.md +++ b/packages/faas-cli-command-core/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-command-core + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-command-core/package.json b/packages/faas-cli-command-core/package.json index ff88fbd520a8..e24c05f30c63 100644 --- a/packages/faas-cli-command-core/package.json +++ b/packages/faas-cli-command-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-command-core", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "minimist": "^1.2.5" }, "devDependencies": { diff --git a/packages/faas-cli-plugin-aws/CHANGELOG.md b/packages/faas-cli-plugin-aws/CHANGELOG.md index e17fd11ec254..fee87a7c70f4 100644 --- a/packages/faas-cli-plugin-aws/CHANGELOG.md +++ b/packages/faas-cli-plugin-aws/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-aws + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-aws/package.json b/packages/faas-cli-plugin-aws/package.json index 4bada98c34e8..44aca71f62af 100644 --- a/packages/faas-cli-plugin-aws/package.json +++ b/packages/faas-cli-plugin-aws/package.json @@ -1,19 +1,19 @@ { "name": "@midwayjs/fcli-plugin-aws", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "@midwayjs/serverless-fc-starter": "^1.1.4", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "aws-sdk": "^2.712.0", "ejs": "^3.1.3", "enquirer": "^2.3.4", "lodash": "^4.17.19" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.1.5", + "@midwayjs/fcli-plugin-package": "^1.1.6", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-create/CHANGELOG.md b/packages/faas-cli-plugin-create/CHANGELOG.md index 55cc3cfa211f..547f23f0a3e7 100644 --- a/packages/faas-cli-plugin-create/CHANGELOG.md +++ b/packages/faas-cli-plugin-create/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-create + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-create/package.json b/packages/faas-cli-plugin-create/package.json index b53e4503d1fb..cb3af6acea69 100644 --- a/packages/faas-cli-plugin-create/package.json +++ b/packages/faas-cli-plugin-create/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-create", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "enquirer": "^2.3.4", "fs-extra": "^8.1.0", "light-generator": "^1.3.2" diff --git a/packages/faas-cli-plugin-deploy/CHANGELOG.md b/packages/faas-cli-plugin-deploy/CHANGELOG.md index f92e6a218389..19a73474994e 100644 --- a/packages/faas-cli-plugin-deploy/CHANGELOG.md +++ b/packages/faas-cli-plugin-deploy/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-deploy/package.json b/packages/faas-cli-plugin-deploy/package.json index d0803d04ba43..bc60426d747e 100644 --- a/packages/faas-cli-plugin-deploy/package.json +++ b/packages/faas-cli-plugin-deploy/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-deploy", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.1.5" + "@midwayjs/fcli-command-core": "^1.1.6" }, "devDependencies": { "midway-bin": "^2.0.0" diff --git a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md index efa2e4290c2c..a9cfc18db5f4 100644 --- a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md +++ b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-dev-pack/package.json b/packages/faas-cli-plugin-dev-pack/package.json index 6cdc990d2d49..dca68940c114 100644 --- a/packages/faas-cli-plugin-dev-pack/package.json +++ b/packages/faas-cli-plugin-dev-pack/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-dev-pack", - "version": "1.1.5", + "version": "1.1.6", "description": "faas cli dev pack", "keywords": [ "faas", @@ -13,8 +13,8 @@ "src" ], "dependencies": { - "@midwayjs/faas-dev-pack": "^1.1.5", - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/faas-dev-pack": "^1.1.6", + "@midwayjs/fcli-command-core": "^1.1.6", "koa": "^2.11.0", "koa-onerror": "^4.1.0" }, diff --git a/packages/faas-cli-plugin-fc/CHANGELOG.md b/packages/faas-cli-plugin-fc/CHANGELOG.md index 56efe6dacb8e..9cfc8120feeb 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-fc + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index d62d482ca65a..2e8066ff6e3d 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -1,17 +1,17 @@ { "name": "@midwayjs/fcli-plugin-fc", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@alicloud/fun": "^3.1.3", - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "@midwayjs/serverless-fc-starter": "^1.1.4", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "request": "^2.88.2" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.1.5", + "@midwayjs/fcli-plugin-package": "^1.1.6", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-invoke/CHANGELOG.md b/packages/faas-cli-plugin-invoke/CHANGELOG.md index 50eb0d78482e..7f9bd5f92b4f 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + + +### Bug Fixes + +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index ae4d32d69888..46eced7dcfe8 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/fcli-plugin-invoke", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^1.0.0", "@midwayjs/faas-code-analysis": "^1.1.5", - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.3.0", "@midwayjs/runtime-engine": "^1.1.4", @@ -15,7 +15,7 @@ "@midwayjs/serverless-fc-trigger": "^1.1.4", "@midwayjs/serverless-scf-starter": "^1.1.4", "@midwayjs/serverless-scf-trigger": "^1.1.4", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "fs-extra": "^8.1.0", "globby": "^10.0.1" }, diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index 37826ec711ec..767ba9b9f8c1 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-package + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index cdeacc59a3ea..ee63fa73738b 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/fcli-plugin-package", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/faas-code-analysis": "^1.1.5", - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.3.0", "archiver": "^3.1.1", @@ -15,7 +15,7 @@ }, "devDependencies": { "@midwayjs/faas": "^1.1.4", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/faas-cli-plugin-scf/CHANGELOG.md b/packages/faas-cli-plugin-scf/CHANGELOG.md index bd6c142a7a42..c39f377081e3 100644 --- a/packages/faas-cli-plugin-scf/CHANGELOG.md +++ b/packages/faas-cli-plugin-scf/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-scf + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-scf/package.json b/packages/faas-cli-plugin-scf/package.json index 8609e9678c6c..26c14295fa74 100644 --- a/packages/faas-cli-plugin-scf/package.json +++ b/packages/faas-cli-plugin-scf/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-scf", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "@midwayjs/serverless-scf-starter": "^1.1.4", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/serverless-spec-builder": "^1.1.6", "serverless-tencent-scf": "^0.1.36" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.1.5", + "@midwayjs/fcli-plugin-package": "^1.1.6", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-test/CHANGELOG.md b/packages/faas-cli-plugin-test/CHANGELOG.md index 0a81d97e66b0..995b295e86a7 100644 --- a/packages/faas-cli-plugin-test/CHANGELOG.md +++ b/packages/faas-cli-plugin-test/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-test + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli-plugin-test/package.json b/packages/faas-cli-plugin-test/package.json index c6584c11f3f0..8faf2d5c9fd7 100644 --- a/packages/faas-cli-plugin-test/package.json +++ b/packages/faas-cli-plugin-test/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-test", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", "fs-extra": "^8.1.0", "globby": "^10.0.1", "mocha": "^7.1.2", diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index ff44b59a463f..81b8a62e531c 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + + +### Bug Fixes + +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index 4a10a74dea8f..9011ceca9e94 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -1,18 +1,18 @@ { "name": "@midwayjs/faas-cli", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^1.0.0", - "@midwayjs/fcli-command-core": "^1.1.5", - "@midwayjs/fcli-plugin-create": "^1.1.5", - "@midwayjs/fcli-plugin-deploy": "^1.1.5", - "@midwayjs/fcli-plugin-dev-pack": "^1.1.5", - "@midwayjs/fcli-plugin-invoke": "^1.1.5", - "@midwayjs/fcli-plugin-package": "^1.1.5", - "@midwayjs/fcli-plugin-test": "^1.1.5", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/fcli-command-core": "^1.1.6", + "@midwayjs/fcli-plugin-create": "^1.1.6", + "@midwayjs/fcli-plugin-deploy": "^1.1.6", + "@midwayjs/fcli-plugin-dev-pack": "^1.1.6", + "@midwayjs/fcli-plugin-invoke": "^1.1.6", + "@midwayjs/fcli-plugin-package": "^1.1.6", + "@midwayjs/fcli-plugin-test": "^1.1.6", + "@midwayjs/serverless-spec-builder": "^1.1.6", "enquirer": "^2.3.4", "fs-extra": "^8.1.0", "light-spinner": "^1.0.0", diff --git a/packages/faas-dev-pack/CHANGELOG.md b/packages/faas-dev-pack/CHANGELOG.md index 2bacaf070ad0..90689d886802 100644 --- a/packages/faas-dev-pack/CHANGELOG.md +++ b/packages/faas-dev-pack/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + + +### Bug Fixes + +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/faas-dev-pack/package.json b/packages/faas-dev-pack/package.json index 9537d81bcdcf..0f1503ae20bb 100644 --- a/packages/faas-dev-pack/package.json +++ b/packages/faas-dev-pack/package.json @@ -1,17 +1,17 @@ { "name": "@midwayjs/faas-dev-pack", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.1.5", - "@midwayjs/gateway-common-http": "^1.1.5", - "@midwayjs/serverless-invoke": "^1.1.5", + "@midwayjs/gateway-common-core": "^1.1.6", + "@midwayjs/gateway-common-http": "^1.1.6", + "@midwayjs/serverless-invoke": "^1.1.6", "body-parser": "^1.19.0", "compose-middleware": "^5.0.1", + "fs-extra": "^8.1.0", "koa-bodyparser": "^4.2.1", - "koa-compose": "^4.1.0", - "fs-extra": "^8.1.0" + "koa-compose": "^4.1.0" }, "devDependencies": { "@midwayjs/faas": "^1.1.4", diff --git a/packages/gateway-common-core/CHANGELOG.md b/packages/gateway-common-core/CHANGELOG.md index 6429f3028f5d..b459564422e7 100644 --- a/packages/gateway-common-core/CHANGELOG.md +++ b/packages/gateway-common-core/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/gateway-common-core + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/gateway-common-core/package.json b/packages/gateway-common-core/package.json index 9186e59396f2..a93d08cb34f4 100644 --- a/packages/gateway-common-core/package.json +++ b/packages/gateway-common-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/gateway-common-core", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/serverless-invoke": "^1.1.5", + "@midwayjs/serverless-invoke": "^1.1.6", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "body-parser": "^1.19.0", diff --git a/packages/gateway-common-http/CHANGELOG.md b/packages/gateway-common-http/CHANGELOG.md index 82374c756fbc..964c1b2bcde6 100644 --- a/packages/gateway-common-http/CHANGELOG.md +++ b/packages/gateway-common-http/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/gateway-common-http + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/gateway-common-http/package.json b/packages/gateway-common-http/package.json index 024d29a9d974..ad8594d25494 100644 --- a/packages/gateway-common-http/package.json +++ b/packages/gateway-common-http/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/gateway-common-http", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.1.5", - "@midwayjs/serverless-spec-builder": "^1.1.5", + "@midwayjs/gateway-common-core": "^1.1.6", + "@midwayjs/serverless-spec-builder": "^1.1.6", "@types/express": "^4.17.0", "picomatch": "^2.2.1" }, diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index d8042deb84b2..23b7dff5d568 100644 --- a/packages/serverless-invoke/CHANGELOG.md +++ b/packages/serverless-invoke/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + +**Note:** Version bump only for package @midwayjs/serverless-invoke + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index 2ea387a8fda7..823557ff39e3 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-invoke", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-plugin-invoke": "^1.1.5" + "@midwayjs/fcli-plugin-invoke": "^1.1.6" }, "devDependencies": { "@midwayjs/faas": "^1.1.4", diff --git a/packages/serverless-spec-builder/CHANGELOG.md b/packages/serverless-spec-builder/CHANGELOG.md index 95a9313b5fb1..6fdfb8ff0a39 100644 --- a/packages/serverless-spec-builder/CHANGELOG.md +++ b/packages/serverless-spec-builder/CHANGELOG.md @@ -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. +## [1.1.6](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.5...serverless-v1.1.6) (2020-07-26) + + +### Bug Fixes + +* 参数获取不正确 & ctx 符合格式 ([#556](https://github.com/midwayjs/midway-faas/issues/556)) ([106bfac](https://github.com/midwayjs/midway-faas/commit/106bfacff0f762fe561e026f883158f0bd7c3cdc)) +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + ## [1.1.5](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.3...serverless-v1.1.5) (2020-07-24) diff --git a/packages/serverless-spec-builder/package.json b/packages/serverless-spec-builder/package.json index 56e27955aa7d..d7799a30a412 100644 --- a/packages/serverless-spec-builder/package.json +++ b/packages/serverless-spec-builder/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/serverless-spec-builder", - "version": "1.1.5", + "version": "1.1.6", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": {