14
0

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

- Update to version 2.106.0
  * Support for specifying default snapshot enablement, verified response codes,
    client certificate details, and request authentication schemes when creating
    or updating synthetic monitors in the Application Performance Monitoring service
  * Support for address rules, address verification, and requesting addresses
    in the OSP Gateway service
  * Support for synchronous operations in the Document Understanding service
  * Support for migration without SSH to database hosts (DMS) in the Database Migration service
  * Support for processing workload mappings in the Container Engine for Kubernetes service
  * Support for Salesforce, MySQL HeatWave, and Oracle EBS, Sieble, and PeopleSoft
    connectors in the Data Integration service
  * Support for updating the envelope key of a volume backup in the Block Volume service
  * Support for retries by default on operations of the OSP Gateway service
  * The type of property `BillingAddress` was changed from `BillingAddress` to `Address`
    in the `Subscription` and `SubscriptionSummary` models in the OSP Gateway service
  * Enums `value_type` in model `FieldValue`, `field_type` in model `DocumentField`,
    `unit` in model `Dimensions` will now follow forward compatibility rules -
    https://docs.oracle.com/en-us/iaas/tools/python/latest/forward-compatibility.html
    instead of raising `ValueError` for unknown enum values
  * The upper bound for `cryptography` dependency has changed to versions less than `42.0.0`
- Refresh patches for new version
  * ops_relax-python-depends.patch

OBS-URL: https://build.opensuse.org/request/show/1098321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=109
This commit is contained in:
2023-07-12 11:45:06 +00:00
committed by Git OBS Bridge
parent 3b9baa4333
commit 93a6b49e7d
5 changed files with 75 additions and 10 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jul 12 07:37:06 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.106.0
* Support for specifying default snapshot enablement, verified response codes,
client certificate details, and request authentication schemes when creating
or updating synthetic monitors in the Application Performance Monitoring service
* Support for address rules, address verification, and requesting addresses
in the OSP Gateway service
* Support for synchronous operations in the Document Understanding service
* Support for migration without SSH to database hosts (DMS) in the Database Migration service
* Support for processing workload mappings in the Container Engine for Kubernetes service
* Support for Salesforce, MySQL HeatWave, and Oracle EBS, Sieble, and PeopleSoft
connectors in the Data Integration service
* Support for updating the envelope key of a volume backup in the Block Volume service
* Support for retries by default on operations of the OSP Gateway service
* The type of property `BillingAddress` was changed from `BillingAddress` to `Address`
in the `Subscription` and `SubscriptionSummary` models in the OSP Gateway service
* Enums `value_type` in model `FieldValue`, `field_type` in model `DocumentField`,
`unit` in model `Dimensions` will now follow forward compatibility rules -
https://docs.oracle.com/en-us/iaas/tools/python/latest/forward-compatibility.html
instead of raising `ValueError` for unknown enum values
* The upper bound for `cryptography` dependency has changed to versions less than `42.0.0`
- Refresh patches for new version
* ops_relax-python-depends.patch
-------------------------------------------------------------------
Thu Jun 29 11:38:54 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>