Skip to content

Releases: oracle/oci-python-sdk

2.1.4

14 Jan 22:02
5ee1408
Compare
Choose a tag to compare

Added

  • Support for device attributes on volume attachments in the Compute service
  • Support for custom header rulesets in the Load Balancing service

2.1.3

13 Dec 21:21
1e550ef
Compare
Choose a tag to compare

Added

  • Support for Data Guard for VM shapes in the Database service
  • Support for sparse disk groups for Exadata shapes in the Database service
  • Support for a new field, isLatestForMajorVersion, when listing DB versions in the Database service
  • Support for in-transit encryption for paravirtualized boot volume and data volume attachments in the Block Storage service
  • Support for tagging DNS Zones in the DNS service
  • Support for resetting credentials for SCIM clients associated with an Identity provider and updating user capabilities in the Identity service

Security

  • pyOpenSSL pinning was changed to pyOpenSSL>=17.5.0 and cryptography pinning to cryptography>=2.1.4 to address vulnerability CVE-2018-1000808 <https://nvd.nist.gov/vuln/detail/CVE-2018-1000808>__

2.1.2

30 Nov 00:21
438b7a4
Compare
Choose a tag to compare

Added

  • Support for getting bucket statistics in the Object Storage service
  • Support for using FIPS compliant libcrypto library

Fixed

  • Block Storage service for copying volume backups across regions is now enabled

2.1.1

15 Nov 22:40
70928bd
Compare
Choose a tag to compare

Added

  • Support for VCN transit routing in the Networking service

Fixed

  • Fixed UploadManager to work with unbuffered streams in Python 3

2.1.0

01 Nov 21:11
01dfe78
Compare
Choose a tag to compare

Added

  • Support for modifying the route table, DHCP options and security lists associated with a subnet in the Networking service.
  • Support for tagging of File Systems, Mount Targets and Snapshots in the File Storage service.
  • Support for nested compartments in the Identity service

Breaking

  • database_size_in_g_bs field in Backup and BackupSummary models renamed to database_size_in_gbs

2.0.6

18 Oct 22:34
b7f3727
Compare
Choose a tag to compare

Added

  • Support for cost tracking tags in the Identity service
  • Support for generating and downloading wallets in the Database service
  • Support for creating a standalone backup from an on-premises database in the Database service
  • Support for db version and additional connection strings in the Autonomous Transaction Processing and Autonomous Data Warehouse resources of the Database service
  • Support for copying volume backups across regions in the Block Storage service
  • Support for deleting compartments in the Identity service
  • Support for reboot migration for virtual machines in the Compute service
  • Support for Instance Pools and Instance Configurations in the Compute service

Changed

  • database_edition field in Backup model changed from a free format string to a validated string. It will only accept one of the following: “STANDARD_EDITION”, “ENTERPRISE_EDITION”, “ENTERPRISE_EDITION_HIGH_PERFORMANCE”, “ENTERPRISE_EDITION_EXTREME_PERFORMANCE”

Breaking Change

  • db_data_size_in_mbs field in Backup model is renamed to database_size_in_g_bs. The type changed from int to float.

2.0.5

04 Oct 18:25
538a1a4
Compare
Choose a tag to compare

Added

  • Support for trusted partner images through application listings and subscriptions in the Compute service
  • Support for object lifecycle policies in the Object Storage service
  • Support for copying objects across regions in the Object Storage service
  • Support for network address translation (NAT) gateways in the Networking service

2.0.4

27 Sep 20:58
3128755
Compare
Choose a tag to compare

Added

  • Support for paravirtualized launch mode when importing images in the Compute service
  • Support for Key Management service
  • Support for encrypting the contents of an Object Storage bucket using a Key Management service key
  • Support for specifying a Key Management service key when launching a compute instance in the Compute service
  • Support for specifying a Key Management service key when backing up or restoring a block storage volume in the Block Volume service

Fixed

  • ObjectStorageClient requires int value for content_length keyword argument to put_object and upload_part, but the SDK was not converting the type for the Requests library.

2.0.3

06 Sep 17:04
f641ae5
Compare
Choose a tag to compare

Added

  • Added support for updating metadata fields on an instance in the Compute service

Fixed

  • Fixed example wait_for_resource_in_state.py to use existing response objects. The updated example can be found on GitHub.

2.0.2

23 Aug 17:44
9f99c23
Compare
Choose a tag to compare

Added

  • Support for fault domains in the Identity service
  • Support for resizing an offline volume in the Block Storage service
  • Support for Autonomous Data Warehouse and Autonomous Transaction Processing in the Database service

Changed

  • Opened up the dependency pinning on cryptography due to CVE-2018-10903. OCI does not call the affected method in cryptography, but upgrading is recommended.