Skip to content

Commit

Permalink
serverless-v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Jul 21, 2020
1 parent 74a854d commit b6cf7d9
Show file tree
Hide file tree
Showing 48 changed files with 298 additions and 66 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)


### Bug Fixes

* add analysisCode lifecycle ([#535](https://github.com/midwayjs/midway-faas/issues/535)) ([1bf2e8a](https://github.com/midwayjs/midway-faas/commit/1bf2e8a65b658b3c5a341245e02a97b9d96eb856))
* aws plugin permission confirm ([#536](https://github.com/midwayjs/midway-faas/issues/536)) ([4fa679d](https://github.com/midwayjs/midway-faas/commit/4fa679dfb9480a01beac944cbd1c6217355d9e0f))
* http parser set response ([#545](https://github.com/midwayjs/midway-faas/issues/545)) ([74a854d](https://github.com/midwayjs/midway-faas/commit/74a854d975bbb8baa281e6ef76f319e22c53afc6))
* status 204 when user not set status ([#533](https://github.com/midwayjs/midway-faas/issues/533)) ([9276fe8](https://github.com/midwayjs/midway-faas/commit/9276fe846b983f4f870c2b3eb97e2c254bd5ff5a))


### Features

* default add cookie for http parser ([#540](https://github.com/midwayjs/midway-faas/issues/540)) ([5799e96](https://github.com/midwayjs/midway-faas/commit/5799e9642144b23b81d5c629387ce52510dde00d))





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)


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

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

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





## [1.0.8](https://github.com/midwayjs/midway-faas/compare/v1.0.7...v1.0.8) (2020-07-14)

**Note:** Version bump only for package @midwayjs/egg-layer
Expand Down
10 changes: 5 additions & 5 deletions packages/egg-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/egg-layer",
"version": "1.0.8",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"devDependencies": {
"@midwayjs/runtime-engine": "^1.0.7",
"@midwayjs/runtime-mock": "^1.0.7",
"@midwayjs/serverless-fc-starter": "^1.0.8",
"@midwayjs/serverless-fc-trigger": "^1.0.8",
"@midwayjs/serverless-scf-starter": "^1.0.8",
"@midwayjs/serverless-scf-trigger": "^1.0.8",
"@midwayjs/serverless-fc-starter": "^1.0.11",
"@midwayjs/serverless-fc-trigger": "^1.0.11",
"@midwayjs/serverless-scf-starter": "^1.0.11",
"@midwayjs/serverless-scf-trigger": "^1.0.11",
"midway-bin": "^2.0.0",
"supertest": "^4.0.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-aws/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)


### Bug Fixes

* aws plugin permission confirm ([#536](https://github.com/midwayjs/midway-faas/issues/536)) ([4fa679d](https://github.com/midwayjs/midway-faas/commit/4fa679dfb9480a01beac944cbd1c6217355d9e0f))





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/fcli-plugin-aws
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/fcli-plugin-aws",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.10",
"@midwayjs/serverless-fc-starter": "^1.0.8",
"@midwayjs/serverless-fc-starter": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"aws-sdk": "^2.712.0",
"ejs": "^3.1.3",
"enquirer": "^2.3.4",
"lodash": "^4.17.19"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.10",
"@midwayjs/fcli-plugin-package": "^1.0.11",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-dev-pack/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack
Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-dev-pack",
"version": "1.0.10",
"version": "1.0.11",
"description": "faas cli dev pack",
"keywords": [
"faas",
Expand All @@ -13,7 +13,7 @@
"src"
],
"dependencies": {
"@midwayjs/faas-dev-pack": "^1.0.10",
"@midwayjs/faas-dev-pack": "^1.0.11",
"@midwayjs/fcli-command-core": "^1.0.10",
"koa": "^2.11.0",
"koa-onerror": "^4.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-fc/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/fcli-plugin-fc
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-fc/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/fcli-plugin-fc",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@alicloud/fun": "^3.1.3",
"@midwayjs/fcli-command-core": "^1.0.10",
"@midwayjs/serverless-fc-starter": "^1.0.8",
"@midwayjs/serverless-fc-starter": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"request": "^2.88.2"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.10",
"@midwayjs/fcli-plugin-package": "^1.0.11",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-invoke/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)


### Bug Fixes

* add analysisCode lifecycle ([#535](https://github.com/midwayjs/midway-faas/issues/535)) ([1bf2e8a](https://github.com/midwayjs/midway-faas/commit/1bf2e8a65b658b3c5a341245e02a97b9d96eb856))





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)


Expand Down
12 changes: 6 additions & 6 deletions packages/faas-cli-plugin-invoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-invoke",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -11,16 +11,16 @@
"@midwayjs/mwcc": "^0.3.0",
"@midwayjs/runtime-engine": "^1.0.1",
"@midwayjs/runtime-mock": "^1.0.1",
"@midwayjs/serverless-fc-starter": "^1.0.8",
"@midwayjs/serverless-fc-trigger": "^1.0.8",
"@midwayjs/serverless-scf-starter": "^1.0.8",
"@midwayjs/serverless-scf-trigger": "^1.0.8",
"@midwayjs/serverless-fc-starter": "^1.0.11",
"@midwayjs/serverless-fc-trigger": "^1.0.11",
"@midwayjs/serverless-scf-starter": "^1.0.11",
"@midwayjs/serverless-scf-trigger": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"fs-extra": "^8.1.0",
"globby": "^10.0.1"
},
"devDependencies": {
"@midwayjs/faas": "^1.0.5",
"@midwayjs/faas": "^1.0.11",
"midway-bin": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-package/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/fcli-plugin-package





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/faas-cli-plugin-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-package",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand All @@ -14,7 +14,7 @@
"micromatch": "^4.0.2"
},
"devDependencies": {
"@midwayjs/faas": "^1.0.5",
"@midwayjs/faas": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"midway-bin": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli-plugin-scf/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/fcli-plugin-scf
Expand Down
6 changes: 3 additions & 3 deletions packages/faas-cli-plugin-scf/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@midwayjs/fcli-plugin-scf",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/fcli-command-core": "^1.0.10",
"@midwayjs/serverless-scf-starter": "^1.0.8",
"@midwayjs/serverless-scf-starter": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"serverless-tencent-scf": "^0.1.36"
},
"devDependencies": {
"@midwayjs/fcli-plugin-package": "^1.0.10",
"@midwayjs/fcli-plugin-package": "^1.0.11",
"fs-extra": "^8.1.0",
"midway-bin": "^2.0.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/faas-cli-plugin-test/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)


### Bug Fixes

* aws plugin permission confirm ([#536](https://github.com/midwayjs/midway-faas/issues/536)) ([4fa679d](https://github.com/midwayjs/midway-faas/commit/4fa679dfb9480a01beac944cbd1c6217355d9e0f))





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/fcli-plugin-test
Expand Down
2 changes: 1 addition & 1 deletion packages/faas-cli-plugin-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@midwayjs/fcli-plugin-test",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-cli/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/faas-cli





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/faas-cli
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@midwayjs/faas-cli",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/debugger": "^0.0.3",
"@midwayjs/fcli-command-core": "^1.0.10",
"@midwayjs/fcli-plugin-create": "^1.0.10",
"@midwayjs/fcli-plugin-deploy": "^1.0.10",
"@midwayjs/fcli-plugin-dev-pack": "^1.0.10",
"@midwayjs/fcli-plugin-invoke": "^1.0.10",
"@midwayjs/fcli-plugin-package": "^1.0.10",
"@midwayjs/fcli-plugin-test": "^1.0.10",
"@midwayjs/fcli-plugin-dev-pack": "^1.0.11",
"@midwayjs/fcli-plugin-invoke": "^1.0.11",
"@midwayjs/fcli-plugin-package": "^1.0.11",
"@midwayjs/fcli-plugin-test": "^1.0.11",
"@midwayjs/serverless-spec-builder": "^1.0.10",
"enquirer": "^2.3.4",
"light-spinner": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/faas-dev-pack/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.

## [1.0.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.10...serverless-v1.0.11) (2020-07-21)

**Note:** Version bump only for package @midwayjs/faas-dev-pack





## [1.0.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.0.9...serverless-v1.0.10) (2020-07-16)

**Note:** Version bump only for package @midwayjs/faas-dev-pack
Expand Down
10 changes: 5 additions & 5 deletions packages/faas-dev-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@midwayjs/faas-dev-pack",
"version": "1.0.10",
"version": "1.0.11",
"main": "dist/index",
"typings": "dist/index.d.ts",
"dependencies": {
"@midwayjs/gateway-common-core": "^1.0.10",
"@midwayjs/gateway-common-http": "^1.0.10",
"@midwayjs/serverless-invoke": "^1.0.10",
"@midwayjs/gateway-common-core": "^1.0.11",
"@midwayjs/gateway-common-http": "^1.0.11",
"@midwayjs/serverless-invoke": "^1.0.11",
"body-parser": "^1.19.0",
"compose-middleware": "^5.0.1",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0"
},
"devDependencies": {
"@midwayjs/faas": "^1.0.5",
"@midwayjs/faas": "^1.0.11",
"@types/express": "^4.17.0",
"@types/koa": "^2.0.49",
"express": "^4.17.1",
Expand Down
Loading

0 comments on commit b6cf7d9

Please sign in to comment.