Skip to content

Commit 96ddabf

Browse files
Releasing version 2.59.0
Releasing version 2.59.0
2 parents 5f72ca4 + 98c0bcc commit 96ddabf

File tree

64 files changed

+3990
-392
lines changed

Some content is hidden

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

64 files changed

+3990
-392
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.59.0 - 2022-03-01
8+
====================
9+
10+
Added
11+
-----
12+
* Support for DRG route distribution statements to be specified with a new match type 'MATCH_ALL' for matching criteria in the Networking service
13+
* Support for VCN route types on DRG attachments for deciding whether to import VCN CIDRs or subnet CIDRs into route rules in the Networking service
14+
* Support for CPS offline reports in the Database service
15+
* Support for infrastructure patching v2 features in the Database service
16+
* Support for auto-scaling the storage of an autonomous database, as well as shrinking an autonomous database, in the Database service
17+
* Support for managed egress via a default networking option on jobs and notebooks in the Data Science service
18+
* Support for more types of saved search enums in the Management Dashboard service
19+
20+
Breaking
21+
--------
22+
* Support for retries enabled by default on some operations in the AI Vision service
23+
624
====================
725
2.58.0 - 2022-02-22
826
====================

THIRD_PARTY_LICENSES.txt

Lines changed: 345 additions & 0 deletions
Large diffs are not rendered by default.

docs/api/core.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Core Services
227227
oci.core.models.DrgAttachment
228228
oci.core.models.DrgAttachmentIdDrgRouteDistributionMatchCriteria
229229
oci.core.models.DrgAttachmentInfo
230+
oci.core.models.DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria
230231
oci.core.models.DrgAttachmentNetworkCreateDetails
231232
oci.core.models.DrgAttachmentNetworkDetails
232233
oci.core.models.DrgAttachmentNetworkUpdateDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria
2+
======================================================
3+
4+
.. currentmodule:: oci.core.models
5+
6+
.. autoclass:: DrgAttachmentMatchAllDrgRouteDistributionMatchCriteria
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/data_science.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Data Science
4646
oci.data_science.models.JobShapeSummary
4747
oci.data_science.models.JobSummary
4848
oci.data_science.models.LogDetails
49+
oci.data_science.models.ManagedEgressStandaloneJobInfrastructureConfigurationDetails
4950
oci.data_science.models.Metadata
5051
oci.data_science.models.Model
5152
oci.data_science.models.ModelConfigurationDetails
@@ -56,6 +57,7 @@ Data Science
5657
oci.data_science.models.ModelProvenance
5758
oci.data_science.models.ModelSummary
5859
oci.data_science.models.NotebookSession
60+
oci.data_science.models.NotebookSessionConfigDetails
5961
oci.data_science.models.NotebookSessionConfigurationDetails
6062
oci.data_science.models.NotebookSessionShapeConfigDetails
6163
oci.data_science.models.NotebookSessionShapeSummary
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ManagedEgressStandaloneJobInfrastructureConfigurationDetails
2+
============================================================
3+
4+
.. currentmodule:: oci.data_science.models
5+
6+
.. autoclass:: ManagedEgressStandaloneJobInfrastructureConfigurationDetails
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+
NotebookSessionConfigDetails
2+
============================
3+
4+
.. currentmodule:: oci.data_science.models
5+
6+
.. autoclass:: NotebookSessionConfigDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Database
161161
oci.database.models.DbNodeSummary
162162
oci.database.models.DbServer
163163
oci.database.models.DbServerDetails
164+
oci.database.models.DbServerPatchingDetails
164165
oci.database.models.DbServerSummary
165166
oci.database.models.DbSystem
166167
oci.database.models.DbSystemOptions
@@ -176,6 +177,7 @@ Database
176177
oci.database.models.EnableExternalNonContainerDatabaseOperationsInsightsDetails
177178
oci.database.models.EnableExternalPluggableDatabaseDatabaseManagementDetails
178179
oci.database.models.EnableExternalPluggableDatabaseOperationsInsightsDetails
180+
oci.database.models.EstimatedPatchingTime
179181
oci.database.models.ExadataDbSystemMigration
180182
oci.database.models.ExadataDbSystemMigrationSummary
181183
oci.database.models.ExadataInfrastructure
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DbServerPatchingDetails
2+
=======================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: DbServerPatchingDetails
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+
EstimatedPatchingTime
2+
=====================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: EstimatedPatchingTime
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)