Skip to content

Commit 4a96f3f

Browse files
authored
Merge pull request #414 from oracle/release_2022-06-28
Releasing version 2.34.0
2 parents ff9e3fa + 881350e commit 4a96f3f

File tree

521 files changed

+100070
-886
lines changed

Some content is hidden

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

521 files changed

+100070
-886
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.34.0 - 2022-06-28
7+
### Added
8+
- Support for the Network Monitoring service
9+
- Support for specifying application scan settings when creating or updating host scan recipes in the Vulnerability Scanning service
10+
- Support for moving data into an autonomous data warehouse in the Operations Insights service
11+
- Support for shared infrastructure autonomous database character sets in the Database service
12+
- Support for data collection logging events on Exadata instances in the Database service
13+
- Support for specifying boot volume VPUs when launching instances from images in the Compute service
14+
- Support for safe-deleting nodes in the Container Engine for Kubernetes service
15+
16+
### Breaking Changes
17+
- Support for retries by default on operations of the Logging Analytics service
18+
619
## 2.33.0 - 2022-06-21
720
### Added
821
- Support for the Network Firewall 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.33.0</version>
7+
<version>2.34.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.33.0</version>
21+
<version>2.34.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)