14
0

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

- Update to version 2.87.0
  * Support for cloning from a backup from the last available timestamp in the Database service
  * Support for third-party scanning using Qualys in the Vulnerability Scanning service
  * Support for customer-provided encryption keys in the Logging Analytics service
  * Support for connections for database resources in the GoldenGate service
  * The properties `dataType`, `timeDataEnded`, `compartmentId` is made from required
    to optional from the `StorageWorkRequestSummary` model in Log Analytics service
- from version 2.86.0
  * Support for the Disaster Recovery service
  * Support for running code interactively with session applications using
    statements in the Data Flow service
  * Support for language custom models and language translation
    in the AI Language service
  * type `documents` is changed from `TextClassificationDocument` to `TextDocument` in
    `BatchDetectLanguageTextClassificationDetails` model in the AI Language service
  * type `documents` is changed from `SentimentsDocument` to `TextDocument` in
    `BatchDetectLanguageSentimentsDetails` model in the AI Language service
  * type `documents` is changed from `KeyPhraseDocument` to `TextDocument` in
    `BatchDetectLanguageKeyPhrasesDetails` model in the AI Language service
  * type `documents` is changed from `EntityDocument` to `TextDocument` in
    `BatchDetectLanguageEntitiesDetails` model in the AI Language service
- Refresh patches for new version
  * ops_relax-python-depends.patch

OBS-URL: https://build.opensuse.org/request/show/1032860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=66
This commit is contained in:
2022-11-02 17:29:20 +00:00
committed by Git OBS Bridge
parent e35e147157
commit e53e5a8eff
5 changed files with 46 additions and 19 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Nov 2 10:30:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.87.0
* Support for cloning from a backup from the last available timestamp in the Database service
* Support for third-party scanning using Qualys in the Vulnerability Scanning service
* Support for customer-provided encryption keys in the Logging Analytics service
* Support for connections for database resources in the GoldenGate service
* The properties `dataType`, `timeDataEnded`, `compartmentId` is made from required
to optional from the `StorageWorkRequestSummary` model in Log Analytics service
- from version 2.86.0
* Support for the Disaster Recovery service
* Support for running code interactively with session applications using
statements in the Data Flow service
* Support for language custom models and language translation
in the AI Language service
* type `documents` is changed from `TextClassificationDocument` to `TextDocument` in
`BatchDetectLanguageTextClassificationDetails` model in the AI Language service
* type `documents` is changed from `SentimentsDocument` to `TextDocument` in
`BatchDetectLanguageSentimentsDetails` model in the AI Language service
* type `documents` is changed from `KeyPhraseDocument` to `TextDocument` in
`BatchDetectLanguageKeyPhrasesDetails` model in the AI Language service
* type `documents` is changed from `EntityDocument` to `TextDocument` in
`BatchDetectLanguageEntitiesDetails` model in the AI Language service
- Refresh patches for new version
* ops_relax-python-depends.patch
-------------------------------------------------------------------
Mon Oct 10 12:08:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>