File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 5.9.2] - 2020-12-03
4
+ https://github.com/softlayer/softlayer-python/compare/v5.9.1...v5.9.2
5
+
6
+ ## New Commands
7
+ - ` slcli account orders ` #1349
8
+ - ` slcli order lookup ` #1354
9
+
10
+ ## Improvements
11
+ - Ordering price information improvements. #1319
12
+ - refactor vsi create-option #1337
13
+ - Add Invoice Item id as parameter in ` slcli account item-detail ` command
14
+ - Added order lookup command to block and file orders. #1350
15
+ - Add prices to vs create-options. #1351
16
+ - Allow orders without a location if needed #1356
17
+ - Refactor file and block commands to use the username resolver #1357
18
+ - Fix create subnet static for ipv4 price. #1358
19
+ - moved snapcraft readme #1363
20
+ - Update snapcraft.yaml #1365
21
+ - Updated documentation on how to deal with KeyError #1366
22
+ - Fix order item-list --prices location #1360
23
+ - Removed Nessus scanner from docs and examples #1368
24
+ - Fix subnet list. #1379
25
+ - Fixed analysis/flake8 tests #1381
26
+ - Remove the ` -a ` option from ` slcli user create ` . Only the user themselves can create an API key now. #1377
27
+
3
28
## [ 5.9.1] - 2020-09-15
4
29
https://github.com/softlayer/softlayer-python/compare/v5.9.0...v5.9.1
5
30
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.1 '
8
+ VERSION = 'v5.9.2 '
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.9.1 ' ,
17
+ version = '5.9.2 ' ,
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