Skip to content

Commit e062eff

Browse files
chore(release): version 0.1.2
## [0.1.2](v0.1.1...v0.1.2) (2020-08-26) ### Bug Fixes * add apigw/scf deployed state saving manually ([0fcc0b8](0fcc0b8)) * add regionList state ([f66d8d8](f66d8d8)) * add release config ([26c7e12](26c7e12)) * apigw custom domain update bug ([1a53027](1a53027)) * apigw isDisabled ([f624171](f624171)) * bind unexist role bug ([6cd8990](6cd8990)) * cache http server ([fc5c824](fc5c824)) * change entry to sls.js ([61bd482](61bd482)) * cns ([65aa8b8](65aa8b8)) * enableCORS for apigw ([a0f59ef](a0f59ef)) * handle usageplan & auth undefined ([2a257d5](2a257d5)) * make default runtime to 10.15 ([a295bd4](a295bd4)) * metics data bug ([6bdf89b](6bdf89b)) * metrics qps limit ([dddb9f6](dddb9f6)) * monitor timeout bug ([de33311](de33311)) * optimize outputs for one region ([b3c6964](b3c6964)) * optimize traffic config outputs ([8545ead](8545ead)) * package version ([d682b66](d682b66)) * prettier config ([e17bd6f](e17bd6f)) * read bucket and object from srcOriginal ([1b2cf9d](1b2cf9d)) * release v0.0.1 for v2 ([52b2a37](52b2a37)) * remove credential bug ([bca2d1f](bca2d1f)) * role check error ([1a0b4bf](1a0b4bf)) * support apigw endpoint timeout config ([01dd4c9](01dd4c9)) * support eip config ([62c597f](62c597f)) * template url output ([88df485](88df485)) * throw error when no temp secrets ([2a9167e](2a9167e)) * traffic zero display bug ([0285406](0285406)) * uniform throw error ([c09b6f5](c09b6f5)) * update deploy code ([90a4339](90a4339)) * update deps ([2e551db](2e551db)) * update deps ([c14e8f1](c14e8f1)) * update error message ([c4c7243](c4c7243)) * update get credential error message ([ed47b3d](ed47b3d)) * update toolkit verison ([2e99bc7](2e99bc7)) * update usageplan & auth logic ([afa8807](afa8807)) * upgrade deps ([6a1f7a8](6a1f7a8)) * upgrade deps ([d5c013b](d5c013b)) * upgrade tencent-component-toolkit ([4ba2edf](4ba2edf)) * upgrade tencent-component-toolkit ([af8c234](af8c234)) * upgrade tencent-component-toolkit ([bdd5062](bdd5062)) * upgrade tencent-component-toolkit ([00f4a09](00f4a09)) * upgrade tencent-component-toolkit for deleting compatibility ([fa215bf](fa215bf)) * wrong region parameter bug ([#31](#31)) ([32e519c](32e519c)) * 增加cns ([b452285](b452285)) * 增加cns ([a2b87d9](a2b87d9)) ### Features * add binary types support ([60603d6](60603d6)) * add integration test ([7c28271](7c28271)) * add layers config support ([d971be9](d971be9)) * add metrics api ([#27](#27)) ([0d40154](0d40154)) * add state store, and remove method ([8815e40](8815e40)) * optimize code zip flow ([f2d60ce](f2d60ce)) * optimize deploy log ([80a2bc0](80a2bc0)) * optimize metics and support disable apigw creating ([e722c80](e722c80)) * support api gw metrics ([cc625ad](cc625ad)) * support role config ([f1d6ed6](f1d6ed6)) * support scf publish version and traffic setup ([8807d0e](8807d0e)) * update config and support usageplan+auth ([b067a14](b067a14)) * update event and context attach method ([31d0c1d](31d0c1d)) * use metrics api from toolkit library([#32](#32)) ([4b4742d](4b4742d)) * using temporary secret for credentials ([cf61300](cf61300))
1 parent ae238bc commit e062eff

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
## [0.1.2](https://github.com/serverless-components/tencent-express/compare/v0.1.1...v0.1.2) (2020-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* add apigw/scf deployed state saving manually ([0fcc0b8](https://github.com/serverless-components/tencent-express/commit/0fcc0b84bdeb7119086cdbb050ae2c8ab734ff32))
7+
* add regionList state ([f66d8d8](https://github.com/serverless-components/tencent-express/commit/f66d8d8ee6564e343442bb59b9996bf23fd475b9))
8+
* add release config ([26c7e12](https://github.com/serverless-components/tencent-express/commit/26c7e1201caf79830843e860237f3ebf6efdf1e7))
9+
* apigw custom domain update bug ([1a53027](https://github.com/serverless-components/tencent-express/commit/1a53027effde871dc9f021f510fd7a13cc86794a))
10+
* apigw isDisabled ([f624171](https://github.com/serverless-components/tencent-express/commit/f624171b927f0efd4605566c6168d67a3f9b8302))
11+
* bind unexist role bug ([6cd8990](https://github.com/serverless-components/tencent-express/commit/6cd89900111c7afd1e073d95f81f99364debfb96))
12+
* cache http server ([fc5c824](https://github.com/serverless-components/tencent-express/commit/fc5c82453e2469d66837e1b525d317e811b3115a))
13+
* change entry to sls.js ([61bd482](https://github.com/serverless-components/tencent-express/commit/61bd4820dfcacefa1338580fa8d3b0f2609ffe4c))
14+
* cns ([65aa8b8](https://github.com/serverless-components/tencent-express/commit/65aa8b8b42880c9709ff583429899275978b007e))
15+
* enableCORS for apigw ([a0f59ef](https://github.com/serverless-components/tencent-express/commit/a0f59ef01d5dfe500758adfe2c4f05d7ffc2f22b))
16+
* handle usageplan & auth undefined ([2a257d5](https://github.com/serverless-components/tencent-express/commit/2a257d564e0968c8db1e0a4030412749cb19e847))
17+
* make default runtime to 10.15 ([a295bd4](https://github.com/serverless-components/tencent-express/commit/a295bd49a9b48f470a3416026531e840dd2177ac))
18+
* metics data bug ([6bdf89b](https://github.com/serverless-components/tencent-express/commit/6bdf89bbe3b3665012acee5ca66e08fdff9f05db))
19+
* metrics qps limit ([dddb9f6](https://github.com/serverless-components/tencent-express/commit/dddb9f607c96d86a3500eddeae248d600e2c9813))
20+
* monitor timeout bug ([de33311](https://github.com/serverless-components/tencent-express/commit/de333111a692b5bc8d14e9274b81b5b2e5e57e84))
21+
* optimize outputs for one region ([b3c6964](https://github.com/serverless-components/tencent-express/commit/b3c69646528edfdb8ff0d6455a4dc2b16e13cb81))
22+
* optimize traffic config outputs ([8545ead](https://github.com/serverless-components/tencent-express/commit/8545ead58183454536ca43c412d42d9be9c05580))
23+
* package version ([d682b66](https://github.com/serverless-components/tencent-express/commit/d682b66ab7858bb85c29548f90514056f8c34749))
24+
* prettier config ([e17bd6f](https://github.com/serverless-components/tencent-express/commit/e17bd6fe939666f7d8c5c89182ed24125409e068))
25+
* read bucket and object from srcOriginal ([1b2cf9d](https://github.com/serverless-components/tencent-express/commit/1b2cf9d7c890a94e7deaa830814b9758ac42cdf4))
26+
* release v0.0.1 for v2 ([52b2a37](https://github.com/serverless-components/tencent-express/commit/52b2a37a9f57550d48af868b6d53ac3a9c020fd5))
27+
* remove credential bug ([bca2d1f](https://github.com/serverless-components/tencent-express/commit/bca2d1f9c6ab79ee7b29844fe8bdf2085ddac94c))
28+
* role check error ([1a0b4bf](https://github.com/serverless-components/tencent-express/commit/1a0b4bf3ec1fed5492d72f07378ca7b5d26bbfe8))
29+
* support apigw endpoint timeout config ([01dd4c9](https://github.com/serverless-components/tencent-express/commit/01dd4c931235ec5547ce5f34e0997beb4e094fd1))
30+
* support eip config ([62c597f](https://github.com/serverless-components/tencent-express/commit/62c597fdef0a8e296b1943dba13baa60725afd53))
31+
* template url output ([88df485](https://github.com/serverless-components/tencent-express/commit/88df48503bd1f106e451ce102ec5bd16d6a1442a))
32+
* throw error when no temp secrets ([2a9167e](https://github.com/serverless-components/tencent-express/commit/2a9167e98a9648fb3ed7264956b10ea2808ce490))
33+
* traffic zero display bug ([0285406](https://github.com/serverless-components/tencent-express/commit/0285406c812284bd8b5847f0c201c9b69761c9d6))
34+
* uniform throw error ([c09b6f5](https://github.com/serverless-components/tencent-express/commit/c09b6f5b0071a2fb6a3251b0f8f31bc0dd614d3b))
35+
* update deploy code ([90a4339](https://github.com/serverless-components/tencent-express/commit/90a433968502f9d1499534cf852c6d4c3db12ba6))
36+
* update deps ([2e551db](https://github.com/serverless-components/tencent-express/commit/2e551db26dcfa02adf5aa2c63d6c08fea771ed00))
37+
* update deps ([c14e8f1](https://github.com/serverless-components/tencent-express/commit/c14e8f1492fa8ca7e3bedbc8018571556aa0c6ff))
38+
* update error message ([c4c7243](https://github.com/serverless-components/tencent-express/commit/c4c724358fe5be700e596929b8bddcfa94faa6fd))
39+
* update get credential error message ([ed47b3d](https://github.com/serverless-components/tencent-express/commit/ed47b3d759944e41b0c8fa7641594450d88704de))
40+
* update toolkit verison ([2e99bc7](https://github.com/serverless-components/tencent-express/commit/2e99bc73c438318d125d50d959bf3f9de4a6e85e))
41+
* update usageplan & auth logic ([afa8807](https://github.com/serverless-components/tencent-express/commit/afa8807792aa0e69c191391b1fb49b059add3c35))
42+
* upgrade deps ([6a1f7a8](https://github.com/serverless-components/tencent-express/commit/6a1f7a86d4838d02cef19de37a2f6e9714ee640b))
43+
* upgrade deps ([d5c013b](https://github.com/serverless-components/tencent-express/commit/d5c013b6a04487a29b9848442d31cc71c6230c5f))
44+
* upgrade tencent-component-toolkit ([4ba2edf](https://github.com/serverless-components/tencent-express/commit/4ba2edf8570e511b9fd5a8286ae81044b531c094))
45+
* upgrade tencent-component-toolkit ([af8c234](https://github.com/serverless-components/tencent-express/commit/af8c234622058253a21ebe0231796dd7a47902f8))
46+
* upgrade tencent-component-toolkit ([bdd5062](https://github.com/serverless-components/tencent-express/commit/bdd5062f6501fbe91e167ce3e7a91da2e8eb4acd))
47+
* upgrade tencent-component-toolkit ([00f4a09](https://github.com/serverless-components/tencent-express/commit/00f4a0993d04d4a7be3cf8ea15381a6d8ff04c98))
48+
* upgrade tencent-component-toolkit for deleting compatibility ([fa215bf](https://github.com/serverless-components/tencent-express/commit/fa215bfb66264c360c24a3aca68f4b63cb4c60fd))
49+
* wrong region parameter bug ([#31](https://github.com/serverless-components/tencent-express/issues/31)) ([32e519c](https://github.com/serverless-components/tencent-express/commit/32e519ca00170ed75f0bea19b80c0255288e8d37))
50+
* 增加cns ([b452285](https://github.com/serverless-components/tencent-express/commit/b45228501a381dd6ede9381ca8d05cd5f403d585))
51+
* 增加cns ([a2b87d9](https://github.com/serverless-components/tencent-express/commit/a2b87d92908935dc4299dfb0d5b01029c5fc8649))
52+
53+
54+
### Features
55+
56+
* add binary types support ([60603d6](https://github.com/serverless-components/tencent-express/commit/60603d61bbeb1cbdcf44d5bb6b9cd5a6f2b08fd6))
57+
* add integration test ([7c28271](https://github.com/serverless-components/tencent-express/commit/7c2827162f94b817f5e8f3c00e279263bff120e7))
58+
* add layers config support ([d971be9](https://github.com/serverless-components/tencent-express/commit/d971be985daf3bc4127c6648fd0e474c535ad1eb))
59+
* add metrics api ([#27](https://github.com/serverless-components/tencent-express/issues/27)) ([0d40154](https://github.com/serverless-components/tencent-express/commit/0d40154347b5db735fcac66a8a9b5ccf0e6ca035))
60+
* add state store, and remove method ([8815e40](https://github.com/serverless-components/tencent-express/commit/8815e4045cf7896e8843c017abb16b24720caa79))
61+
* optimize code zip flow ([f2d60ce](https://github.com/serverless-components/tencent-express/commit/f2d60ce03e96257f4aacda464ab83a4dc144fecb))
62+
* optimize deploy log ([80a2bc0](https://github.com/serverless-components/tencent-express/commit/80a2bc0a23a08051ede3c5d54657833499e0d2fc))
63+
* optimize metics and support disable apigw creating ([e722c80](https://github.com/serverless-components/tencent-express/commit/e722c80d3d1fce8315e08a86808c131402a7a81b))
64+
* support api gw metrics ([cc625ad](https://github.com/serverless-components/tencent-express/commit/cc625ad3e8a410b161b4744813685aa42a700898))
65+
* support role config ([f1d6ed6](https://github.com/serverless-components/tencent-express/commit/f1d6ed664b7354376f5791bd162113cdd44b7b5b))
66+
* support scf publish version and traffic setup ([8807d0e](https://github.com/serverless-components/tencent-express/commit/8807d0ef0fd8c560b3c7aaa8fa37165473a5f863))
67+
* update config and support usageplan+auth ([b067a14](https://github.com/serverless-components/tencent-express/commit/b067a149acec78d97f701aea893e95ad3833f7c3))
68+
* update event and context attach method ([31d0c1d](https://github.com/serverless-components/tencent-express/commit/31d0c1de42354103a800e0515f9a069971b357df))
69+
* use metrics api from toolkit library([#32](https://github.com/serverless-components/tencent-express/issues/32)) ([4b4742d](https://github.com/serverless-components/tencent-express/commit/4b4742d7e53a04fbbd7845073a0ebd2031a1dcd6))
70+
* using temporary secret for credentials ([cf61300](https://github.com/serverless-components/tencent-express/commit/cf61300f7d94f3149648a0d3378b8876a440aca1))

0 commit comments

Comments
 (0)