Releases: DMTF/python-redfish-library
Releases · DMTF/python-redfish-library
3.0.1
Changes since last release:
[3.0.1] - 2021-06-04
- Provided additional handling for HTTP 301 and 302 redirects
- Changed session creation to not follow redirects in order to ensure the session token and location are not lost
- Enhanced invalid JSON response handling to better highlight a service error
3.0.0
Changes since last release:
[3.0.0] - 2021-02-20
2.2.0
Changes since last release:
[2.2.0] - 2021-02-15
- Added support for
NO_PROXY
environment variable
2.1.9
Changes since last release:
[2.1.9] - 2020-12-04
- Added handling for HTTP 303 responses as part of redirect handling
2.1.8
Changes since last release:
[2.1.8] - 2020-08-10
- Added option to SSDP discover to bind to a specified address
- Added ability to override built-in HTTP headers
- Fixed issue where the location of a session was not being tracked properly for HTTP connections
2.1.7
Changes since last release:
[2.1.7] - 2020-07-06
- Added support for setting the 'Content-Type' header to 'application/octet-stream' when binary data is provided in a request
2.1.6
Changes since last release:
[2.1.6] - 2020-06-12
- Added support for leveraging the 'HTTP_PROXY' and 'HTTPS_PROXY' environment variables to set up proxy information
2.1.5
Changes since last release:
[2.1.5] - 2020-02-03
- Removed urlparse2 dependency
- Updated jsonpatch requirements; jsonpatch 1.25 dropped Python 3.4 support
2.1.4
Changes since last release:
[2.1.4] - 2020-01-10
- Added fallback to using '/redfish/v1/SessionService/Sessions' if the service root does not contains the 'Links/Sessions' property for login
- Added Python version checks to use time.perf_counter() in favor of time.clock()
2.1.3
Changes since last release:
[2.1.3] - 2019-10-11
- Added IPv6 support to SSDP discovery
- Enhanced handling of poorly formatted URIs to not throw an exception