Skip to content

Commit

Permalink
update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
aliguyong authored and JacksonTian committed Feb 18, 2019
1 parent 62ca6e5 commit 9653128
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,18 @@
# CHANGELOG

## 1.0.13 - 2019-02-17
## 1.0.13 - 2019-02-18
- Support Release Script `composer release`.
- Add endpoints for apigateway in `drdspre` in `cn-qingdao`.
- Add endpoints for apigateway in `drdspre` in `cn-beijing`.
- Add endpoints for apigateway in `drdspre` in `cn-hangzhou`.
- Add endpoints for apigateway in `drdspre` in `cn-shanghai`.
- Add endpoints for apigateway in `drdspre` in `cn-shenzhen`.
- Add endpoints for apigateway in `drdspre` in `cn-hongkong`.
- Add endpoints for apigateway in `drdspost` in `ap-southeast-1`.
- Add endpoints for apigateway in `drdspost` in `cn-shanghai`.
- Add endpoints for apigateway in `drdspost` in `cn-hongkong`.
- Add endpoints for apigateway in `vod` in `ap-southeast-1`.
- Add endpoints for apigateway in `vod` in `eu-central-1`.


## 1.0.12 - 2019-02-16
Expand Down
21 changes: 17 additions & 4 deletions src/Config/Data.php
Expand Up @@ -1464,10 +1464,12 @@
],
'vod' =>
[
'cn-shanghai' => 'vod.cn-shanghai.aliyuncs.com',
'cn-beijing' => 'vod.cn-shanghai.aliyuncs.com',
'cn-hangzhou' => 'vod.cn-shanghai.aliyuncs.com',
'cn-shenzhen' => 'vod.cn-shanghai.aliyuncs.com',
'cn-shanghai' => 'vod.cn-shanghai.aliyuncs.com',
'cn-beijing' => 'vod.cn-shanghai.aliyuncs.com',
'cn-hangzhou' => 'vod.cn-shanghai.aliyuncs.com',
'cn-shenzhen' => 'vod.cn-shanghai.aliyuncs.com',
'ap-southeast-1' => 'vod.ap-southeast-1.aliyuncs.com',
'eu-central-1' => 'vod.eu-central-1.aliyuncs.com',
],
'afs' =>
[
Expand Down Expand Up @@ -2050,6 +2052,17 @@
'drdspost' =>
[
'ap-southeast-1' => 'drds.ap-southeast-1.aliyuncs.com',
'cn-shanghai' => 'drds.cn-shanghai.aliyuncs.com',
'cn-hongkong' => 'drds.cn-hongkong.aliyuncs.com',
],
'drdspre' =>
[
'cn-qingdao' => 'drds.cn-qingdao.aliyuncs.com',
'cn-beijing' => 'drds.cn-beijing.aliyuncs.com',
'cn-hangzhou' => 'drds.cn-hangzhou.aliyuncs.com',
'cn-shanghai' => 'drds.cn-shanghai.aliyuncs.com',
'cn-shenzhen' => 'drds.cn-shenzhen.aliyuncs.com',
'cn-hongkong' => 'drds.cn-hongkong.aliyuncs.com',
],
],
];
1 change: 1 addition & 0 deletions src/Release.php
Expand Up @@ -7,6 +7,7 @@
/**
* Class Release
*
* @codeCoverageIgnore
* @package AlibabaCloud\Client
*/
class Release
Expand Down

0 comments on commit 9653128

Please sign in to comment.