Releases: DMTF/python-redfish-library
Releases · DMTF/python-redfish-library
3.3.0
3.2.9
Changes since last release:
[3.2.9] - 2025-03-07
- Added optional 'headers' argument to the 'login' method
- Clarified exception message when raising 'ServerDownOrUnreachableError'
3.2.8
Changes since last release:
[3.2.8] - 2025-01-24
- Updated 'dict' handling for responses without a body and 500 responses with a non-JSON body to use an empty dictionary
3.2.7
Changes since last release:
[3.2.7] - 2024-12-24
- Added JSON formatting of responses to debug logs
3.2.6
Changes since last release:
[3.2.6] - 2024-11-15
- Added workaround for services incorrectly responding with 401 when accessing the service root
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