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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@ 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.79.0 - 2026-01-27
7
+
### Added
8
+
- Support for message fanout with filtering using Consumer Groups in the Queue service
9
+
- Support for model selection on Agent and RAG/SQL Tool in the OCI Generative AI Agent service
10
+
- Support for new rolling restart option for autonomous databases in the Database service
11
+
- Support for importing external Certificate Authority hierarchies with two new Certificate Authority types in the Certificates service
12
+
- Support for specifying Certificate Authority name and path constraints with new Issuance Rules in the Certificates service
13
+
- Support for Management Appliance in the Oracle Cloud VMware Provisioning service
14
+
- Support for creating and updating load balancer configuration for a cluster in the OpenSearch service
15
+
- Support for more processor families when selecting clusters in the OCI Streaming with Apache Kafka service
16
+
- Support for compute cluster in instance pool and instance configuration in the Compute Service
17
+
- Support for AI Data Platform, Oracle Managed Kubernetes, and Oracle Kubernetes Engine in the Data Intelligence Foundation service
18
+
- Support for exporting backup images to customer Object Storage buckets and for canceling ongoing export operations in the MySQL HeatWave service
19
+
- Support for enhanced token caching behavior in the OKE Workload Identity Authentication Provider
20
+
21
+
### Breaking Changes
22
+
- Method `public com.oracle.bmc.core.responses.GetComputeHostResponse getComputeHost(com.oracle.bmc.core.requests.GetComputeHostRequest)` has been removed from the model `com.oracle.bmc.core.Compute` in the Compute service
23
+
- Method `public com.oracle.bmc.core.responses.UpdateComputeHostResponse updateComputeHost(com.oracle.bmc.core.requests.UpdateComputeHostRequest)` has been removed from the model `com.oracle.bmc.core.Compute` in the Compute service
24
+
- Method `public com.oracle.bmc.waiter.Waiter forComputeHost(com.oracle.bmc.core.requests.GetComputeHostRequest, com.oracle.bmc.core.model.ComputeHost$LifecycleState[])` has been removed from the model `com.oracle.bmc.core.ComputeWaiters` in the Compute service
25
+
- Method `public com.oracle.bmc.waiter.Waiter forComputeHost(com.oracle.bmc.core.requests.GetComputeHostRequest, com.oracle.bmc.core.model.ComputeHost$LifecycleState, com.oracle.bmc.waiter.TerminationStrategy, com.oracle.bmc.waiter.DelayStrategy)` has been removed from the model `com.oracle.bmc.core.ComputeWaiters` in the Compute service
26
+
- Method `public com.oracle.bmc.waiter.Waiter forComputeHost(com.oracle.bmc.core.requests.GetComputeHostRequest, com.oracle.bmc.waiter.TerminationStrategy, com.oracle.bmc.waiter.DelayStrategy, com.oracle.bmc.core.model.ComputeHost$LifecycleState[])` has been removed from the model `com.oracle.bmc.core.ComputeWaiters` in the Compute service
27
+
- Method `public com.oracle.bmc.waiter.Waiter forUpdateComputeHost(com.oracle.bmc.core.requests.UpdateComputeHostRequest)` has been removed from the model `com.oracle.bmc.core.ComputeWaiters` in the Compute service
28
+
- Method `public com.oracle.bmc.waiter.Waiter forUpdateComputeHost(com.oracle.bmc.core.requests.UpdateComputeHostRequest, com.oracle.bmc.waiter.TerminationStrategy, com.oracle.bmc.waiter.DelayStrategy)` has been removed from the model `com.oracle.bmc.core.ComputeWaiters` in the Compute service
29
+
- Class `com.oracle.bmc.core.model.UpdateComputeHostDetails` has been removed from the Compute service
30
+
- Class `com.oracle.bmc.core.requests.GetComputeHostRequest` has been removed from the Compute service
31
+
- Class `com.oracle.bmc.core.requests.UpdateComputeHostRequest` has been removed from the Compute service
32
+
- Class `com.oracle.bmc.core.responses.GetComputeHostResponse` has been removed from the Compute service
33
+
- Class `com.oracle.bmc.core.responses.UpdateComputeHostResponse` has been removed from the Compute service
34
+
6
35
## 3.78.1 - 2026-01-20
7
36
### Added
8
37
- Support for the Private Service Access (PSA) service
Copy file name to clipboardExpand all lines: bmc-addons/bmc-oke-workload-identity/src/main/java/com/oracle/bmc/auth/okeworkloadidentity/OkeWorkloadIdentityAuthenticationDetailsProvider.java
Copy file name to clipboardExpand all lines: bmc-addons/bmc-oke-workload-identity/src/main/java/com/oracle/bmc/auth/okeworkloadidentity/internal/OkeResourcePrincipalSessionToken.java
0 commit comments