14
0

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

- Update to version 2.81.0
  * Support for generic REST, OCI Streaming service, and Lake House
    connectors in the Data Connectivity Management service
  * Support for connecting to the Data Catalog service in the
    Data Connectivity Management service
  * Support for Kerberos and SSL for HDFS operations in the
    Data Connectivity Management service
  * Support for excel-formatted data and default columns in the
    Data Connectivity Management service
  * Support for reporting connector usage in the
    Data Connectivity Management service
  * Support for preferred credentials for performing privileged
    operations in the Database Management service
  * Support for passing a content encoding when
    posting metrics in the Monitoring service
  * Support for retries by default on some operations of the
    Data Connectivity Management service
  * Model `ConnectionValidationSummaryCollection` removed from the
    Data Connectivity Management service
  * Operations `delete_connection_validation` and `list_connection_validations`
    removed from the `DataConnectivityManagementClient` of the Data Connectivity
    Management service
  * Parameter `resource_id` renamed to `registry_id` in `list_work_requests` operation
    from the `DataConnectivityManagementClient` of the Data Connectivity Management service

OBS-URL: https://build.opensuse.org/request/show/1003288
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=60
This commit is contained in:
2022-09-13 10:45:39 +00:00
committed by Git OBS Bridge
parent d356f4aa25
commit 93862413c5
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Sep 13 10:07:33 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.81.0
* Support for generic REST, OCI Streaming service, and Lake House
connectors in the Data Connectivity Management service
* Support for connecting to the Data Catalog service in the
Data Connectivity Management service
* Support for Kerberos and SSL for HDFS operations in the
Data Connectivity Management service
* Support for excel-formatted data and default columns in the
Data Connectivity Management service
* Support for reporting connector usage in the
Data Connectivity Management service
* Support for preferred credentials for performing privileged
operations in the Database Management service
* Support for passing a content encoding when
posting metrics in the Monitoring service
* Support for retries by default on some operations of the
Data Connectivity Management service
* Model `ConnectionValidationSummaryCollection` removed from the
Data Connectivity Management service
* Operations `delete_connection_validation` and `list_connection_validations`
removed from the `DataConnectivityManagementClient` of the Data Connectivity
Management service
* Parameter `resource_id` renamed to `registry_id` in `list_work_requests` operation
from the `DataConnectivityManagementClient` of the Data Connectivity Management service
-------------------------------------------------------------------
Tue Sep 6 07:25:23 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>