|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 37 | ## [5.9.7] - 2021-08-04
|
4 | 38 | https://github.com/softlayer/softlayer-python/compare/v5.9.6...v5.9.7
|
5 | 39 |
|
@@ -173,7 +207,7 @@ https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0
|
173 | 207 | - #1318 add Drive number in guest drives details using the device number
|
174 | 208 | - #1323 add vs list hardware and all option
|
175 | 209 |
|
176 |
| -## [5.8.9] - 2020-07-06 |
| 210 | +## [5.8.9] - 2020-07-06 |
177 | 211 | https://github.com/softlayer/softlayer-python/compare/v5.8.8...v5.8.9
|
178 | 212 |
|
179 | 213 | - #1252 Automated Snap publisher
|
|
0 commit comments