Releases: oracle/oci-python-sdk
Releases · oracle/oci-python-sdk
1.3.11
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
inVirtualNetworkClient
)
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 inVirtualNetworkClient
has been deprecated. Use thelist_fast_connect_provider_virtual_circuit_bandwidth_shapes
operation instead - When using
CreateVirtualCircuitDetails
, supplying aprovider_name
is deprecated andprovider_service_id
should be used instead
1.3.10
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
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
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.
1.3.7
Deprecated
- The default configuration file location has been changed from ~/.oraclebmc/config to ~/.oci/config. The old location still works if the file at the new location does not exist.
Added
- Support for the Database service
- Support for instance console connections
- Support for the Load Balancer Health Status API
- Support for Compartment renaming
- Support for managing customer secret keys
Changed
- The default configuration file location is now ~/.oci/config
1.3.6
1.3.5
1.3.4
1.3.3
Added
- An UploadManager class to better support large object uploads through multipart and parallel operations.
- Support for object storage pre-authenticated requests and public buckets.
- Support for load balancing service.
- Support for nested instance metadata operations.
1.3.2
Added
- Support for VCN private subnets using the prohibit_public_ip_on_vnic parameter on oraclebmc.core.VirtualNetworkClient.create_subnet.
- Support for FastConnect
- Support for list_regions and region subscription operations
- First class support for new IAD region
Fixed
- For manually created configs (not from a file), use default values for optional fields that are not present #13
- Updated parsing of 'region' config value to enable better support for unrecognized regions