Skip to content

Commit e305d3e

Browse files
Releasing version 2.84.0
1 parent f335edc commit e305d3e

File tree

112 files changed

+8977
-884
lines changed

Some content is hidden

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

112 files changed

+8977
-884
lines changed

CHANGELOG.rst

Lines changed: 22 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.84.0 - 2022-09-27
8+
====================
9+
10+
Added
11+
-----
12+
* Support for search capabilities for monitored resources in the Stack Monitoring service
13+
* Support for deleting monitored resources with their members in the Stack Monitoring service
14+
* Support for creating host-type monitored resources in the Stack Monitoring service
15+
* Support for associating external resources during creation of monitored resources in the Stack Monitoring service
16+
* Support for uploading bulk data in the NoSQL Database Cloud service
17+
* Support for examining query execution plans in the NoSQL Database Cloud service
18+
* Support for starting and stopping clusters in the Big Data service
19+
* Support for additional compute shapes in the Big Data service
20+
* Support for backwards pagination in the Search service
21+
* Support for cross-region replication in the File Storage service
22+
* Support for elastic compute for Exadata Cloud at Customer in the Database service
23+
24+
Breaking
25+
--------
26+
* Support for default retries on operations of the NoSQL Database Cloud service
27+
628
====================
729
2.83.0 - 2022-09-20
830
====================

LICENSE.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2-
3-
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4-
____________________________
51
The Universal Permissive License (UPL), Version 1.0
6-
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
72

83
Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, associated documentation and/or data (collectively the "Software"), free of charge and under any and all copyright rights in the Software, and any and all patent rights owned or freely licensable by each licensor hereunder covering either (i) the unmodified Software as contributed to or provided by such licensor, or (ii) the Larger Works (as defined below), to deal in both
94

@@ -17,6 +12,7 @@ This license is subject to the following condition:
1712
The above copyright notice and either this complete permission notice or at a minimum a reference to the UPL must be included in all copies or substantial portions of the Software.
1813

1914
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15+
____________________________
2016

2117
The Apache Software License, Version 2.0
2218
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.

NOTICE.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
Copyright (c) 2016, 2020, Oracle and/or its affiliates.
1+
Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
2+
3+
This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4+
____________________________
5+
The Universal Permissive License (UPL), Version 1.0
6+
Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.

THIRD_PARTY_LICENSES.txt

Lines changed: 45 additions & 336 deletions
Large diffs are not rendered by default.

docs/api/bds.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Bds
7373
oci.bds.models.ScheduleBasedHorizontalScalingPolicyDetails
7474
oci.bds.models.ScheduleBasedVerticalScalingPolicyDetails
7575
oci.bds.models.ShapeConfigDetails
76+
oci.bds.models.StartBdsInstanceDetails
77+
oci.bds.models.StopBdsInstanceDetails
7678
oci.bds.models.TestBdsMetastoreConfigurationDetails
7779
oci.bds.models.TestBdsObjectStorageConnectionDetails
7880
oci.bds.models.TimeAndHorizontalScalingConfig
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
StartBdsInstanceDetails
2+
=======================
3+
4+
.. currentmodule:: oci.bds.models
5+
6+
.. autoclass:: StartBdsInstanceDetails
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+
StopBdsInstanceDetails
2+
======================
3+
4+
.. currentmodule:: oci.bds.models
5+
6+
.. autoclass:: StopBdsInstanceDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/database.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Database
260260
oci.database.models.ReinstateDataGuardAssociationDetails
261261
oci.database.models.RemoteClonePluggableDatabaseDetails
262262
oci.database.models.RemoveVirtualMachineFromVmClusterDetails
263+
oci.database.models.ResizeVmClusterNetworkDetails
263264
oci.database.models.RestoreAutonomousDatabaseDetails
264265
oci.database.models.RestoreDatabaseDetails
265266
oci.database.models.ScanDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ResizeVmClusterNetworkDetails
2+
=============================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: ResizeVmClusterNetworkDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/file_storage.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ File Storage
2020

2121
oci.file_storage.models.ChangeFileSystemCompartmentDetails
2222
oci.file_storage.models.ChangeMountTargetCompartmentDetails
23+
oci.file_storage.models.ChangeReplicationCompartmentDetails
2324
oci.file_storage.models.ClientOptions
2425
oci.file_storage.models.CreateExportDetails
2526
oci.file_storage.models.CreateFileSystemDetails
2627
oci.file_storage.models.CreateMountTargetDetails
28+
oci.file_storage.models.CreateReplicationDetails
2729
oci.file_storage.models.CreateSnapshotDetails
2830
oci.file_storage.models.Export
2931
oci.file_storage.models.ExportSet
@@ -33,11 +35,17 @@ File Storage
3335
oci.file_storage.models.FileSystemSummary
3436
oci.file_storage.models.MountTarget
3537
oci.file_storage.models.MountTargetSummary
38+
oci.file_storage.models.Replication
39+
oci.file_storage.models.ReplicationEstimate
40+
oci.file_storage.models.ReplicationSummary
41+
oci.file_storage.models.ReplicationTarget
42+
oci.file_storage.models.ReplicationTargetSummary
3643
oci.file_storage.models.Snapshot
3744
oci.file_storage.models.SnapshotSummary
3845
oci.file_storage.models.SourceDetails
3946
oci.file_storage.models.UpdateExportDetails
4047
oci.file_storage.models.UpdateExportSetDetails
4148
oci.file_storage.models.UpdateFileSystemDetails
4249
oci.file_storage.models.UpdateMountTargetDetails
50+
oci.file_storage.models.UpdateReplicationDetails
4351
oci.file_storage.models.UpdateSnapshotDetails

0 commit comments

Comments
 (0)