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
+14-24Lines changed: 14 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`_.
10
10
11
11
Deprecated
12
12
----------
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>`_.
13
14
* 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
15
16
Added
@@ -50,8 +51,7 @@ Added
50
51
1.3.4 - 2017-06-16
51
52
====================
52
53
53
-
-------
54
-
Fixed
54
+
Fixed
55
55
-------
56
56
57
57
* Fixed bug in support for load balancing service.
@@ -60,8 +60,7 @@ Added
60
60
1.3.3 - 2017-06-09
61
61
====================
62
62
63
-
-------
64
-
Added
63
+
Added
65
64
-------
66
65
67
66
* An UploadManager class to better support large object uploads through multipart and parallel operations.
@@ -73,17 +72,15 @@ Added
73
72
1.3.2 - 2017-05-18
74
73
====================
75
74
76
-
-------
77
-
Added
75
+
Added
78
76
-------
79
77
80
78
* Support for VCN private subnets using the prohibit_public_ip_on_vnic parameter on oci.core.VirtualNetworkClient.create_subnet.
81
79
* Support for FastConnect
82
80
* Support for list_regions and region subscription operations
83
81
* First class support for new IAD region
84
82
85
-
-------
86
-
Fixed
83
+
Fixed
87
84
-------
88
85
89
86
* 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
93
90
1.3.1 - 2017-04-27
94
91
====================
95
92
96
-
-------
97
-
Changed
93
+
Changed
98
94
-------
99
95
100
96
* 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
103
99
1.3.0 - 2017-04-06
104
100
====================
105
101
106
-
-------
107
-
Added
102
+
Added
108
103
-------
109
104
110
105
* Support for DHCP Search Domain Option.
@@ -114,14 +109,12 @@ Added
114
109
1.2.0 - 2017-03-28
115
110
====================
116
111
117
-
-------
118
-
Fixed
112
+
Fixed
119
113
-------
120
114
121
115
* Allow service responses to deserialize to base classes when unknown subtypes are returned. Previously this would result in an exception.
122
116
123
-
-------
124
-
Added
117
+
Added
125
118
-------
126
119
127
120
* Support hostnames for instances and DNS labels for VCNs and subnets.
@@ -130,8 +123,7 @@ Added
130
123
1.1.2 - 2017-03-16
131
124
====================
132
125
133
-
-------
134
-
Changed
126
+
Changed
135
127
-------
136
128
137
129
* Updated cryptography version to 1.8.1
@@ -140,8 +132,7 @@ Added
140
132
1.1.1 - 2017-02-23
141
133
====================
142
134
143
-
-------
144
-
Added
135
+
Added
145
136
-------
146
137
147
138
* Support for iPXE script parameter to launch_instance operation
0 commit comments