File tree Expand file tree Collapse file tree 6 files changed +1646
-159
lines changed
Expand file tree Collapse file tree 6 files changed +1646
-159
lines changed Original file line number Diff line number Diff line change 1+ # OS
2+ .DS_Store
3+
4+ # IDE
5+ .idea
6+ .settings
7+ .cache /
8+ .vscode /
9+ .project
10+ .history /
11+
12+ # Go build directory
13+ bin /
14+ pkg /
15+
16+ # Unit test / coverage reports
17+ coverage. *
18+
19+ * .sh
Original file line number Diff line number Diff line change 1+ 2024-11-14 Version: v4.0.0
2+ - Support API DescribeAllDBInstanceClass.
3+ - Support API DescribeDBClusterConfig.
4+ - Support API DescribeDBClusterConfigChangeLogs.
5+ - Support API GetCreateBEClusterInquiry.
6+ - Support API GetModifyBEClusterInquiry.
7+ - Support API ModifyDBClusterConfig.
8+ - Update API CreateDBCluster: delete param ResourceGroupId.
9+ - Update API CreateDBCluster: update response param.
10+ - Update API CreateDBInstance: add param Tag.
11+ - Update API DescribeDBInstanceAttribute: update response param.
12+ - Update API DescribeDBInstances: add param Tag.
13+ - Update API DescribeDBInstances: update response param.
14+ - Update API ModifyDBCluster: add param CacheSize.
15+
16+
1172024-05-15 Version: v3.1.0
218- Support API DescribeDBClusterConfig.
319- Support API DescribeDBClusterConfigChangeLogs.
Original file line number Diff line number Diff line change 1010## 安装
1111你可以使用 ` go mod ` 来管理你的依赖,
1212``` sh
13- go get github.com/alibabacloud-go/selectdb-20230522/v3
13+ go get github.com/alibabacloud-go/selectdb-20230522/v4
1414```
1515
1616## 问题
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
1010If you use ` go mod ` to manage your dependence, you can use the following command:
1111
1212``` sh
13- $ go get github.com/alibabacloud-go/selectdb-20230522/v3
13+ $ go get github.com/alibabacloud-go/selectdb-20230522/v4
1414```
1515
1616## Issues
You can’t perform that action at this time.
0 commit comments