Skip to content

Commit be3b6cb

Browse files
authored
Releasing version 2.48.0
Releasing version 2.48.0
2 parents ddb0725 + 82fcff6 commit be3b6cb

File tree

267 files changed

+36345
-15668
lines changed

Some content is hidden

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

267 files changed

+36345
-15668
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.48.0 - 2021-10-19
8+
====================
9+
10+
Added
11+
-----
12+
* Support for creating database systems from backups with database software images in the Database service
13+
* Support for optionally providing a SID prefix during Exadata database creation in the Database service
14+
* Support for node subsetting on VM clusters in the Database service
15+
* Support for non-CDB to PDB conversion in the Database service
16+
* Support for default homepages, unprocessed data buckets, and parsing geostats in the Logging Analytics service
17+
* Support for Circuit Breakers. Please refer `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/circuit_breakers.html>`__ to learn more.
18+
* Support for enabling/disabling Retries globally for operations using Default Retry Strategy. Please refer `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html#overriding-the-retry-behavior-at-global-sdk-level>`__ for more info.
19+
20+
Breaking
21+
--------
22+
* Default Retry strategy will now retry operations for max 8 attempts and have a timeout of 600 seconds before failing. The strategy will now use `De-Correlated jitter <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html#de-correlated-jitter>`__ as the default delay strategy.
23+
624
====================
725
2.47.1 - 2021-10-12
826
====================

THIRD_PARTY_LICENSES.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ urllib3
111111
* Source code: https://github.com/urllib3/urllib3
112112
* Project home: https://urllib3.readthedocs.io
113113

114-
114+
circuitbreaker
115+
* Copyright (c) 2016-2020, Fabian Fuelling [email protected]. All rights reserved.
116+
* License: MIT License
117+
* Source code: https://github.com/fabfuel/circuitbreaker
118+
* Project home: https://pypi.org/project/circuitbreaker
115119

116120
=============================== Licenses ===============================
117121

@@ -128,6 +132,8 @@ Copyright (c) 2014 Adam Knight 2012 Adam T. Lindsay (original author)
128132

129133
Copyright (c) 2008-2020 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
130134

135+
Copyright (c) 2016-2020, Fabian Fuelling [email protected]. All rights reserved.
136+
131137
Permission is hereby granted, free of charge, to any person obtaining a copy
132138
of this software and associated documentation files (the "Software"), to
133139
deal in the Software without restriction, including without limitation the

docs/api/circuit_breaker.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
=================
2+
Circuit Breakers
3+
=================
4+
5+
Default Circuit Breaker Strategy
6+
--------------------------------
7+
See :doc:`here </sdk_behaviors/circuit_breakers>` for information on the settings used for the circuit breaker strategy.
8+
9+
.. autodata:: oci.circuit_breaker.DEFAULT_CIRCUIT_BREAKER_STRATEGY
10+
11+
Circuit Breakers
12+
----------------
13+
14+
.. automodule:: oci.circuit_breaker
15+
:special-members: __init__
16+
:members:
17+
:undoc-members:
18+
:inherited-members:

docs/api/database.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Database
1919
:template: autosummary/model_class.rst
2020

2121
oci.database.models.ActivateExadataInfrastructureDetails
22+
oci.database.models.AddVirtualMachineToVmClusterDetails
2223
oci.database.models.AssociatedDatabaseDetails
2324
oci.database.models.AutomatedMountDetails
2425
oci.database.models.AutonomousContainerDatabase
@@ -72,6 +73,8 @@ Database
7273
oci.database.models.ConfigureAutonomousDatabaseVaultKeyDetails
7374
oci.database.models.ConsoleConnection
7475
oci.database.models.ConsoleConnectionSummary
76+
oci.database.models.ConvertToPdbDetails
77+
oci.database.models.ConvertToPdbTargetBase
7578
oci.database.models.CreateAutonomousContainerDatabaseDetails
7679
oci.database.models.CreateAutonomousDatabaseBackupDetails
7780
oci.database.models.CreateAutonomousDatabaseBase
@@ -152,6 +155,9 @@ Database
152155
oci.database.models.DbIormConfigUpdateDetail
153156
oci.database.models.DbNode
154157
oci.database.models.DbNodeSummary
158+
oci.database.models.DbServer
159+
oci.database.models.DbServerDetails
160+
oci.database.models.DbServerSummary
155161
oci.database.models.DbSystem
156162
oci.database.models.DbSystemOptions
157163
oci.database.models.DbSystemShapeSummary
@@ -219,13 +225,17 @@ Database
219225
oci.database.models.PatchHistoryEntry
220226
oci.database.models.PatchHistoryEntrySummary
221227
oci.database.models.PatchSummary
228+
oci.database.models.PdbConversionHistoryEntry
229+
oci.database.models.PdbConversionHistoryEntrySummary
230+
oci.database.models.PdbConversionToNewDatabaseDetails
222231
oci.database.models.PeerAutonomousContainerDatabaseBackupConfig
223232
oci.database.models.PluggableDatabase
224233
oci.database.models.PluggableDatabaseConnectionStrings
225234
oci.database.models.PluggableDatabaseSummary
226235
oci.database.models.RegisterAutonomousDatabaseDataSafeDetails
227236
oci.database.models.ReinstateDataGuardAssociationDetails
228237
oci.database.models.RemoteClonePluggableDatabaseDetails
238+
oci.database.models.RemoveVirtualMachineFromVmClusterDetails
229239
oci.database.models.RestoreAutonomousDatabaseDetails
230240
oci.database.models.RestoreDatabaseDetails
231241
oci.database.models.ScanDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AddVirtualMachineToVmClusterDetails
2+
===================================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: AddVirtualMachineToVmClusterDetails
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+
ConvertToPdbDetails
2+
===================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: ConvertToPdbDetails
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+
ConvertToPdbTargetBase
2+
======================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: ConvertToPdbTargetBase
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+
DbServer
2+
========
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: DbServer
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+
DbServerDetails
2+
===============
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: DbServerDetails
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+
DbServerSummary
2+
===============
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: DbServerSummary
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)