Skip to content

Commit

Permalink
Update API DescribeInstance: update response param.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jul 11, 2024
1 parent e2f1e62 commit d8683bf
Show file tree
Hide file tree
Showing 4 changed files with 5,308 additions and 821 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OS
.DS_Store

# IDE
.idea
.settings
.cache/
.vscode/
.project
.history/

# Go build directory
bin/
pkg/

# Unit test / coverage reports
coverage.*

*.sh
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-07-11 Version: v3.1.1
- Update API DescribeInstance: update response param.
- Update API DescribeMultiZoneCluster: update response param.
- Update API ResizeColdStorageSize: update param ColdStorageSize.


2024-04-18 Version: v3.1.0
- Support API CreateAccount.
- Support API DeleteAccount.
Expand Down
Loading

0 comments on commit d8683bf

Please sign in to comment.