File tree 4 files changed +36
-3
lines changed
4 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+
4
+ ## [ 5.7.2] - 2019-05-03
5
+ - https://github.com/softlayer/softlayer-python/compare/v5.7.1...v5.7.2
6
+
7
+ + #1107 Added exception to handle json parsing error when ordering
8
+ + #1068 Support for -1 when changing port speed
9
+ + #1109 Fixed docs about placement groups
10
+ + #1112 File storage endurance iops upgrade
11
+ + #1101 Handle the new user creation exceptions
12
+ + #1116 Fix order place quantity option
13
+ + #1002 Invoice commands
14
+ * account invoices
15
+ * account invoice-detail
16
+ * account summary
17
+ + #1004 Event Notification Management commands
18
+ * account events
19
+ * account event-detail
20
+ + #1117 Two PCIe items can be added at order time
21
+ + #1121 Fix object storage apiType for S3 and Swift.
22
+ + #1100 Event Log performance improvements.
23
+ + #872 column 'name' was renamed to 'hostname'
24
+ + #1127 Fix object storage credentials.
25
+ + #1129 Fixed unexpected errors in slcli subnet create
26
+ + #1134 Change encrypt parameters for importing of images. Adds root-key-crn
27
+ + #208 Quote ordering commands
28
+ * order quote
29
+ * order quote-detail
30
+ * order quote-list
31
+ + #1113 VS usage information command
32
+ * virtual usage
33
+ + #1131 made sure config_tests dont actually make api calls.
34
+
35
+
3
36
## [ 5.7.1] - 2019-02-26
4
37
- https://github.com/softlayer/softlayer-python/compare/v5.7.0...v5.7.1
5
38
Original file line number Diff line number Diff line change 5
5
6
6
:license: MIT, see LICENSE for more details.
7
7
"""
8
- VERSION = 'v5.7.1 '
8
+ VERSION = 'v5.7.2 '
9
9
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
10
10
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
11
11
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'SoftLayer' ,
17
- version = '5.7.1 ' ,
17
+ version = '5.7.2 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
Original file line number Diff line number Diff line change 1
1
name : slcli # check to see if it's available
2
- version : ' 5.7.1 +git' # check versioning
2
+ version : ' 5.7.2 +git' # check versioning
3
3
summary : Python based SoftLayer API Tool. # 79 char long summary
4
4
description : |
5
5
A command-line interface is also included and can be used to manage various SoftLayer products and services.
You can’t perform that action at this time.
0 commit comments