1.15.1
Added
-
Support for serial console connections in the Database service
-
Support for preview database versions in the Database service
-
Support for node reboot migration maintenance status and maintenance windows in the Database service
-
Support for using instance metadata API v2 for instance principals authentication
Fixed
-
Retries for requests that take an
InputStreamas input will now function correctly. -
Retries will correctly report upload progress to the
ProgressReporterfor the Object Storage upload manager.
Breaking changes
-
In case retries are necessary, the number of
completedbytes reported to theProgressReporterwill decrease. Thecompletedbytes number is not monotonically increasing anymore. -
To allow retries, the
MultipartObjectAssemblerof the Object Storage upload manager will always allow overwriting existing parts. -
The
com.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindowclass and thecom.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow$DayOfWeekenum were removed. They were extraneous and not in use anywhere in the API.