Skip to content

Commit b69d6c7

Browse files
v5.9.1 changelog
1 parent 8a19129 commit b69d6c7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [5.9.1] - 2020-09-15
4+
https://github.com/softlayer/softlayer-python/compare/v5.9.0...v5.9.1
5+
6+
- Fix the ha option for firewalls, add and implement unit test #1327
7+
- BluePages_Search and IntegratedOfferingTeam_Region don't need SoftLayer_ prefix #972
8+
- Fix new TOX issues #1330
9+
- Add more unit test coverage #1331
10+
- Set notes for network storage #1322
11+
- Some improvements to the dns commands #999
12+
+ dns zone-list: added resourceRecordCount, added automatic pagination for large zones
13+
+ dns record-list: fixed an issue where a record (like SRV types) that don't have a host would cause the command to fail
14+
- Renamed managers.storage.refresh_dep_dupe to SoftLayer.managers.storage.refresh_dupe #1342 to support the new API method. CLI commands now use this method.
15+
316
## [5.9.0] - 2020-08-03
417
https://github.com/softlayer/softlayer-python/compare/v5.8.9...v5.9.0
518

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.0'
8+
VERSION = 'v5.9.1'
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
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='SoftLayer',
17-
version='5.9.0',
17+
version='5.9.1',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
2020
author='SoftLayer Technologies, Inc.',

0 commit comments

Comments
 (0)