Skip to content

Commit 8963fd7

Browse files
authored
Merge pull request #584 from oracle/release_2023-09-05
Releasing version 2.112.0
2 parents e2ebd64 + 6787f7e commit 8963fd7

File tree

122 files changed

+5359
-1095
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+5359
-1095
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@ Change Log
33
All notable changes to this project will be documented in this file.
44

55
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6+
====================
7+
2.112.0 - 2023-09-05
8+
====================
9+
10+
Added
11+
-----
12+
* Support for queue channels in the Queue Service
13+
* Support for entity lineage retrieval and asynchronous glossary export in the Data Catalog service
14+
* Support for filtering and sorting while listing work requests in the Container Instances service
15+
* Support for the ability to create support requests for various support ticket types (TECH, LIMIT, ACCOUNT) in the Customer Incident Management Service
16+
* 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
17+
18+
Breaking
19+
--------
20+
* The models `UserClient` and `UserClientCompositeOperations` were removed in the Customer Incident Management Service
21+
* The parameter `availability_domain` was removed from models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
22+
* 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
23+
* 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
24+
* The parameter `region` was modified to accept any string in the models `Resource` and `CreateResourceDetails` in the Customer Incident Management Service
25+
* The parameter `country` was removed from the model `CreateUserDetails` in the Customer Incident Management Service
26+
* The parameter `source` was removed from the operation `get_status` in `IncidentClient` the Customer Incident Management Service
27+
628
====================
729
2.111.0 - 2023-08-29
830
====================
@@ -20,6 +42,7 @@ Added
2042
* Support for additional parameters on dynamic routing gateway create and update operations in the Network Monitoring service
2143
* Support for assigning an IPv6 address to a compute instance during instance launch or secondary VNIC attach in the Compute service
2244
* Support for Resource Principals v3.0
45+
* Support for OKE Workload Auth Provider
2346

2447
Breaking
2548
--------

docs/api/cims.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Cims
77
:template: autosummary/service_client.rst
88

99
oci.cims.IncidentClient
10-
oci.cims.UserClient
1110
oci.cims.IncidentClientCompositeOperations
12-
oci.cims.UserClientCompositeOperations
1311

1412
--------
1513
Models
@@ -20,12 +18,14 @@ Cims
2018
:nosignatures:
2119
:template: autosummary/model_class.rst
2220

21+
oci.cims.models.AccountItem
2322
oci.cims.models.ActivityItem
2423
oci.cims.models.Category
2524
oci.cims.models.Classifier
2625
oci.cims.models.Contact
2726
oci.cims.models.ContactList
2827
oci.cims.models.ContextualData
28+
oci.cims.models.CreateAccountItemDetails
2929
oci.cims.models.CreateCategoryDetails
3030
oci.cims.models.CreateIncident
3131
oci.cims.models.CreateIssueTypeDetails
@@ -44,6 +44,7 @@ Cims
4444
oci.cims.models.Item
4545
oci.cims.models.LimitItem
4646
oci.cims.models.Resource
47+
oci.cims.models.ServiceCategories
4748
oci.cims.models.ServiceCategory
4849
oci.cims.models.Status
4950
oci.cims.models.SubCategory
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AccountItem
2+
===========
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: AccountItem
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateAccountItemDetails
2+
========================
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: CreateAccountItemDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ServiceCategories
2+
=================
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: ServiceCategories
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/data_catalog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Data Catalog
1818
:nosignatures:
1919
:template: autosummary/model_class.rst
2020

21+
oci.data_catalog.models.AsynchronousExportGlossaryDetails
22+
oci.data_catalog.models.AsynchronousExportGlossaryResult
23+
oci.data_catalog.models.AsynchronousExportRequestDetails
24+
oci.data_catalog.models.AsynchronousExportResult
2125
oci.data_catalog.models.AttachCatalogPrivateEndpointDetails
2226
oci.data_catalog.models.Attribute
2327
oci.data_catalog.models.AttributeCollection
@@ -77,6 +81,7 @@ Data Catalog
7781
oci.data_catalog.models.DetachCatalogPrivateEndpointDetails
7882
oci.data_catalog.models.Entity
7983
oci.data_catalog.models.EntityCollection
84+
oci.data_catalog.models.EntityLineage
8085
oci.data_catalog.models.EntitySummary
8186
oci.data_catalog.models.EntityTag
8287
oci.data_catalog.models.EntityTagCollection
@@ -89,6 +94,7 @@ Data Catalog
8994
oci.data_catalog.models.FacetedSearchFilterRequest
9095
oci.data_catalog.models.FacetedSearchSortRequest
9196
oci.data_catalog.models.FacetedSearchStringFilterRequest
97+
oci.data_catalog.models.FetchEntityLineageDetails
9298
oci.data_catalog.models.Folder
9399
oci.data_catalog.models.FolderCollection
94100
oci.data_catalog.models.FolderSummary
@@ -121,12 +127,17 @@ Data Catalog
121127
oci.data_catalog.models.JobMetricCollection
122128
oci.data_catalog.models.JobMetricSummary
123129
oci.data_catalog.models.JobSummary
130+
oci.data_catalog.models.LineageObject
131+
oci.data_catalog.models.LineageRelationship
124132
oci.data_catalog.models.Metastore
125133
oci.data_catalog.models.MetastoreSummary
126134
oci.data_catalog.models.Namespace
127135
oci.data_catalog.models.NamespaceCollection
128136
oci.data_catalog.models.NamespaceSummary
137+
oci.data_catalog.models.ObjectLineage
138+
oci.data_catalog.models.ObjectLineageRequestDetails
129139
oci.data_catalog.models.ObjectRelationship
140+
oci.data_catalog.models.ObjectStorageObjectReference
130141
oci.data_catalog.models.ParseConnectionDetails
131142
oci.data_catalog.models.Pattern
132143
oci.data_catalog.models.PatternCollection
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AsynchronousExportGlossaryDetails
2+
=================================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportGlossaryDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AsynchronousExportGlossaryResult
2+
================================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportGlossaryResult
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AsynchronousExportRequestDetails
2+
================================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportRequestDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AsynchronousExportResult
2+
========================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportResult
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)