Python Redfish Library Versions Save

Python3 library for interacting with devices that support a Redfish service

3.2.2

4 months ago

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

10 months ago

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

10 months ago

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

1 year ago

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

1 year ago

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

1 year ago

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

2 years ago

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

3.1.5

2 years ago

Changes since last release:

[3.1.5] - 2022-04-01

  • Added methods for specifying proxies directly with a new 'proxies' parameter

3.1.4

2 years ago

Changes since last release:

[3.1.4] - 2022-03-25

  • Removed enforcement of trailing '/' in the 'default_prefix'

3.1.3

2 years ago

Changes since last release:

[3.1.3] - 2022-03-21

  • Added support for Unix sockets