1.23.0
Added
-
Support for calling Oracle Cloud Infrastructure services in the ap-chiyoda-1 region
-
Support for VM database cloning in the Database service
-
Support for the MAINTENANCE_IN_PROGRESS lifecycle state on database systems, VM clusters, and Cloud Exadata in the Database service
-
Support for provisioning refreshable clones in the Database service
-
Support for new options on listeners and backend sets for specifying SSL protocols, SSL cipher suites, and server ordering preferences in the Load Balancing service
-
Support for AMD flexible shapes with configurable CPU in the Container Engine for Kubernetes service
-
Support for network sources in authentication policies in the Identity service
Breaking Changes
-
In the circuit breaker library, the parameter type of the
recordHttpStatusesmethod incom.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration.CircuitBreakerConfigurationBuilderwas changed fromcom.google.common.collect.ImmutableSet<Integer>tojava.util.Set<Integer> -
In the circuit breaker library, the return type for the
getRecordHttpStatuses()method incom.oracle.bmc.circuitbreaker.CircuitBreakerConfigurationwas changed fromcom.google.common.collect.ImmutableSet<Integer>tojava.util.Set<Integer> -
In the circuit breaker library, the parameter type of the
recordExceptionsmethod incom.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration.CircuitBreakerConfigurationBuilderwas changed fromcom.google.common.collect.ImmutableList<Class<? extends RuntimeException>>tojava.util.List<Class<? extends RuntimeException>> -
In the circuit breaker library, the return type for the
getRecordExceptions()method incom.oracle.bmc.circuitbreaker.CircuitBreakerConfigurationwas changed fromcom.google.common.collect.ImmutableList<Class<? extends RuntimeException>>tojava.util.List<Class<? extends RuntimeException>>