Skip to content

Commit 7b477dc

Browse files
authored
Merge pull request #234 from oracle/release_2020-03-24
Releasing version 2.12.1
2 parents dcf955f + 9accc24 commit 7b477dc

File tree

64 files changed

+2783
-167
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

+2783
-167
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.12.1 - 2020-03-24
8+
====================
9+
10+
Added
11+
-----
12+
* Support for Web Application Acceleration and Security configurations on instances in the Content and Experience service
13+
* Support for shared database homes on Exadata Cloud at Customer resources in the Database service
14+
* Support for Exadata database creation from backup in the Database service
15+
* Support for conditions on JavaScript challenges, new action types on access rules, new policy configuration settings, exclusions on custom protection rules, and IP address lists on IP whitelists in the Web Application Acceleration and Security service
16+
617
====================
718
2.12.0 - 2020-03-17
819
====================

docs/api/database.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Database
7070
oci.database.models.CreateDataGuardAssociationWithNewDbSystemDetails
7171
oci.database.models.CreateDatabaseBase
7272
oci.database.models.CreateDatabaseDetails
73+
oci.database.models.CreateDatabaseFromBackup
7374
oci.database.models.CreateDatabaseFromBackupDetails
7475
oci.database.models.CreateDbHomeBase
7576
oci.database.models.CreateDbHomeDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
CreateDatabaseFromBackup
2+
========================
3+
4+
.. currentmodule:: oci.database.models
5+
6+
.. autoclass:: CreateDatabaseFromBackup
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

docs/api/waas.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Waas
2222

2323
oci.waas.models.AccessRule
2424
oci.waas.models.AccessRuleCriteria
25+
oci.waas.models.AddHttpResponseHeaderAction
2526
oci.waas.models.AddressList
2627
oci.waas.models.AddressListSummary
2728
oci.waas.models.AddressRateLimiting
@@ -51,13 +52,18 @@ Waas
5152
oci.waas.models.CustomProtectionRuleSummary
5253
oci.waas.models.DeviceFingerprintChallenge
5354
oci.waas.models.EdgeSubnet
55+
oci.waas.models.ExtendHttpResponseHeaderAction
5456
oci.waas.models.GoodBot
5557
oci.waas.models.Header
58+
oci.waas.models.HeaderManipulationAction
59+
oci.waas.models.HealthCheck
5660
oci.waas.models.HttpRedirect
5761
oci.waas.models.HttpRedirectSummary
5862
oci.waas.models.HttpRedirectTarget
5963
oci.waas.models.HumanInteractionChallenge
64+
oci.waas.models.IPHashLoadBalancingMethod
6065
oci.waas.models.JsChallenge
66+
oci.waas.models.LoadBalancingMethod
6167
oci.waas.models.Origin
6268
oci.waas.models.OriginGroup
6369
oci.waas.models.OriginGroupOrigins
@@ -68,6 +74,9 @@ Waas
6874
oci.waas.models.ProtectionSettings
6975
oci.waas.models.PurgeCache
7076
oci.waas.models.Recommendation
77+
oci.waas.models.RemoveHttpResponseHeaderAction
78+
oci.waas.models.RoundRobinLoadBalancingMethod
79+
oci.waas.models.StickyCookieLoadBalancingMethod
7180
oci.waas.models.ThreatFeed
7281
oci.waas.models.ThreatFeedAction
7382
oci.waas.models.UpdateAddressListDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
AddHttpResponseHeaderAction
2+
===========================
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: AddHttpResponseHeaderAction
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+
ExtendHttpResponseHeaderAction
2+
==============================
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: ExtendHttpResponseHeaderAction
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+
HeaderManipulationAction
2+
========================
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: HeaderManipulationAction
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+
HealthCheck
2+
===========
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: HealthCheck
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+
IPHashLoadBalancingMethod
2+
=========================
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: IPHashLoadBalancingMethod
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+
LoadBalancingMethod
2+
===================
3+
4+
.. currentmodule:: oci.waas.models
5+
6+
.. autoclass:: LoadBalancingMethod
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)