Skip to content

1.15.1

Compare
Choose a tag to compare
@mricken mricken released this 18 Mar 03:58
· 587 commits to master since this release
aa2ab60

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 the ProgressReporter will decrease. The completed 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 the com.oracle.bmc.database.model.AutonomousExadataInfrastructureMaintenanceWindow$DayOfWeek enum were removed. They were extraneous and not in use anywhere in the API.