Skip to content

Commit 395c5a0

Browse files
committed
Update API CreateLogConfig: add param CreateSlr.
1 parent e9a832d commit 395c5a0

File tree

57 files changed

+708
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+708
-66
lines changed

cloudapi-20160714/ChangeLog.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024-12-06 Version: 3.11.1
2+
- Update API CreateLogConfig: add param CreateSlr.
3+
- Update API DescribeApiGroup: update response param.
4+
- Update API DescribeInstances: update response param.
5+
- Update API DescribePluginsByApi: update response param.
6+
- Update API ModifyApiGroup: add param CustomAppCodeConfig.
7+
- Update API QueryRequestLogs: update response param.
8+
- Update API SetDomainCertificate: add param ClientCertSDnPassThrough.
9+
- Update API SetDomainCertificate: add param SslOcspEnable.
10+
11+
112
2024-10-19 Version: 3.11.0
213
- Support API AssociateInstanceWithPrivateDNS.
314
- Support API CreatePrivateDNS.

cloudapi-20160714/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.aliyun</groupId>
55
<artifactId>cloudapi20160714</artifactId>
6-
<version>3.11.0</version>
6+
<version>3.11.1</version>
77
<packaging>jar</packaging>
88
<name>cloudapi20160714</name>
99
<description>Alibaba Cloud CloudAPI (20160714) SDK for Java
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.aliyun</groupId>
5353
<artifactId>openapiutil</artifactId>
54-
<version>0.2.1</version>
54+
<version>0.2.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.aliyun</groupId>
@@ -158,6 +158,7 @@
158158
<artifactSet>
159159
<excludes>
160160
<exclude>org.jacoco:*</exclude>
161+
<exclude>org.bouncycastle:bcprov-jdk18on</exclude>
161162
</excludes>
162163
</artifactSet>
163164
<filters>

0 commit comments

Comments
 (0)