Skip to content

Commit 85cf25f

Browse files
Releasing version 2.123.0
Releasing version 2.123.0
2 parents d457fc6 + 448482a commit 85cf25f

File tree

334 files changed

+19534
-2159
lines changed

Some content is hidden

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

334 files changed

+19534
-2159
lines changed

CHANGELOG.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ 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.123.0 - 2024-02-27
8+
====================
9+
10+
Added
11+
-----
12+
* Support for specifying dialog version when creating skills entities in the Digital Assistant service
13+
* Support for bulk creation of skill entities in the Digital Assistant service
14+
* Support for training skill query entities in the Digital Assistant service
15+
* Support for cascading delete of skill custom entities in the Digital Assistant service
16+
* Support for creating autonomous dataguard associations in the Database service
17+
* Support for auto generation of secrets in the Secret Management service
18+
* Support for cluster placement groups in Cloud Exadata Infrastructure in the Database service
19+
* Support for retrieving previous logs of the container in the Container Instances service
20+
* Support for queue sources in the Connector Hub service
21+
* Support for automatic key rotation in the Key Management Service
22+
* Support for downloading operator activity reports and assignment healthchecks in the Operator Access Control service
23+
* Support for operator requesting access in the future time in the Operator Access Control service
24+
* Support for forwarding hypervisor logs in the Operator Access Control service
25+
* Support for asynchronous data asset export in the Data Catalog service
26+
* Support for launch with multiple volumes for virtual machines in the Compute Service
27+
* Support for tagging in Database Management service
28+
29+
Breaking
30+
--------
31+
* Support for default retries on operations of the Connector Hub service
32+
* Property `max_cpu_core_count` was removed from models `UpdateAutonomousDatabaseDetails`, `CreateRefreshableAutonomousDatabaseCloneDetails`, `CreateCrossRegionDisasterRecoveryDetails`, `CreateCrossRegionAutonomousDatabaseDataGuardDetails`, `CreateAutonomousDatabaseFromBackupTimestampDetails`, `CreateAutonomousDatabaseFromBackupDetails`, `CreateAutonomousDatabaseDetails`, `CreateAutonomousDatabaseCloneDetails`, `CreateAutonomousDatabaseBase`, `AutonomousDatabase`, `AutonomousDatabaseSummary` in the Database service
33+
* Property `key_id` in model `CreateSecretDetails` is made required in the Vault service
34+
* Model `DatabaseConnectionCredentailsByName` was renamed to `DatabaseConnectionCredentialsByName` in the Database service
35+
636
====================
737
2.122.0 - 2024-02-20
838
====================

docs/api/core.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ Core Services
397397
oci.core.models.IpsecTunnelDrgAttachmentNetworkDetails
398398
oci.core.models.Ipv6
399399
oci.core.models.Ipv6AddressIpv6SubnetCidrPairDetails
400+
oci.core.models.LaunchAttachIScsiVolumeDetails
401+
oci.core.models.LaunchAttachVolumeDetails
402+
oci.core.models.LaunchCreateVolumeDetails
403+
oci.core.models.LaunchCreateVolumeFromAttributes
400404
oci.core.models.LaunchInstanceAgentConfigDetails
401405
oci.core.models.LaunchInstanceAvailabilityConfigDetails
402406
oci.core.models.LaunchInstanceDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LaunchAttachIScsiVolumeDetails
2+
==============================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: LaunchAttachIScsiVolumeDetails
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+
LaunchAttachVolumeDetails
2+
=========================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: LaunchAttachVolumeDetails
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+
LaunchCreateVolumeDetails
2+
=========================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: LaunchCreateVolumeDetails
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+
LaunchCreateVolumeFromAttributes
2+
================================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: LaunchCreateVolumeFromAttributes
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/data_catalog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Data Catalog
1919
:template: autosummary/model_class.rst
2020

2121
oci.data_catalog.models.AddResourceLockDetails
22+
oci.data_catalog.models.AsynchronousExportDataAssetDetails
23+
oci.data_catalog.models.AsynchronousExportDataAssetResult
2224
oci.data_catalog.models.AsynchronousExportGlossaryDetails
2325
oci.data_catalog.models.AsynchronousExportGlossaryResult
2426
oci.data_catalog.models.AsynchronousExportRequestDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AsynchronousExportDataAssetDetails
2+
==================================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportDataAssetDetails
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+
AsynchronousExportDataAssetResult
2+
=================================
3+
4+
.. currentmodule:: oci.data_catalog.models
5+
6+
.. autoclass:: AsynchronousExportDataAssetResult
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ Database
172172
oci.database.models.DataGuardAssociation
173173
oci.database.models.DataGuardAssociationSummary
174174
oci.database.models.Database
175-
oci.database.models.DatabaseConnectionCredentailsByName
176175
oci.database.models.DatabaseConnectionCredentials
177176
oci.database.models.DatabaseConnectionCredentialsByDetails
177+
oci.database.models.DatabaseConnectionCredentialsByName
178178
oci.database.models.DatabaseConnectionString
179179
oci.database.models.DatabaseConnectionStringProfile
180180
oci.database.models.DatabaseConnectionStrings

0 commit comments

Comments
 (0)