Skip to content

Commit 84cc2df

Browse files
authored
Releasing version 2.31.0
Releasing version 2.31.0
2 parents 9461a49 + 1812391 commit 84cc2df

File tree

19,712 files changed

+1663102
-125164
lines changed

Some content is hidden

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

19,712 files changed

+1663102
-125164
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.31.0 - 2022-06-07
7+
### Added
8+
- Support for calling Oracle Cloud Infrastructure services in the eu-paris-1 region
9+
- Support for private endpoints in Resource Manager service
10+
- Support downloading generated Terraform plan output in JSON or binary format in Resource Manager service
11+
- Support for querying OPSI Data Objects in the Operations Insights service
12+
13+
### Changed
14+
- Network security groups (NSGs) are now optional for autonomous databases on private endpoints in the Database service
15+
16+
### Fixed
17+
- Fixed a potential data curruption problem for binary data upload with default retries. We recommend that you update to this version `2.31.0` or later. For details, see https://github.com/oracle/oci-java-sdk/issues/304
18+
619
## 2.30.0 - 2022-05-31
720
### Added
821

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.30.0</version>
7+
<version>2.31.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.30.0</version>
21+
<version>2.31.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)