Skip to content

Commit

Permalink
Merge pull request #47 from oracle/release_2018-02-09
Browse files Browse the repository at this point in the history
Releasing version 1.3.14
  • Loading branch information
nathan-vu authored Feb 9, 2018
2 parents 55e7c88 + 35e66f2 commit 2e4f73f
Show file tree
Hide file tree
Showing 74 changed files with 9,255 additions and 26 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.

====================
1.3.14 - 2018-02-08
====================

Added
-----
* Support for Domain Name System Service

* 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>`_.

* Support for reserved public IPs in Virtual Networking Service

* 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>`_.

* Support for path route sets in Load Balancing Service

* 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>`_.

* Support for automated and policy-based backups, read-only volume attachments, and incremental backups in Block Storage Service

* 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>`_.

* Support for filtering by ``backupId`` in ``ListDbSystems`` operation in Database Service

====================
1.3.13 - 2018-01-25
====================
Expand Down
22 changes: 22 additions & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,28 @@ Virtual Network
:imported-members:
:inherited-members:

==========
DNS
==========

--------
Client
--------

.. autoclass:: oci.dns.dns_client.DnsClient
:members:

--------
Models
--------

.. automodule:: oci.dns.models
:special-members: __init__
:members:
:undoc-members:
:imported-members:
:inherited-members:

==========
Identity
==========
Expand Down
Loading

0 comments on commit 2e4f73f

Please sign in to comment.