Accepting request 944055 from home:glaubitz:branches:devel:languages:python
- Update to version 2.53.0 * Fixes the potential data corruption issue as described in https://github.com/oracle/oci-python-sdk/issues/410. Customers using FIPS compliant openssl versions are advised to enable FIPS with the ways described in https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/fips-libraries.html. - from version 2.53.0 * Support for node replacement in the VMWare Solution service * Support for ingestion of SQL stats metrics in the Operations Insights service * Support for AWR hub integration in the Operations Insights service * Support for automatically generating logical entities from filename patterns and relationships between business terms across glossaries in the Data Catalog service * Support for automatic start/stop at scheduled times in the Database service * Support for cloud VM cluster resources on autonomous dedicated databases in the Database service * Support for external Hive metastores in the Big Data service * Support for batch detection/inference in the AI Language service * Support for dimensions on monitoring targets in the Service Connector Hub service * Support for invoice operations in the Account Management service * Support for custom CA trust stores in the API Gateway service * Support for generating scoped database tokens in the Identity service * Support for database passwords for users, for logging into database accounts, in the Identity service * Fixed an issue where multipart upload operations to Object Storage service throws SSLError on Oracle Linux instances - from version 2.52.1 * Support for the Application Management service * Support for getting the inventory of JMS resources and listing Java runtime usage in a specified host in the Java Management service * Support for categories, entity topology, and verifying scheduled OBS-URL: https://build.opensuse.org/request/show/944055 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=37
This commit is contained in:
parent
95ba73e3e3
commit
c0bace422a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddeb3b33aa6c72ae96a588c9a756741261bcea66a84d043e85fa2cdabe00c3e1
|
||||
size 11719942
|
3
oci-python-sdk-2.53.1.tar.gz
Normal file
3
oci-python-sdk-2.53.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d6ffea60021d24536ab348bfc4a072ca0f860f9bc4bdcebfc12202945219b6
|
||||
size 11934364
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 5 14:12:21 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 2.53.0
|
||||
* Fixes the potential data corruption issue as described in
|
||||
https://github.com/oracle/oci-python-sdk/issues/410.
|
||||
Customers using FIPS compliant openssl versions are advised
|
||||
to enable FIPS with the ways described in
|
||||
https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/fips-libraries.html.
|
||||
- from version 2.53.0
|
||||
* Support for node replacement in the VMWare Solution service
|
||||
* Support for ingestion of SQL stats metrics in the Operations Insights service
|
||||
* Support for AWR hub integration in the Operations Insights service
|
||||
* Support for automatically generating logical entities from filename patterns and
|
||||
relationships between business terms across glossaries in the Data Catalog service
|
||||
* Support for automatic start/stop at scheduled times in the Database service
|
||||
* Support for cloud VM cluster resources on autonomous dedicated
|
||||
databases in the Database service
|
||||
* Support for external Hive metastores in the Big Data service
|
||||
* Support for batch detection/inference in the AI Language service
|
||||
* Support for dimensions on monitoring targets in the Service Connector Hub service
|
||||
* Support for invoice operations in the Account Management service
|
||||
* Support for custom CA trust stores in the API Gateway service
|
||||
* Support for generating scoped database tokens in the Identity service
|
||||
* Support for database passwords for users, for logging into database
|
||||
accounts, in the Identity service
|
||||
* Fixed an issue where multipart upload operations to Object Storage
|
||||
service throws SSLError on Oracle Linux instances
|
||||
- from version 2.52.1
|
||||
* Support for the Application Management service
|
||||
* Support for getting the inventory of JMS resources and listing Java
|
||||
runtime usage in a specified host in the Java Management service
|
||||
* Support for categories, entity topology, and verifying scheduled
|
||||
tasks in the Logging Analytics service
|
||||
* Support for RAC databases in the GoldenGate service
|
||||
* Support for querying additional fields of a resource using
|
||||
return clauses in the Search service
|
||||
* Support for key versions and key version OCIDs in the Key Management service
|
||||
- from version 2.52.0
|
||||
* Support for SQL Tuning Advisor in the Database Management service
|
||||
* Support for listing users and getting user details in the Database Management service
|
||||
* Support for autonomous databases in the Database Management service
|
||||
* Support for enabling and disabling Database Management features on
|
||||
autonomous databases in the Database service
|
||||
* Support for the Solaris platform in the Management Agent Cloud service
|
||||
* Support for cross-compartment operations in the Operations Insights service
|
||||
* Support for listing deployment backups in the GoldenGate service
|
||||
* Support for standard tags in the Identity service
|
||||
* Support for viewing problems for deleted targets in the Cloud Guard service
|
||||
* Support for choosing a platform version while creating a platform
|
||||
instance in the Blockchain Platform service
|
||||
* Support for custom IPSec connection tunnel internet key exchange
|
||||
phase 1 and phase 2 encryption algorithms in the Networking service
|
||||
* Support for pagination when listing work requests corresponding to
|
||||
an APM domain in the Application Performance Monitoring service
|
||||
* Support for the "deleted" lifecycle state on APM domains
|
||||
in the Application Performance Monitoring service
|
||||
* Support for calling Oracle Cloud Infrastructure services in
|
||||
the eu-milan-1 and me-abudhabi-1 regions
|
||||
* Support for retries enabled by default in all operations of the
|
||||
DevOps, Build, and Source Code Management services
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 12:50:57 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-oci-sdk
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-oci-sdk
|
||||
Version: 2.51.0
|
||||
Version: 2.53.1
|
||||
Release: 0
|
||||
Summary: Oracle Cloud Infrastructure Python SDK
|
||||
License: Apache-2.0 OR UPL-1.0
|
||||
|
Loading…
Reference in New Issue
Block a user