Skip to content

Commit 26da81b

Browse files
authored
Releasing version 2.43.1
Releasing version 2.43.1
2 parents e2548cf + 0accf11 commit 26da81b

File tree

45 files changed

+3998
-3412
lines changed

Some content is hidden

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

45 files changed

+3998
-3412
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.43.1 - 2021-07-27
8+
====================
9+
10+
Added
11+
-----
12+
* Support for filtering by tag on capacity planning and SQL warehouse list operations in the Operations Insights service
13+
* Support for creating cross-region autonomous data guards in the Database service
14+
* Support for the customer contacts feature on cloud exadata infrastructure in the Database service
15+
* Support for cost analysis custom tables in the Usage service
16+
617
====================
718
2.43.0 - 2021-07-20
819
====================

THIRD_PARTY_LICENSES.txt

Lines changed: 547 additions & 3268 deletions
Large diffs are not rendered by default.

THIRD_PARTY_LICENSES_DEV.txt

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

docs/api/database.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Database
8484
oci.database.models.CreateCloudExadataInfrastructureDetails
8585
oci.database.models.CreateCloudVmClusterDetails
8686
oci.database.models.CreateConsoleConnectionDetails
87+
oci.database.models.CreateCrossRegionAutonomousDatabaseDataGuardDetails
8788
oci.database.models.CreateDataGuardAssociationDetails
8889
oci.database.models.CreateDataGuardAssociationToExistingDbSystemDetails
8990
oci.database.models.CreateDataGuardAssociationToExistingVmClusterDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateCrossRegionAutonomousDatabaseDataGuardDetails
2+
===================================================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: CreateCrossRegionAutonomousDatabaseDataGuardDetails
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/usage_api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ Usage Api
2121
oci.usage_api.models.Configuration
2222
oci.usage_api.models.ConfigurationAggregation
2323
oci.usage_api.models.CostAnalysisUI
24+
oci.usage_api.models.CreateCustomTableDetails
2425
oci.usage_api.models.CreateQueryDetails
26+
oci.usage_api.models.CustomTable
27+
oci.usage_api.models.CustomTableCollection
28+
oci.usage_api.models.CustomTableSummary
2529
oci.usage_api.models.Dimension
2630
oci.usage_api.models.Filter
2731
oci.usage_api.models.Forecast
@@ -33,6 +37,7 @@ Usage Api
3337
oci.usage_api.models.RequestSummarizedUsagesDetails
3438
oci.usage_api.models.SavedCustomTable
3539
oci.usage_api.models.Tag
40+
oci.usage_api.models.UpdateCustomTableDetails
3641
oci.usage_api.models.UpdateQueryDetails
3742
oci.usage_api.models.UsageAggregation
3843
oci.usage_api.models.UsageSummary
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateCustomTableDetails
2+
========================
3+
4+
.. currentmodule:: oci.usage_api.models
5+
6+
.. autoclass:: CreateCustomTableDetails
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+
CustomTable
2+
===========
3+
4+
.. currentmodule:: oci.usage_api.models
5+
6+
.. autoclass:: CustomTable
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+
CustomTableCollection
2+
=====================
3+
4+
.. currentmodule:: oci.usage_api.models
5+
6+
.. autoclass:: CustomTableCollection
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+
CustomTableSummary
2+
==================
3+
4+
.. currentmodule:: oci.usage_api.models
5+
6+
.. autoclass:: CustomTableSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)