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
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,46 @@ 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
+
## 2.51.0 - 2022-12-13
7
+
### Added
8
+
- Support for the Queue service
9
+
- Support for Intel X9 shapes when launching VM database systems in the Database service
10
+
- Support for enabling, disabling, and editing Database Management service connections on pluggable databases in the Database service
11
+
- Support for availability configurations and maintenance window schedules on synthetic monitors in the Application Performance Monitoring service
12
+
- Support for scheduling cascading deletes on a project in the DevOps service
13
+
- Support for cancelling a scheduled cascading delete on a project in the DevOps service
14
+
- Support for issue and action fields on job phases of validation and migration processes in the Database Migration service
15
+
- Support for cluster profiles in the Big Data service
16
+
- Support for egress-only services in the Service Mesh service
17
+
- Support for optional listeners and service discovery metadata on virtual deployments in the Service Mesh service
18
+
- Support for canceling work requests in the accepted state in the Service Mesh service
19
+
- Support for filtering work requests on associated resource id and operation status in the Service Mesh service
20
+
- Support for sorting while listing work requests, listing work request logs, and listing work request errors in the Service Mesh service
21
+
- Support for Oracle Managed Access integration in the Fusion Apps as a Service service
22
+
- Support for refresh scheduling in the Fusion Apps as a Service service
23
+
- Support for additional connections types on database resources in the GoldenGate service
24
+
25
+
### Breaking Changes
26
+
- Support for retries by default on operations of the Fusion Apps as a Service service
27
+
- Support for retries by default on operations of the Database Migration service
28
+
- Support for retries by default on operations of the Service Mesh service
29
+
- Model `com.oracle.bmc.databasemigration.model.CreateAgentDetails` has been removed in the Database Migration service
30
+
- Model `com.oracle.bmc.databasemigration.model.GenerateToken` has been removed in the Database Migration service
31
+
- Model `com.oracle.bmc.databasemigration.model.ParLink` has been removed in the Database Migration service
32
+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.CreateIngressGatewayDetails` in the Service Mesh service
33
+
- Model `com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails` has been removed in the Service Mesh service
34
+
- Model `com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails` has been removed in in the Service Mesh service
35
+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.CreateVirtualServiceDetails` in the Service Mesh service
36
+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateIngressGatewayMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.UpdateIngressGatewayDetails` in the Service Mesh service
37
+
- Return type of method `public com.oracle.bmc.servicemesh.model.CreateMutualTransportLayerSecurityDetails getMtls()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceMutualTransportLayerSecurityDetails` in `com.oracle.bmc.servicemesh.model.UpdateVirtualServiceDetails` in the Service Mesh service
38
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.AccessPolicy$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListAccessPoliciesRequest` in the Service Mesh service
39
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGatewayRouteTable$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListIngressGatewayRouteTablesRequest` in the Service Mesh service
40
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.IngressGateway$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListIngressGatewaysRequest` in the Service Mesh service
41
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.Mesh$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListMeshesRequest` in the Service Mesh service
42
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualDeployment$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualDeploymentsRequest` in the Service Mesh service
43
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualServiceRouteTable$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualServiceRouteTablesRequest` in the Service Mesh service
44
+
- Return type of method `public java.lang.String getLifecycleState()` has been changed to `com.oracle.bmc.servicemesh.model.VirtualService$LifecycleState` in `com.oracle.bmc.servicemesh.requests.ListVirtualServicesRequest` in the Service Mesh service
0 commit comments