Skip to content

Releases: oracle/oci-python-sdk

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

1.3.12

11 Jan 23:29
2b5bbe3
Compare
Choose a tag to compare

Added

  • Support for tagging:
    • Support for creating, updating, retrieving and listing tags and tag namespaces (these operations can be found in Identity Service)
    • Support for adding freeform and defined tags to resources in Core Services (Networking, Compute, and Block Volume) and Identity Service
    • An example on using tagging can be found on GitHub.
  • Support for bringing your own custom image for emulation mode virtual machines in Compute Service
  • Added the oci.pagination module, which contains convenience functions so that you don't have to manually deal with page tokens when using list operations. See the documentation for more information

Changed

  • Upgraded cryptography dependency to 2.1.3
    • Added dependency on pyOpenSSL <= 17.4.0 as the minimum cryptography version for pyOpenSSL 17.5.0 is 2.1.4
  • Upgraded six dependency to 1.11.0
  • Ugraded requests dependency to 2.18.4

1.3.11

11 Dec 22:14
096a48d
Compare
Choose a tag to compare

Added

  • Support for public peering for FastConnect
  • Support for specifying an authorized entity name in a Letter of Authority
  • Support for showing a list of bandwidth shapes for a specific provider (the list_fast_connect_provider_virtual_circuit_bandwidth_shapes in VirtualNetworkClient)

Changed

  • Audit events now have a response_payload attribute which contains metadata of interest. For example, the OCID of a resource

Deprecated

  • The list_virtual_circuit_bandwidth_shapes operation in VirtualNetworkClient has been deprecated. Use the list_fast_connect_provider_virtual_circuit_bandwidth_shapes operation instead
  • When using CreateVirtualCircuitDetails, supplying a provider_name is deprecated and provider_service_id should be used instead

1.3.10

27 Nov 22:17
2d5523d
Compare
Choose a tag to compare

Added

  • Support for initializing model objects from keyword arguments
  • Support for VCN to VCN peering within the same region
  • Support for sorting and filtering in list APIs in Load Balancing service
  • Support for user managed boot volumes
  • Support for using a second physical NIC when attaching VNICs on X7 Bare Metal instances

Fixed

  • Model types now check the data types of their attributes prior to data being serialized and sent to the service
  • When opc_request_id is specified as a parameter, it is no longer overwritten with a SDK-generated value

1.3.9

02 Nov 23:03
e6d98d2
Compare
Choose a tag to compare

Added

  • Support for the Audit service
  • Support for archive storage tier, object rename and namespace metadata in Object Storage service
  • Support for fast clones of volumes in Block Storage service
  • Support for backup and restore in Database service
  • Support for sorting and filtering in list APIs in Core Services
  • Support for passing explicit None values to service operations. Consult the Passing explicit Null/None values section of the docs for more information.
  • Support for supplying private key contents through the key_content config field

Changed

  • Upgraded cryptography dependency to 1.9.
  • Minimum version of Mac OS supported is now 10.8

1.3.8

13 Oct 00:11
Compare
Choose a tag to compare

Deprecated

  • Creating block volumes and specifying the size in MBs is deprecated. Instead, the new size_in_gbs field should be used to specify the volume size in GBs.

Added

  • Support for creating block volumes and specifying the size in GBs.
  • Support in UploadManager for handling piped input.
  • Support for adding and updating display names for captured instance serial console data.
  • Support for VNIC source/destination checks.
  • Support for new Database service features: VM DBs, Bring Your Own License, and Data Guard.
  • Support for the FRA (eu-frankfurt-1) region.

Changed

  • The size of block volumes and volume backups is specified in GBs as well as MBs.