Skip to content

Commit 6d76672

Browse files
authored
Releasing version 2.32.0
Releasing version 2.32.0
2 parents fb457d1 + 4fc2167 commit 6d76672

File tree

14,695 files changed

+981029
-30591
lines changed

Some content is hidden

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

14,695 files changed

+981029
-30591
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.32.0 - 2022-06-14
7+
### Added
8+
- Support for the Web Application Acceleration (WAA) service
9+
- Support for the Governance Rules service
10+
- Support for the OneSubscription service
11+
- Support for resource locking in the Identity service
12+
- Support for quota resource locking in the Limits service
13+
- Support for returning the backup with the requested changes in the MySQL Database service
14+
- Support for time zone in Cloud Autonomous VM (CAVM) clusters in the Database service
15+
- Support for configuration options in the Application Performance Monitoring service
16+
- Support for MySQL connections in the Database Tools service
17+
18+
### Breaking Changes
19+
- Support for default retries in some operations of the Database Tools service
20+
- Model `com.oracle.bmc.databasetools.model.DatabaseToolsAllowedNetworkSources` has been removed in the Database Tools service
21+
- Model `com.oracle.bmc.databasetools.model.DatabaseToolsVirtualSource` has been removed in the Database Tools service
22+
- Model `com.oracle.bmc.databasetools.model.ServiceCapability` has been removed in the Database Tools service
23+
624
## 2.31.0 - 2022-06-07
725
### Added
826
- Support for calling Oracle Cloud Infrastructure services in the eu-paris-1 region

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.31.0</version>
7+
<version>2.32.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.31.0</version>
21+
<version>2.32.0</version>
2222
</dependency>
2323
</dependencies>
2424
</project>

0 commit comments

Comments
 (0)