Skip to content

Commit 453a324

Browse files
Releasing version 2.41.0
Releasing version 2.41.0
2 parents 7b89c4a + 6e67654 commit 453a324

File tree

242 files changed

+9608
-1577
lines changed

Some content is hidden

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

242 files changed

+9608
-1577
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## 2.41.0 - 2022-08-23
7+
### Added
8+
- Support for the Enterprise Manager Warehouse service
9+
- Support for additional configuration variables in the MySQL Database service
10+
- Support for file filters in the DevOps service
11+
- Support for support rewards redemption summaries in the Usage service
12+
- Support for the parent tenancy of an organization to view child tenancy categories, recommendations, and resource actions in the Optimizer service
13+
- Support for choosing prior versions during infrastructure maintenance on Exadata Cloud at Customer in the Database service
14+
15+
### Breaking Changes
16+
- Class `com.oracle.bmc.emwarehouse.EmDataLake` has been removed in the Enterprise Manager Warehouse service
17+
- Class `com.oracle.bmc.emwarehouse.EmDataLakeClient$Builder` has been removed in the Enterprise Manager Warehouse service
18+
- Class `com.oracle.bmc.emwarehouse.EmDataLakePaginators` has been removed in the Enterprise Manager Warehouse service
19+
- Class `com.oracle.bmc.emwarehouse.EmDataLakeWaiters` has been removed in the Enterprise Manager Warehouse service
20+
- Return type of method `public java.lang.Integer getCteMaxRecursionDepth()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
21+
- Return type of method `public java.lang.Integer getInnodbFtResultCacheLimit()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
22+
- Return type of method `public java.lang.Integer getInnodbMaxPurgeLag()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
23+
- Return type of method `public java.lang.Integer getMaxExecutionTime()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
24+
- Return type of method `public java.lang.Integer getParserMaxMemSize()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
25+
- Return type of method `public java.lang.Integer getQueryAllocBlockSize()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
26+
- Return type of method `public java.lang.Integer getQueryPreallocSize()` has been changed to `java.lang.Long` in the model `com.oracle.bmc.mysql.model.ConfigurationVariables` in the MySQL Database service
27+
628
## 2.40.0 - 2022-08-16
729
### Added
830
- Support for Logging Analytics as a streaming source target in the Service Connector Hub service

bmc-addons/bmc-apache-connector-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.oracle.oci.sdk</groupId>
66
<artifactId>oci-java-sdk-addons</artifactId>
7-
<version>2.40.0</version>
7+
<version>2.41.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.oracle.oci.sdk</groupId>
2020
<artifactId>oci-java-sdk-common</artifactId>
21-
<version>2.40.0</version>
21+
<version>2.41.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)