Skip to content

Commit ad505e5

Browse files
committed
Support API DescribeAllDBInstanceClass.
1 parent 7156995 commit ad505e5

File tree

6 files changed

+1646
-159
lines changed

6 files changed

+1646
-159
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

ChangeLog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
117
2024-05-15 Version: v3.1.0
218
- Support API DescribeDBClusterConfig.
319
- Support API DescribeDBClusterConfigChangeLogs.

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
## 问题

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
1010
If 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

0 commit comments

Comments
 (0)