File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+
4+ ## [ 5.9.3] - 2021-03-03
5+ https://github.com/softlayer/softlayer-python/compare/v5.9.2...v5.9.3
6+
7+ #### New Commands
8+ - ` slcli file|block disaster-recovery-failover ` #1407
9+
10+ #### Improvements
11+ - Unit testing for large integers #1403
12+ - Add Multi factor authentication to users list #1408
13+ - Add pagination to object storage list accounts. #1411
14+ - Add username lookup to slcli object-storage credential #1415
15+ - Add IOPs data to slcli block volume-list. #1418
16+ - Add 2FA and classic APIKeys fields to slcli user list as default values #1421
17+ - Add a flags in the report bandwidth #1420
18+ - Add the option network component by router to slcli hw create. #1422
19+ - Add slcli vs create by router data. #1414
20+ - Add testing and support for python 3.9. #1429
21+ - Checking for TermLength on prices #1428
22+
23+
24+
325## [ 5.9.2] - 2020-12-03
426https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2
527
Original file line number Diff line number Diff line change 55
66 :license: MIT, see LICENSE for more details.
77"""
8- VERSION = 'v5.9.2 '
8+ VERSION = 'v5.9.3 '
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 1616
1717setup (
1818 name = 'SoftLayer' ,
19- version = '5.9.2 ' ,
19+ version = '5.9.3 ' ,
2020 description = DESCRIPTION ,
2121 long_description = LONG_DESCRIPTION ,
2222 author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments