diff --git a/CHANGELOG.md b/CHANGELOG.md index 748b48bb2a52..d176978d283a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/midwayjs/midway/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* 参数获取不正确 & ctx 符合格式 ([#556](https://github.com/midwayjs/midway/issues/556)) ([106bfac](https://github.com/midwayjs/midway/commit/106bfacff0f762fe561e026f883158f0bd7c3cdc)) +* add default path for fc ([#584](https://github.com/midwayjs/midway/issues/584)) ([064d3f0](https://github.com/midwayjs/midway/commit/064d3f08fa7e74420bdcac111f3fda3cf3ef6ec1)) +* aggregation path ([#567](https://github.com/midwayjs/midway/issues/567)) ([11a6d8a](https://github.com/midwayjs/midway/commit/11a6d8aab2e18a70ec1195090df04beff8e08760)) +* application return 301 and buffer case ([#596](https://github.com/midwayjs/midway/issues/596)) ([a31c022](https://github.com/midwayjs/midway/commit/a31c022409d234e001030d81ce1e414159039a0b)) +* args path ([#578](https://github.com/midwayjs/midway/issues/578)) ([f0de617](https://github.com/midwayjs/midway/commit/f0de617087419ecb433d430b6cb3b1d9e3028d47)) +* aws bucket duplicated path default ([#587](https://github.com/midwayjs/midway/issues/587)) ([9e504ef](https://github.com/midwayjs/midway/commit/9e504ef48724edc5eb50c527424dfb261872e9c2)) +* aws duplicated bucketname & default path ([#573](https://github.com/midwayjs/midway/issues/573)) ([28b6520](https://github.com/midwayjs/midway/commit/28b6520d46d2496003a7e7681c663aa9814832bb)) +* aws plugin publish role ([#568](https://github.com/midwayjs/midway/issues/568)) ([9074d7c](https://github.com/midwayjs/midway/commit/9074d7cb813d8fd5619900a864a9be926645cab2)) +* clean temp directory in local env ([#597](https://github.com/midwayjs/midway/issues/597)) ([798cdf1](https://github.com/midwayjs/midway/commit/798cdf12be8c77d1bf33a575d4c6e4a82153d597)) +* faas middle http ([#570](https://github.com/midwayjs/midway/issues/570)) ([27de83b](https://github.com/midwayjs/midway/commit/27de83b7f0e726e99f8edd153ae585a38bd5f517)) +* fc auto domain ([#580](https://github.com/midwayjs/midway/issues/580)) ([f8bf9e0](https://github.com/midwayjs/midway/commit/f8bf9e05922b154285ee29f1a65b59d9d448cf5b)) +* fix global middleware load order ([#594](https://github.com/midwayjs/midway/issues/594)) ([137dd03](https://github.com/midwayjs/midway/commit/137dd036bde70a0f0c6a7ed98596da7c17b4a188)) +* fix windows word when output ([#591](https://github.com/midwayjs/midway/issues/591)) ([1ab9a7f](https://github.com/midwayjs/midway/commit/1ab9a7f009d5b80db077e500ebc3302fa92c2664)) +* fp args ([#561](https://github.com/midwayjs/midway/issues/561)) ([e91983e](https://github.com/midwayjs/midway/commit/e91983e6ee1d9e725eaed061b80cde083bdf7e1d)) +* global middleware can't catch error ([#542](https://github.com/midwayjs/midway/issues/542)) ([8892471](https://github.com/midwayjs/midway/commit/8892471defe5e6071eb0f3d5b0993f8ce298f5e3)) +* isAppMode ([#590](https://github.com/midwayjs/midway/issues/590)) ([016e430](https://github.com/midwayjs/midway/commit/016e43068e109dac49c8c0a1b6465ffec564ae0e)) +* layer name ([#585](https://github.com/midwayjs/midway/issues/585)) ([9a774b7](https://github.com/midwayjs/midway/commit/9a774b7e6bb5652a595954c63518ef4747d85259)) +* layer wrapper ([#583](https://github.com/midwayjs/midway/issues/583)) ([1c9966d](https://github.com/midwayjs/midway/commit/1c9966d6d05108451745183efbc4a15ae1caae6b)) +* register faas ctx ([#559](https://github.com/midwayjs/midway/issues/559)) ([d9e1764](https://github.com/midwayjs/midway/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) +* remove layer console ([#586](https://github.com/midwayjs/midway/issues/586)) ([51b144b](https://github.com/midwayjs/midway/commit/51b144b8d18b15cc31b31d8a2eacf7b16c12cdd1)) +* resource not included by npm ([#572](https://github.com/midwayjs/midway/issues/572)) ([6835b5f](https://github.com/midwayjs/midway/commit/6835b5f5a170f84401288d6b06f82328baecde9c)) +* support default fp ([#575](https://github.com/midwayjs/midway/issues/575)) ([6c3d59c](https://github.com/midwayjs/midway/commit/6c3d59c1737db901baadb386b75d49d0a711991f)) +* use ts analyze cache ([#560](https://github.com/midwayjs/midway/issues/560)) ([06dbcb5](https://github.com/midwayjs/midway/commit/06dbcb52210f6a43ed8d54d5288b09c1243d0665)) +* wrapper compare ([#553](https://github.com/midwayjs/midway/issues/553)) ([426aa65](https://github.com/midwayjs/midway/commit/426aa65f2eb0d9f4312f5375ea39f9186f2a083c)) +* xss bug ([#598](https://github.com/midwayjs/midway/issues/598)) ([0a265f3](https://github.com/midwayjs/midway/commit/0a265f3bb2086f2ee805a174794e82bc68bb2765)) + + +### Features + +* add name for fc event ([#569](https://github.com/midwayjs/midway/issues/569)) ([41797e7](https://github.com/midwayjs/midway/commit/41797e77da4b5217c6367ca616f7cc9c874aea5b)) +* add builtin hooks ([#603](https://github.com/midwayjs/midway/issues/603)) ([4ae7e45](https://github.com/midwayjs/midway/commit/4ae7e45cb8a3627b858bddefd9808ad3f94163c0)) +* add hooks ([#601](https://github.com/midwayjs/midway/issues/601)) ([e9973f1](https://github.com/midwayjs/midway/commit/e9973f110e3654d619ff7bc4020608c2082e47ae)) + + + + + # [1.2.0](https://github.com/midwayjs/midway/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) diff --git a/lerna.json b/lerna.json index a528ec683f64..d71fb2479f93 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "1.2.0" + "version": "1.2.1" } diff --git a/packages/faas-cli-plugin-aws/CHANGELOG.md b/packages/faas-cli-plugin-aws/CHANGELOG.md index 69cdb4ea43ee..6709567d2ecc 100644 --- a/packages/faas-cli-plugin-aws/CHANGELOG.md +++ b/packages/faas-cli-plugin-aws/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* aws bucket duplicated path default ([#587](https://github.com/midwayjs/midway-faas/issues/587)) ([9e504ef](https://github.com/midwayjs/midway-faas/commit/9e504ef48724edc5eb50c527424dfb261872e9c2)) +* aws duplicated bucketname & default path ([#573](https://github.com/midwayjs/midway-faas/issues/573)) ([28b6520](https://github.com/midwayjs/midway-faas/commit/28b6520d46d2496003a7e7681c663aa9814832bb)) +* aws plugin publish role ([#568](https://github.com/midwayjs/midway-faas/issues/568)) ([9074d7c](https://github.com/midwayjs/midway-faas/commit/9074d7cb813d8fd5619900a864a9be926645cab2)) +* resource not included by npm ([#572](https://github.com/midwayjs/midway-faas/issues/572)) ([6835b5f](https://github.com/midwayjs/midway-faas/commit/6835b5f5a170f84401288d6b06f82328baecde9c)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/fcli-plugin-aws diff --git a/packages/faas-cli-plugin-aws/package.json b/packages/faas-cli-plugin-aws/package.json index 4ba0230f3c17..df18956dcfb0 100644 --- a/packages/faas-cli-plugin-aws/package.json +++ b/packages/faas-cli-plugin-aws/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-aws", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -14,7 +14,7 @@ "lodash": "^4.17.19" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.2.0", + "@midwayjs/fcli-plugin-package": "^1.2.1", "fs-extra": "^8.1.0", "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 8017261ff690..6e5163e228fa 100644 --- a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md +++ b/packages/faas-cli-plugin-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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* clean temp directory in local env ([#597](https://github.com/midwayjs/midway-faas/issues/597)) ([798cdf1](https://github.com/midwayjs/midway-faas/commit/798cdf12be8c77d1bf33a575d4c6e4a82153d597)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack diff --git a/packages/faas-cli-plugin-dev-pack/package.json b/packages/faas-cli-plugin-dev-pack/package.json index a4337001b30d..f3ec04b5573a 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.2.0", + "version": "1.2.1", "description": "faas cli dev pack", "keywords": [ "faas", @@ -13,7 +13,7 @@ "src" ], "dependencies": { - "@midwayjs/faas-dev-pack": "^1.2.0", + "@midwayjs/faas-dev-pack": "^1.2.1", "@midwayjs/fcli-command-core": "^1.2.0", "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 2eb8da19d2a8..fecc86f8539e 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* fc auto domain ([#580](https://github.com/midwayjs/midway-faas/issues/580)) ([f8bf9e0](https://github.com/midwayjs/midway-faas/commit/f8bf9e05922b154285ee29f1a65b59d9d448cf5b)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/fcli-plugin-fc diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index e61b13256094..912ecccd699b 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-fc", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -11,7 +11,7 @@ "request": "^2.88.2" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.2.0", + "@midwayjs/fcli-plugin-package": "^1.2.1", "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 fc60293a48ce..c209d3633e7b 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* clean temp directory in local env ([#597](https://github.com/midwayjs/midway-faas/issues/597)) ([798cdf1](https://github.com/midwayjs/midway-faas/commit/798cdf12be8c77d1bf33a575d4c6e4a82153d597)) +* fp args ([#561](https://github.com/midwayjs/midway-faas/issues/561)) ([e91983e](https://github.com/midwayjs/midway-faas/commit/e91983e6ee1d9e725eaed061b80cde083bdf7e1d)) +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) +* use ts analyze cache ([#560](https://github.com/midwayjs/midway-faas/issues/560)) ([06dbcb5](https://github.com/midwayjs/midway-faas/commit/06dbcb52210f6a43ed8d54d5288b09c1243d0665)) +* wrapper compare ([#553](https://github.com/midwayjs/midway-faas/issues/553)) ([426aa65](https://github.com/midwayjs/midway-faas/commit/426aa65f2eb0d9f4312f5375ea39f9186f2a083c)) + + +### Features + +* add hooks ([#601](https://github.com/midwayjs/midway-faas/issues/601)) ([e9973f1](https://github.com/midwayjs/midway-faas/commit/e9973f110e3654d619ff7bc4020608c2082e47ae)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index 0ad04cc2c4a4..69cefdb793aa 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-invoke", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -20,7 +20,7 @@ "globby": "^10.0.1" }, "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "midway-bin": "^2.0.0" }, "engines": { diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index 2f16c3c86521..695473f391e7 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* faas middle http ([#570](https://github.com/midwayjs/midway-faas/issues/570)) ([27de83b](https://github.com/midwayjs/midway-faas/commit/27de83b7f0e726e99f8edd153ae585a38bd5f517)) +* fix windows word when output ([#591](https://github.com/midwayjs/midway-faas/issues/591)) ([1ab9a7f](https://github.com/midwayjs/midway-faas/commit/1ab9a7f009d5b80db077e500ebc3302fa92c2664)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/fcli-plugin-package diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index 5d2a4c78a86f..692b3dcaf8c3 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-package", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -14,7 +14,7 @@ "micromatch": "^4.0.2" }, "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "@midwayjs/serverless-spec-builder": "^1.2.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-scf/CHANGELOG.md b/packages/faas-cli-plugin-scf/CHANGELOG.md index 8b1c659db850..a061396203f4 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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-scf + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/fcli-plugin-scf diff --git a/packages/faas-cli-plugin-scf/package.json b/packages/faas-cli-plugin-scf/package.json index 58ee96e1f71c..38df05615846 100644 --- a/packages/faas-cli-plugin-scf/package.json +++ b/packages/faas-cli-plugin-scf/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-scf", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -10,7 +10,7 @@ "serverless-tencent-scf": "^0.1.36" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^1.2.0", + "@midwayjs/fcli-plugin-package": "^1.2.1", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index bc357dc55bc3..f977ca3a5273 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* clean temp directory in local env ([#597](https://github.com/midwayjs/midway-faas/issues/597)) ([798cdf1](https://github.com/midwayjs/midway-faas/commit/798cdf12be8c77d1bf33a575d4c6e4a82153d597)) +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/faas-cli diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index abeaa7e7f04d..0d434d1859de 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/faas-cli", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { @@ -8,9 +8,9 @@ "@midwayjs/fcli-command-core": "^1.2.0", "@midwayjs/fcli-plugin-create": "^1.2.0", "@midwayjs/fcli-plugin-deploy": "^1.2.0", - "@midwayjs/fcli-plugin-dev-pack": "^1.2.0", - "@midwayjs/fcli-plugin-invoke": "^1.2.0", - "@midwayjs/fcli-plugin-package": "^1.2.0", + "@midwayjs/fcli-plugin-dev-pack": "^1.2.1", + "@midwayjs/fcli-plugin-invoke": "^1.2.1", + "@midwayjs/fcli-plugin-package": "^1.2.1", "@midwayjs/fcli-plugin-test": "^1.2.0", "@midwayjs/serverless-spec-builder": "^1.2.0", "enquirer": "^2.3.4", diff --git a/packages/faas-dev-pack/CHANGELOG.md b/packages/faas-dev-pack/CHANGELOG.md index e4c9d33ed455..38b2f0d5722a 100644 --- a/packages/faas-dev-pack/CHANGELOG.md +++ b/packages/faas-dev-pack/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* clean temp directory in local env ([#597](https://github.com/midwayjs/midway-faas/issues/597)) ([798cdf1](https://github.com/midwayjs/midway-faas/commit/798cdf12be8c77d1bf33a575d4c6e4a82153d597)) +* register faas ctx ([#559](https://github.com/midwayjs/midway-faas/issues/559)) ([d9e1764](https://github.com/midwayjs/midway-faas/commit/d9e1764d55c053e74f9cad2b70641ba7b8ab70c3)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/faas-dev-pack diff --git a/packages/faas-dev-pack/package.json b/packages/faas-dev-pack/package.json index 7d767e900fd3..96de82cbd7bd 100644 --- a/packages/faas-dev-pack/package.json +++ b/packages/faas-dev-pack/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/faas-dev-pack", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.2.0", - "@midwayjs/gateway-common-http": "^1.2.0", - "@midwayjs/serverless-invoke": "^1.2.0", + "@midwayjs/gateway-common-core": "^1.2.1", + "@midwayjs/gateway-common-http": "^1.2.1", + "@midwayjs/serverless-invoke": "^1.2.1", "body-parser": "^1.19.0", "compose-middleware": "^5.0.1", "fs-extra": "^8.1.0", @@ -14,7 +14,7 @@ "koa-compose": "^4.1.0" }, "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "express": "^4.17.1", diff --git a/packages/faas/CHANGELOG.md b/packages/faas/CHANGELOG.md index 400137755b50..406d95a31393 100644 --- a/packages/faas/CHANGELOG.md +++ b/packages/faas/CHANGELOG.md @@ -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. +## [1.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Bug Fixes + +* faas middle http ([#570](https://github.com/midwayjs/midway-faas/issues/570)) ([27de83b](https://github.com/midwayjs/midway-faas/commit/27de83b7f0e726e99f8edd153ae585a38bd5f517)) +* fix global middleware load order ([#594](https://github.com/midwayjs/midway-faas/issues/594)) ([137dd03](https://github.com/midwayjs/midway-faas/commit/137dd036bde70a0f0c6a7ed98596da7c17b4a188)) +* global middleware can't catch error ([#542](https://github.com/midwayjs/midway-faas/issues/542)) ([8892471](https://github.com/midwayjs/midway-faas/commit/8892471defe5e6071eb0f3d5b0993f8ce298f5e3)) + + +### Features + +* add builtin hooks ([#603](https://github.com/midwayjs/midway-faas/issues/603)) ([4ae7e45](https://github.com/midwayjs/midway-faas/commit/4ae7e45cb8a3627b858bddefd9808ad3f94163c0)) + + + + + ## [1.1.18](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.17...serverless-v1.1.18) (2020-08-11) diff --git a/packages/faas/package.json b/packages/faas/package.json index e7fc30ec48ce..6a13dbbef80e 100644 --- a/packages/faas/package.json +++ b/packages/faas/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/faas", - "version": "1.1.18", + "version": "1.2.1", "main": "dist/index", "typings": "index.d.ts", "dependencies": { diff --git a/packages/gateway-common-core/CHANGELOG.md b/packages/gateway-common-core/CHANGELOG.md index e464e44cc3da..bbb22113fa04 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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + +**Note:** Version bump only for package @midwayjs/gateway-common-core + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/gateway-common-core diff --git a/packages/gateway-common-core/package.json b/packages/gateway-common-core/package.json index c855b3fe771b..788974b54a97 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.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/serverless-invoke": "^1.2.0", + "@midwayjs/serverless-invoke": "^1.2.1", "@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 0e8315d8f57b..eabff5fc46bd 100644 --- a/packages/gateway-common-http/CHANGELOG.md +++ b/packages/gateway-common-http/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + + +### Features + +* add hooks ([#601](https://github.com/midwayjs/midway-faas/issues/601)) ([e9973f1](https://github.com/midwayjs/midway-faas/commit/e9973f110e3654d619ff7bc4020608c2082e47ae)) + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) diff --git a/packages/gateway-common-http/package.json b/packages/gateway-common-http/package.json index 6aecec1ed983..f35679fc7089 100644 --- a/packages/gateway-common-http/package.json +++ b/packages/gateway-common-http/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/gateway-common-http", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^1.2.0", + "@midwayjs/gateway-common-core": "^1.2.1", "@midwayjs/serverless-spec-builder": "^1.2.0", "@types/express": "^4.17.0", "picomatch": "^2.2.1" }, "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "express": "^4.17.1", "koa": "^2.11.0", "micromatch": "^4.0.2", diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index 74f190307221..17011f6b54c5 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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + +**Note:** Version bump only for package @midwayjs/serverless-invoke + + + + + # [1.2.0](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.21...serverless-v1.2.0) (2020-08-17) **Note:** Version bump only for package @midwayjs/serverless-invoke diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index 86d984f85dbf..d6a8d4a5ba8e 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -1,13 +1,13 @@ { "name": "@midwayjs/serverless-invoke", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-plugin-invoke": "^1.2.0" + "@midwayjs/fcli-plugin-invoke": "^1.2.1" }, "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/serverless-meta-json/CHANGELOG.md b/packages/serverless-meta-json/CHANGELOG.md index ad1d35f3674f..c0fa3318da53 100644 --- a/packages/serverless-meta-json/CHANGELOG.md +++ b/packages/serverless-meta-json/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.2.1](https://github.com/midwayjs/midway-faas/compare/v1.1.4...v1.2.1) (2020-08-17) + +**Note:** Version bump only for package @midwayjs/serverless-meta-json + + + + + ## [1.1.18](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.17...serverless-v1.1.18) (2020-08-11) **Note:** Version bump only for package @midwayjs/serverless-meta-json diff --git a/packages/serverless-meta-json/package.json b/packages/serverless-meta-json/package.json index ec83aaf154bf..dd4c0e97d8b3 100644 --- a/packages/serverless-meta-json/package.json +++ b/packages/serverless-meta-json/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-meta-json", - "version": "1.1.18", + "version": "1.2.1", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/faas": "^1.1.18", + "@midwayjs/faas": "^1.2.1", "midway-bin": "^2.0.0" }, "files": [