14
0

Accepting request 833317 from home:glaubitz:branches:devel:languages:python

- Update to version 2.21.3
  * Support for Logging Service
  * Support for Logging Analytics Service
  * Support for Logging Search Service
  * Support for Logging Ingestion Service
  * Support for Management Agent Cloud Service
  * Support for Management Dashboard Service
  * Support for Service Connector Hub service
  * Support for Policy based Request/Response transformation in the API Gateway Service
  * Support for sending diagnostic interrupt to a VM instance in the Compute Service
  * Support for custom Database Software Images in the Database Service
  * Support for getting and listing container database patches for Autonomous
    Container Database resources in the Database Service
  * Support for updating patch id on maintenance run for Autonomous
    Container Database resources in the Database Service
  * Support for searching Oracle Cloud resources across tenancies in the Search Service
  * Documentation update for Logging Policies in the API Gateway service
  * Support for Python SDK in Cloud Shell
- from version 2.21.2
  * Support for custom boot volume size and other node pool updates in
    the Container Engine for Kubernetes service
  * Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
  * Support for stopping VM instances after scheduled maintenance
    or hypervisor reboots in the Compute service
  * Support for creating and managing private endpoints in the Data Flow service
- from version 2.21.1
  * Support for custom boot volume size and other node pool updates
    in the Container Engine for Kubernetes service
  * Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
  * Support for stopping VM instances after scheduled maintenance or

OBS-URL: https://build.opensuse.org/request/show/833317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=16
This commit is contained in:
2020-09-09 18:32:00 +00:00
committed by Git OBS Bridge
parent 6ca313a865
commit ca91b8ec2d
5 changed files with 105 additions and 15 deletions

View File

@@ -1,3 +1,89 @@
-------------------------------------------------------------------
Wed Sep 9 13:02:46 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.21.3
* Support for Logging Service
* Support for Logging Analytics Service
* Support for Logging Search Service
* Support for Logging Ingestion Service
* Support for Management Agent Cloud Service
* Support for Management Dashboard Service
* Support for Service Connector Hub service
* Support for Policy based Request/Response transformation in the API Gateway Service
* Support for sending diagnostic interrupt to a VM instance in the Compute Service
* Support for custom Database Software Images in the Database Service
* Support for getting and listing container database patches for Autonomous
Container Database resources in the Database Service
* Support for updating patch id on maintenance run for Autonomous
Container Database resources in the Database Service
* Support for searching Oracle Cloud resources across tenancies in the Search Service
* Documentation update for Logging Policies in the API Gateway service
* Support for Python SDK in Cloud Shell
- from version 2.21.2
* Support for custom boot volume size and other node pool updates in
the Container Engine for Kubernetes service
* Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
* Support for stopping VM instances after scheduled maintenance
or hypervisor reboots in the Compute service
* Support for creating and managing private endpoints in the Data Flow service
- from version 2.21.1
* Support for custom boot volume size and other node pool updates
in the Container Engine for Kubernetes service
* Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
* Support for stopping VM instances after scheduled maintenance or
hypervisor reboots in the Compute service
* Support for creating and managing private endpoints in the Data Flow service
- from version 2.21.0
* Support for autonomous json databases in the Database service
* Support for cleaning up uncommitted multipart uploads in the Object Storage service
* Support for additional list API filters in the Data Catalog service
* Some unusable region enums were removed from the Support Management service
* Parameter `opc_retry_token` was removed from the Support Management service
- from version 2.20.0
* Support for calling Oracle Cloud Infrastructure services in the uk-gov-cardiff-1 region
* Support for creating and managing private endpoints in the Data Flow service
* Support for changing instance shapes and restarting nodes in the Big Data service
* Support for additional versions (for example CSQL) in the Big Data service
* Support for creating stacks from compartments in the Resource Manager service
* Param `life_cycle_details` renamed to `lifecycle_details` in models
`BlockchainPlatformByHostname` and `BlockchainPlatformSummary` in the Blockchain service
* Restricted `pyOpenSSL` dependency to versions between 17.5.0 and 19.1.0, both
inclusive. See `#255 <https://github.com/oracle/oci-python-sdk/issues/255>`_ for details.
- from version 2.19.0
* Support for calling Oracle Cloud Infrastructure services in the us-sanjose-1 region
* Support for updating the fault domain and launch options of VM instances in the Compute service
* Support for image capability schemas and schema versions in the Compute service
* Support for 'Patch Now' maintenance runs for autonomous Exadata infrastructure
and autonomous container database resources in the Database service
* Support for automatic performance and cost tuning on volumes in the Block Storage service
* Removed the accessToken field from the GitlabAccessTokenConfigurationSourceProvider
model in the Resource Manager service
- from version 2.18.1
* Support for license types on instances in the Content and Experience service
* Fixed a bug for Resource Principal authentication where RPST token was
not getting refreshed correctly.
- from version 2.18.0
* Support for the Blockchain service
* Support for failing over an autonomous database that has Data Guard enabled in the Database service
* Support for switching over an autonomous database that has Data Guard enabled in the Database service
* Support for git configuration sources in the Resource Manager service
* Support for optionally specifying a VCN id on list operations of DHCP options, subnets, security
lists, route tables, internet gateways, and local peering gateways in the Networking service
* Fixed a bug where user-set timeout values were not being passed to base client from service client
and remained `None`. This has been fixed in all clients except the upload manager and multipart
object assembler.
* Parameter `vcn_id` changed from required to optional in methods `list_dhcp_options`,
`list_local_peering_gateways`, `list_route_tables`, `list_security_lists`, `list_subnets`
and `list_internet_gateways` in the virtual network client. If the VCN ID is not provided,
then the list includes information of all VCNs in the specified compartment.
* For upload manager and multipart object assembler, the timeout for the object storage client
is overwritten to `None` for all operations which call object storage. For this reason, the
operations are NOT thread-safe, and you should provide the class with its own Object Storage
client that isn't used elsewhere.
- Refresh patches for new version
ops_fixture-order.patch
- Update file list to fix Python imports for unvendoring
-------------------------------------------------------------------
Tue Jul 14 09:15:27 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>