Skip to content

Commit ea06d06

Browse files
Releasing version 2.138.0
Releasing version 2.138.0
2 parents f2318ec + 006daa0 commit ea06d06

File tree

68 files changed

+5994
-400
lines changed

Some content is hidden

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

68 files changed

+5994
-400
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ 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.138.0 - 2024-11-05
8+
====================
9+
10+
Added
11+
-----
12+
* Support for calling Oracle Cloud Infrastructure services in the ap-seoul-2 region
13+
* Support for calling Oracle Cloud Infrastructure services in the ap-suwon-1 region
14+
* Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-2 region
15+
* Support for MFA Enablement v2 in the Identity Domains service
16+
* Support for starting, stopping and updating min/max executor count for SQL Endpoints in the Data Flow service
17+
* Support for customer message in the Customer Incident Management Service
18+
* Support for REJECTED limitStatus in the Customer Incident Management Service
19+
20+
Fixed
21+
-----
22+
* Issue with using `OkeWorkloaIdentityResourcePrincipalSigner` after the PyJWT upgrade to 2.4.0 introduced int OCI Python SDK `2.137.1`
23+
* UserWarning being emitted from Cryptography 43.x
24+
25+
Breaking
26+
--------
27+
* The operations `get_status` and `get_csi_number` were removed from the IncidentClient in the Customer Incident Management Service
28+
* The property `service_categories` was removed from the model `IncidentResourceType` in the Customer Incident Management Service
29+
* The properties `service_category` and `issue_type` were removed from the model `ServiceCategories` in the Customer Incident Management Service
30+
* The retry strategy for getting the X509 token from Identity service was modified and is now protected via circuit breaker
31+
632
====================
733
2.137.1 - 2024-10-29
834
====================

docs/api/cims.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ Cims
4747
oci.cims.models.ServiceCategories
4848
oci.cims.models.ServiceCategory
4949
oci.cims.models.Status
50+
oci.cims.models.SubCategories
5051
oci.cims.models.SubCategory
52+
oci.cims.models.SubComponents
53+
oci.cims.models.SubscriptionInfo
5154
oci.cims.models.TechSupportItem
5255
oci.cims.models.TenancyInformation
5356
oci.cims.models.Ticket
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
SubCategories
2+
=============
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: SubCategories
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+
SubComponents
2+
=============
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: SubComponents
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+
SubscriptionInfo
2+
================
3+
4+
.. currentmodule:: oci.cims.models
5+
6+
.. autoclass:: SubscriptionInfo
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/identity_domains.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ Identity Domains
156156
oci.identity_domains.models.CloudGateServers
157157
oci.identity_domains.models.CloudGates
158158
oci.identity_domains.models.Condition
159+
oci.identity_domains.models.ConditionExtensionOciconsolesignonpolicyconsentPolicy
159160
oci.identity_domains.models.ConditionSearchRequest
160161
oci.identity_domains.models.Conditions
161162
oci.identity_domains.models.CustomerSecretKey
@@ -343,6 +344,12 @@ Identity Domains
343344
oci.identity_domains.models.OAuthPartnerCertificate
344345
oci.identity_domains.models.OAuthPartnerCertificateSearchRequest
345346
oci.identity_domains.models.OAuthPartnerCertificates
347+
oci.identity_domains.models.OciConsoleSignOnPolicyConsent
348+
oci.identity_domains.models.OciConsoleSignOnPolicyConsentConsentSignedBy
349+
oci.identity_domains.models.OciConsoleSignOnPolicyConsentModifiedResource
350+
oci.identity_domains.models.OciConsoleSignOnPolicyConsentPolicyResource
351+
oci.identity_domains.models.OciConsoleSignOnPolicyConsentSearchRequest
352+
oci.identity_domains.models.OciConsoleSignOnPolicyConsents
346353
oci.identity_domains.models.Operations
347354
oci.identity_domains.models.PasswordPolicies
348355
oci.identity_domains.models.PasswordPolicy
@@ -352,14 +359,17 @@ Identity Domains
352359
oci.identity_domains.models.PatchOp
353360
oci.identity_domains.models.Policies
354361
oci.identity_domains.models.Policy
362+
oci.identity_domains.models.PolicyExtensionOciconsolesignonpolicyconsentPolicy
355363
oci.identity_domains.models.PolicyPolicyType
356364
oci.identity_domains.models.PolicyRules
357365
oci.identity_domains.models.PolicySearchRequest
358366
oci.identity_domains.models.ResourceTypeSchemaAttribute
359367
oci.identity_domains.models.ResourceTypeSchemaAttributeSearchRequest
360368
oci.identity_domains.models.ResourceTypeSchemaAttributes
369+
oci.identity_domains.models.RestoreOciConsolePolicy
361370
oci.identity_domains.models.Rule
362371
oci.identity_domains.models.RuleConditionGroup
372+
oci.identity_domains.models.RuleExtensionOciconsolesignonpolicyconsentPolicy
363373
oci.identity_domains.models.RulePolicyType
364374
oci.identity_domains.models.RuleReturn
365375
oci.identity_domains.models.RuleSearchRequest
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ConditionExtensionOciconsolesignonpolicyconsentPolicy
2+
=====================================================
3+
4+
.. currentmodule:: oci.identity_domains.models
5+
6+
.. autoclass:: ConditionExtensionOciconsolesignonpolicyconsentPolicy
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+
OciConsoleSignOnPolicyConsent
2+
=============================
3+
4+
.. currentmodule:: oci.identity_domains.models
5+
6+
.. autoclass:: OciConsoleSignOnPolicyConsent
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+
OciConsoleSignOnPolicyConsentConsentSignedBy
2+
============================================
3+
4+
.. currentmodule:: oci.identity_domains.models
5+
6+
.. autoclass:: OciConsoleSignOnPolicyConsentConsentSignedBy
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+
OciConsoleSignOnPolicyConsentModifiedResource
2+
=============================================
3+
4+
.. currentmodule:: oci.identity_domains.models
5+
6+
.. autoclass:: OciConsoleSignOnPolicyConsentModifiedResource
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)