Skip to content

Commit 2e4f73f

Browse files
authored
Merge pull request #47 from oracle/release_2018-02-09
Releasing version 1.3.14
2 parents 55e7c88 + 35e66f2 commit 2e4f73f

File tree

74 files changed

+9255
-26
lines changed

Some content is hidden

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

74 files changed

+9255
-26
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ 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/>`_.
66

7+
====================
8+
1.3.14 - 2018-02-08
9+
====================
10+
11+
Added
12+
-----
13+
* Support for Domain Name System Service
14+
15+
* An example on using the Domain Name System Service can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/dns_service_example.py>`_.
16+
17+
* Support for reserved public IPs in Virtual Networking Service
18+
19+
* An example on using this functionality can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/reserved_public_ip_example.py>`_.
20+
21+
* Support for path route sets in Load Balancing Service
22+
23+
* An example on using this functionality can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/load_balancer_path_route_sets_example.py>`_.
24+
25+
* Support for automated and policy-based backups, read-only volume attachments, and incremental backups in Block Storage Service
26+
27+
* An example on using policy-based backups can be found on `GitHub <https://github.com/oracle/oci-python-sdk/blob/master/examples/volume_backup_policy_example.py>`_.
28+
29+
* Support for filtering by ``backupId`` in ``ListDbSystems`` operation in Database Service
30+
731
====================
832
1.3.13 - 2018-01-25
933
====================

docs/api/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,28 @@ Virtual Network
9595
:imported-members:
9696
:inherited-members:
9797

98+
==========
99+
DNS
100+
==========
101+
102+
--------
103+
Client
104+
--------
105+
106+
.. autoclass:: oci.dns.dns_client.DnsClient
107+
:members:
108+
109+
--------
110+
Models
111+
--------
112+
113+
.. automodule:: oci.dns.models
114+
:special-members: __init__
115+
:members:
116+
:undoc-members:
117+
:imported-members:
118+
:inherited-members:
119+
98120
==========
99121
Identity
100122
==========

0 commit comments

Comments
 (0)