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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,31 @@ 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.85.0 - 2026-04-21
7
+
### Added
8
+
- Support for Azure AD, Avro Metadata, and Microsoft Fabric Eventstream (Kafka-like) data sources in the GoldenGate service
9
+
- Support for creating branded email subdomains without delegating DNS subzone in the Fusion Apps as a Service
10
+
- Support for IPv6 endpoints in the Events service
11
+
- Support for IPv6 endpoints in the Logging service
12
+
- Support for IPv6 endpoints in the Logging Search service
13
+
- Support for IPv6 endpoints in the Logging Ingestion service
14
+
- Support for reserved private IP IDs in the Compute service
15
+
- Support for USAGE_ONLY query type in the Usage Api service
16
+
- Support for resizing Data, Reco, and Sparse disk groups in the Database service
17
+
- Support for logging line format in the Functions service
18
+
19
+
### Breaking Changes
20
+
- Introduced a 2 MB maximum serialized encryption header size in the `bmc-encryption` module and updated client-side validation to throw `IllegalArgumentException` instead of `RuntimeException` when `OciCrypto.createEncryptingStream(...)`, `OciCrypto.encryptData(...)`, `OciCrypto.createDecryptingStream(...)`, or `OciCrypto.decryptData(...)` encounters an invalid encryption header size or an oversized encryption context
21
+
- Parameter types for `forDeployment(...)` waiter overloads have changed from `LifecycleState` / `LifecycleState[]` to `Deployment.LifecycleState` / `Deployment.LifecycleState[]` in `GoldenGateWaiters` in the GoldenGate service.
22
+
- Parameter types for `forDeploymentBackup(...)` waiter overloads have changed from `LifecycleState` / `LifecycleState[]` to `DeploymentBackup.LifecycleState` / `DeploymentBackup.LifecycleState[]` in `GoldenGateWaiters` in the GoldenGate service.
23
+
- Parameter types for `forDeploymentUpgrade(...)` waiter overloads have changed from `LifecycleState` / `LifecycleState[]` to `DeploymentUpgrade.LifecycleState` / `DeploymentUpgrade.LifecycleState[]` in `GoldenGateWaiters` in the GoldenGate service.
24
+
- Method `getPrivateIp()` has been removed from models `CreateGoldenGateConnectionDetails`, `CreateJavaMessageServiceConnectionDetails`, `CreateKafkaSchemaRegistryConnectionDetails`, `CreateMicrosoftSqlserverConnectionDetails`, `CreateMysqlConnectionDetails`, in the GoldenGate service.
25
+
- Return type of method `getLifecycleState()` has been changed to `LifecycleState` in the models `Deployment`, `DeploymentBackup`, `DeploymentBackupSummary`, `DeploymentSummary`, `DeploymentUpgrade`, `DeploymentUpgradeSummary` in the GoldenGate service.
26
+
- Method `getTimeUpgradeRequired()` has been removed from models `Deployment`, `DeploymentSummary` in the GoldenGate service.
27
+
- Class `DeploymentUpgradeLifecycleState` has been removed in the GoldenGate service.
28
+
- Field `GoldengateConnectionAssigmnentDelete` has been removed from `OperationType` in the GoldenGate service.
29
+
- Return types of method `getLifecycleState()` have been changed in request models `ListDeploymentBackupsRequest`, `ListDeploymentPeersRequest`, `ListDeploymentUpgradesRequest`, and `ListDeploymentsRequest` in the GoldenGate service.
30
+
6
31
## 3.84.0 - 2026-04-14
7
32
### Added
8
33
- Support for filesystem snapshot locking for ransomware protection in the File Storage service
0 commit comments