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
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,35 @@ 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.42.0 - 2022-09-06
7
+
### Added
8
+
- Support for generic REST, OCI Streaming service, and Lake House connectors in the Data Connectivity Management service
9
+
- Support for connecting to the Data Catalog service in the Data Connectivity Management service
10
+
- Support for Kerberos and SSL for HDFS operations in the Data Connectivity Management service
11
+
- Support for excel-formatted data and default columns in the Data Connectivity Management service
12
+
- Support for reporting connector usage in the Data Connectivity Management service
13
+
- Support for preferred credentials for performing privileged operations in the Database Management service
14
+
- Support for passing a content encoding when posting metrics in the Monitoring service
15
+
16
+
### Breaking Changes
17
+
- Support for retries by default on some operations of the Data Connectivity Management service
18
+
- Method `public com.oracle.bmc.dataconnectivity.responses.DeleteConnectionValidationResponse deleteConnectionValidation(com.oracle.bmc.dataconnectivity.requests.DeleteConnectionValidationRequest)` has been removed from `com.oracle.bmc.dataconnectivity.DataConnectivityManagement` in the Data Connectivity Management service
19
+
- Method `public com.oracle.bmc.dataconnectivity.responses.GetConnectionValidationResponse getConnectionValidation(com.oracle.bmc.dataconnectivity.requests.GetConnectionValidationRequest)` has been removed from `com.oracle.bmc.dataconnectivity.DataConnectivityManagement` in the Data Connectivity Management service
20
+
- Method `public com.oracle.bmc.dataconnectivity.responses.ListConnectionValidationsResponse listConnectionValidations(com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest)` has been removed from `com.oracle.bmc.dataconnectivity.DataConnectivityManagement` in the Data Connectivity Management service
21
+
- Method `public java.lang.Iterable listConnectionValidationsRecordIterator(com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest)` has been removed from `com.oracle.bmc.dataconnectivity.DataConnectivityManagementPaginators` in the Data Connectivity Management service
22
+
- Method `public java.lang.Iterable listConnectionValidationsResponseIterator(com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest)` has been removed from `com.oracle.bmc.dataconnectivity.DataConnectivityManagementPaginators` in the Data Connectivity Management service
23
+
- Class `com.oracle.bmc.dataconnectivity.model.ConnectionValidationSummaryCollection` has been removed in the Data Connectivity Management service
24
+
- Class `com.oracle.bmc.dataconnectivity.requests.DeleteConnectionValidationRequest` has been removed in the Data Connectivity Management service
25
+
- Class `com.oracle.bmc.dataconnectivity.requests.GetConnectionValidationRequest` has been removed in the Data Connectivity Management service
26
+
- Class `com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest` has been removed in the Data Connectivity Management service
27
+
- Class `com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest$SortBy` has been removed in the Data Connectivity Management service
28
+
- Class `com.oracle.bmc.dataconnectivity.requests.ListConnectionValidationsRequest$SortOrder` has been removed in the Data Connectivity Management service
29
+
- Method `public java.lang.String getResourceId()` has been removed from `com.oracle.bmc.dataconnectivity.requests.ListWorkRequestsRequest` in the Data Connectivity Management service
30
+
- Class `com.oracle.bmc.dataconnectivity.responses.DeleteConnectionValidationResponse` has been removed in the Data Connectivity Management service
31
+
- Class `com.oracle.bmc.dataconnectivity.responses.GetConnectionValidationResponse` has been removed in the Data Connectivity Management service
32
+
- Return type of method `public java.lang.Float getRetryAfter()` has been changed to `java.lang.Integer` in the response `com.oracle.bmc.dataconnectivity.responses.GetWorkRequestResponse` in the Data Connectivity Management service
33
+
- Class `com.oracle.bmc.dataconnectivity.responses.ListConnectionValidationsResponse` has been removed in the Data Connectivity Management service
34
+
6
35
## 2.41.1 - 2022-08-30
7
36
### Added
8
37
- Support for opting out of guest VM event collection, health metrics, diagnostics logs, and traces in the Database service
0 commit comments