Skip to content

Commit a478b1c

Browse files
authored
Merge pull request #259 from wss-git/wss/add-region
feat(config/add-region): add region list
2 parents 6888ac6 + 5c792a2 commit a478b1c

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
所有对 "Aliyun Serverless" 插件的更改都将记录在这个文件中。
44

5+
## 1.27.14 - 2020-11-02
6+
### Fixed
7+
1. 新增region:成都、伦敦、吉隆坡
8+
2. 异步配置、大规格实例、镜像配置支持校验
9+
510
## 1.27.13 - 2020-10-15
611
### Fixed
712
1. 支持配置自定义 endpoint 的 Issue

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "aliyun",
55
"icon": "media/aliyun-serverless-extension.png",
66
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
7-
"version": "1.27.13",
7+
"version": "1.27.14",
88
"engines": {
99
"vscode": "^1.31.0"
1010
},

src/utils/constants.ts

+3
Original file line numberDiff line numberDiff line change
@@ -262,13 +262,16 @@ export const FC_REGIONS = [
262262
'cn-beijing',
263263
'cn-zhangjiakou',
264264
'cn-huhehaote',
265+
'cn-chengdu',
265266
'cn-shenzhen',
266267
'cn-hongkong',
267268
'ap-southeast-1',
268269
'ap-southeast-2',
270+
'ap-southeast-3',
269271
'ap-southeast-5',
270272
'ap-northeast-1',
271273
'eu-central-1',
274+
'eu-west-1',
272275
'us-west-1',
273276
'us-east-1',
274277
'ap-south-1',

0 commit comments

Comments
 (0)