Skip to content

Releases: DMTF/python-redfish-library

3.3.0

21 Mar 19:27
Compare
Choose a tag to compare

Changes since last release:

[3.3.0] - 2025-03-21

  • Added workaround and warnings for session login when the service incorrectly does not provide the session location in the 'Location' response header
  • Minor typo fix in exception message for login failures

3.2.9

07 Mar 20:44
Compare
Choose a tag to compare

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

24 Jan 21:11
Compare
Choose a tag to compare

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

24 Dec 00:50
Compare
Choose a tag to compare

Changes since last release:

[3.2.7] - 2024-12-24

  • Added JSON formatting of responses to debug logs

3.2.6

15 Nov 20:11
Compare
Choose a tag to compare

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

13 Sep 19:30
Compare
Choose a tag to compare

Changes since last release:

[3.2.5] - 2024-09-13

  • Added new 'check_connectivity' option when creating the client object

3.2.4

09 Aug 20:08
Compare
Choose a tag to compare

Changes since last release:

[3.2.4] - 2024-08-09

  • No code changes; releasing again for PyPI publication

3.2.3

09 Aug 19:13
Compare
Choose a tag to compare

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

19 Jan 20:55
Compare
Choose a tag to compare

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

04 Aug 19:42
Compare
Choose a tag to compare

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