Revisions of python-oci-sdk

Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 820851 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 14)
- Update to version 2.17.2
  * Support for registering and deregistering autonomous dedicated databases
    with Data Safe in the Database service
  * Support for switching between non-private-endpoints and private endpoints on
    autonomous databases in the Database service
  * Support for returning group names when listing identity provider
    groups in the Identity service
  * Support for server-side object re-encryption in the Object Storage service
  * Support for private endpoint (ingress) and public endpoint whitelisting
    in the Analytics Cloud service
- from version 2.17.1
  * Support for the Usage service
  * Support for the VMware Provisioning service
  * Support for applying one-off patches to databases in the Database service
  * Support for layer-2 virtualization features on vlans in the Networking service
  * Support for all AttachVolumeDetails and ParavirtualizedAttachVolumeDetails
    properties on instance configurations in the Compute Management service
  * Support for setting HTTP header size and allowing invalid characters in
    HTTP request headers in the Load Balancing service
  * Support for enabling/disabling HTTP logging.
    Please see https://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/logging.html
- from version 2.17.0
  * Support for the Data Integration service
  * Support for updating database home IDs on databases in the Database service
  * Support for backing up autonomous databases on Cloud at Customer in the Database service
  * Support for managing autonomous VM clusters on Cloud at Customer in the Database service
  * Support for accessing data assets via private endpoints in the Data Catalog service
  * Support for dependency archive zip files to be specified for use by applications in the Data Flow service
  * Attribute `lifecycle_state` in the Data Catalog service has restricted values to
    "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING"
buildservice-autocommit accepted request 810918 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 13)
baserev update by copy to link target
John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) committed (revision 12)
- Update ops_relax-python-depends.patch to drop configparser from Python requirements
John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) accepted request 810785 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 11)
- Update to version 2.14.3
  * Support for returning the private IP of a private
    endpoint database in the Database service
  * Support for native JWT validation in the API Gateway service
- from version 2.14.2
  * Support for drift detection in the Resource Manager service
- from version 2.14.1
  * Support for updating the license type of database systems in the Database service
  * Support for updating the version of 19c autonomous databases in the Database service
  * Support for backup and restore functionality in the Key Management service
  * Support for reports in the Marketplace service
  * Support for calling Oracle Cloud Infrastructure services in the ap-hyderabad-1 region
- from version 2.14.0
   * Support for the MySQL Database service
   * Support for updating the database home of a database in the Database service
   * Support for government regions in the Marketplace service
   * Support for starting and stopping instances in the Integration service
   * Support for installing Windows updates in the OS Management service
   * Deleted models ErrataId, ManagedInstanceUpdateDetails and UpdatablePackageSummary
     from the os_management service
- Update file list to fix Python imports for unvendoring
buildservice-autocommit accepted request 798195 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 10)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 798182 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 9)
- Update to version 2.13.0
  + Support for the Data Safe service
  + Support for the Incident Management service
  + Support for showing which database versions support always-free in the Database service
  + Support in instance configurations for flex shapes, dedicated VM
    hosts, encryption in transit, and KMS keys in the Compute Autoscaling service
  + Support for server-side object encryption using a customer-provided
    encryption key in the Object Storage service
  + Support for specifying maintenance preferences while launching and
    updating Exadata Database systems in the Database service
  + Support for flexible-shaped VM instances in the Compute service
  + Support for scheduled cross-region backups in the Block Volume service
  + Support for object versioning in the Object Storage service
  + Deleted models Archiver, CreateArchiverDetails and
    UpdateArchiverDetails from the streaming service
- from version 2.12.4
  + Support for access types on instances in the Content and Experience service
  + Support for identity contexts in the Search service
  + Support for Client Side Encryption:
    https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/clientsideencryption.htm
  + Support for retries on Python built-in ConnectionError
- from version 2.12.3
  + Support for changing compartments of runs and
    applications in the Data Flow service
  + Support for getting usage information in the
    Key Management Vault service
  + Support for custom Key Management service endpoints and private
    endpoints on stream pools in the Streaming service
  + Fixed kms_example and added secrets examples
- from version 2.12.2
buildservice-autocommit accepted request 796486 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 8)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 7)
- Fix build without python2
buildservice-autocommit accepted request 785587 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 6)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 785580 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 5)
- Update to version 2.11.0
  + Support for Events service integration with alerts in the Budgets service
  + The parameters sort_by and lifecycle_state type from Budgets
    service are changed from str to enum
- from version 2.10.7
  + Support for updating the shape of a Database System in the Database service
  + Support for generating CPE configurations for download in the Networking service
  + Support for private IPs and fault domains of cluster nodes in the Container
    Engine for Kubernetes service
  + Support for calling Oracle Cloud Infrastructure services in the ca-montreal-1 region
  + Fixed missed parameter when invoking request signing for delegation token
- from version 2.10.6
  + Support for restarting autonomous databases in the Database service
  + Support for private endpoints on autonomous databases in the Database service
  + Support for IP-based policies in the Identity service
  + Support for management of OAuth 2.0 client credentials in the Identity service
  + Support for OCI Functions as a subscription protocol in the Notifications service
- from version 2.10.5
  + Support for the NoSQL Database service
  + Support for filtering database versions by storage management
    type in the Database service
  + Support for specifying paid listing types within pricing models
    in the Marketplace service
  + Support for primary and non-primary instance types in the
    Content and Experience service
- from version 2.10.4
  + Support for listing supported database versions for Autonomous Database Serverless,
    and selecting a version at provisioning time in the Database service
  + Support for TCP proxy protocol versions on listener connection
    configurations in the Load Balancer service
buildservice-autocommit accepted request 771584 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 4)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 771560 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 3)
- Update to version 2.10.3
  + Support for the Data Science service
  + Support for calling Oracle Cloud Infrastructure services
    in the ap-osaka-1 and ap-melbourne-1 regions
- from version 2.10.2
  + Support for the Application Migration service
  + Support for the Data Flow service
  + Support for the Data Catalog service
  + Support for cross-shape Data Guard in the Database service
  + Support for offline data export in the Data Transfer service
- from version 2.10.1
  + Support for getting DRG redundancy status in the Networking service
  + Support for cloning autonomous databases from backups in the Database service
- from version 2.10.0
  + Support for a description field on route rules and security
    rules in the Networking service
  + Support for starting and stopping Digital Assistant instances
    in the Digital Assistant service
  + Support for shared database homes on Exadata, bare metal, and virtual
    machine instances in the Database service
  + Support for tracking a number of Database service operations
    through the Work Requests service
  + Field db_home_id in list_databases from database service is
    changed from required to optional
- Refresh patches for new version
  + ops_fixture-order.patch
  + ops_relax-python-depends.patch
- Update file list to fix Python imports for unvendoring
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 768455 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 2)
initialized devel package after accepting 768455
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 768451 from Sean Marlow's avatar Sean Marlow (seanmarlow) (revision 1)
Add to d:l:p as development package.
Displaying revisions 141 - 154 of 154
openSUSE Build Service is sponsored by