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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,22 @@ 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.15.1 - 2020-03-17
7
+
### Added
8
+
- Support for serial console connections in the Database service
9
+
- Support for preview database versions in the Database service
10
+
- Support for node reboot migration maintenance status and maintenance windows in the Database service
11
+
- Support for using instance metadata API v2 for instance principals authentication
12
+
13
+
### Fixed
14
+
- Retries for requests that take an `InputStream` as input will now function correctly.
15
+
- Retries will correctly report upload progress to the `ProgressReporter` for the Object Storage upload manager.
16
+
17
+
### Breaking changes
18
+
- In case retries are necessary, the number of `completed` bytes reported to the `ProgressReporter` will decrease. The `completed` bytes number is not monotonically increasing anymore.
19
+
- To allow retries, the `MultipartObjectAssembler` of the Object Storage upload manager will always allow overwriting existing parts.
20
+
- The `com.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow` class and the `com.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow$DayOfWeek` enum were removed. They were extraneous and not in use anywhere in the API.
21
+
6
22
## 1.14.0 - 2020-03-10
7
23
### Added
8
24
- Support for Events service integration with alerts in the Budgets service
@@ -35,7 +51,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
35
51
- Support for specifying paid listing types within pricing models in the Marketplace service
36
52
- Support for primary and non-primary instance types in the Content and Experience service
37
53
38
-
39
54
### Breaking changes
40
55
- Removed LifecycleState enum in Marketplace service (was unused)
0 commit comments