Skip to content

Commit 5f5d7a3

Browse files
authoredFeb 25, 2025
Releasing version
Releasing version
2 parents 4ac6f9b + 0231cc7 commit 5f5d7a3

File tree

628 files changed

+54904
-3138
lines changed

Some content is hidden

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

628 files changed

+54904
-3138
lines changed
 

‎CHANGELOG.md

+18
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+
## 3.58.0 - 2025-02-25
7+
### Added
8+
- Support for Database Lifecycle Management service
9+
- Support for Valkey cluster creation and Valkey migration in the OCI Cache service
10+
- Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service
11+
- Support for Bring Your Own DKIM Keys in the Email Delivery service
12+
- Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service
13+
- Support for security attributes for Load Balancer resource in the Load Balancer service
14+
- Support for reservation of private IP addresses in the Networking service
15+
- Support for additional configuration parameters in the HeatWave service
16+
- Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service
17+
18+
### Breaking Changes
19+
- Method `public java.util.Map getZprTags()` has been removed from models `com.oracle.bmc.loadbalancer.model.CreateLoadBalancerDetails`, `com.oracle.bmc.loadbalancer.model.LoadBalancer` and `com.oracle.bmc.loadbalancer.model.UpdateLoadBalancerDetails` in the Load Balancer service
20+
- Class `com.oracle.bmc.containerinstances.model.ContainerCommandHealthCheck` has been removed from the Container Instances service
21+
- Class `com.oracle.bmc.containerinstances.model.CreateContainerCommandHealthCheckDetails` has been removed from the Container Instances service
22+
- Field `Command` has been removed from the model `com.oracle.bmc.containerinstances.model.ContainerHealthCheckType` in the the Container Instances service
23+
624
## 3.57.2 - 2025-02-18
725
### Added
826
- Support for Customer Onboarding Success(COS) in the Java Management service

‎bmc-accessgovernancecp/pom.xml

+2-2
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</artifactId>
7-
<version>3.57.2</version>
7+
<version>3.58.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>oci-java-sdk-accessgovernancecp</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>com.oracle.oci.sdk</groupId>
1717
<artifactId>oci-java-sdk-common</artifactId>
18-
<version>3.57.2</version>
18+
<version>3.58.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)