Skip to content

Commit ff9e3fa

Browse files
authored
Releasing version 2.33.0 (#411)
1 parent 6d76672 commit ff9e3fa

File tree

4,486 files changed

+50470
-6941
lines changed

Some content is hidden

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

4,486 files changed

+50470
-6941
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.33.0 - 2022-06-21
7+
### Added
8+
- Support for the Network Firewall service
9+
- Support for smaller and larger HeatWave cluster nodes in the MySQL Database service
10+
- Support for CSV file type datasets for text labeling and JSONL in the Data Labeling service
11+
- Support for diagnostics in the Database Management service
12+
13+
### Breaking Changes
14+
- Support for retries by default on operations of the Network Firewall service
15+
- Support for retries by default on the createAnnotation operation of the Data Labeling service
16+
617
## 2.32.0 - 2022-06-14
718
### Added
819
- Support for the Web Application Acceleration (WAA) 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.32.0</version>
7+
<version>2.33.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.32.0</version>
21+
<version>2.33.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)