Skip to content

Commit

Permalink
Support API AssociateEipAddressWithRCInstance.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Dec 18, 2024
1 parent f818583 commit 3cdffdf
Show file tree
Hide file tree
Showing 5 changed files with 810 additions and 44 deletions.
17 changes: 17 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2024-12-18 Version: v10.0.0
- Support API AssociateEipAddressWithRCInstance.
- Support API SyncRCSecurityGroup.
- Support API UnassociateEipAddressWithRCInstance.
- Update API CreateDBInstance: add param OptimizedWrites.
- Update API DescribeDBInstanceAttribute: update response param.
- Update API DescribeRCDeploymentSets: update response param.
- Update API DescribeRCInstanceAttribute: add param PrivateIpAddress.
- Update API DescribeRCInstanceAttribute: update param InstanceId.
- Update API DescribeRCInstanceAttribute: update response param.
- Update API DescribeRCInstances: update response param.
- Update API ModifyDBInstanceConfig: add param SwitchTime.
- Update API ModifyDBInstanceConfig: add param SwitchTimeMode.
- Update API ModifyDBInstanceSpec: add param OptimizedWrites.
- Update API ModifyResourceGroup: add param ResourceType.


2024-12-02 Version: v9.0.1
- Update API CreateRCDisk: update param InstanceChargeType.
- Update API DescribeDBProxyEndpoint: update response param.
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/rds-20140815/v9
go get github.com/alibabacloud-go/rds-20140815/v10
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/rds-20140815/v9
$ go get github.com/alibabacloud-go/rds-20140815/v10
```

## Issues
Expand Down
Loading

0 comments on commit 3cdffdf

Please sign in to comment.