Skip to content

2.48.0

Compare
Choose a tag to compare
@bhagwatvyas bhagwatvyas released this 19 Oct 17:47
· 287 commits to master since this release
be3b6cb

Added

  • Support for creating database systems from backups with database software images in the Database service
  • Support for optionally providing a SID prefix during Exadata database creation in the Database service
  • Support for node subsetting on VM clusters in the Database service
  • Support for non-CDB to PDB conversion in the Database service
  • Support for default homepages, unprocessed data buckets, and parsing geostats in the Logging Analytics service
  • Support for Circuit Breakers. Please refer here to learn more.
  • Support for enabling/disabling Retries globally for operations using Default Retry Strategy. Please refer here for more info.

Breaking

  • Default Retry strategy will now retry operations for max 8 attempts and have a timeout of 600 seconds before failing. The strategy will now use De-Correlated jitter as the default delay strategy.