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
Merge pull request #2503 in SDK/oci-go-sdk from merge_to_github2023-08-28 to github
Releasing Version 65.48.0
Squashed commit of the following:
commit ef29e6e61fe25e4f7a4660da25b47f8e19214952
Author: oci-dex-release-bot <oci-dex-releases-bot_ww@oracle.com>
Date: Mon Aug 28 18:51:39 2023 +0000
Releasing version 65 48 0
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
7
+
## 65.48.0 - 2023-08-29
8
+
### Added
9
+
- Support for creating and updating network monitors in the Application Performance Monitoring Synthetics service
10
+
- Support for integration of GoldenGate service for replication in the Database Migration Service
11
+
- Support for displaying resource usage information on autonomous container database and cloud autonomous vm cluster get operations in the Database service
12
+
- Support for FastConnect Media Access Control Security (MACSec) fail open option in the Network Monitoring service
13
+
- Support for generic bare metal types and configuration maps in compute instance platform configuration in the Compute service
14
+
- Support for encrypted FastConnect in the Network Monitoring service
15
+
- Support for new parameters on customer premises equipment and virtual circuit create operations in the Network Monitoring service
16
+
- Support for virtual circuit associated tunnels in the Network Monitoring service
17
+
- Support for additional parameters on dynamic routing gateway create and update operations in the Network Monitoring service
18
+
- Support for assigning an IPv6 address to a compute instance during instance launch or secondary VNIC attach in the Compute service
19
+
20
+
### Breaking Changes
21
+
- The models `AnalyticsCluster`, `AnalyticsClusterMemoryEstimate`, `AnalyticsClusterMemoryEstimateStatus`, `AnalyticsClusterNode`, `AnalyticsClusterSchemaMemoryEstimate`, `AnalyticsClusterSummary`, `AnalyticsClusterTableMemoryEstimate`, `UpdateAnalyticsClusterDetails`, `AddAnalyticsClusterRequest`, `DeleteAnalyticsClusterRequest`, `GenerateAnalyticsClusterMemoryEstimateRequest`, `GetAnalyticsClusterRequest`, `RestartAnalyticsClusterRequest`, `StartAnalyticsClusterRequest`, `StopAnalyticsClusterRequest`, `UpdateAnalyticsClusterRequest`, `DeleteAnalyticsClusterResponse`, `GetAnalyticsClusterMemoryEstimateResponse`, `RestartAnalyticsClusterResponse`, `StartAnalyticsClusterResponse`, `StopAnalyticsClusterResponse`, `UpdateAnalyticsClusterResponse` were removed in the MySQL Database service
22
+
- The properties `IsAnalyticsClusterAttached` and `AnalyticsCluster` were removed from `DbSystem` and `DbSystemSummary` models in the MySQL Database service
23
+
- The enum member `ANALYTICSCLUSTER` was removed from the enum `IsSupportedForEnum` in the models `ShapeSummary` and `ListShapesRequest` in the MySQL Database service
24
+
- The enum members `ADD_ANALYTICS_CLUSTER`, `UPDATE_ANALYTICS_CLUSTER`, `DELETE_ANALYTICS_CLUSTER`, `START_ANALYTICS_CLUSTER`, `STOP_ANALYTICS_CLUSTER`, `RESTART_ANALYTICS_CLUSTER`, `GENERATE_ANALYTICS_CLUSTER_MEMORY_ESTIMATE` were removed from the enum `WorkRequestOperationType` in the MySQL Database service
25
+
- The property `IsAnalyticsClusterAttached` was removed from the model `ListDbSystemsRequest` in the MySQL Database service
26
+
- The operations `AddAnalyticsCluster`, `DeleteAnalyticsCluster`, `GenerateAnalyticsClusterMemoryEstimate`, `GetAnalyticsCluster`, `GetAnalyticsClusterMemoryEstimate`, `RestartAnalyticsCluster`, `StartAnalyticsCluster`, `StopAnalyticsCluster`, `UpdateAnalyticsCluster` were removed from the `DbSystemClient` in the MySQL Database service
0 commit comments