Skip to content

Releases: DMTF/python-redfish-library

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

3.2.0

27 Jul 14:57
Compare
Choose a tag to compare

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

13 Jan 20:48
Compare
Choose a tag to compare

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

02 Dec 20:21
Compare
Choose a tag to compare

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

09 Sep 19:29
Compare
Choose a tag to compare

Changes since last release:

[3.1.7] - 2022-09-09

  • Added handling for extracting error information when a session could not be created

3.1.6

12 May 15:33
Compare
Choose a tag to compare

Changes since last release:

[3.1.6] - 2022-05-12

  • Fixed issue where the 'read' method on response objects always return strings
  • Modified query parameter encoding to not percent-encode characters allowed in query strings per RFC3986