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
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ 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.7 - 2017-09-11
9
+
====================
10
+
11
+
Deprecated
12
+
----------
13
+
* The default configuration file location has been changed from ~/.oraclebmc/config to ~/.oci/config. The old location still works if the file at the new location does not exist.
14
+
15
+
Added
16
+
-----
17
+
* Support for the Database service
18
+
* Support for instance console connections
19
+
* Support for the Load Balancer Health Status API
20
+
* Support for Compartment renaming
21
+
* Support for managing customer secret keys
22
+
23
+
Changed
24
+
-------
25
+
* The default configuration file location is now ~/.oci/config
26
+
7
27
====================
8
28
1.3.6 - 2017-08-10
9
29
====================
@@ -57,7 +77,7 @@ Added
57
77
Added
58
78
-------
59
79
60
-
* Support for VCN private subnets using the prohibit_public_ip_on_vnic parameter on oraclebmc.core.VirtualNetworkClient.create_subnet.
80
+
* Support for VCN private subnets using the prohibit_public_ip_on_vnic parameter on oci.core.VirtualNetworkClient.create_subnet.
61
81
* Support for FastConnect
62
82
* Support for list_regions and region subscription operations
The SDK uses `pytest` as its test framework. You can run tests against Python 2.7 Python 3.5 using the `tox` command. Note that this requires that you have those versions of Python installed,
73
+
otherwise you must pass `-e` or run tests directly:
74
+
75
+
.. code-block:: sh
76
+
77
+
# This will run tests against all configured Pythons in tox.ini (currently 2.7 and 3.5). You need to have those versions installed
78
+
tox
79
+
80
+
# This will run tests against a specific Python versions
81
+
tox -e py27
82
+
83
+
If you wish to run an individual test then you can run:
0 commit comments