Skip to content

1.23.0

Choose a tag to compare

@omkar07 omkar07 released this 01 Sep 16:53
· 551 commits to master since this release
e4d7c12

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 recordHttpStatuses method in com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration.CircuitBreakerConfigurationBuilder was changed from com.google.common.collect.ImmutableSet<Integer> to java.util.Set<Integer>

  • In the circuit breaker library, the return type for the getRecordHttpStatuses() method in com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration was changed from com.google.common.collect.ImmutableSet<Integer> to java.util.Set<Integer>

  • In the circuit breaker library, the parameter type of the recordExceptions method in com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration.CircuitBreakerConfigurationBuilder was changed from com.google.common.collect.ImmutableList<Class<? extends RuntimeException>> to java.util.List<Class<? extends RuntimeException>>

  • In the circuit breaker library, the return type for the getRecordExceptions() method in com.oracle.bmc.circuitbreaker.CircuitBreakerConfiguration was changed from com.google.common.collect.ImmutableList<Class<? extends RuntimeException>> to java.util.List<Class<? extends RuntimeException>>