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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,25 @@ 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
+
## 1.19.0 - 2020-06-23
7
+
### Added
8
+
- Support for the Data Integration service
9
+
- Support for updating database home IDs on databases in the Database service
10
+
- Support for backing up autonomous databases on Cloud at Customer in the Database service
11
+
- Support for managing autonomous VM clusters on Cloud at Customer in the Database service
12
+
- Support for accessing data assets via private endpoints in the Data Catalog service
13
+
- Support for dependency archive zip files to be specified for use by applications in the Data Flow service
14
+
15
+
16
+
### Breaking Changes
17
+
- Enum `LifeCycleState` in the Data Catalog service has restricted values to `Creating`, `Active`, `Inactive`, `Updating`, `Deleting`, `Deleted`, `Failed`, `Moving`
18
+
- Enum `TermWorkflowStatus` in the Data Catalog service has restricted values to `New`, `Approved`, `UnderReview`, `Escalated`
19
+
- Enum `JobScheduleType` in the Data Catalog service has restricted values to `Scheduled`, `Immediate`
20
+
- Enum `JobType` in the Data Catalog service has restricted values to `Harvest`, `Profiling`, `Sampling`, `Preview`, `Import`, `Export`, `Internal`, `Purge`, `Immediate`, `Scheduled`, `Immediate_Execution`, `ScheduledExecution`, `ScheduledExecutionInstance`
21
+
- Enum `HarvestStatus` in the Data Catalog service has restricted values to `Complete`, `Error`, `InProgress`, `Deferred`
22
+
- Enum `JobExecutionState` in the Data Catalog service has restricted values to `Created`, `InProgress`, `Inactive`, `Failed`, `Succeeded`, `Canceled`
23
+
- Enum `ConnectionResult` in the Data Catalog service has restricted values to `Succeeded`, `Failed`
24
+
6
25
## 1.18.1 - 2020-06-16
7
26
### Added
8
27
- Support for creating a new database from an existing database based on a given timestamp in the Database service
0 commit comments