Skip to content

Commit 9fd8266

Browse files
committed
Add request parameter groupType for OnsGroupCreate.
1 parent 90601a0 commit 9fd8266

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.8.40 - 2019-12-31
4+
- Add request parameter groupType for OnsGroupCreate.
5+
6+
37
## 1.8.39 - 2019-12-31
48
- Supported image for process.
59

src/Ons/V20190214/OnsApiResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ class OnsGroupConsumerUpdate extends Rpc
198198
* @method $this withRemark($value)
199199
* @method string getInstanceId()
200200
* @method $this withInstanceId($value)
201+
* @method string getGroupType()
202+
* @method $this withGroupType($value)
201203
*/
202204
class OnsGroupCreate extends Rpc
203205
{

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.39';
19+
const VERSION = '1.8.40';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)