Skip to content

Commit

Permalink
Support API CreateMaskingRules.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Apr 30, 2024
1 parent e38f347 commit f69b822
Show file tree
Hide file tree
Showing 5 changed files with 1,426 additions and 23 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2024-04-30 Version: v6.0.0
- Support API CreateMaskingRules.
- Support API DeleteMaskingRules.
- Support API DescribeAccountMaskingPrivilege.
- Support API DescribeMaskingRules.
- Support API ModifyAccountMaskingPrivilege.
- Support API ModifyMaskingRules.
- Update API CreateTempDBInstance: update param BackupId.
- Update API DescribeMetaList: update param BackupSetID.


2024-04-25 Version: v5.0.5
- Update API CreateDBInstance: add param WhitelistTemplateList.
- Update API ModifyDBProxyInstance: add param VSwitchIds.
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/v5
go get github.com/alibabacloud-go/rds-20140815/v6
```

## 问题
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/v5
$ go get github.com/alibabacloud-go/rds-20140815/v6
```

## Issues
Expand Down
Loading

0 comments on commit f69b822

Please sign in to comment.