Skip to content

Commit 26f6325

Browse files
authored
Merge pull request #198 from oracle/release_2019-12-17
Releasing version 2.8.0
2 parents 86c39c6 + bbc9d26 commit 26f6325

File tree

263 files changed

+8031
-4397
lines changed

Some content is hidden

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

263 files changed

+8031
-4397
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.8.0 - 2019-12-17
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the API Gateway service
13+
* Support for the OS Management service
14+
* Support for the Marketplace service
15+
* Support for "default"-type vaults in the Key Management service
16+
* Support for bringing your own keys in the Key Management service
17+
* Support for cross-region backups of boot volumes in the Block Storage service
18+
* Support for top-level TSIG keys in the DNS service
19+
* Support for resizing virtual machine instances to different shapes in the Compute service
20+
* Support for management configuration of cloud agents in the Compute service
21+
* Support for launching node pools using image IDs in the Container Engine for Kubernetes service
22+
23+
Breaking
24+
--------
25+
* Removed support for v1 auth tokens in kubeconfig files in the `CreateClusterKubeconfigContentDetails` class of the Container Engine for Kubernetes service
26+
* Removed the IDCS access token requirement on the delete deleteOceInstance operation in the Content and Experience service, which is why the `DeleteOceInstanceDetails` class was removed
27+
* Set `compartment_id` as a required parameter in `list_stream_pools` for streaming service
28+
629
====================
730
2.7.1 - 2019-12-10
831
====================

docs/api/apigateway.rst

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Apigateway
2+
==========
3+
4+
.. autosummary::
5+
:toctree: apigateway/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.apigateway.DeploymentClient
10+
oci.apigateway.GatewayClient
11+
oci.apigateway.WorkRequestsClient
12+
oci.apigateway.DeploymentClientCompositeOperations
13+
oci.apigateway.GatewayClientCompositeOperations
14+
oci.apigateway.WorkRequestsClientCompositeOperations
15+
16+
--------
17+
Models
18+
--------
19+
20+
.. autosummary::
21+
:toctree: apigateway/models
22+
:nosignatures:
23+
:template: autosummary/model_class.rst
24+
25+
oci.apigateway.models.AccessLogPolicy
26+
oci.apigateway.models.AnonymousRouteAuthorizationPolicy
27+
oci.apigateway.models.AnyOfRouteAuthorizationPolicy
28+
oci.apigateway.models.ApiSpecification
29+
oci.apigateway.models.ApiSpecificationLoggingPolicies
30+
oci.apigateway.models.ApiSpecificationRequestPolicies
31+
oci.apigateway.models.ApiSpecificationRoute
32+
oci.apigateway.models.ApiSpecificationRouteBackend
33+
oci.apigateway.models.ApiSpecificationRouteRequestPolicies
34+
oci.apigateway.models.AuthenticationOnlyRouteAuthorizationPolicy
35+
oci.apigateway.models.AuthenticationPolicy
36+
oci.apigateway.models.ChangeDeploymentCompartmentDetails
37+
oci.apigateway.models.ChangeGatewayCompartmentDetails
38+
oci.apigateway.models.CorsPolicy
39+
oci.apigateway.models.CreateDeploymentDetails
40+
oci.apigateway.models.CreateGatewayDetails
41+
oci.apigateway.models.CustomAuthenticationPolicy
42+
oci.apigateway.models.Deployment
43+
oci.apigateway.models.DeploymentCollection
44+
oci.apigateway.models.DeploymentSummary
45+
oci.apigateway.models.ExecutionLogPolicy
46+
oci.apigateway.models.Gateway
47+
oci.apigateway.models.GatewayCollection
48+
oci.apigateway.models.GatewaySummary
49+
oci.apigateway.models.HTTPBackend
50+
oci.apigateway.models.HeaderFieldSpecification
51+
oci.apigateway.models.OracleFunctionBackend
52+
oci.apigateway.models.RateLimitingPolicy
53+
oci.apigateway.models.RouteAuthorizationPolicy
54+
oci.apigateway.models.StockResponseBackend
55+
oci.apigateway.models.UpdateDeploymentDetails
56+
oci.apigateway.models.UpdateGatewayDetails
57+
oci.apigateway.models.WorkRequest
58+
oci.apigateway.models.WorkRequestCollection
59+
oci.apigateway.models.WorkRequestError
60+
oci.apigateway.models.WorkRequestErrorCollection
61+
oci.apigateway.models.WorkRequestLog
62+
oci.apigateway.models.WorkRequestLogCollection
63+
oci.apigateway.models.WorkRequestResource
64+
oci.apigateway.models.WorkRequestSummary
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
DeploymentClient
2+
================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: DeploymentClient
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+
DeploymentClientCompositeOperations
2+
===================================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: DeploymentClientCompositeOperations
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+
GatewayClient
2+
=============
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: GatewayClient
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+
GatewayClientCompositeOperations
2+
================================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: GatewayClientCompositeOperations
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+
WorkRequestsClient
2+
==================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: WorkRequestsClient
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+
WorkRequestsClientCompositeOperations
2+
=====================================
3+
4+
.. currentmodule:: oci.apigateway
5+
6+
.. autoclass:: WorkRequestsClientCompositeOperations
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+
AccessLogPolicy
2+
===============
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: AccessLogPolicy
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+
AnonymousRouteAuthorizationPolicy
2+
=================================
3+
4+
.. currentmodule:: oci.apigateway.models
5+
6+
.. autoclass:: AnonymousRouteAuthorizationPolicy
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)