Skip to content

Commit cdef7d6

Browse files
Merge pull request #1570 from allmightyspiff/master
Version and changelog update to 5.9.8
2 parents d7c0b09 + cb5f2f9 commit cdef7d6

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

+35-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Change Log
22

3+
## [5.9.8] - 2021-12-07
4+
5+
https://github.com/softlayer/softlayer-python/compare/v5.9.7...v5.9.8
6+
7+
#### Improvements
8+
9+
- Fix code blocks formatting of The Solution section docs #1534
10+
- Add retry decorator to documentation #1535
11+
- Updated utility docs #1536
12+
- Add Exceptions to Documentation #1537
13+
- Forces specific encoding on XMLRPC requests #1543
14+
- Add sensor data to hardware #1544
15+
- Ignoring f-string related messages for tox for now #1548
16+
- Fix account events #1546
17+
- Improved loadbal details #1549
18+
- Fix initialized accountmanger #1552
19+
- Fix hw billing reports 0 items #1556
20+
- Update API docs link and remove travisCI mention #1557
21+
- Fix errors with vs bandwidth #1563
22+
- Add Item names to vs billing report #1564
23+
- Mapping is now in collections.abc #1565
24+
- fix vs placementgroup list #1567
25+
- fixed up snapshot-notification cli commands #1569
26+
27+
#### New Commands
28+
- loadbal l7policies #1553
29+
+ ` slcli loadbal l7policies --protocol-id`
30+
+ `slcli loadbal l7policies`
31+
- Snapshot notify #1554
32+
+ `slcli file|block snapshot-set-notification`
33+
+ `slcli file|block snapshot-get-notification-status`
34+
35+
36+
337
## [5.9.7] - 2021-08-04
438
https://github.com/softlayer/softlayer-python/compare/v5.9.6...v5.9.7
539

@@ -173,7 +207,7 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0
173207
- #1318 add Drive number in guest drives details using the device number
174208
- #1323 add vs list hardware and all option
175209

176-
## [5.8.9] - 2020-07-06
210+
## [5.8.9] - 2020-07-06
177211
https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9
178212

179213
- #1252 Automated Snap publisher

SoftLayer/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:license: MIT, see LICENSE for more details.
77
"""
8-
VERSION = 'v5.9.7'
8+
VERSION = 'v5.9.8'
99
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
1010
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
1111
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='SoftLayer',
19-
version='5.9.7',
19+
version='5.9.8',
2020
description=DESCRIPTION,
2121
long_description=LONG_DESCRIPTION,
2222
author='SoftLayer, Inc., an IBM Company',

0 commit comments

Comments
 (0)