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
InputStream
as input will now function correctly. -
Retries will correctly report upload progress to the
ProgressReporter
for the Object Storage upload manager.
Breaking changes
-
In case retries are necessary, the number of
completed
bytes reported to theProgressReporter
will decrease. Thecompleted
bytes number is not monotonically increasing anymore. -
To allow retries, the
MultipartObjectAssembler
of the Object Storage upload manager will always allow overwriting existing parts. -
The
com.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow
class and thecom.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow$DayOfWeek
enum were removed. They were extraneous and not in use anywhere in the API.