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
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,44 @@ 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.50.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
+
- Support for retries by default on operations of the Fusion Apps as a Service service
25
+
- Support for retries by default on operations of the Database Migration service
26
+
- Support for retries by default on operations of the Service Mesh service
27
+
28
+
### Breaking Changes
29
+
- Support for default retries on operations of the Service Mesh service
30
+
- Support for default retries on operations of the Database Migration service
31
+
- Support for default retries on operations of the Fusion Apps as a Service service - The property `attributeValue` changed from optional to required in the model `SourceIpAddressCondition` in Fusion Applications Environment Management service
32
+
- The property `mtls` changed from type `model.CreateIngressGatewayMutualTransportLayerSecurityDetails` to `model.IngressGatewayMutualTransportLayerSecurityDetails` in the models `CreateIngressGatewayDetails` and `UpdateIngressGatewayDetails` from Service Mesh service
33
+
- The property `mtls` changed from type `model.CreateMutualTransportLayerSecurityDetails` to `model.VirtualServiceMutualTransportLayerSecurityDetails` in the model `UpdateVirtualServiceDetails` from Service Mesh service
34
+
- The property `routeRules` changed from type Array of `model.IngressGatewayTrafficRouteRule` to Array of `model.IngressGatewayTrafficRouteRuleDetails` in the models `CreateIngressGatewayRouteTableDetails` and `UpdateIngressGatewayRouteTableDetails` from Service Mesh service
35
+
- The property `routeRules` changed from required to optional in the models `IngressGateWayRouteTable` and `VirtualServiceRouteTable` from Service Mesh service
36
+
- The property `hosts` changed from required to optional in the model `IngressGateWayHost` from Service Mesh service
37
+
- The property `certificateAuthorities` changed from required to optional in the model `Mesh` from Service Mesh service
38
+
- The property `rules` changed from type Array of `model.AccessPolicyRule` to Array of `model.AccessPolicyRuleDetails` in the model `UpdateAccessPolicyDetails` from Service Mesh service
39
+
- The property `routeRules` changed from type Array of `model.VirtualServiceTrafficRouteRule` to Array of `model.VirtualServiceTrafficRouteRuleDetails` in the model `UpdateVirtualServiceRouteTableDetails` from Service Mesh service
40
+
- The property `serviceDiscovery` changed from required to optional in the model `VirtualDeployment` from Service Mesh service
0 commit comments