We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90601a0 commit 9fd8266Copy full SHA for 9fd8266
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.8.40 - 2019-12-31
4
+- Add request parameter groupType for OnsGroupCreate.
5
+
6
7
## 1.8.39 - 2019-12-31
8
- Supported image for process.
9
src/Ons/V20190214/OnsApiResolver.php
@@ -198,6 +198,8 @@ class OnsGroupConsumerUpdate extends Rpc
198
* @method $this withRemark($value)
199
* @method string getInstanceId()
200
* @method $this withInstanceId($value)
201
+ * @method string getGroupType()
202
+ * @method $this withGroupType($value)
203
*/
204
class OnsGroupCreate extends Rpc
205
{
src/Release.php
@@ -16,7 +16,7 @@ class Release
16
/**
17
* Version of the SDK
18
19
- const VERSION = '1.8.39';
+ const VERSION = '1.8.40';
20
21
22
* @param Event $event
0 commit comments