Skip to content

Commit

Permalink
Releasing version 2.106.0
Browse files Browse the repository at this point in the history
Releasing version 2.106.0
  • Loading branch information
oci-dex-release-bot authored Jul 11, 2023
2 parents dbff964 + 174bcd7 commit 01120ba
Show file tree
Hide file tree
Showing 10,201 changed files with 52,502 additions and 939 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.106.0 - 2023-07-11
====================

Added
-----
* Support for specifying default snapshot enablement, verified response codes, client certificate details, and request authentication schemes when creating or updating synthetic monitors in the Application Performance Monitoring service
* Support for address rules, address verification, and requesting addresses in the OSP Gateway service
* Support for synchronous operations in the Document Understanding service
* Support for migration without SSH to database hosts (DMS) in the Database Migration service
* Support for processing workload mappings in the Container Engine for Kubernetes service
* Support for Salesforce, MySQL HeatWave, and Oracle EBS, Sieble, and PeopleSoft connectors in the Data Integration service
* Support for updating the envelope key of a volume backup in the Block Volume service

Breaking
--------
* Support for retries by default on operations of the OSP Gateway service
* The type of property `BillingAddress` was changed from `BillingAddress` to `Address` in the `Subscription` and `SubscriptionSummary` models in the OSP Gateway service
* Enums `value_type` in model `FieldValue`, `field_type` in model `DocumentField`, `unit` in model `Dimensions` will now follow forward compatibility rules - https://docs.oracle.com/en-us/iaas/tools/python/latest/forward-compatibility.html instead of raising `ValueError` for unknown enum values

Security
-------
* The upper bound for `cryptography` dependency has changed to versions less than `42.0.0`

====================
2.105.0 - 2023-06-27
====================
Expand Down
8 changes: 8 additions & 0 deletions docs/api/ai_document.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ Ai Document
:nosignatures:
:template: autosummary/model_class.rst

oci.ai_document.models.AnalyzeDocumentDetails
oci.ai_document.models.AnalyzeDocumentResult
oci.ai_document.models.BoundingPolygon
oci.ai_document.models.Cell
oci.ai_document.models.ChangeModelCompartmentDetails
oci.ai_document.models.ChangeProjectCompartmentDetails
oci.ai_document.models.ComponentModel
oci.ai_document.models.CreateModelDetails
oci.ai_document.models.CreateProcessorJobDetails
oci.ai_document.models.CreateProjectDetails
Expand All @@ -37,6 +39,7 @@ Ai Document
oci.ai_document.models.DocumentClassificationLabelMetricsReport
oci.ai_document.models.DocumentClassificationModelMetrics
oci.ai_document.models.DocumentClassificationOverallMetricsReport
oci.ai_document.models.DocumentDetails
oci.ai_document.models.DocumentFeature
oci.ai_document.models.DocumentField
oci.ai_document.models.DocumentKeyValueExtractionFeature
Expand All @@ -49,6 +52,7 @@ Ai Document
oci.ai_document.models.FieldValue
oci.ai_document.models.GeneralProcessorConfig
oci.ai_document.models.InlineDocumentContent
oci.ai_document.models.InlineDocumentDetails
oci.ai_document.models.InputLocation
oci.ai_document.models.KeyValueDetectionConfidenceEntry
oci.ai_document.models.KeyValueDetectionLabelMetricsReport
Expand All @@ -62,9 +66,13 @@ Ai Document
oci.ai_document.models.NormalizedVertex
oci.ai_document.models.ObjectLocation
oci.ai_document.models.ObjectStorageDataset
oci.ai_document.models.ObjectStorageDocumentDetails
oci.ai_document.models.ObjectStorageLocations
oci.ai_document.models.OutputLocation
oci.ai_document.models.Page
oci.ai_document.models.PatchModelDetails
oci.ai_document.models.PatchModelOperation
oci.ai_document.models.PatchResponseMessage
oci.ai_document.models.ProcessingError
oci.ai_document.models.ProcessorConfig
oci.ai_document.models.ProcessorJob
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AnalyzeDocumentDetails
======================

.. currentmodule:: oci.ai_document.models

.. autoclass:: AnalyzeDocumentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ComponentModel
==============

.. currentmodule:: oci.ai_document.models

.. autoclass:: ComponentModel
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
DocumentDetails
===============

.. currentmodule:: oci.ai_document.models

.. autoclass:: DocumentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
InlineDocumentDetails
=====================

.. currentmodule:: oci.ai_document.models

.. autoclass:: InlineDocumentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ObjectStorageDocumentDetails
============================

.. currentmodule:: oci.ai_document.models

.. autoclass:: ObjectStorageDocumentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PatchModelDetails
=================

.. currentmodule:: oci.ai_document.models

.. autoclass:: PatchModelDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PatchModelOperation
===================

.. currentmodule:: oci.ai_document.models

.. autoclass:: PatchModelOperation
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PatchResponseMessage
====================

.. currentmodule:: oci.ai_document.models

.. autoclass:: PatchResponseMessage
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
3 changes: 3 additions & 0 deletions docs/api/apm_synthetics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Apm Synthetics
oci.apm_synthetics.models.AggregatedNetworkDataResult
oci.apm_synthetics.models.AvailabilityConfiguration
oci.apm_synthetics.models.BrowserMonitorConfiguration
oci.apm_synthetics.models.ClientCertificate
oci.apm_synthetics.models.ClientCertificateDetails
oci.apm_synthetics.models.CreateDedicatedVantagePointDetails
oci.apm_synthetics.models.CreateMonitorDetails
oci.apm_synthetics.models.CreateScriptDetails
Expand All @@ -47,6 +49,7 @@ Apm Synthetics
oci.apm_synthetics.models.NetworkConfiguration
oci.apm_synthetics.models.Node
oci.apm_synthetics.models.OracleRMStack
oci.apm_synthetics.models.PrivateKey
oci.apm_synthetics.models.PublicVantagePointCollection
oci.apm_synthetics.models.PublicVantagePointSummary
oci.apm_synthetics.models.RequestAuthenticationDetails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClientCertificate
=================

.. currentmodule:: oci.apm_synthetics.models

.. autoclass:: ClientCertificate
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ClientCertificateDetails
========================

.. currentmodule:: oci.apm_synthetics.models

.. autoclass:: ClientCertificateDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
PrivateKey
==========

.. currentmodule:: oci.apm_synthetics.models

.. autoclass:: PrivateKey
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
4 changes: 4 additions & 0 deletions docs/api/container_engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Container Engine
oci.container_engine.models.CreateNodePoolNodeConfigDetails
oci.container_engine.models.CreateNodeShapeConfigDetails
oci.container_engine.models.CreateVirtualNodePoolDetails
oci.container_engine.models.CreateWorkloadMappingDetails
oci.container_engine.models.FlannelOverlayClusterPodNetworkOptionDetails
oci.container_engine.models.FlannelOverlayNodePoolPodNetworkOptionDetails
oci.container_engine.models.ImagePolicyConfig
Expand Down Expand Up @@ -93,6 +94,7 @@ Container Engine
oci.container_engine.models.UpdateNodePoolNodeConfigDetails
oci.container_engine.models.UpdateNodeShapeConfigDetails
oci.container_engine.models.UpdateVirtualNodePoolDetails
oci.container_engine.models.UpdateWorkloadMappingDetails
oci.container_engine.models.VirtualNode
oci.container_engine.models.VirtualNodePool
oci.container_engine.models.VirtualNodePoolSummary
Expand All @@ -103,3 +105,5 @@ Container Engine
oci.container_engine.models.WorkRequestLogEntry
oci.container_engine.models.WorkRequestResource
oci.container_engine.models.WorkRequestSummary
oci.container_engine.models.WorkloadMapping
oci.container_engine.models.WorkloadMappingSummary
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateWorkloadMappingDetails
============================

.. currentmodule:: oci.container_engine.models

.. autoclass:: CreateWorkloadMappingDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateWorkloadMappingDetails
============================

.. currentmodule:: oci.container_engine.models

.. autoclass:: UpdateWorkloadMappingDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkloadMapping
===============

.. currentmodule:: oci.container_engine.models

.. autoclass:: WorkloadMapping
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
WorkloadMappingSummary
======================

.. currentmodule:: oci.container_engine.models

.. autoclass:: WorkloadMappingSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Loading

0 comments on commit 01120ba

Please sign in to comment.