Skip to content

Commit 2b390d6

Browse files
Releasing version 2.27.0
Releasing version 2.27.0
2 parents ab18839 + 813ff0e commit 2b390d6

File tree

229 files changed

+7245
-776
lines changed

Some content is hidden

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

229 files changed

+7245
-776
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ 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.27.0 - 2022-05-10
7+
### Added
8+
- Support for getting usage information for autonomous databases and Cloud at Customer autonomous databases in the Database service
9+
- Support for the "standby" lifecycle state on autonomous databases in the Database service
10+
- Support for BIP connections and dataflow operators in the Data Integration service
11+
12+
### Breaking Changes
13+
- Support for retries by default on WAF Edge Policy GET / LIST operations in the Web Application Acceleration and Security service
14+
- Support for retries by default on some operations in the Stack Monitoring service
15+
- Support for retries by default on some resource discovery and monitoring operations in the Application Management service
16+
- Support for retries by default on some operations in the MySQL Database service
17+
- Return type of method `public com.oracle.bmc.dataintegration.model.CreateConnectionFromBICC getDefaultConnection()` has been changed to `com.oracle.bmc.dataintegration.model.CreateConnectionDetails` in the model `com.oracle.bmc.dataintegration.model.CreateDataAssetFromFusionApp` in the Data Integration service
18+
- Return type of method `public com.oracle.bmc.dataintegration.model.ConnectionFromBICCDetails getDefaultConnection()` has been changed to `com.oracle.bmc.dataintegration.model.ConnectionDetails` in the model `com.oracle.bmc.dataintegration.model.DataAssetFromFusionApp` in the Data Integration service
19+
- Return type of method `public com.oracle.bmc.dataintegration.model.ConnectionSummaryFromBICC getDefaultConnection()` has been changed to `com.oracle.bmc.dataintegration.model.ConnectionSummary` in the model `com.oracle.bmc.dataintegration.model.DataAssetSummaryFromFusionApp` in the Data Integration service
20+
621
## 2.26.0 - 2022-05-03
722
### Added
823
- Support for the Application Dependency Management 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.26.0</version>
7+
<version>2.27.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.26.0</version>
21+
<version>2.27.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)