Skip to content

Commit 795f7ab

Browse files
authored
Merge pull request #30 from oracle/jodoglevy-patch-1
Update changelog to valid rst and to contain package name changes
2 parents f177a53 + 76363a5 commit 795f7ab

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
1010

1111
Deprecated
1212
----------
13+
* The top level namespace / package name has been changed from oraclebmc to oci. 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. More info is available `here <http://oracle-cloud-infrastructure-python-sdk.readthedocs.io/en/latest/backward-compatibility.html>`_.
1314
* 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.
1415

1516
Added
@@ -50,8 +51,7 @@ Added
5051
1.3.4 - 2017-06-16
5152
====================
5253

53-
-------
54-
Fixed
54+
Fixed
5555
-------
5656

5757
* Fixed bug in support for load balancing service.
@@ -60,8 +60,7 @@ Added
6060
1.3.3 - 2017-06-09
6161
====================
6262

63-
-------
64-
Added
63+
Added
6564
-------
6665

6766
* An UploadManager class to better support large object uploads through multipart and parallel operations.
@@ -73,17 +72,15 @@ Added
7372
1.3.2 - 2017-05-18
7473
====================
7574

76-
-------
77-
Added
75+
Added
7876
-------
7977

8078
* Support for VCN private subnets using the prohibit_public_ip_on_vnic parameter on oci.core.VirtualNetworkClient.create_subnet.
8179
* Support for FastConnect
8280
* Support for list_regions and region subscription operations
8381
* First class support for new IAD region
8482

85-
-------
86-
Fixed
83+
Fixed
8784
-------
8885

8986
* For manually created configs (not from a file), use default values for optional fields that are not present (`GitHub issue <https://github.com/oracle/bmcs-python-sdk/issues/13>`_)
@@ -93,8 +90,7 @@ Added
9390
1.3.1 - 2017-04-27
9491
====================
9592

96-
-------
97-
Changed
93+
Changed
9894
-------
9995

10096
* No longer throwing exceptions for unrecognized enum values returned by services. Any unrecognized enum value returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
@@ -103,8 +99,7 @@ Added
10399
1.3.0 - 2017-04-06
104100
====================
105101

106-
-------
107-
Added
102+
Added
108103
-------
109104

110105
* Support for DHCP Search Domain Option.
@@ -114,14 +109,12 @@ Added
114109
1.2.0 - 2017-03-28
115110
====================
116111

117-
-------
118-
Fixed
112+
Fixed
119113
-------
120114

121115
* Allow service responses to deserialize to base classes when unknown subtypes are returned. Previously this would result in an exception.
122116

123-
-------
124-
Added
117+
Added
125118
-------
126119

127120
* Support hostnames for instances and DNS labels for VCNs and subnets.
@@ -130,8 +123,7 @@ Added
130123
1.1.2 - 2017-03-16
131124
====================
132125

133-
-------
134-
Changed
126+
Changed
135127
-------
136128

137129
* Updated cryptography version to 1.8.1
@@ -140,8 +132,7 @@ Added
140132
1.1.1 - 2017-02-23
141133
====================
142134

143-
-------
144-
Added
135+
Added
145136
-------
146137

147138
* Support for iPXE script parameter to launch_instance operation
@@ -151,8 +142,7 @@ Added
151142
1.1.0 - 2017-02-03
152143
====================
153144

154-
-------
155-
Added
145+
Added
156146
-------
157147

158148
* Support added for Core Services:
@@ -165,8 +155,8 @@ Added
165155
1.0.0 - 2017-01-17
166156
====================
167157

168-
-------
169-
Added
158+
159+
Added
170160
-------
171161

172162
* Initial Release

0 commit comments

Comments
 (0)