Releases: DMTF/python-redfish-library
Releases · DMTF/python-redfish-library
3.2.6
3.2.5
Changes since last release:
[3.2.5] - 2024-09-13
- Added new 'check_connectivity' option when creating the client object
3.2.4
Changes since last release:
[3.2.4] - 2024-08-09
- No code changes; releasing again for PyPI publication
3.2.3
Changes since last release:
[3.2.3] - 2024-08-09
- Removed clearing of username and password to allow for sessions to be re-established
3.2.2
Changes since last release:
[3.2.2] - 2024-01-19
- Minor changes to fix Python 3.12 warnings with usage of raw strings
3.2.1
Changes since last release:
[3.2.1] - 2023-08-04
- Added 'timeout' and 'max_retry' parameters to all REST methods
- Added exception to the method when a response contains a message indicating a password change is required
3.2.0
Changes since last release:
[3.2.0] - 2023-07-27
- Adding missing newline to M-SEARCH requests
- Fixed the inspection of the USN response header from M-SEARCH requests to allow for a multi-digit minor version
3.1.9
Changes since last release:
[3.1.9] - 2023-01-13
- Improved usage of the ServerDownOrUnreachableError exception to not lose the original message
3.1.8
Changes since last release:
[3.1.8] - 2022-12-02
- Added request headers to debug log output
- Added redacting of 'Password' properties from request bodies from debug logs
3.1.7
Changes since last release:
[3.1.7] - 2022-09-09
- Added handling for extracting error information when a session could not be created