Skip to content

Commit c8ddac9

Browse files
committed
Return ConsistentTime for DescribeBackups.
1 parent 36b48a2 commit c8ddac9

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.8.53 - 2020-1-10
4+
- Return `ConsistentTime` for DescribeBackups.
5+
- Return `DBNodeIds` for CreateDBNodes.
6+
7+
38
## 1.8.52 - 2020-1-9
49
- Supported ondemand transfer stream.
510
- Supported device position.

src/Polardb/V20170801/PolardbApiResolver.php

+4
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ class CreateDatabase extends Rpc
200200
* @method $this withUsedTime($value)
201201
* @method string getVSwitchId()
202202
* @method $this withVSwitchId($value)
203+
* @method string getSecurityIPList()
204+
* @method $this withSecurityIPList($value)
203205
* @method string getAutoRenew()
204206
* @method $this withAutoRenew($value)
205207
* @method string getVPCId()
@@ -975,6 +977,8 @@ class ModifyBackupPolicy extends Rpc
975977
* @method $this withSecurityIps($value)
976978
* @method string getDBClusterIPArrayAttribute()
977979
* @method $this withDBClusterIPArrayAttribute($value)
980+
* @method string getModifyMode()
981+
* @method $this withModifyMode($value)
978982
* @method string getResourceOwnerAccount()
979983
* @method $this withResourceOwnerAccount($value)
980984
* @method string getDBClusterId()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.52';
19+
const VERSION = '1.8.53';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)