File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 5.8.6] - 2012-03-26
4+ https://github.com/softlayer/softlayer-python/compare/v5.8.5...v5.8.6
5+
6+ - #1222 Get load balancer (LBaaS) by name
7+ - #1221 Added version checker
8+ - #1227 Updated unit test suite for TravisCI to run properly
9+ - #1225 Add note about using multiple colon symbols not working when setting tags.
10+ - #1228 Support ordering [ Dependent Duplicate Volumes] ( https://cloud.ibm.com/docs/BlockStorage?topic=BlockStorage-dependentduplicate )
11+ - #1233 Refactored File/Block managers to reduce duplicated code.
12+ - #1231 Added Refresh functions for Dependent Duplicate Volumes
13+ - #801 Added support for JSON styled parameters and object filters
14+ - #1234 Added ability to change which datacenters an image template was stored in
15+
316
417## [ 5.8.5] - 2012-01-29
518https://github.com/softlayer/softlayer-python/compare/v5.8.4...v5.8.5
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.8.5 '
8+ VERSION = 'v5.8.6 '
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.5 ' ,
17+ version = '5.8.6 ' ,
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