You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 3.67.0 - 2025-06-03
7
+
### Added
8
+
- Support for creating auto Autonomous Container Database backups in a remote region in the Database service
9
+
- Support for creating new Autonomous Container Databases from a backup in the remote region in the Database service
10
+
- Support for input/output token usage information in the Generative AI Agent service
11
+
- Support for standby connection in the Database Management service
12
+
- Support for additional metrics, including replication metrics, in the Database Management service
13
+
- Support for replication dashboard in the Database Management service
14
+
- Support for soft-deleting backups in the HeatWave service
15
+
- Support for additional connections types for Oracle Rest Data Services (ORDS), Apache Iceberg, and IBM Db2 for i in the Golden Gate service
16
+
17
+
### Breaking Changes
18
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$DistributionAffinity getDistributionAffinity()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
19
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$NetServicesArchitecture getNetServicesArchitecture()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
20
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$PatchModel getPatchModel()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
21
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$ProtectionMode getProtectionMode()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
22
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$ServiceLevelAgreementType getServiceLevelAgreementType()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
23
+
- Method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$VersionPreference getVersionPreference()` has been moved from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
24
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$DistributionAffinity` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
25
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$NetServicesArchitecture` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
26
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$PatchModel` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
27
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$ProtectionMode` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
28
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$ServiceLevelAgreementType` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
29
+
- Moved field `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails$VersionPreference` from the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails` into the model `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the Database service
30
+
- Return type of method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails getBody$(` has been changed to `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the request `com.oracle.bmc.database.requests.CreateAutonomousContainerDatabaseRequest` in the Database service
31
+
- Return type of method `public com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseDetails getCreateAutonomousContainerDatabaseDetails()` has been changed to `com.oracle.bmc.database.model.CreateAutonomousContainerDatabaseBase` in the request `com.oracle.bmc.database.requests.CreateAutonomousContainerDatabaseRequest` in the Database service
32
+
6
33
## 3.66.0 - 2025-05-27
7
34
### Added
8
35
- Support for List and Get APIs for out-of-box management dashboard resources in Management Dashboard service
@@ -25,6 +52,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
25
52
### Breaking Changes
26
53
- The values for `ATTACHING` and `DETACHING` were removed from the enum model `LifecycleStateEnum` in the Network Firewall service
27
54
55
+
### Fixed
56
+
- Fixed potential deadlock if OCI Java SDK was used from within the common fork-join pool (`ForkJoinPool.commonPool()`) by moving UTF-8 conversion to separate thread-pool, which can be configured using `com.oracle.bmc.http.client.pki.Utf8Utils`
57
+
28
58
## 3.65.1 - 2025-05-20
29
59
### Added
30
60
- Support for the Globally Distributed Database service
0 commit comments