Skip to content

Releases: DMTF/python-redfish-library

3.1.2 versioning

10 Mar 15:07
Compare
Choose a tag to compare

Changes since last release:

[3.1.2] - 2022-03-10

  • Corrected usage of header storage and retrieval for static response objects

3.1.1 versioning

18 Jan 15:05
Compare
Choose a tag to compare

Changes since last release:

[3.1.1] - 2022-01-18

  • Corrected 'import' statements to support Python 3.10

3.1.0

10 Jan 13:57
Compare
Choose a tag to compare

Changes since last release:

[3.1.0] - 2022-01-10

  • Updated library to leverage 'requests' in favor of 'http.client'

3.0.3 versioning

15 Oct 20:51
Compare
Choose a tag to compare

Changes since last release:

[3.0.3] - 2021-10-15

  • Added support for performing multi-part HTTP POST requests

3.0.2

30 Aug 13:43
Compare
Choose a tag to compare

Changes since last release:

[3.0.2] - 2021-08-30

  • Added support for prepending 'https://' when the provided URI of the service does not contain a scheme

3.0.1

04 Jun 19:48
Compare
Choose a tag to compare

Changes since last release:

[3.0.1] - 2021-06-04

  • Provided additional handling for HTTP 301 and 302 redirects
  • Changed session creation to not follow redirects in order to ensure the session token and location are not lost
  • Enhanced invalid JSON response handling to better highlight a service error

3.0.0

20 Feb 21:54
Compare
Choose a tag to compare

Changes since last release:

[3.0.0] - 2021-02-20

  • Removed Python2 support

2.2.0

15 Feb 13:49
Compare
Choose a tag to compare

Changes since last release:

[2.2.0] - 2021-02-15

  • Added support for NO_PROXY environment variable

2.1.9

04 Dec 20:47
Compare
Choose a tag to compare

Changes since last release:

[2.1.9] - 2020-12-04

  • Added handling for HTTP 303 responses as part of redirect handling

2.1.8

10 Aug 12:07
f150ba6
Compare
Choose a tag to compare

Changes since last release:

[2.1.8] - 2020-08-10

  • Added option to SSDP discover to bind to a specified address
  • Added ability to override built-in HTTP headers
  • Fixed issue where the location of a session was not being tracked properly for HTTP connections