File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+
4
+ ## [ 5.8.8] - 2020-05-18
5
+ https://github.com/softlayer/softlayer-python/compare/v5.8.7...v5.8.8
6
+
7
+ - #1266 Fixed ticket upload with REST endpoint
8
+ - #1263 add the redundant/degraded option to hardware
9
+ - #1262 Added ` iter ` option for ordering manager functions
10
+ - #1264 Add Account planned, unplanned and announcement events
11
+ - #1265 fixed pylint 2.5.0 errors
12
+ - #1261 Fix AttributeError: 'NoneType' object has no attribute 'keys
13
+ - #1256 Adding more github action tests, removing travis CI tests
14
+ - #887 fix Response shows additional new lines (\n) in ticket details
15
+ - #1241 Storage feature for virtual and hardware servers
16
+ - #1242 Hardware and Virtual billing info
17
+ - #1239 VPN subnet access to a use
18
+ - #1254 added account billing-items/item-details/cancel-item commands
19
+
3
20
## [ 5.8.7] - 2020-03-26
4
21
https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.7
5
22
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.8.7 '
8
+ VERSION = 'v5.8.8 '
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.8.7 ' ,
17
+ version = '5.8.8 ' ,
18
18
description = DESCRIPTION ,
19
19
long_description = LONG_DESCRIPTION ,
20
20
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments