Skip to content

Releases: oracle/oci-python-sdk

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

1.3.17

26 Mar 23:26
ae08ede
Compare
Choose a tag to compare

Added

  • Added support for remote VCN peering across regions
    • An example on how to perform these operations can be found on GitHub
  • Added support for calling Oracle Cloud Infrastructure services in the uk-london-1 (LHR) region

1.3.16

08 Mar 23:23
20201e0
Compare
Choose a tag to compare

Added

  • Added support for the Email Service
    • An example on using the Email Service can be found on GitHub
  • Added support for SMTP credentials in the Identity Service
    • An example on managing SMTP credentials can be found on GitHub
  • Added support for paravirtualized volume attachments in Core Services
    • An example on using volume attachments can be found on GitHub
  • Added support for variable size boot volumes in Core Services

1.3.15

23 Feb 01:06
974852b
Compare
Choose a tag to compare

Added

  • Support for File Storage Service
    • An example on using the File Storage Service can be found on GitHub
  • Added support for tagging Bucket resources in the Object Storage Service
    • An example on tagging buckets can be found on GitHub
  • Added support for specifying a restore period for archived objects in the RestoreObjects operation of the Object Storage service.
    • An example on using archive storage can be found on GitHub

1.3.14

09 Feb 01:31
2e4f73f
Compare
Choose a tag to compare

Added

  • Support for Domain Name System Service
    • An example on using the Domain Name System Service can be found on GitHub
  • Support for reserved public IPs in Virtual Networking Service
    • An example on using this functionality can be found on GitHub
  • Support for path route sets in Load Balancing Service
    • An example on using this functionality can be found on GitHub
  • Support for automated and policy-based backups, read-only volume attachments, and incremental backups in Block Storage Service
    • An example on using policy-based backups can be found on GitHub
  • Support for filtering by backupId in ListDbSystems operation in Database Service

1.3.13

26 Jan 00:19
55e7c88
Compare
Choose a tag to compare

Added

  • Support for using the ObjectReadWithoutList public access type when creating and updating buckets
  • Support for dynamic groups in Identity Service
  • Support for instance principals authentication when calling OCI services. An example of how to use instance principals authentication can be found on GitHub
  • Support for configuring idle timeout for listeners in Load Balancer Service
  • Support for VNC console connections in Compute Service