From 5a2fb862e649c9026787ec05639966ff9662d1d215d19abacedc10f24d83b601 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 18 Jul 2024 16:39:00 +0200 Subject: [PATCH 01/12] - Update to version 2.129.3 * Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-2 region --- oci-python-sdk-2.129.2.tar.gz | 3 --- oci-python-sdk-2.129.3.tar.gz | 3 +++ python-oci-sdk.changes | 6 ++++++ python-oci-sdk.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.129.2.tar.gz create mode 100644 oci-python-sdk-2.129.3.tar.gz diff --git a/oci-python-sdk-2.129.2.tar.gz b/oci-python-sdk-2.129.2.tar.gz deleted file mode 100644 index e9c8bc9..0000000 --- a/oci-python-sdk-2.129.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f945404646784cced7a41a7e5f18044ff3de698bbfb72fe971d7cce0dc0c207c -size 15468429 diff --git a/oci-python-sdk-2.129.3.tar.gz b/oci-python-sdk-2.129.3.tar.gz new file mode 100644 index 0000000..7a6aa01 --- /dev/null +++ b/oci-python-sdk-2.129.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d775c6c31838e432a10157f5ccd3f00e939ddb9aee04f6c1be85498fbaa54b8e +size 15468822 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index e677fad..ecad66f 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 18 14:37:15 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 2.129.3 + * Support for calling Oracle Cloud Infrastructure services in the me-abudhabi-2 region + ------------------------------------------------------------------- Mon Jul 15 13:43:19 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 92906ef..f1540a0 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.129.2 +Version: 2.129.3 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 1fff70c0653e3a4ac518b6027a739b79c96bf409992e38057fb69f0a1aa8e2d7 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 26 Jul 2024 15:49:45 +0200 Subject: [PATCH 02/12] - Update to version 2.129.4 * Support for subscription id attribute in Cloud Exadata Infrastructure and Cloud VM Clusters in the Database service * Support for SQL and FTP monitors on create and update operations in the Application Performance Monitoring service * Support for MySQL Heatwave database systems in the Operations Insights service * Support for creating and updating schedules for user assessments and security assessments in the Data Safe service * Support for creating and updating sensitive data models of the tables for discovery in the Data Safe service * Support for additional optional parameters on autonomous database create and update operations in the Database service * The `INSTANCE_METADATA_URL_CERTIFICATE_RETRIEVER_RETRY_STRATEGY` was changed to retry a max of 3 times for max of 3 minutes and a fixed retry inerval of 30 seconds, and retry on 404, 429 and 5xx errors --- oci-python-sdk-2.129.3.tar.gz | 3 --- oci-python-sdk-2.129.4.tar.gz | 3 +++ python-oci-sdk.changes | 20 ++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.129.3.tar.gz create mode 100644 oci-python-sdk-2.129.4.tar.gz diff --git a/oci-python-sdk-2.129.3.tar.gz b/oci-python-sdk-2.129.3.tar.gz deleted file mode 100644 index 7a6aa01..0000000 --- a/oci-python-sdk-2.129.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d775c6c31838e432a10157f5ccd3f00e939ddb9aee04f6c1be85498fbaa54b8e -size 15468822 diff --git a/oci-python-sdk-2.129.4.tar.gz b/oci-python-sdk-2.129.4.tar.gz new file mode 100644 index 0000000..96319cb --- /dev/null +++ b/oci-python-sdk-2.129.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d524b18b0ffda1328d3059a7f1f048658e135ffb28bb5605f819ffe0e7105103 +size 15502785 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index ecad66f..e754cfd 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jul 26 13:48:00 UTC 2024 - John Paul Adrian Glaubitz + +- Update to version 2.129.4 + * Support for subscription id attribute in Cloud Exadata Infrastructure + and Cloud VM Clusters in the Database service + * Support for SQL and FTP monitors on create and update operations + in the Application Performance Monitoring service + * Support for MySQL Heatwave database systems in the + Operations Insights service + * Support for creating and updating schedules for user assessments + and security assessments in the Data Safe service + * Support for creating and updating sensitive data models of the + tables for discovery in the Data Safe service + * Support for additional optional parameters on autonomous database + create and update operations in the Database service + * The `INSTANCE_METADATA_URL_CERTIFICATE_RETRIEVER_RETRY_STRATEGY` was + changed to retry a max of 3 times for max of 3 minutes and a fixed + retry inerval of 30 seconds, and retry on 404, 429 and 5xx errors + ------------------------------------------------------------------- Thu Jul 18 14:37:15 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index f1540a0..004b653 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.129.3 +Version: 2.129.4 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 32af93b7b31bc327d249524537eef28c52264557c2965b2c49d2985ed9176abb Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 23 Sep 2024 16:38:09 +0200 Subject: [PATCH 03/12] - 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 --- oci-python-sdk-2.129.4.tar.gz | 3 - oci-python-sdk-2.134.0.tar.gz | 3 + ops_relax-python-depends.patch | 34 +++++----- python-oci-sdk.changes | 113 +++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 5 files changed, 133 insertions(+), 22 deletions(-) delete mode 100644 oci-python-sdk-2.129.4.tar.gz create mode 100644 oci-python-sdk-2.134.0.tar.gz diff --git a/oci-python-sdk-2.129.4.tar.gz b/oci-python-sdk-2.129.4.tar.gz deleted file mode 100644 index 96319cb..0000000 --- a/oci-python-sdk-2.129.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d524b18b0ffda1328d3059a7f1f048658e135ffb28bb5605f819ffe0e7105103 -size 15502785 diff --git a/oci-python-sdk-2.134.0.tar.gz b/oci-python-sdk-2.134.0.tar.gz new file mode 100644 index 0000000..0f73387 --- /dev/null +++ b/oci-python-sdk-2.134.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f979c0c64eda5cd77cae671315a6685725c5ac7e3cd95be5fc9246f2555f4e0 +size 15973873 diff --git a/ops_relax-python-depends.patch b/ops_relax-python-depends.patch index 0a5face..33ab44e 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -1,21 +1,22 @@ -diff -Nru oci-python-sdk-2.125.1.orig/requirements.txt oci-python-sdk-2.125.1/requirements.txt ---- oci-python-sdk-2.125.1.orig/requirements.txt 2024-04-02 07:52:03.000000000 +0200 -+++ oci-python-sdk-2.125.1/requirements.txt 2024-04-04 09:52:44.233658242 +0200 -@@ -1,21 +1,21 @@ +diff -Nru oci-python-sdk-2.134.0.orig/requirements.txt oci-python-sdk-2.134.0/requirements.txt +--- oci-python-sdk-2.134.0.orig/requirements.txt 2024-09-17 09:19:25.000000000 +0200 ++++ oci-python-sdk-2.134.0/requirements.txt 2024-09-23 16:43:55.100674167 +0200 +@@ -1,22 +1,22 @@ -autodocsumm==0.1.11 +autodocsumm>=0.1.11 certifi -coverage==4.5.2 -cryptography>=3.2.1,<43.0.0 -+coverage>=4.5.2 -+cryptography>=3.2.1 - flake8>=3.6.0,<6 +-flake8>=3.6.0,<6 -mock==2.0.0 -pyOpenSSL>=17.5.0,<25.0.0 -pytest==4.1.0 -pytest-cov==2.6.1 -attrs==19.1.0 -python-dateutil>=2.5.3,<=2.7.3 ++coverage>=4.5.2 ++cryptography>=3.2.1 ++flake8>=3.6.0 +mock>=2.0.0 +pyOpenSSL>=17.5.0 +pytest>=4.1.0 @@ -34,16 +35,16 @@ diff -Nru oci-python-sdk-2.125.1.orig/requirements.txt oci-python-sdk-2.125.1/re +virtualenv>=16.7.9 +vcrpy>=2.0.1 wheel<=0.39.0 --circuitbreaker>=1.3.1,<2.0.0 -+circuitbreaker>=1.3.1 + circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6' + circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7' docutils<0.18 -Jinja2<3.1 \ No newline at end of file +Jinja2<3.1 -diff -Nru oci-python-sdk-2.125.1.orig/setup.py oci-python-sdk-2.125.1/setup.py ---- oci-python-sdk-2.125.1.orig/setup.py 2024-04-02 07:52:03.000000000 +0200 -+++ oci-python-sdk-2.125.1/setup.py 2024-04-04 09:52:02.393146026 +0200 -@@ -31,12 +31,12 @@ +diff -Nru oci-python-sdk-2.134.0.orig/setup.py oci-python-sdk-2.134.0/setup.py +--- oci-python-sdk-2.134.0.orig/setup.py 2024-09-17 09:19:25.000000000 +0200 ++++ oci-python-sdk-2.134.0/setup.py 2024-09-23 16:41:46.773146117 +0200 +@@ -31,10 +31,10 @@ requires = [ "certifi", @@ -56,8 +57,5 @@ diff -Nru oci-python-sdk-2.125.1.orig/setup.py oci-python-sdk-2.125.1/setup.py + "pyOpenSSL>=17.5.0", + "python-dateutil>=2.5.3", "pytz>=2016.10", -- "circuitbreaker>=1.3.1,< 2.0.0" -+ "circuitbreaker>=1.3.1" - ] - - setup( + "circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6'", + "circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7'" diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index e754cfd..2df5181 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,116 @@ +------------------------------------------------------------------- +Mon Sep 23 14:28:12 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 004b653..0f8b5de 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.129.4 +Version: 2.134.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 30bf49ef6df587693591d1448daa6fd544c1e266b427e46f5d625041be777dda Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 2 Dec 2024 11:02:53 +0100 Subject: [PATCH 04/12] - 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 --- oci-python-sdk-2.134.0.tar.gz | 3 - oci-python-sdk-2.139.0.tar.gz | 3 + ops_relax-python-depends.patch | 35 ++++----- python-oci-sdk.changes | 140 +++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 5 files changed, 160 insertions(+), 23 deletions(-) delete mode 100644 oci-python-sdk-2.134.0.tar.gz create mode 100644 oci-python-sdk-2.139.0.tar.gz diff --git a/oci-python-sdk-2.134.0.tar.gz b/oci-python-sdk-2.134.0.tar.gz deleted file mode 100644 index 0f73387..0000000 --- a/oci-python-sdk-2.134.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f979c0c64eda5cd77cae671315a6685725c5ac7e3cd95be5fc9246f2555f4e0 -size 15973873 diff --git a/oci-python-sdk-2.139.0.tar.gz b/oci-python-sdk-2.139.0.tar.gz new file mode 100644 index 0000000..1608fed --- /dev/null +++ b/oci-python-sdk-2.139.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4998cb6ac109faf0a5e6d1df9e407cf7ecfc08be941dcc29ece98b5068374f53 +size 16276526 diff --git a/ops_relax-python-depends.patch b/ops_relax-python-depends.patch index 33ab44e..e82644c 100644 --- a/ops_relax-python-depends.patch +++ b/ops_relax-python-depends.patch @@ -1,23 +1,21 @@ -diff -Nru oci-python-sdk-2.134.0.orig/requirements.txt oci-python-sdk-2.134.0/requirements.txt ---- oci-python-sdk-2.134.0.orig/requirements.txt 2024-09-17 09:19:25.000000000 +0200 -+++ oci-python-sdk-2.134.0/requirements.txt 2024-09-23 16:43:55.100674167 +0200 +diff -Nru oci-python-sdk-2.139.0.orig/requirements.txt oci-python-sdk-2.139.0/requirements.txt +--- oci-python-sdk-2.139.0.orig/requirements.txt 2024-11-19 05:10:45.000000000 +0100 ++++ oci-python-sdk-2.139.0/requirements.txt 2024-12-02 10:36:50.759819183 +0100 @@ -1,22 +1,22 @@ -autodocsumm==0.1.11 +autodocsumm>=0.1.11 certifi --coverage==4.5.2 --cryptography>=3.2.1,<43.0.0 + coverage==4.5.2 +-cryptography>=3.2.1,<46.0.0 -flake8>=3.6.0,<6 --mock==2.0.0 ++cryptography>=3.2.1 ++flake8>=3.6.0 + mock==2.0.0 -pyOpenSSL>=17.5.0,<25.0.0 -pytest==4.1.0 -pytest-cov==2.6.1 -attrs==19.1.0 -python-dateutil>=2.5.3,<=2.7.3 -+coverage>=4.5.2 -+cryptography>=3.2.1 -+flake8>=3.6.0 -+mock>=2.0.0 +pyOpenSSL>=17.5.0 +pytest>=4.1.0 +pytest-cov>=2.6.1 @@ -37,22 +35,21 @@ diff -Nru oci-python-sdk-2.134.0.orig/requirements.txt oci-python-sdk-2.134.0/re wheel<=0.39.0 circuitbreaker>=1.3.1,<2.0.0; python_version <= '3.6' circuitbreaker>=1.3.1,<3.0.0; python_version >= '3.7' - docutils<0.18 +-docutils<0.18 -Jinja2<3.1 \ No newline at end of file ++docutils<0.30 +Jinja2<3.1 -diff -Nru oci-python-sdk-2.134.0.orig/setup.py oci-python-sdk-2.134.0/setup.py ---- oci-python-sdk-2.134.0.orig/setup.py 2024-09-17 09:19:25.000000000 +0200 -+++ oci-python-sdk-2.134.0/setup.py 2024-09-23 16:41:46.773146117 +0200 -@@ -31,10 +31,10 @@ - +diff -Nru oci-python-sdk-2.139.0.orig/setup.py oci-python-sdk-2.139.0/setup.py +--- oci-python-sdk-2.139.0.orig/setup.py 2024-11-19 05:10:45.000000000 +0100 ++++ oci-python-sdk-2.139.0/setup.py 2024-12-02 10:35:24.691239941 +0100 +@@ -32,9 +32,9 @@ requires = [ "certifi", -- "configparser==4.0.2 ; python_version < '3'", -- "cryptography>=3.2.1,<43.0.0", + "configparser==4.0.2 ; python_version < '3'", +- "cryptography>=3.2.1,<46.0.0", - "pyOpenSSL>=17.5.0,<25.0.0", - "python-dateutil>=2.5.3,<3.0.0", -+ "configparser>=4.0.2 ; python_version < '3'", + "cryptography>=3.2.1", + "pyOpenSSL>=17.5.0", + "python-dateutil>=2.5.3", diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 2df5181..09b1776 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,143 @@ +------------------------------------------------------------------- +Mon Dec 2 09:37:42 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 0f8b5de..7d21775 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.134.0 +Version: 2.139.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 564e0ba97a8a522bbd8abf37a4e07b6e7e46317fbfd4dfd4214a5ac48d04faf9 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 21 Feb 2025 12:21:13 +0100 Subject: [PATCH 05/12] - 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 --- oci-python-sdk-2.139.0.tar.gz | 3 - oci-python-sdk-2.145.0.tar.gz | 3 + python-oci-sdk.changes | 110 ++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 114 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.139.0.tar.gz create mode 100644 oci-python-sdk-2.145.0.tar.gz diff --git a/oci-python-sdk-2.139.0.tar.gz b/oci-python-sdk-2.139.0.tar.gz deleted file mode 100644 index 1608fed..0000000 --- a/oci-python-sdk-2.139.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4998cb6ac109faf0a5e6d1df9e407cf7ecfc08be941dcc29ece98b5068374f53 -size 16276526 diff --git a/oci-python-sdk-2.145.0.tar.gz b/oci-python-sdk-2.145.0.tar.gz new file mode 100644 index 0000000..b4e3bc1 --- /dev/null +++ b/oci-python-sdk-2.145.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dd365494cc5b307a2adab1d6f3d964a52554f637adf77c944cd88b556780b1 +size 16607665 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 09b1776..676c70d 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,113 @@ +------------------------------------------------------------------- +Fri Feb 21 11:13:26 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 7d21775..55d2d46 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.139.0 +Version: 2.145.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From afd0e04d2f65aff47150f6132911ef6524bc0efbcf37a54144dd6032c4b4b23b Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Mon, 7 Apr 2025 09:47:04 +0200 Subject: [PATCH 06/12] - Update to version 2.149.2 * Support for the Lustre File service * Support for machine learning applications in the Data Science service * Support for action endpoints to export and import configurations in the Application Performance Monitoring service * Support for ECPU (Elastic Compute Unit) compute model based warehouses in the Operations insights service - from version 2.149.1 * Support for agent platforms and Retrieval Augmented Generation (RAG) agents in the Generative AI Agent service * Support for knowledge based metadata summaries in the Generative AI Agent service * Support for create and update operations on onboard configurations in the Stack Monitoring service * Support for automatic activation of the management agents on compute instance launch in the Stack Monitoring service * Support for importing collectd resources in the Stack Monitoring service * Support for updating the handler configurations for collected resources in Stack Monitoring service * Support for monitored resource types based on source type and resource category in the Stack Monitoring service * Support for adding tags in maintenance windows in the Stack Monitoring service * Support for host API feature in the Compute service - from version 2.149.0 * Support for Managed Services for Mac service * Support for scheduling customer-initiated backups in the GoldenGate service * Support for GPU memory clusters and fabrics in the Compute service * The properties `ip_anycast_id` and `monitor_ip` were removed from the models `CreateByoipRangeDetails` and `UpdateByoipRangeDetails` in the Compute service - from version 2.148.0 * Support for pipelines in the OpenSearch service * Support for uploading and downloading the model metadata artifacts in the Data Science service * Support for model references via native API in the Data Science service * Support for scheduling cross-region database backups in the HeatWave service * Support for specifying backup retention days for manual cross-region backups in the HeatWave service * Support for IPv6 addresses for dedicated infrastructure in the Database service * Support for NewDev edition for the development community in the Database service * Support for grouping sensitive types across the tenancies and reuse of groups in the discovery workflow in the Data Safe service * Support for generating custom assessment reports in the Data Safe service * The properties `max_memory_gb`, `max_ocpu_count`, `min_memory_gb`, `min_ocpu_count` were removed from the models `CreateOpensearchClusterPipelineDetails`, `OpensearchClusterPipeline`, `OpensearchClusterPipelineSummary`, and `UpdateOpensearchClusterPipelineDetails` in the OpenSearch service * The property `system_tags` was removed from the model `CreateOpensearchClusterPipelineDetails` in the OpenSearch service * The models `OpensearchPipelineValidationResponse`, `ValidateOpensearchPipelineDetails`, and `PipelineValidationErrorDetails` were removed in the OpenSearch service - from version 2.147.0 * Support for user quotas on file system resources in the File Storage service * Support for long term retention backups in the Autonomous Recovery service * Support for Cross Region Replication(CRR) in the PostgreSQL service * Support for subscriptions and cluster placement groups on exascale infrastructure in the Database service * Support for multiple standby databases for autonomous dataguard associations in the Database service * Support for major version upgrade of clusters in the OpenSearch service * Support for Customer Service Identifier(CSI) number in list assigned subscriptions response in the Organizations service * Operation `create_subscription_mapping_and_wait_for_state` waits on `SubscriptionMapping.lifecycle_state` instead of `WorkRequest` in the Organizations service - from version 2.146.0 * Support for Database Lifecycle Management service * Support for Valkey cluster creation and Valkey migration in the OCI Cache service * Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service * Support for Bring Your Own DKIM Keys in the Email Delivery service * Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service * Support for security attributes for Load Balancer resource in the Load Balancer service * Support for reservation of private IP addresses in the Networking service * Support for additional configuration parameters in the HeatWave service * Support for private and 3rd party software repositories, and rebooting of instances in the OS Management service * The property `zpr_tags` was removed from models `UpdateLoadBalancerDetails`, `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service * The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` were removed in the Container Instances service * The allowed value `COMMAND` was removed from the property `health_check_type` in the models `ContainerHealthCheckType`, `ContainerHttpHealthCheck` and `ContainerTcpHealthCheck` in the Container Instances service --- oci-python-sdk-2.145.0.tar.gz | 3 -- oci-python-sdk-2.149.2.tar.gz | 3 ++ python-oci-sdk.changes | 86 +++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 90 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.145.0.tar.gz create mode 100644 oci-python-sdk-2.149.2.tar.gz diff --git a/oci-python-sdk-2.145.0.tar.gz b/oci-python-sdk-2.145.0.tar.gz deleted file mode 100644 index b4e3bc1..0000000 --- a/oci-python-sdk-2.145.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9dd365494cc5b307a2adab1d6f3d964a52554f637adf77c944cd88b556780b1 -size 16607665 diff --git a/oci-python-sdk-2.149.2.tar.gz b/oci-python-sdk-2.149.2.tar.gz new file mode 100644 index 0000000..7113b2f --- /dev/null +++ b/oci-python-sdk-2.149.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841a3dd95bf83f46f69844a875d75dfbc78b2206a4bb24ca9ef9d5088522302d +size 16934557 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 676c70d..e6d0477 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,89 @@ +------------------------------------------------------------------- +Mon Apr 7 07:39:07 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 2.149.2 + * Support for the Lustre File service + * Support for machine learning applications in the Data Science service + * Support for action endpoints to export and import configurations in + the Application Performance Monitoring service + * Support for ECPU (Elastic Compute Unit) compute model based warehouses + in the Operations insights service +- from version 2.149.1 + * Support for agent platforms and Retrieval Augmented Generation (RAG) + agents in the Generative AI Agent service + * Support for knowledge based metadata summaries in the Generative AI + Agent service + * Support for create and update operations on onboard configurations + in the Stack Monitoring service + * Support for automatic activation of the management agents on compute + instance launch in the Stack Monitoring service + * Support for importing collectd resources in the Stack Monitoring service + * Support for updating the handler configurations for collected resources + in Stack Monitoring service + * Support for monitored resource types based on source type and resource + category in the Stack Monitoring service + * Support for adding tags in maintenance windows in the Stack Monitoring service + * Support for host API feature in the Compute service +- from version 2.149.0 + * Support for Managed Services for Mac service + * Support for scheduling customer-initiated backups in the GoldenGate service + * Support for GPU memory clusters and fabrics in the Compute service + * The properties `ip_anycast_id` and `monitor_ip` were removed from the models + `CreateByoipRangeDetails` and `UpdateByoipRangeDetails` in the Compute service +- from version 2.148.0 + * Support for pipelines in the OpenSearch service + * Support for uploading and downloading the model metadata artifacts in the + Data Science service + * Support for model references via native API in the Data Science service + * Support for scheduling cross-region database backups in the HeatWave service + * Support for specifying backup retention days for manual cross-region backups + in the HeatWave service + * Support for IPv6 addresses for dedicated infrastructure in the Database service + * Support for NewDev edition for the development community in the Database service + * Support for grouping sensitive types across the tenancies and reuse of groups + in the discovery workflow in the Data Safe service + * Support for generating custom assessment reports in the Data Safe service + * The properties `max_memory_gb`, `max_ocpu_count`, `min_memory_gb`, `min_ocpu_count` + were removed from the models `CreateOpensearchClusterPipelineDetails`, + `OpensearchClusterPipeline`, `OpensearchClusterPipelineSummary`, and + `UpdateOpensearchClusterPipelineDetails` in the OpenSearch service + * The property `system_tags` was removed from the model + `CreateOpensearchClusterPipelineDetails` in the OpenSearch service + * The models `OpensearchPipelineValidationResponse`, `ValidateOpensearchPipelineDetails`, + and `PipelineValidationErrorDetails` were removed in the OpenSearch service +- from version 2.147.0 + * Support for user quotas on file system resources in the File Storage service + * Support for long term retention backups in the Autonomous Recovery service + * Support for Cross Region Replication(CRR) in the PostgreSQL service + * Support for subscriptions and cluster placement groups on exascale infrastructure + in the Database service + * Support for multiple standby databases for autonomous dataguard associations + in the Database service + * Support for major version upgrade of clusters in the OpenSearch service + * Support for Customer Service Identifier(CSI) number in list assigned subscriptions + response in the Organizations service + * Operation `create_subscription_mapping_and_wait_for_state` waits on + `SubscriptionMapping.lifecycle_state` instead of `WorkRequest` in the + Organizations service +- from version 2.146.0 + * Support for Database Lifecycle Management service + * Support for Valkey cluster creation and Valkey migration in the OCI Cache service + * Support for Dataflow Steps and Storage Mounts in Pipelines in the Data Science service + * Support for Bring Your Own DKIM Keys in the Email Delivery service + * Support for OpenId Connect Multi Authentication command in the OCI Kubernetes Engine service + * Support for security attributes for Load Balancer resource in the Load Balancer service + * Support for reservation of private IP addresses in the Networking service + * Support for additional configuration parameters in the HeatWave service + * Support for private and 3rd party software repositories, and rebooting + of instances in the OS Management service + * The property `zpr_tags` was removed from models `UpdateLoadBalancerDetails`, + `CreateLoadBalancerDetails` and `LoadBalancer` in the Load Balancer service + * The models `CreateContainerCommandHealthCheckDetails` and `ContainerCommandHealthCheck` + were removed in the Container Instances service + * The allowed value `COMMAND` was removed from the property `health_check_type` in the + models `ContainerHealthCheckType`, `ContainerHttpHealthCheck` and `ContainerTcpHealthCheck` + in the Container Instances service + ------------------------------------------------------------------- Fri Feb 21 11:13:26 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 55d2d46..8aed757 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.145.0 +Version: 2.149.2 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 2f24b1f036c541c5b6b0e815dfe571db132a6cb1e87658b07bba6a1788cf5c27 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Sun, 27 Apr 2025 09:38:29 +0200 Subject: [PATCH 07/12] - Update to version 2.150.2 * Support for patch management in the Database Lifecycle Management service * Support for restricting public network access to service instances in the Visual Builder service * Support for iSCSI-3 persistent reservations on block volume in the Core services (Networking, Compute, Block Volume) * Limited the `enable_fips` method in `oci.fips` module to work only on OpenSSL 1.x for compatibility with OpenSSL 3.x - from version 2.150.1 * Support for applying guardrails, enabling content moderation and detection of Prompt Injection and Personally Identifiable Information (PII) in the Generative AI Inference service * Support for providing customer contacts for operational notifications in the Database service - from version 2.150.0 * Support for connector source and targets with private endpoints in the Resource Scheduler service * Support for Cross Region Replication(XRR) for external key managers in the Key Management service * Support for dry run of function invocation in the Functions service * Support for collecting diagnostics for ZeroETL pipelines in the GoldenGate service * Support for adding, removing and switchover to local peers of deployment in different availability and fault domains within in the same region in the GoldenGate service * Support for creating standby deployments in the GoldenGate service * The property `kind` in the `SourceDetails`, `TaskDetails` and `TargetDetails` models in the Resource Scheduler service was fixed to no longer support `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised if this property is assigned a value that it does not support. * The type of property `source` in model `ServiceConnector` changed from `oci.sch.models.SourceDetails` to `oci.sch.models.SourceDetailsResponse` in the Resource Scheduler service * The type of property `tasks` in model `ServiceConnector` changed from `oci.sch.models.TargetDetails` to `oci.sch.models.TaskDetailsResponse` in the Resource Scheduler service * The type of property `target` in model `ServiceConnector` changed from `oci.sch.models.TaskDetails` to `oci.sch.models.TargetDetailsResponse` in the Resource Scheduler service --- oci-python-sdk-2.149.2.tar.gz | 3 --- oci-python-sdk-2.150.2.tar.gz | 3 +++ python-oci-sdk.changes | 42 +++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 46 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.149.2.tar.gz create mode 100644 oci-python-sdk-2.150.2.tar.gz diff --git a/oci-python-sdk-2.149.2.tar.gz b/oci-python-sdk-2.149.2.tar.gz deleted file mode 100644 index 7113b2f..0000000 --- a/oci-python-sdk-2.149.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:841a3dd95bf83f46f69844a875d75dfbc78b2206a4bb24ca9ef9d5088522302d -size 16934557 diff --git a/oci-python-sdk-2.150.2.tar.gz b/oci-python-sdk-2.150.2.tar.gz new file mode 100644 index 0000000..78fabb4 --- /dev/null +++ b/oci-python-sdk-2.150.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f59254db12501d8f35e16342e38db4b77663190e5751fd0ef6897bf5066081 +size 16976546 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index e6d0477..dcd3b22 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Sun Apr 27 07:35:33 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 2.150.2 + * Support for patch management in the Database Lifecycle Management service + * Support for restricting public network access to service instances in the + Visual Builder service + * Support for iSCSI-3 persistent reservations on block volume in the Core + services (Networking, Compute, Block Volume) + * Limited the `enable_fips` method in `oci.fips` module to work only on + OpenSSL 1.x for compatibility with OpenSSL 3.x +- from version 2.150.1 + * Support for applying guardrails, enabling content moderation and detection + of Prompt Injection and Personally Identifiable Information (PII) in the + Generative AI Inference service + * Support for providing customer contacts for operational notifications in + the Database service +- from version 2.150.0 + * Support for connector source and targets with private endpoints in the + Resource Scheduler service + * Support for Cross Region Replication(XRR) for external key managers in + the Key Management service + * Support for dry run of function invocation in the Functions service + * Support for collecting diagnostics for ZeroETL pipelines in the GoldenGate service + * Support for adding, removing and switchover to local peers of deployment + in different availability and fault domains within in the same region in + the GoldenGate service + * Support for creating standby deployments in the GoldenGate service + * The property `kind` in the `SourceDetails`, `TaskDetails` and `TargetDetails` + models in the Resource Scheduler service was fixed to no longer support + `UNKNOWN_ENUM_VALUE`. Instead, a `ValueError` will be raised if this property + is assigned a value that it does not support. + * The type of property `source` in model `ServiceConnector` changed from + `oci.sch.models.SourceDetails` to `oci.sch.models.SourceDetailsResponse` + in the Resource Scheduler service + * The type of property `tasks` in model `ServiceConnector` changed from + `oci.sch.models.TargetDetails` to `oci.sch.models.TaskDetailsResponse` + in the Resource Scheduler service + * The type of property `target` in model `ServiceConnector` changed from + `oci.sch.models.TaskDetails` to `oci.sch.models.TargetDetailsResponse` + in the Resource Scheduler service + ------------------------------------------------------------------- Mon Apr 7 07:39:07 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 8aed757..e3f50b9 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.149.2 +Version: 2.150.2 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From eda20d0a85077dc24ab79a01cd8dd795e5e86b732b48a0bec66b5beb43dc5a4d Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Tue, 29 Apr 2025 14:39:29 +0200 Subject: [PATCH 08/12] - Update to version 1.150.3 * Support for custom headers for model retirement in the Generative AI service * Support for usage statistics in the responses of Cohere chat and embed APIs in the Generative AI service * Support for custom pre-checks in disaster recovery plans in the Disaster Recovery service * Support for retention of automatic backups in the database system deletion policy in the HeatWave service * Support for updating compartment of schedules in the Resource Scheduler service * Support for listing schedules by resource identifier in the Resource Scheduler service * Support for custom parameters when creating schedules in the Resource Scheduler service --- oci-python-sdk-2.150.2.tar.gz | 3 --- oci-python-sdk-2.150.3.tar.gz | 3 +++ python-oci-sdk.changes | 15 +++++++++++++++ python-oci-sdk.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 oci-python-sdk-2.150.2.tar.gz create mode 100644 oci-python-sdk-2.150.3.tar.gz diff --git a/oci-python-sdk-2.150.2.tar.gz b/oci-python-sdk-2.150.2.tar.gz deleted file mode 100644 index 78fabb4..0000000 --- a/oci-python-sdk-2.150.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9f59254db12501d8f35e16342e38db4b77663190e5751fd0ef6897bf5066081 -size 16976546 diff --git a/oci-python-sdk-2.150.3.tar.gz b/oci-python-sdk-2.150.3.tar.gz new file mode 100644 index 0000000..25a6b87 --- /dev/null +++ b/oci-python-sdk-2.150.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f732fba5cdb200eeb573d56859770e4add14244413c2f2c78e829889db291936 +size 16996709 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index dcd3b22..df928c0 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Apr 29 12:38:20 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 1.150.3 + * Support for custom headers for model retirement in the Generative AI service + * Support for usage statistics in the responses of Cohere chat and embed APIs + in the Generative AI service + * Support for custom pre-checks in disaster recovery plans in the Disaster + Recovery service + * Support for retention of automatic backups in the database system deletion + policy in the HeatWave service + * Support for updating compartment of schedules in the Resource Scheduler service + * Support for listing schedules by resource identifier in the Resource Scheduler service + * Support for custom parameters when creating schedules in the Resource Scheduler service + ------------------------------------------------------------------- Sun Apr 27 07:35:33 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index e3f50b9..29c1117 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -1,7 +1,7 @@ # # spec file for package python-oci-sdk # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.150.2 +Version: 2.150.3 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From cb03fd66ada69a027404a33ec86176b58d72ecd2b8a12ee60744782827c567b3 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 15 May 2025 08:42:10 +0200 Subject: [PATCH 09/12] - Update to version 1.152.0 * Support for the Model Deployment service * Support for enabling and monitoring Pluggable Databases(PDB) in the Database Management service * Support for additional unit shapes in AI clusters in the Generative AI service * Support for node search details and node shape details on create and update cluster operations in the OpenSearch service * Models `DisableExternalMysqlAssociatedServiceDetails` and `EnableExternalMysqlAssociatedServiceDetails` removed from the Database Management service * Property `lifecycle_state` removed from model `ExadataInfrastructureLifecycleStateValues` in the Database Management service * Operations `disable_external_mysql_associated_service` and `enable_external_mysql_associated_service` removed from `ManagedMySqlDatabasesClient` in the Database Management service * Default retries disabled for operations `get_named_credential` and `list_named_credentials` from `DbManagementClient` in the Database Management service * Operation `modify_external_container_database_management_feature` removed from `DbManagementClient` in the Database Management service - from version 2.151.0 * Support for dry run while creating cloud exadata Infrastructure and VM clusters in the Database service * Support for filters to get latest versions on list system versions API in the Database service * Support for generic fleets without fleet type in the Fleet Application Management service * Support for creating resources and changing compartment in the Fleet Application Management service * Support for infrastructure management via provisioning with terraform based catalog items and deployments in the Fleet Application Management service * Support for platform configuration metadata management in the Fleet Application Management service * Support for managing runbook versions in the Fleet Application Management service * Support for provisioning runbooks in the Fleet Application Management service * Support for resource inventory in the Fleet Application Management service * Support for changing compartment for fleets, platforms configurations, properties, patches, runbooks and task resources in the Fleet Application Management service * Support for new migration phase in the Database migration service * Models `Associations` and `NotificationPreferences` were removed from the Fleet Application Management service * Properties `resource_id` ,`name`, `type`, `application_type`, `runbook_id` are removed from model `ActionGroupDetails` in the Fleet Application Management service * Properties `resource_id`, `type`, `application_type`, `product`, `lifecycle_operation`, `runbook_id`, `target_id`, `subjects` are removed from model `ActionGroup` in the Fleet Application Management service * Property `tenancy_id` is removed from model `AssociatedSchedulerDefinition` in the Fleet Application Management service * Property `patch_type` is removed from models `CompliancePolicyRuleSummary` and `CompliancePolicyRule` in the Fleet Application Management service * Property `condition` is removed from model `ComponentProperties` in the Fleet Application Management service * Properties `patch_type` and `compartment_id` are removed from model `CreateCompliancePolicyRuleDetails` in the Fleet Application Management service * Property `compartment_id` is removed from models `CreateFleetCredentialDetails` `CreateFleetPropertyDetails`, `UpdatePatchDetails` in the Fleet Application Management service * Properties `fleet_type` ,`application_type`, `group_type`, `resource_selection_type`, `rule_selection_criteria` are removed from model `CreateFleetDetails` in the Fleet Application Management service * Properties `maintenance_window_type` and `task_initiation_cutoff` are removed from models `CreateMaintenanceWindowDetails`, `MaintenanceWindowSummary`, `MaintenanceWindow`, `UpdateMaintenanceWindowDetails` in the Fleet Application Management service * Properties `runbook_relevance` and `associations` are removed from models `CreateRunbookDetails` and `Runbook` in the Fleet Application Management service * Property `activity_initiation_cut_off` is removed from model `CreateSchedulerDefinitionDetails` in the Fleet Application Management service * Property `application_type` is removed from models `FleetResource` and `FleetResourceSummary` in the Fleet Application Management service * Property `fleet_type` is removed from model `FleetSummary` in the Fleet Application Management service * Properties `application_type`, `group_type`, `resource_selection_type`, `rule_selection_criteria` are removed from model `Fleet` in the Fleet Application Management service * Property `id` is removed from model `OperationRunbook` in the Fleet Application Management service * Property `on_upcoming_schedule` is removed from model `Preferences` in the Fleet Application Management service * Property `runbook_relevance` is removed from model `RunbookSummary` in the Fleet Application Management service * Properties `maintenance_window_id`, `recurrences`, `duration` are removed from model `Schedule` in the Fleet Application Management service * Properties `tenancy_id`, `action_group_types`, `application_types` are removed from model `ScheduledFleetSummary` in the Fleet Application Management service * Properties `action_group_types`, `application_types` are removed from models `ScheduledFleetSummary`, `SchedulerDefinitionSummary`, `SchedulerDefinition` in the Fleet Application Management service * Properties `action_group_types`, `application_types`, `associated_schedule_definition` are removed from models `SchedulerJob`, `SchedulerJobSummary` in the Fleet Application Management service * Property `value` is removed from model `TaskArgument` in the Fleet Application Management service * Property `association_type` is removed from model `Task` in the Fleet Application Management service * Property `patch_type` is removed from model `UpdateCompliancePolicyRuleDetails` in the Fleet Application Management service * Property `rule_selection_criteria` is removed from model `UpdateFleetDetails` in the Fleet Application Management service * Properties `associations`, `runbook_relevance` are removed from model `UpdateRunbookDetails` in the Fleet Application Management service * Property `activity_initiation_cut_off` is removed from model `UpdateSchedulerDefinitionDetails` in the Fleet Application Management service * Property `display_name` changed from optional to required in models `CreatePlatformConfigurationDetails`, `CreateTaskRecordDetails` and `CreatePropertyDetails` in the Fleet Application Management service * Type of property `content` changed to `PatchFileContentDetails` from `ContentDetails` in models `GenericArtifact` and `PlatformSpecificArtifact` in the Fleet Application Management service * Return type for property `notification_preferences` changed to `list[NotificationPreference]` from `NotificationPreferences` in model `UpdateFleetDetails` in the Fleet Application Management service * Operations `get_work_request` , `list_work_request_errors` , `list_work_requests` , `list_work_request_logs` are removed from `FleetAppsManagementClient` in the Fleet Application Management service * Parameter `compartment_id` is removed from operation `list_fleet_properties` in the `FleetAppsManagementClient` in the Fleet Application Management service * Parameter `tenancy_id` is removed from operation `list_fleet_resources` in the `FleetAppsManagementClient` in the Fleet Application Management service * Parameter `compartment_id` is removed from operation `list_scheduled_fleets` in the `FleetAppsManagementOperationsClient` in the Fleet Application Management service * Parameters `sub_state` and `defintion_id` are removed from operation `list_scheduler_jobs` in the `FleetAppsManagementOperationsClient` in the Fleet Application Management service * Parameter `runbook_relevance` is removed from operation `list_runbooks` in the `FleetAppsManagementRunbooksClient` in the Fleet Application Management service --- oci-python-sdk-2.150.3.tar.gz | 3 - oci-python-sdk-2.152.0.tar.gz | 3 + python-oci-sdk.changes | 114 ++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 118 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.150.3.tar.gz create mode 100644 oci-python-sdk-2.152.0.tar.gz diff --git a/oci-python-sdk-2.150.3.tar.gz b/oci-python-sdk-2.150.3.tar.gz deleted file mode 100644 index 25a6b87..0000000 --- a/oci-python-sdk-2.150.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f732fba5cdb200eeb573d56859770e4add14244413c2f2c78e829889db291936 -size 16996709 diff --git a/oci-python-sdk-2.152.0.tar.gz b/oci-python-sdk-2.152.0.tar.gz new file mode 100644 index 0000000..672c648 --- /dev/null +++ b/oci-python-sdk-2.152.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1dc7dfd88383a0ff78cae6292d5f3288523d434e62115e2577d7c2db50a644 +size 17102089 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index df928c0..9f08798 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,117 @@ +------------------------------------------------------------------- +Thu May 15 06:35:42 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 1.152.0 + * Support for the Model Deployment service + * Support for enabling and monitoring Pluggable Databases(PDB) + in the Database Management service + * Support for additional unit shapes in AI clusters in the + Generative AI service + * Support for node search details and node shape details on create + and update cluster operations in the OpenSearch service + * Models `DisableExternalMysqlAssociatedServiceDetails` and + `EnableExternalMysqlAssociatedServiceDetails` removed from + the Database Management service + * Property `lifecycle_state` removed from model + `ExadataInfrastructureLifecycleStateValues` in the Database Management service + * Operations `disable_external_mysql_associated_service` and + `enable_external_mysql_associated_service` removed from `ManagedMySqlDatabasesClient` + in the Database Management service + * Default retries disabled for operations `get_named_credential` and + `list_named_credentials` from `DbManagementClient` in the Database Management service + * Operation `modify_external_container_database_management_feature` + removed from `DbManagementClient` in the Database Management service +- from version 2.151.0 + * Support for dry run while creating cloud exadata Infrastructure and VM + clusters in the Database service + * Support for filters to get latest versions on list system versions API + in the Database service + * Support for generic fleets without fleet type in the Fleet Application + Management service + * Support for creating resources and changing compartment in the Fleet + Application Management service + * Support for infrastructure management via provisioning with terraform based + catalog items and deployments in the Fleet Application Management service + * Support for platform configuration metadata management in the Fleet + Application Management service + * Support for managing runbook versions in the Fleet Application Management service + * Support for provisioning runbooks in the Fleet Application Management service + * Support for resource inventory in the Fleet Application Management service + * Support for changing compartment for fleets, platforms configurations, properties, + patches, runbooks and task resources in the Fleet Application Management service + * Support for new migration phase in the Database migration service + * Models `Associations` and `NotificationPreferences` were removed from the + Fleet Application Management service + * Properties `resource_id` ,`name`, `type`, `application_type`, `runbook_id` are + removed from model `ActionGroupDetails` in the Fleet Application Management service + * Properties `resource_id`, `type`, `application_type`, `product`, `lifecycle_operation`, + `runbook_id`, `target_id`, `subjects` are removed from model `ActionGroup` in the + Fleet Application Management service + * Property `tenancy_id` is removed from model `AssociatedSchedulerDefinition` in the + Fleet Application Management service + * Property `patch_type` is removed from models `CompliancePolicyRuleSummary` and + `CompliancePolicyRule` in the Fleet Application Management service + * Property `condition` is removed from model `ComponentProperties` in the Fleet + Application Management service + * Properties `patch_type` and `compartment_id` are removed from model + `CreateCompliancePolicyRuleDetails` in the Fleet Application Management service + * Property `compartment_id` is removed from models `CreateFleetCredentialDetails` + `CreateFleetPropertyDetails`, `UpdatePatchDetails` in the Fleet Application Management service + * Properties `fleet_type` ,`application_type`, `group_type`, `resource_selection_type`, + `rule_selection_criteria` are removed from model `CreateFleetDetails` in the Fleet Application + Management service + * Properties `maintenance_window_type` and `task_initiation_cutoff` are removed from models + `CreateMaintenanceWindowDetails`, `MaintenanceWindowSummary`, `MaintenanceWindow`, + `UpdateMaintenanceWindowDetails` in the Fleet Application Management service + * Properties `runbook_relevance` and `associations` are removed from models `CreateRunbookDetails` + and `Runbook` in the Fleet Application Management service + * Property `activity_initiation_cut_off` is removed from model `CreateSchedulerDefinitionDetails` + in the Fleet Application Management service + * Property `application_type` is removed from models `FleetResource` and `FleetResourceSummary` + in the Fleet Application Management service + * Property `fleet_type` is removed from model `FleetSummary` in the Fleet Application Management service + * Properties `application_type`, `group_type`, `resource_selection_type`, `rule_selection_criteria` + are removed from model `Fleet` in the Fleet Application Management service + * Property `id` is removed from model `OperationRunbook` in the Fleet Application Management service + * Property `on_upcoming_schedule` is removed from model `Preferences` in the Fleet Application Management service + * Property `runbook_relevance` is removed from model `RunbookSummary` in the Fleet Application Management service + * Properties `maintenance_window_id`, `recurrences`, `duration` are removed from model `Schedule` + in the Fleet Application Management service + * Properties `tenancy_id`, `action_group_types`, `application_types` are removed from model `ScheduledFleetSummary` + in the Fleet Application Management service + * Properties `action_group_types`, `application_types` are removed from models `ScheduledFleetSummary`, + `SchedulerDefinitionSummary`, `SchedulerDefinition` in the Fleet Application Management service + * Properties `action_group_types`, `application_types`, `associated_schedule_definition` are removed + from models `SchedulerJob`, `SchedulerJobSummary` in the Fleet Application Management service + * Property `value` is removed from model `TaskArgument` in the Fleet Application Management service + * Property `association_type` is removed from model `Task` in the Fleet Application Management service + * Property `patch_type` is removed from model `UpdateCompliancePolicyRuleDetails` + in the Fleet Application Management service + * Property `rule_selection_criteria` is removed from model `UpdateFleetDetails` + in the Fleet Application Management service + * Properties `associations`, `runbook_relevance` are removed from model `UpdateRunbookDetails` + in the Fleet Application Management service + * Property `activity_initiation_cut_off` is removed from model `UpdateSchedulerDefinitionDetails` + in the Fleet Application Management service + * Property `display_name` changed from optional to required in models `CreatePlatformConfigurationDetails`, + `CreateTaskRecordDetails` and `CreatePropertyDetails` in the Fleet Application Management service + * Type of property `content` changed to `PatchFileContentDetails` from `ContentDetails` in models + `GenericArtifact` and `PlatformSpecificArtifact` in the Fleet Application Management service + * Return type for property `notification_preferences` changed to `list[NotificationPreference]` from + `NotificationPreferences` in model `UpdateFleetDetails` in the Fleet Application Management service + * Operations `get_work_request` , `list_work_request_errors` , `list_work_requests` , `list_work_request_logs` + are removed from `FleetAppsManagementClient` in the Fleet Application Management service + * Parameter `compartment_id` is removed from operation `list_fleet_properties` in the + `FleetAppsManagementClient` in the Fleet Application Management service + * Parameter `tenancy_id` is removed from operation `list_fleet_resources` in the + `FleetAppsManagementClient` in the Fleet Application Management service + * Parameter `compartment_id` is removed from operation `list_scheduled_fleets` in the + `FleetAppsManagementOperationsClient` in the Fleet Application Management service + * Parameters `sub_state` and `defintion_id` are removed from operation `list_scheduler_jobs` + in the `FleetAppsManagementOperationsClient` in the Fleet Application Management service + * Parameter `runbook_relevance` is removed from operation `list_runbooks` in the + `FleetAppsManagementRunbooksClient` in the Fleet Application Management service + ------------------------------------------------------------------- Tue Apr 29 12:38:20 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 29c1117..493c85d 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.150.3 +Version: 2.152.0 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From a6753f03838586ad472d130ece353b56fe65b2406fa23cf0c0f40a4f44ca40e0 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 25 Jun 2025 13:56:07 +0200 Subject: [PATCH 10/12] - Update to version 1.154.3 * Support for database backups to Amazon S3 as default option for all databases running on Exa@AWS in the Database service * Support for customer-managed encryption keys in hosted environments in the NoSQL Database service * Support for upgrading a fleet of Grid Infrastructure and Databases to 23ai for ExaCS and ExaCC in the Exadata Fleet Update service * Support for Bring Your Own IPv6 (BYOIPv6) in the Load Balancer service - from version 2.154.2 * Support for node cycling (reboot/replaceBootVolume) for worker nodes in the Kubernetes Engine service * Support for the WebLogic Management service * Support for the Privileged API Access Control service * Support for Role Based Access Control List in the OCI Cache service * Support for integrating native Redis authentication with OCI Identity/IAM in the OCI Cache service * Support for Command String in Runcommand API in the Instance Agent service * Support for new fields capacitySummary and computeBareMetalHostId in the API response when fetching Dedicated Virtual Machine Hosts in the Compute service - from version 2.154.1 * Support for performing an explicit Data Guard pre-check by setting new optional dry-run parameter when creating a database in the Database service - from version 2.154.0 * Support for creating auto Autonomous Container Database backups in a remote region in the Database service * Support for creating new Autonomous Container Databases from a backup in the remote region in the Database service * Support for input/output token usage information in the Generative AI Agent service * Support for standby connection in the Database Management service * Support for additional metrics, including replication metrics, in the Database Management service * Support for replication dashboard in the Database Management service * Support for soft-deleting backups in the HeatWave service * Support for additional connections types for Oracle Rest Data Services (ORDS), Apache Iceberg, and IBM Db2 for i in the Golden Gate service * Constants `SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD`, `SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD`, `PROTECTION_MODE_MAXIMUM_AVAILABILITY`, `PROTECTION_MODE_MAXIMUM_PERFORMANCE`, `PATCH_MODEL_RELEASE_UPDATES`, `PATCH_MODEL_RELEASE_UPDATE_REVISIONS`, `VERSION_PREFERENCE_NEXT_RELEASE_UPDATE`, `VERSION_PREFERENCE_LATEST_RELEASE_UPDATE`, `DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION`, `DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION`, `NET_SERVICES_ARCHITECTURE_DEDICATED`, `NET_SERVICES_ARCHITECTURE_SHARED` moved from model `CreateAutonomousContainerDatabaseDetails` to `CreateAutonomousContainerDatabaseBase` in the Database service * Properties `customer_contacts`, `display_name`, `db_unique_name`, `db_name`, `service_level_agreement_type`, `autonomous_exadata_infrastructure_id`, `db_version`, `database_software_image_id`, `peer_autonomous_exadata_infrastructure_id`, `peer_autonomous_container_database_display_name`, `protection_mode`, `fast_start_fail_over_lag_limit_in_seconds`, `is_automatic_failover_enabled`, `peer_cloud_autonomous_vm_cluster_id`, `peer_autonomous_vm_cluster_id`, `peer_autonomous_container_database_compartment_id`, `peer_autonomous_container_database_backup_config`, `peer_db_unique_name`, `autonomous_vm_cluster_id`, `cloud_autonomous_vm_cluster_id`, `compartment_id`, `patch_model`, `maintenance_window_details`, `standby_maintenance_buffer_in_days`, `version_preference`, `is_dst_file_update_enabled`, `freeform_tags`, `defined_tags`, `backup_config`, `kms_key_id`, `kms_key_version_id`, `vault_id`, `key_store_id`, `db_split_threshold`, `vm_failover_reservation`, `distribution_affinity`, `net_services_architecture` moved from model `CreateAutonomousContainerDatabaseDetails` to `CreateAutonomousContainerDatabaseBase` in the Database service * Property `user_id` changed from required to optional for model `OracleNosqlConnectionSummary` in the Golden Gate service - from version 2.153.0 * Support for List and Get APIs for out-of-box management dashboard resources in the Management Dashboard service * Support for REST option in the HeatWave MySQL service * Support for warnings in list-application-dependency-vulnerability response for vulnerability audits in the Adm service * Support for HostGroups in the Compute service * Support for ENTERPRISE_EDITION_DEVELOPER enum in Db System Launch and Create DB external backup commands in the Database service * Support for databaseEditionQueryParam in dbSystemInitialStorageSizes, dbSystemStoragePerformance, quotaDefinitions, and internalQuotaDefinitions in the Database service * Support for EmissionType parameter in UsageCarbonEmissionSummary and EmissionCalculationMethod, EmissionType, Granularity parameters in UsageCarbonEmissionsReportQuery in the Usage Api service * Support for querying capacity report under BDSs tenancy in the Big Data service * Support for installing Dataplane Software and python packages updates in the Big Data service * Support for triggering a dry run with OS patch in the Big Data service * Support for NAT on firewall feature in the Network Firewall service * Support for Predictable OIDC Discovery in the OKE service * Support for SQL and FTP monitoring, creating and updating in the Application Performance Monitoring Synthetic service * Support for Demand signal feature in the Capacity Management service * Support for Targeted Launch in the Launch Instance API service * Constants `LIFECYCLE_STATE_ATTACHING` and `LIFECYCLE_STATE_DETACHING` are removed from models `NetworkFirewallPolicySummary`, `NetworkFirewallPolicy`, `NetworkFirewallSummary` and `NetworkFirewall` in the Network Firewall service - from version 2.152.1 * Support for the Globally Distributed Database service * Support for listing the available upgrades (OS & GI) for VirtualMachine DB systems in the Database service * Support for running dry-run operations in the Database service * Support for Network Security Groups in MySQL HeatWave service --- oci-python-sdk-2.152.0.tar.gz | 3 -- oci-python-sdk-2.154.3.tar.gz | 3 ++ python-oci-sdk.changes | 94 +++++++++++++++++++++++++++++++++++ python-oci-sdk.spec | 2 +- 4 files changed, 98 insertions(+), 4 deletions(-) delete mode 100644 oci-python-sdk-2.152.0.tar.gz create mode 100644 oci-python-sdk-2.154.3.tar.gz diff --git a/oci-python-sdk-2.152.0.tar.gz b/oci-python-sdk-2.152.0.tar.gz deleted file mode 100644 index 672c648..0000000 --- a/oci-python-sdk-2.152.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee1dc7dfd88383a0ff78cae6292d5f3288523d434e62115e2577d7c2db50a644 -size 17102089 diff --git a/oci-python-sdk-2.154.3.tar.gz b/oci-python-sdk-2.154.3.tar.gz new file mode 100644 index 0000000..c2cf9b9 --- /dev/null +++ b/oci-python-sdk-2.154.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4e104e813e4ae70dd1616654a8ed6e2516b8741ec95b46d69334a33e60f39b +size 17531431 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 9f08798..34c24b7 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,97 @@ +------------------------------------------------------------------- +Wed Jun 25 11:48:50 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 1.154.3 + * Support for database backups to Amazon S3 as default option for + all databases running on Exa@AWS in the Database service + * Support for customer-managed encryption keys in hosted environments + in the NoSQL Database service + * Support for upgrading a fleet of Grid Infrastructure and Databases to + 23ai for ExaCS and ExaCC in the Exadata Fleet Update service + * Support for Bring Your Own IPv6 (BYOIPv6) in the Load Balancer service +- from version 2.154.2 + * Support for node cycling (reboot/replaceBootVolume) for worker nodes + in the Kubernetes Engine service + * Support for the WebLogic Management service + * Support for the Privileged API Access Control service + * Support for Role Based Access Control List in the OCI Cache service + * Support for integrating native Redis authentication with OCI Identity/IAM + in the OCI Cache service + * Support for Command String in Runcommand API in the Instance Agent service + * Support for new fields capacitySummary and computeBareMetalHostId in the API + response when fetching Dedicated Virtual Machine Hosts in the Compute service +- from version 2.154.1 + * Support for performing an explicit Data Guard pre-check by setting new optional + dry-run parameter when creating a database in the Database service +- from version 2.154.0 + * Support for creating auto Autonomous Container Database backups in a remote + region in the Database service + * Support for creating new Autonomous Container Databases from a backup in the + remote region in the Database service + * Support for input/output token usage information in the Generative AI Agent service + * Support for standby connection in the Database Management service + * Support for additional metrics, including replication metrics, + in the Database Management service + * Support for replication dashboard in the Database Management service + * Support for soft-deleting backups in the HeatWave service + * Support for additional connections types for Oracle Rest Data Services (ORDS), + Apache Iceberg, and IBM Db2 for i in the Golden Gate service + * Constants `SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD`, `SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD`, + `PROTECTION_MODE_MAXIMUM_AVAILABILITY`, `PROTECTION_MODE_MAXIMUM_PERFORMANCE`, + `PATCH_MODEL_RELEASE_UPDATES`, `PATCH_MODEL_RELEASE_UPDATE_REVISIONS`, + `VERSION_PREFERENCE_NEXT_RELEASE_UPDATE`, `VERSION_PREFERENCE_LATEST_RELEASE_UPDATE`, + `DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION`, `DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION`, + `NET_SERVICES_ARCHITECTURE_DEDICATED`, `NET_SERVICES_ARCHITECTURE_SHARED` + moved from model `CreateAutonomousContainerDatabaseDetails` to `CreateAutonomousContainerDatabaseBase` + in the Database service + * Properties `customer_contacts`, `display_name`, `db_unique_name`, `db_name`, + `service_level_agreement_type`, `autonomous_exadata_infrastructure_id`, `db_version`, + `database_software_image_id`, `peer_autonomous_exadata_infrastructure_id`, + `peer_autonomous_container_database_display_name`, `protection_mode`, + `fast_start_fail_over_lag_limit_in_seconds`, `is_automatic_failover_enabled`, + `peer_cloud_autonomous_vm_cluster_id`, `peer_autonomous_vm_cluster_id`, + `peer_autonomous_container_database_compartment_id`, `peer_autonomous_container_database_backup_config`, + `peer_db_unique_name`, `autonomous_vm_cluster_id`, `cloud_autonomous_vm_cluster_id`, + `compartment_id`, `patch_model`, `maintenance_window_details`, `standby_maintenance_buffer_in_days`, + `version_preference`, `is_dst_file_update_enabled`, `freeform_tags`, `defined_tags`, `backup_config`, + `kms_key_id`, `kms_key_version_id`, `vault_id`, `key_store_id`, `db_split_threshold`, + `vm_failover_reservation`, `distribution_affinity`, `net_services_architecture` moved from model + `CreateAutonomousContainerDatabaseDetails` to `CreateAutonomousContainerDatabaseBase` + in the Database service + * Property `user_id` changed from required to optional for model `OracleNosqlConnectionSummary` + in the Golden Gate service +- from version 2.153.0 + * Support for List and Get APIs for out-of-box management dashboard + resources in the Management Dashboard service + * Support for REST option in the HeatWave MySQL service + * Support for warnings in list-application-dependency-vulnerability + response for vulnerability audits in the Adm service + * Support for HostGroups in the Compute service + * Support for ENTERPRISE_EDITION_DEVELOPER enum in Db System Launch + and Create DB external backup commands in the Database service + * Support for databaseEditionQueryParam in dbSystemInitialStorageSizes, dbSystemStoragePerformance, + quotaDefinitions, and internalQuotaDefinitions in the Database service + * Support for EmissionType parameter in UsageCarbonEmissionSummary and EmissionCalculationMethod, + EmissionType, Granularity parameters in UsageCarbonEmissionsReportQuery in the Usage Api service + * Support for querying capacity report under BDSs tenancy in the Big Data service + * Support for installing Dataplane Software and python packages updates in the Big Data service + * Support for triggering a dry run with OS patch in the Big Data service + * Support for NAT on firewall feature in the Network Firewall service + * Support for Predictable OIDC Discovery in the OKE service + * Support for SQL and FTP monitoring, creating and updating in the + Application Performance Monitoring Synthetic service + * Support for Demand signal feature in the Capacity Management service + * Support for Targeted Launch in the Launch Instance API service + * Constants `LIFECYCLE_STATE_ATTACHING` and `LIFECYCLE_STATE_DETACHING` are removed from models + `NetworkFirewallPolicySummary`, `NetworkFirewallPolicy`, `NetworkFirewallSummary` and + `NetworkFirewall` in the Network Firewall service +- from version 2.152.1 + * Support for the Globally Distributed Database service + * Support for listing the available upgrades (OS & GI) for + VirtualMachine DB systems in the Database service + * Support for running dry-run operations in the Database service + * Support for Network Security Groups in MySQL HeatWave service + ------------------------------------------------------------------- Thu May 15 06:35:42 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 493c85d..8a713e0 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.152.0 +Version: 2.154.3 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 -- 2.51.1 From 44e08d9a796e35336c00be51fa542bb085e2c76dd23b9f8d92d56104b63a90df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Thu, 17 Jul 2025 22:16:08 +0200 Subject: [PATCH 11/12] allow urllib2 --- python-oci-sdk.changes | 5 +++++ python-oci-sdk.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 34c24b7..e629bc7 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 17 20:15:52 UTC 2025 - Dirk Müller + +- allow urllib3 >= 2 + ------------------------------------------------------------------- Wed Jun 25 11:48:50 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 8a713e0..ed5ec9a 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -47,7 +47,6 @@ Requires: python-httpsig_cffi Requires: python-requests Requires: python-six Requires: python-sseclient -Requires: python-urllib3 < 2 # /SECTION BuildArch: noarch # SECTION test requirements @@ -63,7 +62,6 @@ BuildRequires: %{python_module pytz >= 2016.10} BuildRequires: %{python_module requests} BuildRequires: %{python_module six} BuildRequires: %{python_module sseclient} -BuildRequires: %{python_module urllib3 < 2} BuildRequires: %{python_module vcrpy >= 2.0.1} %if %{with python2} BuildRequires: python-configparser >= 4.0.2 -- 2.51.1 From 52b09dd825e335683861274caa4ebe9a12ebf9ee4a95b5ceeddeecc3821d5148 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Thu, 18 Sep 2025 10:53:53 +0200 Subject: [PATCH 12/12] - Update to version 2.160.1 * Support for AI Data Platform service * Support for creating refreshable metadata clones of autonomous databases in the Database service * Support for Oracle Base Database for multicloud partners in the Database service - from version 2.160.0 * Support for resource locking in the Email Delivery service * Support for setting backup retention policies while creating and updating autonomous container databases in the Database service * Support for deleting associated long term backups while deleting the autonomous databases in the Database service * Support for listing autonomous database backups by backup destination id and infrastructure type in the Database service * Support for listing autonomous database backups by key store id and infrastructure type in the Database service * Support for undeleting autonomous databases on public cloud and Cloud at Customer in the Database service * Support for additional database edition query parameters in the Database service * Enum value `ENTERPRISE_EDITION_EXTREME` was renamed to `ENTERPRISE_EDITION_EXTREME_PERFORMANCE` in the Database service - from version 2.159.1 * Support for key management integration for Google Cloud Platform (GCP) in the Database Multicloud service * Support for autoscale database storage vault in the Database service * Support for creating Data Guards and moving encrypted keys to Google Cloud Provider in the Database service * Support for validating backup for the backup in the HeatWave service * Support for additional detector types, recipes and rules in the Cloud Guard service * Support for internal DAC shapes in the the Generative AI service - from version 2.159.0 * Support for OCI Streaming with Apache Kafka (OCI Managed Kafka) service * Support for Oracle 19C Database for Oracle Exadata Database Service * Support for VM.Standard.x86 shape in BaseDB Database Service * Support DR for MySQL DB Systems in Disaster Recovery Service * Support for Additional Languages using Whisper Model in Realtime Speech in the Speech Service * Support for GMF APIs by Core Service * Support for creating/updating deployment with new parameters for Golden Gate Service * Removed deprecated service Anomaly Detection * Removed deprecated service Data Transfer Service * Removed deprecated service OS Management Service * Removed deprecated service Service Mesh - from version 2.158.2 * Support for calling Oracle Cloud Infrastructure services in the eu-budapest-1 region * Support for pluggable database snapshot for Oracle Exadata Database Service * Support for new GenericChatRequest parameters in Generative AI inference service * Support for Flexible CIDR for secondary IPs on a VNIC for Virtual Cloud Network Service - from version 2.158.0 * Support for calling Oracle Cloud Infrastructure services in the us-newark-1 region * Support for OCI Cache Config Sets in the Redis service * Support for Oracle Linux 8 in Devops Build Stage in the Build service * Support for Distributed Training V2 (DTv2) in the Data Science service * Support for stream video processing in the AI Vision service * Support for specifying compute cluster and placement constraints when launching instances in the Compute service * Support for SCIM query to allow advanced filtering across various columns in the List Finding Analytics operation in the Data Safe service * Support for Target Database Group in the Data Safe service * Support for adding additional contact to CMOS SR in the Cloud Incident Management service * Support for attachment uploads in the Cloud Incident Management service * Support for Amazon Kinesis endpoints in the Golden Gate service * Support for Azure Data Lake Storage azureAuthorityHost in the Golden Gate service * Model `SubscriptionInfo` is removed from the Cloud Incident Management service * Property `compute_host_group_id` is removed from models `LicensingConfig` and `LaunchInstanceDetails` in the Compute service * Property `static_routes` changed from required to optional in model `IPSecConnection` in the Compute service * Parameter `opc_retry_token` is removed from operation `cancel_work_request` in the `DataSafeClient` of the Data Safe service * Parameter `on_prem_connector_lifecycle_state` is removed from operation `list_on_prem_connectors` in the `DataSafeClient` of the Data Safe service * Models `GenericArtifactLocationDetails`, `GenericArtifacts`, `ObjectStorageGenericArtifactLocationDetails`, `StageOutput`, `TestReportOutput` are removed from the Build service * Properties `default_merge_strategy` and `allowed_merge_strategies` changed from required to optional in model `MergeSettings` in the Build service - from version 2.157.1 * Support for the Oracle Multicloud Hub service * Support for Whisper Models Prompt feature via additional settings object for the AI Speech service * Support for Language Auto Detection for the AI Speech Service * Support for SubmitRawEmail API in Email Delivery service - from version 2.157.0 * Support for the APIP Platform service * Support for resource locking for all resources in the API Gateway service * Support for optional parameters in the import and export dashboard APIs in the Management Dashboard service * Support for agent configurations and MACS extension configurations in the Application Performance Monitoring service * Support for specifying replication configuration when creating or updating a secret in the Vault service * Support for CPU architecture agnostic configurations in the PostgreSQL service * Support for creating, deploying, cloning, getting, listing, activating and deactivating model groups in the Data Science service * Support for creating, updating, getting, listing and deleting model group version history in the Data Science service * Support for uploading and downloading model group artifacts in the Data Science service * Support for listing the state of the deployed models associated with a model group in the Data Science service * Support for updating model group deployments in the Data Science service * Support for burstable shapes in data science notebooks, machine learning jobs and machine learning pipelines in the Data Science service * Support for multilingual text to speech for 8 more languages in the AI Speech service * Property `language_code` in model `VoiceSummary` will no longer support `UNKNOWN_ENUM_VALUE` - from version 2.156.0 * Support for updating autonomous databases with schedule DB version upgrade in the Database service * Support for new OKV Endpoint group parameter for Autonomous Container Database operations in the Database service * Support for specifying tags in backup databases and standby databases in the Database service * Support for cloud database systems and improved system monitoring in the Database Management service * Support for stack, image, lead generation, and service listing types in the Marketplace service * Support for adding custom metric-based policies in the Autoscaling service * Support for Named Credentials in the Management Agent service * Support for multilingual capability, user configured Agent-As-A-Tool, data ingestion of documents, and sequentially executed steps in the Generative AI Agent service * Support for IAM authentication in the Cache service * The AI Anomaly Detection service has reached End-of-life * Clients `AttachmentClient`, `AttachmentClientCompositeOperations`, `OfferClient`, `OfferClientCompositeOperations` are removed from the Marketplace service * Models `Attachment`, `AttachmentCollection`, `Contact`, `CreateAttachmentDetails`, `CreateOfferDetails`, `CustomField`, `Offer`, `Pricing`, `ResourceBundle`, `SellerInformation`, `UpdateOfferDetails` are removed from the Marketplace service * Properties `version_details`, `system_requirements`, `categories`, `markets`, `pricing_type` are removed from models `CreateListingRevisionDetails` and `UpdateListingRevisionDetails` in the Marketplace service * Properties `version_details`, `system_requirements`, `categories`, `markets`, `pricing_type`, `allowed_tenancies`, `are_internal_tenancy_launch_allowed` are removed from model `ListingRevision` in the Marketplace service * Properties `categories`, `markets`, `pricing_type` are removed from model `ListingRevisionSummary` in the Marketplace service * Parent class for model `Metric` changed from `object` to `MetricBase` in the Autoscaling service * Type of property `metric` changed from `Metric` to `MetricBase` in models `Condition`, `CreateConditionDetails`, `UpdateConditionDetails` in the Autoscaling service * Support for default retries on the operations of the Autoscaling service * Property `http_endpoint_auth_config_type` is removed from model `HttpEndpointAuthConfig` in the Generative AI Agent service - from version 2.155.2 * Support for calling Oracle Cloud Infrastructure services in the ap-delhi-1 region - from version 2.155.1 * Support for calling Oracle Cloud Infrastructure services in the us-ashburn-2 region * Support for insight of Autonomous Database on Exadata Cloud@Customer (ADB on ExaC@C) in the Operations Insights service * Support for Spanish and Portuguese language recognition with Azure-backed Optical Character Recognition (OCR) in the AI Document service * Support for UK, Australian, and Canadian address and tax form recognition in the AI Document service * Support for Personal-to-Corporate conversation check in the OSP Gateway service - from version 2.155.0 * Support for the Database MultiCloud service * Support for System Tags in the Database service * Support for PKCS11 Library Integration for Azure Key Store in the Database service * Support for changing subscription ID and the opc-dry-run parameter in the Database service * Support for listing all members of an Elastic Resource Pool for a provided Elastic Resource Pool leader in the Database service * Support for managing scheduled queries in the Application Performance Monitoring service * Support for Bring Your Own Key (BYOK) in the MySQL Heatwave service * Support for customer-initiated collection of diagnostic information in the Database Migration service * The type of field `state` has been changed from string to `state` enum in the models `AutoActivateToggleStatus` and `AutoActivateStatus` in the Application Performance Monitoring service --- oci-python-sdk-2.154.3.tar.gz | 3 - oci-python-sdk-2.160.1.tar.gz | 3 + python-oci-sdk.changes | 164 +++++++++++++++++++++++++++++++++- python-oci-sdk.spec | 4 +- 4 files changed, 168 insertions(+), 6 deletions(-) delete mode 100644 oci-python-sdk-2.154.3.tar.gz create mode 100644 oci-python-sdk-2.160.1.tar.gz diff --git a/oci-python-sdk-2.154.3.tar.gz b/oci-python-sdk-2.154.3.tar.gz deleted file mode 100644 index c2cf9b9..0000000 --- a/oci-python-sdk-2.154.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4e104e813e4ae70dd1616654a8ed6e2516b8741ec95b46d69334a33e60f39b -size 17531431 diff --git a/oci-python-sdk-2.160.1.tar.gz b/oci-python-sdk-2.160.1.tar.gz new file mode 100644 index 0000000..c4b3338 --- /dev/null +++ b/oci-python-sdk-2.160.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c00963ce47dcd98eddc1258607a7dfb40d98fb5771698128ad4710f3c040190 +size 17893138 diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index e629bc7..9bb283d 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -1,7 +1,167 @@ ------------------------------------------------------------------- -Thu Jul 17 20:15:52 UTC 2025 - Dirk Müller +Thu Sep 18 08:36:59 UTC 2025 - John Paul Adrian Glaubitz -- allow urllib3 >= 2 +- Update to version 2.160.1 + * Support for AI Data Platform service + * Support for creating refreshable metadata clones of autonomous databases + in the Database service + * Support for Oracle Base Database for multicloud partners in the Database service +- from version 2.160.0 + * Support for resource locking in the Email Delivery service + * Support for setting backup retention policies while creating and updating + autonomous container databases in the Database service + * Support for deleting associated long term backups while deleting the autonomous + databases in the Database service + * Support for listing autonomous database backups by backup destination id and + infrastructure type in the Database service + * Support for listing autonomous database backups by key store id and infrastructure + type in the Database service + * Support for undeleting autonomous databases on public cloud and Cloud at Customer + in the Database service + * Support for additional database edition query parameters in the Database service + * Enum value `ENTERPRISE_EDITION_EXTREME` was renamed to + `ENTERPRISE_EDITION_EXTREME_PERFORMANCE` in the Database service +- from version 2.159.1 + * Support for key management integration for Google Cloud Platform (GCP) in the + Database Multicloud service + * Support for autoscale database storage vault in the Database service + * Support for creating Data Guards and moving encrypted keys to Google Cloud Provider + in the Database service + * Support for validating backup for the backup in the HeatWave service + * Support for additional detector types, recipes and rules in the Cloud Guard service + * Support for internal DAC shapes in the the Generative AI service +- from version 2.159.0 + * Support for OCI Streaming with Apache Kafka (OCI Managed Kafka) service + * Support for Oracle 19C Database for Oracle Exadata Database Service + * Support for VM.Standard.x86 shape in BaseDB Database Service + * Support DR for MySQL DB Systems in Disaster Recovery Service + * Support for Additional Languages using Whisper Model in Realtime Speech + in the Speech Service + * Support for GMF APIs by Core Service + * Support for creating/updating deployment with new parameters for Golden Gate Service + * Removed deprecated service Anomaly Detection + * Removed deprecated service Data Transfer Service + * Removed deprecated service OS Management Service + * Removed deprecated service Service Mesh +- from version 2.158.2 + * Support for calling Oracle Cloud Infrastructure services in the eu-budapest-1 region + * Support for pluggable database snapshot for Oracle Exadata Database Service + * Support for new GenericChatRequest parameters in Generative AI inference service + * Support for Flexible CIDR for secondary IPs on a VNIC for Virtual Cloud Network Service +- from version 2.158.0 + * Support for calling Oracle Cloud Infrastructure services in the us-newark-1 region + * Support for OCI Cache Config Sets in the Redis service + * Support for Oracle Linux 8 in Devops Build Stage in the Build service + * Support for Distributed Training V2 (DTv2) in the Data Science service + * Support for stream video processing in the AI Vision service + * Support for specifying compute cluster and placement constraints when launching + instances in the Compute service + * Support for SCIM query to allow advanced filtering across various columns + in the List Finding Analytics operation in the Data Safe service + * Support for Target Database Group in the Data Safe service + * Support for adding additional contact to CMOS SR in the Cloud Incident Management service + * Support for attachment uploads in the Cloud Incident Management service + * Support for Amazon Kinesis endpoints in the Golden Gate service + * Support for Azure Data Lake Storage azureAuthorityHost in the Golden Gate service + * Model `SubscriptionInfo` is removed from the Cloud Incident Management service + * Property `compute_host_group_id` is removed from models `LicensingConfig` and + `LaunchInstanceDetails` in the Compute service + * Property `static_routes` changed from required to optional in model `IPSecConnection` + in the Compute service + * Parameter `opc_retry_token` is removed from operation `cancel_work_request` in the + `DataSafeClient` of the Data Safe service + * Parameter `on_prem_connector_lifecycle_state` is removed from operation + `list_on_prem_connectors` in the `DataSafeClient` of the Data Safe service + * Models `GenericArtifactLocationDetails`, `GenericArtifacts`, + `ObjectStorageGenericArtifactLocationDetails`, `StageOutput`, `TestReportOutput` + are removed from the Build service + * Properties `default_merge_strategy` and `allowed_merge_strategies` changed from + required to optional in model `MergeSettings` in the Build service +- from version 2.157.1 + * Support for the Oracle Multicloud Hub service + * Support for Whisper Models Prompt feature via additional settings object + for the AI Speech service + * Support for Language Auto Detection for the AI Speech Service + * Support for SubmitRawEmail API in Email Delivery service +- from version 2.157.0 + * Support for the APIP Platform service + * Support for resource locking for all resources in the API Gateway service + * Support for optional parameters in the import and export dashboard APIs + in the Management Dashboard service + * Support for agent configurations and MACS extension configurations in the + Application Performance Monitoring service + * Support for specifying replication configuration when creating or updating a secret + in the Vault service + * Support for CPU architecture agnostic configurations in the PostgreSQL service + * Support for creating, deploying, cloning, getting, listing, activating and + deactivating model groups in the Data Science service + * Support for creating, updating, getting, listing and deleting model group version + history in the Data Science service + * Support for uploading and downloading model group artifacts in the Data Science service + * Support for listing the state of the deployed models associated with a model group in + the Data Science service + * Support for updating model group deployments in the Data Science service + * Support for burstable shapes in data science notebooks, machine learning + jobs and machine learning pipelines in the Data Science service + * Support for multilingual text to speech for 8 more languages in the AI Speech service + * Property `language_code` in model `VoiceSummary` will no longer support `UNKNOWN_ENUM_VALUE` +- from version 2.156.0 + * Support for updating autonomous databases with schedule DB version upgrade in the Database service + * Support for new OKV Endpoint group parameter for Autonomous Container + Database operations in the Database service + * Support for specifying tags in backup databases and standby databases in the Database service + * Support for cloud database systems and improved system monitoring in the Database Management service + * Support for stack, image, lead generation, and service listing types in the Marketplace service + * Support for adding custom metric-based policies in the Autoscaling service + * Support for Named Credentials in the Management Agent service + * Support for multilingual capability, user configured Agent-As-A-Tool, data ingestion + of documents, and sequentially executed steps in the Generative AI Agent service + * Support for IAM authentication in the Cache service + * The AI Anomaly Detection service has reached End-of-life + * Clients `AttachmentClient`, `AttachmentClientCompositeOperations`, `OfferClient`, + `OfferClientCompositeOperations` are removed from the Marketplace service + * Models `Attachment`, `AttachmentCollection`, `Contact`, `CreateAttachmentDetails`, + `CreateOfferDetails`, `CustomField`, `Offer`, `Pricing`, `ResourceBundle`, + `SellerInformation`, `UpdateOfferDetails` are removed from the Marketplace service + * Properties `version_details`, `system_requirements`, `categories`, `markets`, + `pricing_type` are removed from models `CreateListingRevisionDetails` and + `UpdateListingRevisionDetails` in the Marketplace service + * Properties `version_details`, `system_requirements`, `categories`, `markets`, + `pricing_type`, `allowed_tenancies`, `are_internal_tenancy_launch_allowed` + are removed from model `ListingRevision` in the Marketplace service + * Properties `categories`, `markets`, `pricing_type` are removed from model + `ListingRevisionSummary` in the Marketplace service + * Parent class for model `Metric` changed from `object` to `MetricBase` in the Autoscaling service + * Type of property `metric` changed from `Metric` to `MetricBase` in models `Condition`, + `CreateConditionDetails`, `UpdateConditionDetails` in the Autoscaling service + * Support for default retries on the operations of the Autoscaling service + * Property `http_endpoint_auth_config_type` is removed from model `HttpEndpointAuthConfig` + in the Generative AI Agent service +- from version 2.155.2 + * Support for calling Oracle Cloud Infrastructure services in the ap-delhi-1 region +- from version 2.155.1 + * Support for calling Oracle Cloud Infrastructure services in the us-ashburn-2 region + * Support for insight of Autonomous Database on Exadata Cloud@Customer (ADB on ExaC@C) + in the Operations Insights service + * Support for Spanish and Portuguese language recognition with Azure-backed Optical + Character Recognition (OCR) in the AI Document service + * Support for UK, Australian, and Canadian address and tax form recognition in the + AI Document service + * Support for Personal-to-Corporate conversation check in the OSP Gateway service +- from version 2.155.0 + * Support for the Database MultiCloud service + * Support for System Tags in the Database service + * Support for PKCS11 Library Integration for Azure Key Store in the Database service + * Support for changing subscription ID and the opc-dry-run parameter in the Database service + * Support for listing all members of an Elastic Resource Pool for a provided + Elastic Resource Pool leader in the Database service + * Support for managing scheduled queries in the Application Performance Monitoring service + * Support for Bring Your Own Key (BYOK) in the MySQL Heatwave service + * Support for customer-initiated collection of diagnostic information + in the Database Migration service + * The type of field `state` has been changed from string to `state` enum in the models + `AutoActivateToggleStatus` and `AutoActivateStatus` in the Application Performance + Monitoring service ------------------------------------------------------------------- Wed Jun 25 11:48:50 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index ed5ec9a..cf0ad09 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -19,7 +19,7 @@ %bcond_without python2 %{?sle15_python_module_pythons} Name: python-oci-sdk -Version: 2.154.3 +Version: 2.160.1 Release: 0 Summary: Oracle Cloud Infrastructure Python SDK License: Apache-2.0 OR UPL-1.0 @@ -47,6 +47,7 @@ Requires: python-httpsig_cffi Requires: python-requests Requires: python-six Requires: python-sseclient +Requires: python-urllib3 < 2 # /SECTION BuildArch: noarch # SECTION test requirements @@ -62,6 +63,7 @@ BuildRequires: %{python_module pytz >= 2016.10} BuildRequires: %{python_module requests} BuildRequires: %{python_module six} BuildRequires: %{python_module sseclient} +BuildRequires: %{python_module urllib3 < 2} BuildRequires: %{python_module vcrpy >= 2.0.1} %if %{with python2} BuildRequires: python-configparser >= 4.0.2 -- 2.51.1