Skip to content

Commit 362e958

Browse files
authoredMar 18, 2025
Releasing version
Releasing version
2 parents c64d44e + 31ac7f2 commit 362e958

File tree

308 files changed

+38398
-733
lines changed

Some content is hidden

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

308 files changed

+38398
-733
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ 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.61.0 - 2025-03-18
7+
### Added
8+
- Support for Managed Services for Mac service
9+
- Support for scheduling customer-initiated backups in the GoldenGate service
10+
- Support for GPU memory clusters and fabrics in the Compute service
11+
12+
### Breaking Changes
13+
- Method `public java.lang.String getIpAnycastId()` has been removed from the model `com.oracle.bmc.core.model.CreateByoipRangeDetails` in the Core service
14+
- Method `public java.lang.String getMonitorIp()` has been removed from the model `com.oracle.bmc.core.model.CreateByoipRangeDetails` in the Core service
15+
- Method `public java.lang.String getIpAnycastId()` has been removed from the model `com.oracle.bmc.core.model.UpdateByoipRangeDetails` in the Core service
16+
- Method `public java.lang.String getMonitorIp()` has been removed from the model `com.oracle.bmc.core.model.UpdateByoipRangeDetails` in the Core service
17+
618
## 3.60.0 - 2025-03-11
719
### Added
820
- Support for pipelines in the OpenSearch 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.60.0</version>
7+
<version>3.61.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.60.0</version>
18+
<version>3.61.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.