File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.53 - 2020-1-10
4
+ - Return ` ConsistentTime ` for DescribeBackups.
5
+ - Return ` DBNodeIds ` for CreateDBNodes.
6
+
7
+
3
8
## 1.8.52 - 2020-1-9
4
9
- Supported ondemand transfer stream.
5
10
- Supported device position.
Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ class CreateDatabase extends Rpc
200
200
* @method $this withUsedTime($value)
201
201
* @method string getVSwitchId()
202
202
* @method $this withVSwitchId($value)
203
+ * @method string getSecurityIPList()
204
+ * @method $this withSecurityIPList($value)
203
205
* @method string getAutoRenew()
204
206
* @method $this withAutoRenew($value)
205
207
* @method string getVPCId()
@@ -975,6 +977,8 @@ class ModifyBackupPolicy extends Rpc
975
977
* @method $this withSecurityIps($value)
976
978
* @method string getDBClusterIPArrayAttribute()
977
979
* @method $this withDBClusterIPArrayAttribute($value)
980
+ * @method string getModifyMode()
981
+ * @method $this withModifyMode($value)
978
982
* @method string getResourceOwnerAccount()
979
983
* @method $this withResourceOwnerAccount($value)
980
984
* @method string getDBClusterId()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.52 ' ;
19
+ const VERSION = '1.8.53 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments