Skip to content

Commit 98d720e

Browse files
committed
Releasing version 2.21.6
1 parent 3ed804d commit 98d720e

File tree

92 files changed

+8843
-260
lines changed

Some content is hidden

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

92 files changed

+8843
-260
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.21.6 - 2020-09-29
8+
====================
9+
10+
Added
11+
-----
12+
* Support for specifying custom content dispositions when downloading objects in the Object Storage service
13+
* Support for the “bring your own IP address” feature in the Virtual Networking service
14+
* Support for updating the tags of instance console connections in the Compute service
15+
* Support for custom SSL certificates on gateways in the API Gateway service
16+
617
====================
718
2.21.5 - 2020-09-22
819
====================

docs/api/apigateway.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Apigateway
66
:nosignatures:
77
:template: autosummary/service_client.rst
88

9+
oci.apigateway.ApiGatewayClient
910
oci.apigateway.DeploymentClient
1011
oci.apigateway.GatewayClient
1112
oci.apigateway.WorkRequestsClient
13+
oci.apigateway.ApiGatewayClientCompositeOperations
1214
oci.apigateway.DeploymentClientCompositeOperations
1315
oci.apigateway.GatewayClientCompositeOperations
1416
oci.apigateway.WorkRequestsClientCompositeOperations
@@ -34,9 +36,14 @@ Apigateway
3436
oci.apigateway.models.ApiSpecificationRouteResponsePolicies
3537
oci.apigateway.models.AuthenticationOnlyRouteAuthorizationPolicy
3638
oci.apigateway.models.AuthenticationPolicy
39+
oci.apigateway.models.Certificate
40+
oci.apigateway.models.CertificateCollection
41+
oci.apigateway.models.CertificateSummary
42+
oci.apigateway.models.ChangeCertificateCompartmentDetails
3743
oci.apigateway.models.ChangeDeploymentCompartmentDetails
3844
oci.apigateway.models.ChangeGatewayCompartmentDetails
3945
oci.apigateway.models.CorsPolicy
46+
oci.apigateway.models.CreateCertificateDetails
4047
oci.apigateway.models.CreateDeploymentDetails
4148
oci.apigateway.models.CreateGatewayDetails
4249
oci.apigateway.models.CustomAuthenticationPolicy
@@ -54,6 +61,7 @@ Apigateway
5461
oci.apigateway.models.HTTPBackend
5562
oci.apigateway.models.HeaderFieldSpecification
5663
oci.apigateway.models.HeaderTransformationPolicy
64+
oci.apigateway.models.IpAddress
5765
oci.apigateway.models.JsonWebKey
5866
oci.apigateway.models.JsonWebTokenClaim
5967
oci.apigateway.models.JwtAuthenticationPolicy
@@ -75,6 +83,7 @@ Apigateway
7583
oci.apigateway.models.StaticPublicKey
7684
oci.apigateway.models.StaticPublicKeySet
7785
oci.apigateway.models.StockResponseBackend
86+
oci.apigateway.models.UpdateCertificateDetails
7887
oci.apigateway.models.UpdateDeploymentDetails
7988
oci.apigateway.models.UpdateGatewayDetails
8089
oci.apigateway.models.WorkRequest
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ApiGatewayClient
2+
================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: ApiGatewayClient
7+
:special-members: __init__
8+
:members:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ApiGatewayClientCompositeOperations
2+
===================================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: ApiGatewayClientCompositeOperations
7+
:special-members: __init__
8+
:members:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Certificate
2+
===========
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: Certificate
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+
CertificateCollection
2+
=====================
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: CertificateCollection
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+
CertificateSummary
2+
==================
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: CertificateSummary
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+
ChangeCertificateCompartmentDetails
2+
===================================
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: ChangeCertificateCompartmentDetails
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+
CreateCertificateDetails
2+
========================
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: CreateCertificateDetails
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+
IpAddress
2+
=========
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: IpAddress
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)