Revisions of python-oci-sdk

John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) accepted request 914906 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 34)
- Update to version 2.44.1
  * Support for generating recommended VM cluster networks in the Database service
  * Support for creating VM cluster networks with a specified
    listener port in the Database service
- from version 2.44.0
  * Support for getting management agent hosts which are eligible to create Operations
    Insights host resources on, in the Operations Insights service
  * Support for getting summarized agent counts and summarized plugin counts in the
    Management Agent Cloud service
  * Model `WorkSubmissionKey` was removed from Management Agent Cloud service
  * Type for parameter `plugin_name` changed to `list[str]` from `str` in operation
    `list_management_agent_plugins` in the Management Agent Cloud Service
  * Type for parameter `version` changed to `list[str]` from `str` in operation
    `list_management_agent_plugins` in the Management Agent Cloud Service
  * Type for parameter `platform_type` changed to `list[str]` from `str` in operation
    `list_management_agent_plugins` in the Management Agent Cloud Service
- from version 2.43.2
  * Support for manually copying volume group backups across regions
    in the Block Volume service
  * Support for work requests for the copy volume backup and copy boot volume
    backup operations in the Block Volume service
  * Support for specifying external Hive metastores during application
    creation in the Data Flow service
  * Support for changing the compartment of a backup in the MySQL Database service
  * Support for model catalog features including provenance, metadata, schemas,
    and artifact introspection in the Data Science service
  * Support for Exadata system network bonding in the Database service
  * Support for creating autonomous databases with early patching
    enabled in the Database service
John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) accepted request 910000 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 33)
- Update to version 2.43.1
  * Support for filtering by tag on capacity planning and SQL warehouse
    list operations in the Operations Insights service
  * Support for creating cross-region autonomous data guards in the Database service
  * Support for the customer contacts feature on cloud exadata infrastructure
    in the Database service
  * Support for cost analysis custom tables in the Usage service
- from version 2.43.0
  * Support for schedules, schedule tasks, REST tasks, operators, S3, and Fusion Apps
    in the Data Integration service
  * Support for getting available updates and update histories for VM clusters
    in the Database service
  * Support for downloading network validation reports for Exadata network
    resources in the Database service
  * Support for patch and upgrade of Grid Infrastructure (GI), and update of
    DomU OS software for VM clusters in the Database service
  * Support for updating data guard associations in the Database service
  * Changed Expect HTTP header to support only Object Storage and Log Analytics services,
    to mitigate performance degradation issues in the OCI Python SDK v2.38.4 and above.
    For more information, please see https://github.com/oracle/oci-python-sdk/issues/367
  * Data Type for param `type` changed from `str` to `object` in model `ShapeField`
    in the Data Integration Service
  * Data Type for param `type` changed from `oci.data_integration.models.BaseType` to
    `object` in model `Parameter` in the Data Integration Service
  * Data Type for param `type` changed from `str` to `object` in model `NativeShapeField`
    in the Data Integration Service
  * Base class for model `OracleWriteAttributes` changed from `object` to
    `oci.data_integration.models.AbstractWriteAttribute` in the Data Integration Service
  * Base class for model `OracleReadAttributes` changed from `object` to
    `oci.data_integration.models.AbstractReadAttribute` in the Data Integration Service
John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) accepted request 902845 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 32)
- Update to version 2.40.1
  * Support for virtual machine and bare metal pluggable databases in the Database service
  * Changed allowed versions of cryptography package to a range, starting from from 3.2.1 up to 3.4.7
- from version 2.40.0
  * Support for elastic storage on Exadata Infrastructure resources for Cloud at Customer in the Database service
  * Support for registration and management of target databases in the Data Safe service
  * Support for config on metadata in the Management Dashboard service
  * Support for a new work request operation type for node pool reconciliation events
    in the Container Engine for Kubernetes service
  * Support for migrating clusters with a public Kubernetes API endpoint which are not integrated with
    a customer's VCN to a VCN-native cluster in the Container Engine for Kubernetes service
  * Support for getting the spark version of applications, and filtering applications
    by spark version, in the Data Flow service
  * The properties `freeform_tags` and `defined_tags` were removed from the ManagementDashboardExportDetails
    model in the Management Dashboard service
- from version 2.39.1
  * Support for Java Management service
  * Support for resource principals for the Enterprise Manager bridge resource in Operations Insights service
  * Support for encryptionInTransitType in BootVolumeAttachment and IScsiVolumeAttachment in Core service
  * Support for updating iscsiLoginState for VolumeAttachment in Core service
  * Support for a new type of Source called Import for use with the Export tool in Application Migration service
  * Fixed a bug where requests were not retried for a specific case of Upload Manager
    uploading a file with multipart disabled and callback provided
- Refresh patches for new version
  + ops_relax-python-depends.patch
- Update BuildRequires and Requires from setup.py
buildservice-autocommit accepted request 897114 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 31)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 897035 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 30)
Update to version 2.39.0
buildservice-autocommit accepted request 894678 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 29)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 894667 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 28)
Update to version 2.38.3
buildservice-autocommit accepted request 893099 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 27)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 893077 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 26)
- Update to version 2.38.2
  * Support for creating notebook sessions with larger block volumes in the Data Science service
  * Support for database maintenance run patch modes in the Database service
  * Fixed a bug where `timeout=None` was not respected when passed to clients. The older
    versions of the SDK still use the default connection timeout(10s) and read timeout(60s)
    when initialized with `timeout=None`
  * Improvement in the performance of Upload Manager for parallel uploads. This is achieved
    by overriding the default read size of Python HTTP client from 8192 bytes to 64 kb.
buildservice-autocommit accepted request 892572 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 892518 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 24)
- Update to version 2.38.1
  * Support for the Operator Access Control service
  * Support for the Service Catalog service
  * Support for the AI Language service
  * Support for autonomous database on Exadata Cloud at Customer
    infrastructure patching in the Database service
- from version 2.38.0
  * Support for RACs (real application clusters) for external container,
    non-container, and pluggable databases in the Database service
  * Support for data masking in the Cloud Guard service
  * Support for opting out of DNS records during instance launch, as well as
    attaching secondary VNICs, in the Compute service
  * Support for mutable sizes on cluster networks in the Autoscaling service
  * Support for auto-tiering on buckets in the Object Storage service
  * VCN id parameters were moved from being required to being optional on
    all list operations in the Networking service
- from version 2.37.0
  * Support for opting in/out of live migration on instances in the Compute service
  * Support for enabling/disabling Operations Insights on external non-container
    and external pluggable databases in the Database service
  * Support for a GraphStudio URL as a connection URL on databases in the Database service
  * Support for adding customer contacts on autonomous databases in the Database service
  * Support for name annotations on harvested objects in the Data Catalog service
  * If retries are enabled, the SDK will now retry on status 409/IncorrectState.
    It will not retry on status 501.
  * Bumped cryptography version to 3.3.2 to address security vulnerability
    https://github.com/oracle/oci-python-sdk/pull/322
- from version 2.36.0
  * Support for the Database Migration service
  * Support for the Networking Topology service
buildservice-autocommit accepted request 871251 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 23)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 871238 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 22)
- Update to version 2.31.0
  * Support for the Database Management service
  * Support for setting an offset for budget processing in the Budgets service
  * Support for enabling and disabling Oracle Cloud Agent plugins in the Compute service
  * Support for listing available plugins and for getting the status of plugins
    in the Oracle Cloud Agent service
  * Support for one-off patching in autonomous transaction processing - dedicated
    databases in the Database service
  * Support for additional database upgrade options in the Database service
  * Support for glossary term recommendations in the Data Catalog service
  * Support for listing errata in the OS Management service
  * Model `InstanceAgentCommandContentInfo` is removed from Compute Instance Agent service
- from version 2.30.0
  * Support for checking if a contact for Exadata infrastructure is valid
    in My Oracle Support in the Database service
  * Support for checking if Exadata infrastructure is in a degraded
    state in the Database service
  * Support for updating the operating system on a VM cluster in the Database service
  * Support for external databases in the Database service
  * Support for uploading objects to the infrequent access storage
    tier in the Object Storage service
  * Support for changing the storage tier of existing objects in the Object Storage service
  * Support for private templates in the Resource Manager service
  * Support for multiple encryption domains on IPSec tunnels in the Networking service
  * Attribute `vnic_id` in response model `Ipv6` changed from required
    to optional in the Networking service
- from version 2.29.0
  * Support for creating, managing, and using asymmetric keys in the Key Management service
  * Support for peer ACD unique names in Exadata Cloud at Customer in the Database service
  * Support for ACLs on autonomous databases in Exadata Cloud at Customer
buildservice-autocommit accepted request 861817 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 21)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 861812 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 20)
- Update to version 2.26.0
  * Support for filtering listKeys based on KeyShape in KeyManagement service
  * Support for the Oracle Roving Edge Infrastructure service
  * Support for flexible ShapeDetails in Load Balancer service
  * Support for listing of harvested Rules, additional filtering for Logical
    Entity list calls in Data Catalog service
  * Support second level domain for audit SDK
  * Support for listing flex components in Database service
  * Support for APEX service for ADBS on OCI console for Database service
  * Support for Customer-Managed Key features as a part of the Database service
  * Support for Github configuration source provider as part of the Resource Manager service
  * Removed deprecated create_autonomous_data_warehouse API from Database service
  * Removed deprecated create_autonomous_data_warehouse_backup API from Database service
  * Removed deprecated delete_autonomous_data_warehouse API from Database service
  * Removed deprecated generate_autonomous_data_warehouse_wallet API from Database service
  * Removed deprecated get_autonomous_data_warehouse API from Database service
  * Removed deprecated get_autonomous_data_warehouse_backup API from Database service
  * Removed deprecated list_autonomous_data_warehouse_backups API from Database service
  * Removed deprecated list_autonomous_data_warehouses API from Database service
  * Removed deprecated restore_autonomous_data_warehouse API from Database service
  * Removed deprecated start_autonomous_data_warehouse API from Database service
  * Removed deprecated stop_autonomous_data_warehouse API from Database service
  * Removed deprecated update_autonomous_data_warehouse API from Database service
  * The enum attributes `lifecycle_state` and `license_model` from Model
    `AutonomousDataWarehouseSummary` in the Database service raise `ValueError` if
    they receive an invalid value. In the earlier versions, the value defaults to
    `UNKNOWN_ENUM_VALUE`.
  * The enum attributes `lifecycle_state` and `license_model` from Model
    `AutonomousDataWarehouse` in the Database service raise `ValueError` if they
     receive an invalid value. In the earlier versions, the value defaults to
buildservice-autocommit accepted request 841907 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 19)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 841901 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 18)
- Update to version 2.23.0
  * Support for API definitions in the API Gateway service
  * Support for pattern-based logical entities, namespace-bound custom
    properties, and faceted search in the Data Catalog service
  * Support for autonomous Data Guard on autonomous infrastructure
    in the Database service
  * Support for creating a Data Guard association on an existing standby
    database home in the Database service
  * Support for upgrading cloud VM cluster grid infrastructure
    in the Database service
  * Attribute `is_quick_start` in models `CreateLogSavedSearchDetails`,
    `LogSavedSearchSummary` and `LogSavedSearch` is removed from the
     Logging Management service
  * Lifecycle State `DELETED` is removed from the Logging Management service
- from version 2.22.0 - 2020-10-06
  * Support for calling Oracle Cloud Infrastructure services in the me-dubai-1 region
  * Support for rotating keys on autonomous container databases and autonomous
    databases in the Database service
  * Support for cloud Exadata infrastructure and cloud VM clusters
    in the Database service
  * Support for controlling the display of tax banners in the Marketplace service
  * Support for application references, patch changes, generic JDBC and MySQL data asset
    types, and publishing tasks to OCI Dataflow in the Data Integration service
  * Support for disabling the legacy Instance Metadata endpoints v1
    in the Compute service
  * Support for instance configurations specifying instance options
    in the Compute Management service
  * The attribute `model_type` in `TypedObject` model now raises `ValueError`
    when provided with an invalid value. Please see the documentation for a
    list of allowed values.
buildservice-autocommit accepted request 833323 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 17)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 833317 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 16)
- Update to version 2.21.3
  * Support for Logging Service
  * Support for Logging Analytics Service
  * Support for Logging Search Service
  * Support for Logging Ingestion Service
  * Support for Management Agent Cloud Service
  * Support for Management Dashboard Service
  * Support for Service Connector Hub service
  * Support for Policy based Request/Response transformation in the API Gateway Service
  * Support for sending diagnostic interrupt to a VM instance in the Compute Service
  * Support for custom Database Software Images in the Database Service
  * Support for getting and listing container database patches for Autonomous
    Container Database resources in the Database Service
  * Support for updating patch id on maintenance run for Autonomous
    Container Database resources in the Database Service
  * Support for searching Oracle Cloud resources across tenancies in the Search Service
  * Documentation update for Logging Policies in the API Gateway service
  * Support for Python SDK in Cloud Shell
- from version 2.21.2
  * Support for custom boot volume size and other node pool updates in
    the Container Engine for Kubernetes service
  * Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
  * Support for stopping VM instances after scheduled maintenance
    or hypervisor reboots in the Compute service
  * Support for creating and managing private endpoints in the Data Flow service
- from version 2.21.1
  * Support for custom boot volume size and other node pool updates
    in the Container Engine for Kubernetes service
  * Support for Data Guard on Exadata Cloud at Customer VM clusters in the Database service
  * Support for stopping VM instances after scheduled maintenance or
buildservice-autocommit accepted request 820873 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 15)
baserev update by copy to link target
Displaying revisions 121 - 140 of 154
openSUSE Build Service is sponsored by