Skip to content

Commit

Permalink
Merge pull request #1570 from allmightyspiff/master
Browse files Browse the repository at this point in the history
Version and changelog update to 5.9.8
  • Loading branch information
allmightyspiff committed Dec 7, 2021
2 parents d7c0b09 + cb5f2f9 commit cdef7d6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

## [5.9.8] - 2021-12-07

https://github.com/softlayer/softlayer-python/compare/v5.9.7...v5.9.8

#### Improvements

- Fix code blocks formatting of The Solution section docs #1534
- Add retry decorator to documentation #1535
- Updated utility docs #1536
- Add Exceptions to Documentation #1537
- Forces specific encoding on XMLRPC requests #1543
- Add sensor data to hardware #1544
- Ignoring f-string related messages for tox for now #1548
- Fix account events #1546
- Improved loadbal details #1549
- Fix initialized accountmanger #1552
- Fix hw billing reports 0 items #1556
- Update API docs link and remove travisCI mention #1557
- Fix errors with vs bandwidth #1563
- Add Item names to vs billing report #1564
- Mapping is now in collections.abc #1565
- fix vs placementgroup list #1567
- fixed up snapshot-notification cli commands #1569

#### New Commands
- loadbal l7policies #1553
+ ` slcli loadbal l7policies --protocol-id`
+ `slcli loadbal l7policies`
- Snapshot notify #1554
+ `slcli file|block snapshot-set-notification`
+ `slcli file|block snapshot-get-notification-status`



## [5.9.7] - 2021-08-04
https://github.com/softlayer/softlayer-python/compare/v5.9.6...v5.9.7

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

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

- #1252 Automated Snap publisher
Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:license: MIT, see LICENSE for more details.
"""
VERSION = 'v5.9.7'
VERSION = 'v5.9.8'
API_PUBLIC_ENDPOINT = 'https://api.softlayer.com/xmlrpc/v3.1/'
API_PRIVATE_ENDPOINT = 'https://api.service.softlayer.com/xmlrpc/v3.1/'
API_PUBLIC_ENDPOINT_REST = 'https://api.softlayer.com/rest/v3.1/'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='SoftLayer',
version='5.9.7',
version='5.9.8',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
author='SoftLayer, Inc., an IBM Company',
Expand Down

0 comments on commit cdef7d6

Please sign in to comment.