Skip to content

Commit 2b328af

Browse files
committed
Releasing version 2.10.5
1 parent e80d431 commit 2b328af

File tree

98 files changed

+9725
-61
lines changed

Some content is hidden

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

98 files changed

+9725
-61
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.10.5 - 2020-02-18
8+
====================
9+
10+
Added
11+
-----
12+
* Support for the NoSQL Database service
13+
* Support for filtering database versions by storage management type in the Database service
14+
* Support for specifying paid listing types within pricing models in the Marketplace service
15+
* Support for primary and non-primary instance types in the Content and Experience service
16+
617
====================
718
2.10.4 - 2020-02-11
819
====================

docs/api/landing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ API Reference
4545
* :doc:`Load Balancer <load_balancer/client/oci.load_balancer.LoadBalancerClient>`
4646
* :doc:`Marketplace <marketplace/client/oci.marketplace.MarketplaceClient>`
4747
* :doc:`Monitoring <monitoring/client/oci.monitoring.MonitoringClient>`
48+
* :doc:`Nosql <nosql/client/oci.nosql.NosqlClient>`
4849
* :doc:`Object Storage <object_storage/client/oci.object_storage.ObjectStorageClient>`
4950
* :doc:`Oce Instance <oce/client/oci.oce.OceInstanceClient>`
5051
* :doc:`Oda <oda/client/oci.oda.OdaClient>`
@@ -103,6 +104,7 @@ API Reference
103104
load_balancer
104105
marketplace
105106
monitoring
107+
nosql
106108
object_storage
107109
oce
108110
oda

docs/api/nosql.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Nosql
2+
=====
3+
4+
.. autosummary::
5+
:toctree: nosql/client
6+
:nosignatures:
7+
:template: autosummary/service_client.rst
8+
9+
oci.nosql.NosqlClient
10+
oci.nosql.NosqlClientCompositeOperations
11+
12+
--------
13+
Models
14+
--------
15+
16+
.. autosummary::
17+
:toctree: nosql/models
18+
:nosignatures:
19+
:template: autosummary/model_class.rst
20+
21+
oci.nosql.models.ChangeTableCompartmentDetails
22+
oci.nosql.models.Column
23+
oci.nosql.models.CreateIndexDetails
24+
oci.nosql.models.CreateTableDetails
25+
oci.nosql.models.DeleteRowResult
26+
oci.nosql.models.Index
27+
oci.nosql.models.IndexCollection
28+
oci.nosql.models.IndexKey
29+
oci.nosql.models.IndexSummary
30+
oci.nosql.models.PreparedStatement
31+
oci.nosql.models.QueryDetails
32+
oci.nosql.models.QueryResultCollection
33+
oci.nosql.models.RequestUsage
34+
oci.nosql.models.Row
35+
oci.nosql.models.Schema
36+
oci.nosql.models.StatementSummary
37+
oci.nosql.models.Table
38+
oci.nosql.models.TableCollection
39+
oci.nosql.models.TableLimits
40+
oci.nosql.models.TableSummary
41+
oci.nosql.models.TableUsageCollection
42+
oci.nosql.models.TableUsageSummary
43+
oci.nosql.models.UpdateRowDetails
44+
oci.nosql.models.UpdateRowResult
45+
oci.nosql.models.UpdateTableDetails
46+
oci.nosql.models.WorkRequest
47+
oci.nosql.models.WorkRequestCollection
48+
oci.nosql.models.WorkRequestError
49+
oci.nosql.models.WorkRequestErrorCollection
50+
oci.nosql.models.WorkRequestLogEntry
51+
oci.nosql.models.WorkRequestLogEntryCollection
52+
oci.nosql.models.WorkRequestResource
53+
oci.nosql.models.WorkRequestSummary
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
NosqlClient
2+
===========
3+
4+
.. currentmodule:: oci.nosql
5+
6+
.. autoclass:: NosqlClient
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+
NosqlClientCompositeOperations
2+
==============================
3+
4+
.. currentmodule:: oci.nosql
5+
6+
.. autoclass:: NosqlClientCompositeOperations
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+
ChangeTableCompartmentDetails
2+
=============================
3+
4+
.. currentmodule:: oci.nosql.models
5+
6+
.. autoclass:: ChangeTableCompartmentDetails
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+
Column
2+
======
3+
4+
.. currentmodule:: oci.nosql.models
5+
6+
.. autoclass:: Column
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+
CreateIndexDetails
2+
==================
3+
4+
.. currentmodule:: oci.nosql.models
5+
6+
.. autoclass:: CreateIndexDetails
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+
CreateTableDetails
2+
==================
3+
4+
.. currentmodule:: oci.nosql.models
5+
6+
.. autoclass:: CreateTableDetails
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+
DeleteRowResult
2+
===============
3+
4+
.. currentmodule:: oci.nosql.models
5+
6+
.. autoclass:: DeleteRowResult
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)