Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ Change Log
All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
====================
2.7.1 - 2019-12-10
====================

Added
-----
* Support for etags on results of the List Objects API in the Object Storage service
* Support for OCIDs on buckets in the Object Storage service
* Support for content-disposition and cache-control headers on objects in the Object Storage service
* Support for recovering deleted compartments in the Identity service
* Support for sharing volumes across multiple instances in the Block Storage service
* Support for connect harnesses and stream pools in the Streaming service
* Support for associating file storage mount targets with network security groups in the File Storage service
* Support for calling Oracle Cloud Infrastructure services in the uk-gov-london-1 region
* Add default connection timeout(10s) and read timeout(60s) for Python SDK client
* Add contents table to client documentation
* Fix the issue of the second style of pagination

====================
2.7.0 - 2019-11-26
====================
Expand Down
11 changes: 11 additions & 0 deletions docs/api/streaming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,32 @@ Streaming

oci.streaming.models.Archiver
oci.streaming.models.ArchiverError
oci.streaming.models.ChangeConnectHarnessCompartmentDetails
oci.streaming.models.ChangeStreamCompartmentDetails
oci.streaming.models.ChangeStreamPoolCompartmentDetails
oci.streaming.models.ConnectHarness
oci.streaming.models.ConnectHarnessSummary
oci.streaming.models.CreateArchiverDetails
oci.streaming.models.CreateConnectHarnessDetails
oci.streaming.models.CreateCursorDetails
oci.streaming.models.CreateGroupCursorDetails
oci.streaming.models.CreateStreamDetails
oci.streaming.models.CreateStreamPoolDetails
oci.streaming.models.Cursor
oci.streaming.models.Group
oci.streaming.models.KafkaSettings
oci.streaming.models.Message
oci.streaming.models.PartitionReservation
oci.streaming.models.PutMessagesDetails
oci.streaming.models.PutMessagesDetailsEntry
oci.streaming.models.PutMessagesResult
oci.streaming.models.PutMessagesResultEntry
oci.streaming.models.Stream
oci.streaming.models.StreamPool
oci.streaming.models.StreamPoolSummary
oci.streaming.models.StreamSummary
oci.streaming.models.UpdateArchiverDetails
oci.streaming.models.UpdateConnectHarnessDetails
oci.streaming.models.UpdateGroupDetails
oci.streaming.models.UpdateStreamDetails
oci.streaming.models.UpdateStreamPoolDetails
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeConnectHarnessCompartmentDetails
======================================

.. currentmodule:: oci.streaming.models

.. autoclass:: ChangeConnectHarnessCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ChangeStreamPoolCompartmentDetails
==================================

.. currentmodule:: oci.streaming.models

.. autoclass:: ChangeStreamPoolCompartmentDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/streaming/models/oci.streaming.models.ConnectHarness.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ConnectHarness
==============

.. currentmodule:: oci.streaming.models

.. autoclass:: ConnectHarness
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ConnectHarnessSummary
=====================

.. currentmodule:: oci.streaming.models

.. autoclass:: ConnectHarnessSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateConnectHarnessDetails
===========================

.. currentmodule:: oci.streaming.models

.. autoclass:: CreateConnectHarnessDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CreateStreamPoolDetails
=======================

.. currentmodule:: oci.streaming.models

.. autoclass:: CreateStreamPoolDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/streaming/models/oci.streaming.models.KafkaSettings.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
KafkaSettings
=============

.. currentmodule:: oci.streaming.models

.. autoclass:: KafkaSettings
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/api/streaming/models/oci.streaming.models.StreamPool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
StreamPool
==========

.. currentmodule:: oci.streaming.models

.. autoclass:: StreamPool
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
StreamPoolSummary
=================

.. currentmodule:: oci.streaming.models

.. autoclass:: StreamPoolSummary
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateConnectHarnessDetails
===========================

.. currentmodule:: oci.streaming.models

.. autoclass:: UpdateConnectHarnessDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
UpdateStreamPoolDetails
=======================

.. currentmodule:: oci.streaming.models

.. autoclass:: UpdateStreamPoolDetails
:show-inheritance:
:special-members: __init__
:members:
:undoc-members:
:inherited-members:
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
"autodocsumm"
]

# Automatically generate stub pages for the .. autosummary:: directive when combined with :toctree:
autosummary_generate = True

# Add contents table
autodoc_default_options = {
"autosummary": True
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down
5 changes: 3 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx-rtd-theme==0.2.5b2
sphinx==1.6.4
sphinx-rtd-theme==0.4.2
sphinx==1.8.3
autodocsumm==0.1.11
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
autodocsumm==0.1.11
certifi
configparser==3.5.0
coverage==4.5.2
Expand Down
7 changes: 7 additions & 0 deletions src/oci/core/models/attach_emulated_volume_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def __init__(self, **kwargs):
The value to assign to the is_read_only property of this AttachEmulatedVolumeDetails.
:type is_read_only: bool

:param is_shareable:
The value to assign to the is_shareable property of this AttachEmulatedVolumeDetails.
:type is_shareable: bool

:param type:
The value to assign to the type property of this AttachEmulatedVolumeDetails.
:type type: str
Expand All @@ -48,6 +52,7 @@ def __init__(self, **kwargs):
'display_name': 'str',
'instance_id': 'str',
'is_read_only': 'bool',
'is_shareable': 'bool',
'type': 'str',
'volume_id': 'str'
}
Expand All @@ -57,6 +62,7 @@ def __init__(self, **kwargs):
'display_name': 'displayName',
'instance_id': 'instanceId',
'is_read_only': 'isReadOnly',
'is_shareable': 'isShareable',
'type': 'type',
'volume_id': 'volumeId'
}
Expand All @@ -65,6 +71,7 @@ def __init__(self, **kwargs):
self._display_name = None
self._instance_id = None
self._is_read_only = None
self._is_shareable = None
self._type = None
self._volume_id = None
self._type = 'emulated'
Expand Down
7 changes: 7 additions & 0 deletions src/oci/core/models/attach_i_scsi_volume_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def __init__(self, **kwargs):
The value to assign to the is_read_only property of this AttachIScsiVolumeDetails.
:type is_read_only: bool

:param is_shareable:
The value to assign to the is_shareable property of this AttachIScsiVolumeDetails.
:type is_shareable: bool

:param type:
The value to assign to the type property of this AttachIScsiVolumeDetails.
:type type: str
Expand All @@ -52,6 +56,7 @@ def __init__(self, **kwargs):
'display_name': 'str',
'instance_id': 'str',
'is_read_only': 'bool',
'is_shareable': 'bool',
'type': 'str',
'volume_id': 'str',
'use_chap': 'bool'
Expand All @@ -62,6 +67,7 @@ def __init__(self, **kwargs):
'display_name': 'displayName',
'instance_id': 'instanceId',
'is_read_only': 'isReadOnly',
'is_shareable': 'isShareable',
'type': 'type',
'volume_id': 'volumeId',
'use_chap': 'useChap'
Expand All @@ -71,6 +77,7 @@ def __init__(self, **kwargs):
self._display_name = None
self._instance_id = None
self._is_read_only = None
self._is_shareable = None
self._type = None
self._volume_id = None
self._use_chap = None
Expand Down
7 changes: 7 additions & 0 deletions src/oci/core/models/attach_paravirtualized_volume_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def __init__(self, **kwargs):
The value to assign to the is_read_only property of this AttachParavirtualizedVolumeDetails.
:type is_read_only: bool

:param is_shareable:
The value to assign to the is_shareable property of this AttachParavirtualizedVolumeDetails.
:type is_shareable: bool

:param type:
The value to assign to the type property of this AttachParavirtualizedVolumeDetails.
:type type: str
Expand All @@ -52,6 +56,7 @@ def __init__(self, **kwargs):
'display_name': 'str',
'instance_id': 'str',
'is_read_only': 'bool',
'is_shareable': 'bool',
'type': 'str',
'volume_id': 'str',
'is_pv_encryption_in_transit_enabled': 'bool'
Expand All @@ -62,6 +67,7 @@ def __init__(self, **kwargs):
'display_name': 'displayName',
'instance_id': 'instanceId',
'is_read_only': 'isReadOnly',
'is_shareable': 'isShareable',
'type': 'type',
'volume_id': 'volumeId',
'is_pv_encryption_in_transit_enabled': 'isPvEncryptionInTransitEnabled'
Expand All @@ -71,6 +77,7 @@ def __init__(self, **kwargs):
self._display_name = None
self._instance_id = None
self._is_read_only = None
self._is_shareable = None
self._type = None
self._volume_id = None
self._is_pv_encryption_in_transit_enabled = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def __init__(self, **kwargs):
The value to assign to the is_read_only property of this AttachServiceDeterminedVolumeDetails.
:type is_read_only: bool

:param is_shareable:
The value to assign to the is_shareable property of this AttachServiceDeterminedVolumeDetails.
:type is_shareable: bool

:param type:
The value to assign to the type property of this AttachServiceDeterminedVolumeDetails.
:type type: str
Expand All @@ -48,6 +52,7 @@ def __init__(self, **kwargs):
'display_name': 'str',
'instance_id': 'str',
'is_read_only': 'bool',
'is_shareable': 'bool',
'type': 'str',
'volume_id': 'str'
}
Expand All @@ -57,6 +62,7 @@ def __init__(self, **kwargs):
'display_name': 'displayName',
'instance_id': 'instanceId',
'is_read_only': 'isReadOnly',
'is_shareable': 'isShareable',
'type': 'type',
'volume_id': 'volumeId'
}
Expand All @@ -65,6 +71,7 @@ def __init__(self, **kwargs):
self._display_name = None
self._instance_id = None
self._is_read_only = None
self._is_shareable = None
self._type = None
self._volume_id = None
self._type = 'service_determined'
Expand Down
Loading