Skip to content

Commit

Permalink
Merge pull request #584 from oracle/release_2023-09-05
Browse files Browse the repository at this point in the history
Releasing version 2.112.0
  • Loading branch information
bhagwatvyas authored Sep 5, 2023
2 parents e2ebd64 + 6787f7e commit 8963fd7
Show file tree
Hide file tree
Showing 122 changed files with 5,359 additions and 1,095 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@ 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.112.0 - 2023-09-05
====================

Added
-----
* Support for queue channels in the Queue Service
* Support for entity lineage retrieval and asynchronous glossary export in the Data Catalog service
* Support for filtering and sorting while listing work requests in the Container Instances service
* Support for the ability to create support requests for various support ticket types (TECH, LIMIT, ACCOUNT) in the Customer Incident Management Service
* Endpoint changed from https://incidentmanagement.{region}.{domainAndTopLevelDomain} to https://incidentmanagement.{region}.oci.{domainAndTopLevelDomain} (e.g. https://incidentmanagement.us-phoenix-1.oraclecloud.com to https://incidentmanagement.us-phoenix-1.oci.oraclecloud.com) in the Customer Incident Management Service

Breaking
--------
* The models `UserClient` and `UserClientCompositeOperations` were removed in the Customer Incident Management Service
* The parameter `availability_domain` was removed from models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
* The constants `REGION_DEV`, `REGION_SEA`, `REGION_INTEG_NEXT`, `REGION_INTEG_STABLE`, `REGION_PHX`, `REGION_IAD`, `REGION_FRA`, `REGION_EU_FRANKFURT_1`, `REGION_LHR`, `REGION_YYZ`, `REGION_NRT`, `REGION_ICN`, `REGION_BOM`, `REGION_GRU`, `REGION_SYD`, `REGION_ZRH`, `REGION_JED`, `REGION_AMS`, `REGION_KIX`, `REGION_MEL`, `REGION_YUL`, `REGION_HYD`, `REGION_YNY` were removed from the models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
* The constants `AVAILABILITY_DOMAIN_DEV_1`, `AVAILABILITY_DOMAIN_DEV_2`, `AVAILABILITY_DOMAIN_DEV_3`, `AVAILABILITY_DOMAIN_INTEG_NEXT_1`, `AVAILABILITY_DOMAIN_INTEG_STABLE_1`, `AVAILABILITY_DOMAIN_SEA_AD_1`, `AVAILABILITY_DOMAIN_SEA_AD_2`, `AVAILABILITY_DOMAIN_SEA_AD_3`, `AVAILABILITY_DOMAIN_PHX_AD_1`, `AVAILABILITY_DOMAIN_PHX_AD_2`, `AVAILABILITY_DOMAIN_PHX_AD_3`, `AVAILABILITY_DOMAIN_US_ASHBURN_AD_1`, `AVAILABILITY_DOMAIN_US_ASHBURN_AD_2`, `AVAILABILITY_DOMAIN_US_ASHBURN_AD_3`, `AVAILABILITY_DOMAIN_US_ASHBURN_AD_4`, `AVAILABILITY_DOMAIN_EU_FRANKFURT_1_AD_1`, `AVAILABILITY_DOMAIN_EU_FRANKFURT_1_AD_2`, `AVAILABILITY_DOMAIN_EU_FRANKFURT_1_AD_3`, `AVAILABILITY_DOMAIN_UK_LONDON_1_AD_1`, `AVAILABILITY_DOMAIN_UK_LONDON_1_AD_2`, `AVAILABILITY_DOMAIN_UK_LONDON_1_AD_3`, `AVAILABILITY_DOMAIN_CA_TORONTO_1_AD_1`, `AVAILABILITY_DOMAIN_AP_TOKYO_1_AD_1`, `AVAILABILITY_DOMAIN_AP_SEOUL_1_AD_1`, `AVAILABILITY_DOMAIN_AP_MUMBAI_1_AD_1`, `AVAILABILITY_DOMAIN_SA_SAOPAULO_1_AD_1`, `AVAILABILITY_DOMAIN_ME_JEDDAH_1_AD_1`, `AVAILABILITY_DOMAIN_AP_OSAKA_1_AD_1`, `AVAILABILITY_DOMAIN_AP_SYDNEY_1_AD_1`, `AVAILABILITY_DOMAIN_EU_ZURICH_1_AD_1`, `AVAILABILITY_DOMAIN_EU_AMSTERDAM_1_AD_1`, `AVAILABILITY_DOMAIN_AP_MELBOURNE_1_AD_1`, `AVAILABILITY_DOMAIN_CA_MONTREAL_1_AD_1`, `AVAILABILITY_DOMAIN_AP_HYDERABAD_1_AD_1`, `AVAILABILITY_DOMAIN_AP_CHUNCHEON_1_AD_1`, `AVAILABILITY_DOMAIN_NO_AD` were removed from the models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
* The parameter `region` was modified to accept any string in the models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
* The parameter `country` was removed from the model `CreateUserDetails` in the Customer Incident Management Service
* The parameter `source` was removed from the operation `get_status` in `IncidentClient` the Customer Incident Management Service

====================
2.111.0 - 2023-08-29
====================
Expand All @@ -20,6 +42,7 @@ Added
* Support for additional parameters on dynamic routing gateway create and update operations in the Network Monitoring service
* Support for assigning an IPv6 address to a compute instance during instance launch or secondary VNIC attach in the Compute service
* Support for Resource Principals v3.0
* Support for OKE Workload Auth Provider

Breaking
--------
Expand Down
5 changes: 3 additions & 2 deletions docs/api/cims.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Cims
:template: autosummary/service_client.rst

oci.cims.IncidentClient
oci.cims.UserClient
oci.cims.IncidentClientCompositeOperations
oci.cims.UserClientCompositeOperations

--------
Models
Expand All @@ -20,12 +18,14 @@ Cims
:nosignatures:
:template: autosummary/model_class.rst

oci.cims.models.AccountItem
oci.cims.models.ActivityItem
oci.cims.models.Category
oci.cims.models.Classifier
oci.cims.models.Contact
oci.cims.models.ContactList
oci.cims.models.ContextualData
oci.cims.models.CreateAccountItemDetails
oci.cims.models.CreateCategoryDetails
oci.cims.models.CreateIncident
oci.cims.models.CreateIssueTypeDetails
Expand All @@ -44,6 +44,7 @@ Cims
oci.cims.models.Item
oci.cims.models.LimitItem
oci.cims.models.Resource
oci.cims.models.ServiceCategories
oci.cims.models.ServiceCategory
oci.cims.models.Status
oci.cims.models.SubCategory
Expand Down
11 changes: 11 additions & 0 deletions docs/api/cims/models/oci.cims.models.AccountItem.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AccountItem
===========

.. currentmodule:: oci.cims.models

.. autoclass:: AccountItem
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/cims/models/oci.cims.models.CreateAccountItemDetails.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateAccountItemDetails
========================

.. currentmodule:: oci.cims.models

.. autoclass:: CreateAccountItemDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/cims/models/oci.cims.models.ServiceCategories.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ServiceCategories
=================

.. currentmodule:: oci.cims.models

.. autoclass:: ServiceCategories
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/data_catalog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Data Catalog
:nosignatures:
:template: autosummary/model_class.rst

oci.data_catalog.models.AsynchronousExportGlossaryDetails
oci.data_catalog.models.AsynchronousExportGlossaryResult
oci.data_catalog.models.AsynchronousExportRequestDetails
oci.data_catalog.models.AsynchronousExportResult
oci.data_catalog.models.AttachCatalogPrivateEndpointDetails
oci.data_catalog.models.Attribute
oci.data_catalog.models.AttributeCollection
Expand Down Expand Up @@ -77,6 +81,7 @@ Data Catalog
oci.data_catalog.models.DetachCatalogPrivateEndpointDetails
oci.data_catalog.models.Entity
oci.data_catalog.models.EntityCollection
oci.data_catalog.models.EntityLineage
oci.data_catalog.models.EntitySummary
oci.data_catalog.models.EntityTag
oci.data_catalog.models.EntityTagCollection
Expand All @@ -89,6 +94,7 @@ Data Catalog
oci.data_catalog.models.FacetedSearchFilterRequest
oci.data_catalog.models.FacetedSearchSortRequest
oci.data_catalog.models.FacetedSearchStringFilterRequest
oci.data_catalog.models.FetchEntityLineageDetails
oci.data_catalog.models.Folder
oci.data_catalog.models.FolderCollection
oci.data_catalog.models.FolderSummary
Expand Down Expand Up @@ -121,12 +127,17 @@ Data Catalog
oci.data_catalog.models.JobMetricCollection
oci.data_catalog.models.JobMetricSummary
oci.data_catalog.models.JobSummary
oci.data_catalog.models.LineageObject
oci.data_catalog.models.LineageRelationship
oci.data_catalog.models.Metastore
oci.data_catalog.models.MetastoreSummary
oci.data_catalog.models.Namespace
oci.data_catalog.models.NamespaceCollection
oci.data_catalog.models.NamespaceSummary
oci.data_catalog.models.ObjectLineage
oci.data_catalog.models.ObjectLineageRequestDetails
oci.data_catalog.models.ObjectRelationship
oci.data_catalog.models.ObjectStorageObjectReference
oci.data_catalog.models.ParseConnectionDetails
oci.data_catalog.models.Pattern
oci.data_catalog.models.PatternCollection
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AsynchronousExportGlossaryDetails
=================================

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

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

.. currentmodule:: oci.data_catalog.models

.. autoclass:: ObjectStorageObjectReference
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
1 change: 0 additions & 1 deletion docs/api/landing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ API Reference
* :doc:`Usage Plans <apigateway/client/oci.apigateway.UsagePlansClient>`
* :doc:`Usageapi <usage_api/client/oci.usage_api.UsageapiClient>`
* :doc:`Usagelimits <usage/client/oci.usage.UsagelimitsClient>`
* :doc:`User <cims/client/oci.cims.UserClient>`
* :doc:`Vaults <vault/client/oci.vault.VaultsClient>`
* :doc:`Vb Instance <visual_builder/client/oci.visual_builder.VbInstanceClient>`
* :doc:`Vbs Instance <vbs_inst/client/oci.vbs_inst.VbsInstanceClient>`
Expand Down
2 changes: 2 additions & 0 deletions docs/api/queue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ Queue
:template: autosummary/model_class.rst

oci.queue.models.ChangeQueueCompartmentDetails
oci.queue.models.ChannelCollection
oci.queue.models.CreateQueueDetails
oci.queue.models.DeleteMessagesDetails
oci.queue.models.DeleteMessagesDetailsEntry
oci.queue.models.DeleteMessagesResult
oci.queue.models.DeleteMessagesResultEntry
oci.queue.models.GetMessage
oci.queue.models.GetMessages
oci.queue.models.MessageMetadata
oci.queue.models.PurgeQueueDetails
oci.queue.models.PutMessage
oci.queue.models.PutMessages
Expand Down
11 changes: 11 additions & 0 deletions docs/api/queue/models/oci.queue.models.ChannelCollection.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChannelCollection
=================

.. currentmodule:: oci.queue.models

.. autoclass:: ChannelCollection
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/queue/models/oci.queue.models.MessageMetadata.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
MessageMetadata
===============

.. currentmodule:: oci.queue.models

.. autoclass:: MessageMetadata
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
4 changes: 1 addition & 3 deletions src/oci/cims/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

from .incident_client import IncidentClient
from .incident_client_composite_operations import IncidentClientCompositeOperations
from .user_client import UserClient
from .user_client_composite_operations import UserClientCompositeOperations
from . import models

__all__ = ["IncidentClient", "IncidentClientCompositeOperations", "UserClient", "UserClientCompositeOperations", "models"]
__all__ = ["IncidentClient", "IncidentClientCompositeOperations", "models"]
Loading

0 comments on commit 8963fd7

Please sign in to comment.