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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@ 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.0.0 - 2021-07-20
7
+
### Added
8
+
- Support for schedules, schedule tasks, REST tasks, operators, S3, and Fusion Apps in the Data Integration service
9
+
- Support for getting available updates and update histories for VM clusters in the Database service
10
+
- Support for downloading network validation reports for Exadata network resources in the Database service
11
+
- Support for patch and upgrade of Grid Infrastructure (GI), and update of DomU OS software for VM clusters in the Database service
12
+
- Support for updating data guard associations in the Database service
13
+
14
+
### Breaking Changes
15
+
- Support for retries by default in the SDK. To disable default retries, set the environment variable `OCI_SDK_DEFAULT_RETRY_ENABLED` to `false` or programmatically set the value of `common.GenericRetrier.defaultRetryConfiguration`
16
+
- Support for circuit breaker by default in the SDK. To disable default circuit breaker, set the environment variable `OCI_SDK_DEFAULT_CIRCUITBREAKER_ENABLED` to `false` or programmatically set the value of `common.CircuitBreaker.defaultConfiguration`
17
+
- Removed the property `isFilePattern` from `CsvFormatAttribute` model under the Data Integration service
18
+
- Removed the property `bucketName` from `OracleAtpWriteAttributes` model under the Data Integration service
19
+
- Removed the property `bucketName` from `OracleAdwcWriteAttributes` model under the Data Integration service
20
+
- Changed the data type of property `type` in `ShapeField` model from `string` to `any` under the Data Integration service
21
+
- Changed the data type of property `type` in `NativeShapeField` model from `string` to `any` under the Data Integration service
22
+
- Changed the data type of property `lifecycleState` in `ListWorkspacesRequest` from `ListWorkspacesRequest.LifecycleState` to `string` under the Data Integration service
0 commit comments