Skip to content

Commit a0700ce

Browse files
Releasing version 2.40.0
1 parent 6f7bd99 commit a0700ce

File tree

260 files changed

+25032
-583
lines changed

Some content is hidden

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

260 files changed

+25032
-583
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.40.0 - 2022-08-16
7+
### Added
8+
- Support for Logging Analytics as a streaming source target in the Service Connector Hub service
9+
- Support for data sources for logging query registration in the Cloud Guard service
10+
- Support for custom detector rules on insight detector recipes in the Cloud Guard service
11+
- Support for fetching data source events and problem entities in the Cloud Guard service
12+
- Support for E3, E4, Standard3, and Optimized3 flexible compute shapes on notebooks, model deployment, and jobs in the Data Science service
13+
- Support for streaming application logs to the Logging service in the Data Flow service
14+
15+
### Breaking Changes
16+
- Support for retries by default on some operations of the Data Flow service
17+
618
## 2.39.0 - 2022-08-09
719
### Added
820
- Support for single-host software-defined data centers in the VMWare Solution 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.39.0</version>
7+
<version>2.40.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.39.0</version>
21+
<version>2.40.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)