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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,27 @@ 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.5.0 - 2021-10-05
7
+
### Added
8
+
- Support for configuring Binlog variables in the MySQL Database service.
9
+
- Support new response value "OPERATOR" for backup creationType in list and get MDS backup API in the MySQL Database service.
10
+
- Support for SetAutoUpgradableConfig and GetAutoUpgradableConfig operations in Management Agent Cloud service.
11
+
- Support for additional installType filter for List Management Agents, Images and Count API operations in Management Agent Cloud service.
12
+
- Support for list and read DeploymentUpgrade, cancel and restore DeploymentBackup in the Golden Gate service.
13
+
- Support for non-autonomous databases targets, executing Pre-Migration advisor, uploading Datapump logs into Object Storage bucket, and filtering Database Objects in the Database Migration service.
14
+
- Support for calling Oracle Cloud Infrastructure services in the ap-ibaraki-1 region.
15
+
16
+
### Breaking Changes
17
+
- Removed field `isAgentAutoUpgradable` from `UpdateManagementAgentDetails` model from Management Agent service
18
+
- Removed field `TimeCreated` and `DisplayName` in `SortBy` enum and `displayName` from `ListWorkRequestsRequest` request model from Database Migration service.
19
+
- Removed field `TimeCreated` and `DisplayName` in `SortBy` enum and `displayName` from `ListWorkRequestsLogRequest` request model from Database Migration service.
20
+
- Removed field `TimeCreated` and `DisplayName` in `SortBy` enum and `displayName` from `ListWorkRequestsErrorsRequest` request model from Database Migration service.
21
+
- Update field `lifecycleState` to use `model.MigrationLifecycleStates` instead of `model.LifecycleStates` from `ListMigrationsRequest` request model from Database Migration service.
22
+
- Update field `lifecycleState` to use `model.MigrationLifecycleStates` instead of `model.LifecycleStates` from `Migration` and `MigrationSummary` model from Database Migration service.
23
+
- Update field `timeStamp` to `timestamp` from `WorkRequestLogEntry` and `WorkRequestError` model from Database Migration service.
24
+
- Removed field `compartmentId` from `UpdateAgentDetails` model from Database Migration service.
25
+
- Mark listAll* paginator functions as deprecated in favor of Iterator paginator functions.
26
+
6
27
## 2.4.0 - 2021-09-28
7
28
### Added
8
29
- Support for autonomous databases and clones on shared infrastructure not requiring mTLS in the Database service
0 commit comments