Skip to content

Commit 86c39c6

Browse files
authored
Merge pull request #197 from oracle/release_2019-12-11
Releasing version 2.7.1
2 parents bdacb34 + f858e40 commit 86c39c6

File tree

69 files changed

+4671
-222
lines changed

Some content is hidden

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

69 files changed

+4671
-222
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.7.1 - 2019-12-10
8+
====================
9+
10+
Added
11+
-----
12+
* Support for etags on results of the List Objects API in the Object Storage service
13+
* Support for OCIDs on buckets in the Object Storage service
14+
* Support for content-disposition and cache-control headers on objects in the Object Storage service
15+
* Support for recovering deleted compartments in the Identity service
16+
* Support for sharing volumes across multiple instances in the Block Storage service
17+
* Support for connect harnesses and stream pools in the Streaming service
18+
* Support for associating file storage mount targets with network security groups in the File Storage service
19+
* Support for calling Oracle Cloud Infrastructure services in the uk-gov-london-1 region
20+
* Add default connection timeout(10s) and read timeout(60s) for Python SDK client
21+
* Add contents table to client documentation
22+
* Fix the issue of the second style of pagination
23+
624
====================
725
2.7.0 - 2019-11-26
826
====================

docs/api/streaming.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,32 @@ Streaming
2222

2323
oci.streaming.models.Archiver
2424
oci.streaming.models.ArchiverError
25+
oci.streaming.models.ChangeConnectHarnessCompartmentDetails
2526
oci.streaming.models.ChangeStreamCompartmentDetails
27+
oci.streaming.models.ChangeStreamPoolCompartmentDetails
28+
oci.streaming.models.ConnectHarness
29+
oci.streaming.models.ConnectHarnessSummary
2630
oci.streaming.models.CreateArchiverDetails
31+
oci.streaming.models.CreateConnectHarnessDetails
2732
oci.streaming.models.CreateCursorDetails
2833
oci.streaming.models.CreateGroupCursorDetails
2934
oci.streaming.models.CreateStreamDetails
35+
oci.streaming.models.CreateStreamPoolDetails
3036
oci.streaming.models.Cursor
3137
oci.streaming.models.Group
38+
oci.streaming.models.KafkaSettings
3239
oci.streaming.models.Message
3340
oci.streaming.models.PartitionReservation
3441
oci.streaming.models.PutMessagesDetails
3542
oci.streaming.models.PutMessagesDetailsEntry
3643
oci.streaming.models.PutMessagesResult
3744
oci.streaming.models.PutMessagesResultEntry
3845
oci.streaming.models.Stream
46+
oci.streaming.models.StreamPool
47+
oci.streaming.models.StreamPoolSummary
3948
oci.streaming.models.StreamSummary
4049
oci.streaming.models.UpdateArchiverDetails
50+
oci.streaming.models.UpdateConnectHarnessDetails
4151
oci.streaming.models.UpdateGroupDetails
4252
oci.streaming.models.UpdateStreamDetails
53+
oci.streaming.models.UpdateStreamPoolDetails
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
ChangeConnectHarnessCompartmentDetails
2+
======================================
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: ChangeConnectHarnessCompartmentDetails
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+
ChangeStreamPoolCompartmentDetails
2+
==================================
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: ChangeStreamPoolCompartmentDetails
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+
ConnectHarness
2+
==============
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: ConnectHarness
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+
ConnectHarnessSummary
2+
=====================
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: ConnectHarnessSummary
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+
CreateConnectHarnessDetails
2+
===========================
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: CreateConnectHarnessDetails
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+
CreateStreamPoolDetails
2+
=======================
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: CreateStreamPoolDetails
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+
KafkaSettings
2+
=============
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: KafkaSettings
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+
StreamPool
2+
==========
3+
4+
.. currentmodule:: oci.streaming.models
5+
6+
.. autoclass:: StreamPool
7+
:show-inheritance:
8+
:special-members: __init__
9+
:members:
10+
:undoc-members:
11+
:inherited-members:

0 commit comments

Comments
 (0)