File tree 3 files changed +24
-2
lines changed
3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
25
## [ 5.9.2] - 2020-12-03
4
26
https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2
5
27
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.9.2 '
8
+ VERSION = 'v5.9.3 '
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 16
16
17
17
setup (
18
18
name = 'SoftLayer' ,
19
- version = '5.9.2 ' ,
19
+ version = '5.9.3 ' ,
20
20
description = DESCRIPTION ,
21
21
long_description = LONG_DESCRIPTION ,
22
22
author = 'SoftLayer Technologies, Inc.' ,
You can’t perform that action at this time.
0 commit comments