File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ 1.0.0 (2017-07-19)
2
+ ====================
3
+
4
+ - [NEW] Support for Cloud Object Storage (COS)
5
+
6
+
1
7
0.0.8.1 (2017-06-14)
2
8
====================
3
9
8
14
====================
9
15
10
16
- [NEW] Support for Python 3
11
- - [DEPRECATED] The bluemix2 and softlayer2 classes were removed.
17
+ - [DEPRECATED] The bluemix2 and softlayer2 classes were removed.
12
18
13
19
0.0.6 (2017-01-25)
14
20
====================
15
21
16
22
- [FIXED] Connection to Softlayer Object Storage with 'swift' protocol removed in favor of all 'swift2d'
17
- - [WARNING] The original 'swift' protocol is no longer used. Attempts have been made not to break any code.
23
+ - [WARNING] The original 'swift' protocol is no longer used. Attempts have been made not to break any code.
18
24
19
25
20
26
0.0.6 (2016-10-19)
21
27
====================
22
28
23
- - [FIXED] By default, the ".public" Hadoop Configuration property is set to False.
29
+ - [FIXED] By default, the ".public" Hadoop Configuration property is set to False.
24
30
25
31
0.0.5 (2016-10-18)
26
32
====================
27
33
28
- - [NEW] Raises exception when swift (version 1) URL contains an underscore.
34
+ - [NEW] Raises exception when swift (version 1) URL contains an underscore.
29
35
30
36
0.0.4 (2016-10-17)
31
37
====================
42
48
0.0.2 (2016-07-18)
43
49
====================
44
50
45
- - [NEW] Adds option to set 'public' configuration during instantiation.
51
+ - [NEW] Adds option to set 'public' configuration during instantiation.
46
52
47
53
0.0.1 (2016-05-17)
48
54
====================
59
65
====================
60
66
61
67
- [NEW] Added Initial code generate Swift URLs
62
-
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- __version__ = '1.0.0-dev '
16
+ __version__ = '1.0.0'
You can’t perform that action at this time.
0 commit comments