Skip to content

2.0.0

Compare
Choose a tag to compare
@arthall arthall released this 26 Jul 23:08
· 571 commits to master since this release
97d49d0

Added

  • Support for the OCI Search service
  • Support for specifying a backup policy when creating a boot volume in the Block Storage service
  • Added retries to the InstancePrincipalsSecurityTokenSigner when trying to refresh security tokens

Changed

  • Add six, requests, urllib3, idna, and chardet as vendored packages.

Fixed

  • Downloading an object from Object Storage could fail without an exception if the connection was closed while the object was being transmitted.

Breaking

  • The base exception from requests, requests.exceptions.RequestException, has been wrapped in oci.exceptions.RequestExceptions
  • requests.exceptions.ConnectTimeout has been wrapped in oci.exceptions.ConnectTimeout