Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
08377d3477 | |||
cf30828e07 | |||
|
590494778b | ||
74bb9ba8c2 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1722001785
|
||||||
|
commit: 1fff70c0653e3a4ac518b6027a739b79c96bf409992e38057fb69f0a1aa8e2d7
|
||||||
|
url: https://src.opensuse.org/glaubitz/python-oci-sdk.git
|
||||||
|
revision: 1fff70c0653e3a4ac518b6027a739b79c96bf409992e38057fb69f0a1aa8e2d7
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2fc249629111242c48225c35b238e338a596a85353fd233c44d74d7997d1379
|
||||||
|
size 256
|
BIN
oci-python-sdk-2.129.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
oci-python-sdk-2.129.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
oci-python-sdk-2.145.0.tar.gz
(Stored with Git LFS)
BIN
oci-python-sdk-2.145.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,21 +1,22 @@
|
|||||||
diff -Nru oci-python-sdk-2.139.0.orig/requirements.txt oci-python-sdk-2.139.0/requirements.txt
|
diff -Nru oci-python-sdk-2.125.1.orig/requirements.txt oci-python-sdk-2.125.1/requirements.txt
|
||||||
--- oci-python-sdk-2.139.0.orig/requirements.txt 2024-11-19 05:10:45.000000000 +0100
|
--- oci-python-sdk-2.125.1.orig/requirements.txt 2024-04-02 07:52:03.000000000 +0200
|
||||||
+++ oci-python-sdk-2.139.0/requirements.txt 2024-12-02 10:36:50.759819183 +0100
|
+++ oci-python-sdk-2.125.1/requirements.txt 2024-04-04 09:52:44.233658242 +0200
|
||||||
@@ -1,22 +1,22 @@
|
@@ -1,21 +1,21 @@
|
||||||
-autodocsumm==0.1.11
|
-autodocsumm==0.1.11
|
||||||
+autodocsumm>=0.1.11
|
+autodocsumm>=0.1.11
|
||||||
certifi
|
certifi
|
||||||
coverage==4.5.2
|
-coverage==4.5.2
|
||||||
-cryptography>=3.2.1,<46.0.0
|
-cryptography>=3.2.1,<43.0.0
|
||||||
-flake8>=3.6.0,<6
|
+coverage>=4.5.2
|
||||||
+cryptography>=3.2.1
|
+cryptography>=3.2.1
|
||||||
+flake8>=3.6.0
|
flake8>=3.6.0,<6
|
||||||
mock==2.0.0
|
-mock==2.0.0
|
||||||
-pyOpenSSL>=17.5.0,<25.0.0
|
-pyOpenSSL>=17.5.0,<25.0.0
|
||||||
-pytest==4.1.0
|
-pytest==4.1.0
|
||||||
-pytest-cov==2.6.1
|
-pytest-cov==2.6.1
|
||||||
-attrs==19.1.0
|
-attrs==19.1.0
|
||||||
-python-dateutil>=2.5.3,<=2.7.3
|
-python-dateutil>=2.5.3,<=2.7.3
|
||||||
|
+mock>=2.0.0
|
||||||
+pyOpenSSL>=17.5.0
|
+pyOpenSSL>=17.5.0
|
||||||
+pytest>=4.1.0
|
+pytest>=4.1.0
|
||||||
+pytest-cov>=2.6.1
|
+pytest-cov>=2.6.1
|
||||||
@ -33,26 +34,30 @@ diff -Nru oci-python-sdk-2.139.0.orig/requirements.txt oci-python-sdk-2.139.0/re
|
|||||||
+virtualenv>=16.7.9
|
+virtualenv>=16.7.9
|
||||||
+vcrpy>=2.0.1
|
+vcrpy>=2.0.1
|
||||||
wheel<=0.39.0
|
wheel<=0.39.0
|
||||||
circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'
|
-circuitbreaker>=1.3.1,<2.0.0
|
||||||
circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7'
|
+circuitbreaker>=1.3.1
|
||||||
-docutils<0.18
|
docutils<0.18
|
||||||
-Jinja2<3.1
|
-Jinja2<3.1
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+docutils<0.30
|
|
||||||
+Jinja2<3.1
|
+Jinja2<3.1
|
||||||
diff -Nru oci-python-sdk-2.139.0.orig/setup.py oci-python-sdk-2.139.0/setup.py
|
diff -Nru oci-python-sdk-2.125.1.orig/setup.py oci-python-sdk-2.125.1/setup.py
|
||||||
--- oci-python-sdk-2.139.0.orig/setup.py 2024-11-19 05:10:45.000000000 +0100
|
--- oci-python-sdk-2.125.1.orig/setup.py 2024-04-02 07:52:03.000000000 +0200
|
||||||
+++ oci-python-sdk-2.139.0/setup.py 2024-12-02 10:35:24.691239941 +0100
|
+++ oci-python-sdk-2.125.1/setup.py 2024-04-04 09:52:02.393146026 +0200
|
||||||
@@ -32,9 +32,9 @@
|
@@ -31,12 +31,12 @@
|
||||||
|
|
||||||
requires = [
|
requires = [
|
||||||
"certifi",
|
"certifi",
|
||||||
"configparser==4.0.2 ; python_version < '3'",
|
- "configparser==4.0.2 ; python_version < '3'",
|
||||||
- "cryptography>=3.2.1,<46.0.0",
|
- "cryptography>=3.2.1,<43.0.0",
|
||||||
- "pyOpenSSL>=17.5.0,<25.0.0",
|
- "pyOpenSSL>=17.5.0,<25.0.0",
|
||||||
- "python-dateutil>=2.5.3,<3.0.0",
|
- "python-dateutil>=2.5.3,<3.0.0",
|
||||||
|
+ "configparser>=4.0.2 ; python_version < '3'",
|
||||||
+ "cryptography>=3.2.1",
|
+ "cryptography>=3.2.1",
|
||||||
+ "pyOpenSSL>=17.5.0",
|
+ "pyOpenSSL>=17.5.0",
|
||||||
+ "python-dateutil>=2.5.3",
|
+ "python-dateutil>=2.5.3",
|
||||||
"pytz>=2016.10",
|
"pytz>=2016.10",
|
||||||
"circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'",
|
- "circuitbreaker>=1.3.1,< 2.0.0"
|
||||||
"circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7'"
|
+ "circuitbreaker>=1.3.1"
|
||||||
|
]
|
||||||
|
|
||||||
|
setup(
|
||||||
|
@ -1,366 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Feb 21 11:13:26 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to version 2.145.0
|
|
||||||
* Support for Customer Onboarding Success(COS) in the Java Management service
|
|
||||||
* Support for filtering performance tuning analysis results in the Java Management service
|
|
||||||
* Support for improved plugin filtering in the Java Management service
|
|
||||||
* Support for operating system distribution information in the Java Management service
|
|
||||||
* Fixed an issue in RPv2.1 to read private key from a file
|
|
||||||
* put_object failures for 412 status code have been fixed. This might be a breaking change
|
|
||||||
for customers who have defined a custom exception handler for 412 status code (#622)
|
|
||||||
- from version 2.144.1
|
|
||||||
* Support for backups and recovery enhancements in autonomous databases in the Database service
|
|
||||||
* Support for IPv6 addresses on system launch in the Database service
|
|
||||||
* Support for enterprise edition GPU infrastructure in the Stack Monitoring service
|
|
||||||
* Support for monitoring templates in the Stack Monitoring service
|
|
||||||
* Support for IPv6 cluster creation in the Kubernetes Engine service
|
|
||||||
* Support for automatic and spoken punctuations in realtime in the AI Speech service
|
|
||||||
* Support for additional connection types for Databricks, Google PubSub and Microsoft
|
|
||||||
Fabric in the GoldenGate service
|
|
||||||
- from version 2.144.0
|
|
||||||
* Support for Cohere Embed v3 in the Generative AI Inference service
|
|
||||||
* Support for Llama 3.2 tools in the Generative AI Inference service
|
|
||||||
* Support for nginx discovery and monitoring in the Stack Monitoring service
|
|
||||||
* Support for Oracle JVM runtime discovery and monitoring in the Stack Monitoring service
|
|
||||||
* Support for JBoss discovery and monitoring in the Stack Monitoring service
|
|
||||||
* Support for Service Managed Container(SMC) endpoints on list service operation
|
|
||||||
in the Data Science service
|
|
||||||
* Support for schedulers in the Data Science service
|
|
||||||
* Support for DB system database and access modes in the HeatWave service
|
|
||||||
* Support for DB system read endpoints in the HeatWave service
|
|
||||||
* Support for sensitive types for data discovery in the Data Safe service
|
|
||||||
* Support for referential relation APIs in the Data Safe service
|
|
||||||
* The models `CreateAuditPolicyDetails` and `CreateAuditProfileDetails`
|
|
||||||
were removed in the Data Safe service
|
|
||||||
- from version 2.143.1
|
|
||||||
* Support for external MySQL database management in the Database Management service
|
|
||||||
* Support for fetching highly available metrics for managed databases in the Database
|
|
||||||
Management service
|
|
||||||
* Support for Exadata Infrastructure on Exadata Cloud@Customer in the Database service
|
|
||||||
* Support for disaster recovery for cloud native applications running on OKE clusters
|
|
||||||
in the Disaster Recovery service
|
|
||||||
* Support for subscription assignment at creation of the child tenancies in the
|
|
||||||
Organizations service
|
|
||||||
* Support for additional actionable insights content-types for news reports in
|
|
||||||
the Operations Insights service
|
|
||||||
* Support for MySQL Heatwave database systems in the Operations Insights service
|
|
||||||
- from version 2.143.0
|
|
||||||
* Support for Bring Your Own ASN (BYOASN) in the Networking service
|
|
||||||
* Support for Data Guard transaction processing in the Database service
|
|
||||||
* Support for permanently disconnecting peer autonomous databases from
|
|
||||||
its primary database in the Database service
|
|
||||||
* Support for databases with external Hardware
|
|
||||||
* Security Module (HSM) in the Database service
|
|
||||||
* Support for active and standby purist modes in the Network Load Balancer service
|
|
||||||
* Support for configurable TCP reset in the Network Load Balancer service
|
|
||||||
* Fixed 413 error for put operation of very large object in object storage service
|
|
||||||
- from version 2.142.0
|
|
||||||
* Support for attaching route tables to VNICs and private IPs in the Networking service
|
|
||||||
* Support for Cross Cluster Search(CCS) for an opensearch cluster in the OpenSearch service
|
|
||||||
* Support for patch-level updates of the autonomous databases after provisioning
|
|
||||||
in the Database service
|
|
||||||
* put_object failures for 412 status code have been fixed. This might be a breaking change
|
|
||||||
for customers who have defined a custom exception handler for 412 status code (#622)
|
|
||||||
- from version 2.141.1
|
|
||||||
* Fixed Github Issue (#728) for RPv1.1
|
|
||||||
- from version 2.141.0
|
|
||||||
* Support for backup retention locks on autonomous database create and update
|
|
||||||
operations in the Database service
|
|
||||||
* Support for multi-modality flags in data source in the Generative AI service
|
|
||||||
* Support for knowledge base statistics in the Generative AI service
|
|
||||||
* Support for document id, title and page numbers in citations in the Generative AI service
|
|
||||||
* Support for creating and updating Amazon Web Services (AWS) asset-sources,
|
|
||||||
EC2 and Elastic Block Store (EBS) assets in the Cloud Bridge service
|
|
||||||
* Support for listing Amazon Web Services (AWS) regions available for discovery
|
|
||||||
and migrations in the Cloud Bridge service
|
|
||||||
* Support for stored video analysis in the AI Vision service
|
|
||||||
* Support for HTTP or REST endpoint-based metric extensions in the OCI Monitoring service
|
|
||||||
* Support for metric extension filter in the list metric extensions
|
|
||||||
operation in the OCI Monitoring service
|
|
||||||
* Support for creating and updating private endpoints for model deployments
|
|
||||||
in the Data Science service
|
|
||||||
* Support for OCI Identity user integration in the Big Data service
|
|
||||||
* Support for user principal session tokens in the Big Data service
|
|
||||||
* Support for historical cluster versions in the Big Data service
|
|
||||||
* Support for new SKUs for digital assets editions in the Blockchain Platform service
|
|
||||||
* Support for Zero ETL pipelines in the GoldenGate service
|
|
||||||
* Removed fallback to the deprecated Instance Metadata service (IMDS) V1 endpoint
|
|
||||||
* `INSTANCE_METADATA_URL_CERTIFICATE_RETRIEVER_RETRY_STRATEGY` was modified to do 8
|
|
||||||
retry attempts and exponential backoff with Jitter between attempts, instead of 3
|
|
||||||
fixed interval retries
|
|
||||||
* Parameter `compartment_id` in operation `list_metric_extensions` was removed from
|
|
||||||
the `StackMonitoringClient` in the OCI Monitoring service
|
|
||||||
- from version 2.140.0
|
|
||||||
* Support for Bring Your Own Key (BYOK) in the Database service
|
|
||||||
* Support for refreshing disaster recovery plans in the Disaster Recovery service
|
|
||||||
* Support for private access to service instances in the Visual Builder service
|
|
||||||
* Support for exadata fleet update and rollback maintenance cycle in the Fleet
|
|
||||||
Application Management service
|
|
||||||
* Support for Bring Your Own License (BYOL) for windows virtual machines in the
|
|
||||||
Compute service
|
|
||||||
* Support for cascading deletion of applications and runs in the Data Flow service
|
|
||||||
* Support for on-demand translation and auto language detection during file translation
|
|
||||||
in the AI Language service
|
|
||||||
* Support for alias for endpoints in custom model flow and custom anonymization in the
|
|
||||||
AI Language service
|
|
||||||
* Models `IdcsInfoDetails` and `AttachmentDetails` were removed from the Visual Builder service
|
|
||||||
* Parameters `idcs_info` and `attachments` were removed from the model `VbInstance`
|
|
||||||
in the Visual Builder service
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Dec 2 09:37:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to version 2.139.0
|
|
||||||
* Support for optional parameters for unified auditing in the Database service
|
|
||||||
* Support for user groups for creating technical requests in the Support Management service
|
|
||||||
* Support for additional checksum algorithms (SHA-256, SHA-384, CRC32C) in the Object Storage service
|
|
||||||
* Support for single Read Only (RO) endpoint for the read replicas in the PostgreSQL service
|
|
||||||
* Support for exascale database vaults in the Database service
|
|
||||||
* Support for virtual machine clusters with database vaults in the Database service
|
|
||||||
* Support for N3-Gi version in the Database service
|
|
||||||
* The vendored library idna was upgraded from version `2.10` to `3.10`
|
|
||||||
* The vendored library urllib3 was upgraded from version `1.26.9` to `1.26.20`
|
|
||||||
* The property `sub_components` was removed from the model `SubCategories`
|
|
||||||
in the Customer Incident Management Service
|
|
||||||
* The constants `LIMIT_STATUS_APPROVED`, `LIMIT_STATUS_PARTIALLY_APPROVED`,
|
|
||||||
`LIMIT_STATUS_NOT_APPROVED`, `LIMIT_STATUS_REJECTED` were removed from the
|
|
||||||
model `CreateLimitItemDetails` in the Customer Incident Management Service
|
|
||||||
* The property `limit_status` was removed from the model `CreateLimitItemDetails`
|
|
||||||
in the Customer Incident Management Service
|
|
||||||
* The model `ServiceCategories` was removed from the Customer Incident Management Service
|
|
||||||
- from version 2.138.1
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the me-alain-1 region
|
|
||||||
* Support for connection refresh in the GoldenGate service
|
|
||||||
* Support for secret compartment id in import and export
|
|
||||||
operations of deployment wallet in the GoldenGate service
|
|
||||||
* Support for creating metadata only backups in the GoldenGate service
|
|
||||||
* Support for Llama 3.2 unit shape in Generative AI service
|
|
||||||
* Support for Llama 3.2 vision in Generative AI Inference service
|
|
||||||
* Support for Cohere CommandR response format in Generative AI Inference service
|
|
||||||
- from version 2.138.0
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region
|
|
||||||
* Support for MFA Enablement v2 in the Identity Domains service
|
|
||||||
* Support for starting, stopping and updating min/max executor
|
|
||||||
count for SQL Endpoints in the Data Flow service
|
|
||||||
* Support for customer message in the Customer Incident Management Service
|
|
||||||
* Support for REJECTED limitStatus in the Customer Incident Management Service
|
|
||||||
* Issue with using `OkeWorkloaIdentityResourcePrincipalSigner` after the
|
|
||||||
PyJWT upgrade to 2.4.0 introduced int OCI Python SDK `2.137.1`
|
|
||||||
* UserWarning being emitted from Cryptography 43.x
|
|
||||||
* The operations `get_status` and `get_csi_number` were removed from
|
|
||||||
the IncidentClient in the Customer Incident Management Service
|
|
||||||
* The property `service_categories` was removed from the model
|
|
||||||
`IncidentResourceType` in the Customer Incident Management Service
|
|
||||||
* The properties `service_category` and `issue_type` were removed from
|
|
||||||
the model `ServiceCategories` in the Customer Incident Management Service
|
|
||||||
* The retry strategy for getting the X509 token from Identity
|
|
||||||
service was modified and is now protected via circuit breaker
|
|
||||||
- from version 2.137.1
|
|
||||||
* Support for L3IP (Layer 3 IP) listeners in the Network Load Balancing service
|
|
||||||
* Support for overriding an existing add-on installation in the Kubernetes Engine service
|
|
||||||
- from version 2.137.0
|
|
||||||
* Support for resource locking in the File storage service
|
|
||||||
* Support for customer managed keys via Azure key vault and
|
|
||||||
Amazon Web Services key vault in the Database service
|
|
||||||
* Support for generated tokens on create secret operations in the Identity Domains service
|
|
||||||
* Support for creating and updating Amazon Web Services asset-sources,
|
|
||||||
EC2 and EBS assets in the Cloud Bridge service
|
|
||||||
* Support for listing Amazon Web Services regions which are available
|
|
||||||
for discovery and migration in the Cloud Bridge service
|
|
||||||
* Support for model backup retention and restore in the Datascience service
|
|
||||||
* Support for host capacity planning for host IO metrics in the Operations Insight service
|
|
||||||
* Support for FastConnect redundancy in the Compute service
|
|
||||||
* Support for create, publish, clone and delete operations
|
|
||||||
on runbooks in the Fleet Application Management service
|
|
||||||
* Support for platform configurations and metadata management
|
|
||||||
in the Fleet Application Management service
|
|
||||||
* Support for management of compliance policy rules
|
|
||||||
in the Fleet Application Management service
|
|
||||||
* Support for compliance report details based on compliance
|
|
||||||
policy in the Fleet Application Management service
|
|
||||||
* Support for administrative settings like auto discovery
|
|
||||||
frequency in the Fleet Application Management service
|
|
||||||
* The vendored library PyJWT was upgraded from version `1.7.1` to version `2.4.0`
|
|
||||||
* The operation `update_plugin` was removed from the
|
|
||||||
`OcbAgentSvcClient` client in the Cloud Bridge service
|
|
||||||
* The property `discovery_schedule_id` was removed from the model
|
|
||||||
`UpdateVmWareAssetSourceDetails` in the Cloud Bridge service
|
|
||||||
* The constant `METRIC_NAME_HOST_CONTAINERS` and its value `HOST_CONTAINERS`
|
|
||||||
was removed from the list of allowed values for the parameter `metric_name`
|
|
||||||
in the model `HostPerformanceMetricGroup` in the Operations Insight service
|
|
||||||
* The parent class of model `HostContainers` was changed from `HostPerformanceMetricGroup`
|
|
||||||
to `HostConfigurationMetricGroup` and list of allowed values for the parameter
|
|
||||||
`metric_name` was changed to `HOST_PRODUCT`, `HOST_RESOURCE_ALLOCATION`,
|
|
||||||
`HOST_MEMORY_CONFIGURATION`, `HOST_HARDWARE_CONFIGURATION`, `HOST_CPU_HARDWARE_CONFIGURATION`,
|
|
||||||
`HOST_NETWORK_CONFIGURATION`, `HOST_ENTITES`, `HOST_FILESYSTEM_CONFIGURATION`,
|
|
||||||
`HOST_GPU_CONFIGURATION`, `HOST_CONTAINERS` in the Operations Insight service
|
|
||||||
- from version 2.136.0
|
|
||||||
* Support for open id connect discovery in the Oracle Kubernetes Engine service
|
|
||||||
* Support for DNS security extensions (DNSSEC) in the DNS service
|
|
||||||
* Support for restoring delta between backups to a new volume in the Block Volume service
|
|
||||||
* Support for cross region backup copy and replication for
|
|
||||||
volumes encrypted with customer keys in the Block Volume service
|
|
||||||
* Support for list operation on deployment environments in the GoldenGate service
|
|
||||||
* Support for defining environment types for deployments in the GoldenGate service
|
|
||||||
* Fixed an issue with decoding UTF-8 characters in response models
|
|
||||||
* Removed model files which were not accessible programmatically
|
|
||||||
* Response type changed to `oci.golden_gate.models.DeploymentBackup` for operations
|
|
||||||
`copy_deployment_backup` and `create_deployment_backup` in the GoldenGate service
|
|
||||||
- from version 2.135.2
|
|
||||||
* Support for OCI Secure Desktops service
|
|
||||||
* Support for window preferences on cloud automation tooling updates
|
|
||||||
on ExaCC and ExaCS VM clusters in the Database service
|
|
||||||
* Support for maintenance windows in the Stack Monitoring service
|
|
||||||
* Renamed service OCI Container Engine to OCI Kubernetes Engine
|
|
||||||
* Support for password as an optional parameter on creating
|
|
||||||
admin users in the Fusion Apps as a Service
|
|
||||||
* Support for IAM credentials for autonomous databases in the Operations Insights service
|
|
||||||
* The upper bound for `cryptography` dependency has changed to versions less than `46.0.0`
|
|
||||||
- from version 2.135.1
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the us-somerset-1 region
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the us-thames-1 region
|
|
||||||
* Support for Security Attribute service
|
|
||||||
* Support for Zero Trust Packet Routing service
|
|
||||||
* Support for zero trust packet routing security attributes in the Database service
|
|
||||||
* Support for zero trust packet routing security attributes in the Networking service
|
|
||||||
* Support for zero trust packet routing security attributes in the Network Load Balancer service
|
|
||||||
* Support for disaster recovery failover in the Integration Cloud service
|
|
||||||
- from version 2.135.0
|
|
||||||
* Support for Generative AI Agent service
|
|
||||||
* Support for undeleting autonomous databases in the Database service
|
|
||||||
* Support for assigning key versions for the pluggable databases in the Database service
|
|
||||||
* Support for lifecycle states on list autonomous database operation in the Database service
|
|
||||||
* Support for data masking parameter on list refresh activity operation in the Fusion Application as a Service
|
|
||||||
* Support for configuring custom endpoints on an instance in the Integration Cloud service
|
|
||||||
* Support for updating channel schedules on instance create operation in the Analytics service
|
|
||||||
* Support for ExaCC via management agents in the Operations Insights service
|
|
||||||
* Support for appending and deleting allowed SQLs from SQL firewall policies in the Data Safe service
|
|
||||||
* Support for alarm suppressions with compartment targets and recurring schedules in the Monitoring service
|
|
||||||
* A new value called `UNKNOWN_ENUM_VALUE` has been added to the enums of the parent class when a subclass
|
|
||||||
is in the responses returned from services. If a service returns a value that cannot be recognized by
|
|
||||||
the version of the SDK, then the enum will be set to this value. Previously this would throw an exception.
|
|
||||||
* Property `dimensions` changed from required to optional in model `AlarmSuppressionSummary` in the Monitoring service
|
|
||||||
* Value `STANDBY` was removed from the property `lifecycle_state` in models `IntegrationInstance`
|
|
||||||
and `IntegrationInstanceSummary` in the Integration Cloud service
|
|
||||||
- Refresh patches for new version
|
|
||||||
* ops_relax-python-depends.patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 23 14:28:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to version 2.134.0
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the eu-crissier-1 region
|
|
||||||
* Support for dedicated AI cluster unit shapes in the Generative AI service
|
|
||||||
* Support for ticket numbers when creating access requests in the Managed Access service
|
|
||||||
* Support for 23ai database, cloud VM clusters and VM
|
|
||||||
cluster patching in the Exadata Fleet Update service
|
|
||||||
* Support for text to speech feature in the AI Speech service
|
|
||||||
* Support for notifications and transfer of capacity requests in the OCI Control Center service
|
|
||||||
* Parameter `occ_customer_group_id` is now mandatory for methods
|
|
||||||
`list_internal_namespace_occ_overviews`, `list_occ_availability_catalogs_internal`,
|
|
||||||
`list_occ_capacity_requests_internal` in the OCI Control Center service
|
|
||||||
- from version 2.133.0
|
|
||||||
* Support for Delegate Access Control service
|
|
||||||
* Support for upgrade and downgrade of shapes of high performance
|
|
||||||
mount targets in the File Storage service
|
|
||||||
* Support for private endpoints in the Object Storage service
|
|
||||||
* Support for create, update, list and delete operations on scheduling
|
|
||||||
policies and scheduling windows in the Database service
|
|
||||||
* Support for specifying domains while creating data
|
|
||||||
guard associations in the Database service
|
|
||||||
* Support for provision of developer autonomous databases in the Database service
|
|
||||||
* Support for upgrade of developer autonomous databases
|
|
||||||
to paid autonomous databases in the Database service
|
|
||||||
* Support for scheduling plans, actions, execution windows
|
|
||||||
and execution actions for maintenance scheduling in the Database service
|
|
||||||
* Support for cross-region replication of virtual vaults in the Key Management service
|
|
||||||
* Support for listing all active service summaries in the Announcements service
|
|
||||||
* Support for VMware major and minor version upgrades in VMware Solution service
|
|
||||||
* Support for updating protected database subscriptions in the Autonomous Recovery service
|
|
||||||
* Support for health insurance id as an allowed document type in the Document Understanding service
|
|
||||||
* Support for advanced database management features
|
|
||||||
for autonomous databases in the Database Management service
|
|
||||||
* Support for propagating request ids to load balancer servers in the Load balancer service
|
|
||||||
* Support for automatic update orders in Fusion Application as a Service
|
|
||||||
* Constant `DOCUMENT_TYPE_INSURANCE_CLAIM` was renamed to `DOCUMENT_TYPE_HEALTH_INSURANCE_ID`
|
|
||||||
in models `AnalyzeDocumentDetails` and `GeneralProcessorConfig` in the Document Understanding service
|
|
||||||
* Property `document_id` was removed from model `DetectedDocumentType` in the Document Understanding service
|
|
||||||
* Property `tenancy_id` was removed from models `DocumentClassificationFeature` and
|
|
||||||
`DocumentKeyValueExtractionFeature` in the Document Understanding service
|
|
||||||
- from version 2.132.0
|
|
||||||
* Support for Fleet Application Management service
|
|
||||||
* Support for creating maintenance runs using autonomous
|
|
||||||
database software images in the Database service
|
|
||||||
* Support for Object Storage buckets, Oracle databases, Oracle databases on exascale
|
|
||||||
Infrastructure, autonomous container databases, and autonomous container databases
|
|
||||||
on Cloud at Customer in the Disaster Recovery service
|
|
||||||
* Support for multiple sharing modes in the OCI Cache service
|
|
||||||
* Support for extended data retention periods for instances in the Integration Cloud service
|
|
||||||
* Support for SQL watch and lifecycle management in the Database management service
|
|
||||||
* Support for identity domains and feature sets in the Analytics Cloud service
|
|
||||||
* Support for automatically extending the storage space for MySQL DB
|
|
||||||
systems in pre-defined increments in the MySQL Database service
|
|
||||||
* Enums `protocol` in model `BasicDatabaseConnectionStringDetails`, `connector_type`
|
|
||||||
in model `ConnectorDetails` and `DatabaseConnectionStringDetails`, `license_model`
|
|
||||||
in model `DatabaseDiagnosticsAndManagementFeatureConfiguration`, `feature_status`
|
|
||||||
in model `DatabaseFeatureConfiguration` in the Database management service 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 property `dr_plan_execution_type` has been removed from the API
|
|
||||||
`list_dr_plan_executions` in the Disaster Recovery service
|
|
||||||
- from version 2.131.1
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-4 region
|
|
||||||
* Support for viewing subscription limits in the Limits service
|
|
||||||
* Support for TCP idle timeout on network load balancer create and
|
|
||||||
update operations in the Network Load Balancing service
|
|
||||||
* Support for creating integration instances of type Healthcare in the Integration Cloud service
|
|
||||||
* The upper-bound for the circuitbreaker library was updated from
|
|
||||||
`2.0.0` to `3.0.0` for Python versions 3.7 and above
|
|
||||||
- from version 2.131.0
|
|
||||||
* Support for calling Oracle Cloud Infrastructure services in the me-riyadh-1 region
|
|
||||||
* Support for vertically scaling a Database system in the PostgreSQL service
|
|
||||||
* Support for flex shapes in the PostgreSQL service
|
|
||||||
* Support for new fork repository feature in the Source Code Management service
|
|
||||||
* Support for Developer Charts in the Source Code Management service
|
|
||||||
* Support for pull requests and merge in Source Code Management service
|
|
||||||
* Support for limiting custom and versioned custom software source
|
|
||||||
content to the latest package versions in the OS Management service
|
|
||||||
* Support for Open Data Hub (ODH) patching in a staged manner in the Big Data service
|
|
||||||
* Support for Autoscale Memory Utilization in the Big Data service
|
|
||||||
* Support for Resource Principal configuration feature in the Big Data service
|
|
||||||
* Support for a new optional parameter compartment ID in the Java Management service
|
|
||||||
* Support for Agent Installer in the Java Management service
|
|
||||||
* Support for Java migration analysis request of deployed
|
|
||||||
applications in the Java Management service
|
|
||||||
* Support for JmsPlugin in the Java Management service
|
|
||||||
* Support for improved cryptographic analysis result listing in the Java Management service
|
|
||||||
* Support for improved fleet agent configuration setting in the Java Management service
|
|
||||||
* Support for improved Java migration analysis result listing in the Java Management service
|
|
||||||
* Support for improved library usage summary in the Java Management service
|
|
||||||
* Support for improved performance tuning analysis result listing in the Java Management service
|
|
||||||
* Support for improved work request listing in the Java Management service
|
|
||||||
* Parameter `credentials` is now required for model `CreateDbSystemDetails` in the PostgreSQL service
|
|
||||||
- from version 2.130.0
|
|
||||||
* Support for cluster placement groups on get operations in the Database service
|
|
||||||
* Support for baseline metric for imported resources and metric extensions
|
|
||||||
in the Stack Monitoring service
|
|
||||||
* Support for implicit JIT and group membership provisioning during OpenID
|
|
||||||
connect flow in the Identity Domains service
|
|
||||||
* Support for realtime speech and customizations in the AI Speech service
|
|
||||||
* Support for self-service instance maintenance API in the Compute service
|
|
||||||
* Support for GoldenGate suspend phase in the Database Migration service
|
|
||||||
* Support for creating custom alert policies in the Data Safe service
|
|
||||||
* Support for tunnel inspection in the Network firewall service
|
|
||||||
* Support for diagnostics collection preferences and custom GI
|
|
||||||
images in the Exadata Fleet Update service
|
|
||||||
* Support for Resource Principals v2.1.2
|
|
||||||
* Property `service_principals` was removed from model `IdentityPropagationTrust`
|
|
||||||
in the Identity Domains service
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 26 13:48:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Fri Jul 26 13:48:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-oci-sdk
|
Name: python-oci-sdk
|
||||||
Version: 2.145.0
|
Version: 2.129.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Oracle Cloud Infrastructure Python SDK
|
Summary: Oracle Cloud Infrastructure Python SDK
|
||||||
License: Apache-2.0 OR UPL-1.0
|
License: Apache-2.0 OR UPL-1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user