You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
6
6
7
+
====================
8
+
1.3.8 - 2017-10-12
9
+
====================
10
+
11
+
Deprecated
12
+
----------
13
+
* Creating block volumes and specifying the size in MBs is deprecated. Instead, the new size_in_gbs field should be used to specify the volume size in GBs.
14
+
15
+
Added
16
+
-----
17
+
* Support for creating block volumes and specifying the size in GBs.
18
+
* Support in UploadManager for handling piped input.
19
+
* Support for adding and updating display names for captured instance serial console data.
20
+
* Support for VNIC source/destination checks.
21
+
* Support for new Database service features: VM DBs, Bring Your Own License, and Data Guard.
22
+
* Support for the FRA (eu-frankfurt-1) region.
23
+
24
+
Changed
25
+
-------
26
+
* The size of block volumes and volume backups is specified in GBs as well as MBs.
By default, the tests will look for a config file at 'tests/resources/config'
93
+
and use the ``DEFAULT`` profile. You can change this with the ``--config-file``
94
+
and ``--config-profile`` options.
95
+
96
+
.. code-block:: sh
97
+
98
+
# Use a different config file, still using the DEFAULT profile
99
+
tox -- --config-file ~/.oci/config
100
+
101
+
# Using a different profile in the default config file
102
+
tox -- --config-profile IAD_PROFILE
103
+
104
+
Specifying environment variables
105
+
--------------------------------
106
+
In addition to a valid config file for your tenancy, the tests also require the following environment
107
+
variables to be set:
108
+
109
+
* ``OCI_PYSDK_PUBLIC_SSH_KEY_FILE``: path to a public SSH key (.pub file) that will be given access to the instance launched in ``test_launch_instance_tutorial.py``.
110
+
89
111
Generating Documentation
90
112
========================
91
113
Sphinx is used for documentation. You can generate HTML locally with the following:
Copy file name to clipboardExpand all lines: docs/backward-compatibility.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ Backward Compatibility
13
13
~~~~~~~~~~~~~~~~~~~~~~
14
14
The top level namespace / package name for the Python SDK has been changed from ``oraclebmc`` to ``oci``, so all of the documentation now references ``oci``. If you are using the ``oraclebmc`` package you should continue to reference ``oraclebmc`` in your code and when interpreting the documentation you should replace ``oci`` with ``oraclebmc`` (i.e. if there is a class defined in the docs as ``oci.base_client.BaseClient`` in the oraclebmc package this class will be called ``oraclebmc.base_client.BaseClient``).
15
15
16
-
**Note**: The ``oraclebmc`` package is deprecated and will be removed in March 2018. Please upgrade to the ``oci`` package to avoid interruption at that time.
16
+
**Note**: The ``oraclebmc`` package is deprecated and will no longer be maintained starting March 2018. Please upgrade to the ``oci`` package to avoid interruption at that time.
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This is the public Python SDK for Oracle Cloud Infrastructure. Python 2.7+ and
36
36
To get started, head over to the :ref:`installation instructions <install>` or see more examples in the
37
37
:ref:`quickstart <quickstart>` section.
38
38
39
-
**Note**: The ``oraclebmc`` package is deprecated and will be removed in March 2018. Please check the :ref:`Backward Compatibility <backward-compatibility>` section if you are using ``oraclebmc``.
39
+
**Note**: The ``oraclebmc`` package is deprecated and will no longer be maintained starting March 2018. Please check the :ref:`Backward Compatibility <backward-compatibility>` section if you are using ``oraclebmc``.
0 commit comments