Skip to content

Commit c3fc129

Browse files
Releasing version 2.38.0
Releasing version 2.38.0
2 parents a67b425 + ebad689 commit c3fc129

File tree

299 files changed

+36855
-545
lines changed

Some content is hidden

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

299 files changed

+36855
-545
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ 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.38.0 - 2022-08-02
7+
### Added
8+
- Support for OpenSearch in the Search service
9+
- Support for child tables in the NoSQL Database Cloud service
10+
- Support for private repositories in the DevOps service
11+
- Support for session token authentication
12+
13+
### Breaking Changes
14+
- Support for retries by default on operations of the Quotas service
15+
616
## 2.37.0 - 2022-07-26
717
### Added
818
- Support for the Fusion Apps as a Service 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.37.0</version>
7+
<version>2.38.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.37.0</version>
21+
<version>2.38.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)