File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
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+
320## [ 5.8.7] - 2020-03-26
421https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.7
522
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.7 '
8+ VERSION = 'v5.8.8 '
99API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = 'SoftLayer' ,
17- version = '5.8.7 ' ,
17+ version = '5.8.8 ' ,
1818 description = DESCRIPTION ,
1919 long_description = LONG_DESCRIPTION ,
2020 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments