Skip to content

Releases: oracle/oci-python-sdk

2.0.1

09 Aug 21:09
e97578f
Compare
Choose a tag to compare

Added

  • Support for fault domains in the Compute service
  • A sample showing how to use Search service from the SDK is available on GitHub.

2.0.0

26 Jul 23:08
97d49d0
Compare
Choose a tag to compare

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

1.4.5

12 Jul 21:31
1f2a266
Compare
Choose a tag to compare

Added

  • Support for tagging Load Balancers in the Load Balancing service
  • Support for export options in the File Storage service
  • Support for retrieving compartment name and user name as part of events in the Audit service

Changed

  • Setup.py updated to allow more version of cryptography when installing to an existing environment
  • Add PyJWT as a vendored package

1.4.4

29 Jun 04:21
d678616
Compare
Choose a tag to compare

Added

  • Support for service gateway management in the Networking service
  • Support for backup and clone of boot volumes in the Block Storage service

Changed

  • Setup.py changed to allow more versions of pytz and python-dateutil packages when installing to an existing environment

1.4.3

15 Jun 00:39
4117327
Compare
Choose a tag to compare

Added

Fixed

  • Add dependency to idna >=2.5,<2.7 since cryptography and requests both have a dependency on the library and pip can install a version that is incompatible with requests.

1.4.1

31 May 19:31
1a4ae8d
Compare
Choose a tag to compare

Added

  • Support for the "soft shutdown" instance action in the Compute service
  • Support for Auth Token management in the Identity service

Changed

  • Bumped required version of python-dateutil to 2.7.3

1.4.0

17 May 22:30
b7cb586
Compare
Choose a tag to compare

Added

  • Support for launching a database system from a backup in the Database service
  • Support for backup or clone of multiple volumes at once using volume groups in the Block Storage service
  • Support for tagging virtual cloud network resources in the Networking service
  • Support for specifying the PARAVIRTUALIZED remote volume type when creating a virtual image or launching a new instance in the Compute service
  • Example to retrieve network information for an instance which can be found on GitHub

Changed

  • Added retrieving and setting the home region to the user_crud.py example which can be found on Github

1.3.20

04 May 00:36
97e2c7f
Compare
Choose a tag to compare

Added

  • Support for returning names for events in the Audit service
  • Support for multiple hostnames per listener in the Load Balancing service
  • Helper function for Base64-ing scripts for user_data in launch instance options
    • An example of Base64-ing scripts for user_data can be found on GitHub.

Changed

  • Add httpsig_cffi as a vendored package

1.3.19

19 Apr 23:46
c56e082
Compare
Choose a tag to compare

Added

  • Support for tagging DbSystem and Database resources in the Database Service
  • Support for filtering by DbSystemId in ListDbVersions operation in Database Service
  • Support for composite operations that provide convenience methods for operations that can be chained together (e.g. launching an instance and waiting for it to enter the RUNNING state)
    • An example on how to perform these operations can be found on GitHub.

1.3.18

05 Apr 22:33
71e7119
Compare
Choose a tag to compare

Added

  • Added Python 3.6 as a supported Python version