Skip to content

Releases: DMTF/python-redfish-library

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

2.1.7

06 Jul 13:12
4782faa
Compare
Choose a tag to compare

Changes since last release:

[2.1.7] - 2020-07-06

  • Added support for setting the 'Content-Type' header to 'application/octet-stream' when binary data is provided in a request

2.1.6

12 Jun 17:20
1bbd7cd
Compare
Choose a tag to compare

Changes since last release:

[2.1.6] - 2020-06-12

  • Added support for leveraging the 'HTTP_PROXY' and 'HTTPS_PROXY' environment variables to set up proxy information

2.1.5

03 Feb 20:19
c57199d
Compare
Choose a tag to compare

Changes since last release:

[2.1.5] - 2020-02-03

  • Removed urlparse2 dependency
  • Updated jsonpatch requirements; jsonpatch 1.25 dropped Python 3.4 support

2.1.4

10 Jan 14:06
58e4a2d
Compare
Choose a tag to compare

Changes since last release:

[2.1.4] - 2020-01-10

  • Added fallback to using '/redfish/v1/SessionService/Sessions' if the service root does not contains the 'Links/Sessions' property for login
  • Added Python version checks to use time.perf_counter() in favor of time.clock()

2.1.3

11 Oct 12:18
1760242
Compare
Choose a tag to compare

Changes since last release:

[2.1.3] - 2019-10-11

  • Added IPv6 support to SSDP discovery
  • Enhanced handling of poorly formatted URIs to not throw an exception

2.1.2

16 Sep 17:45
27ba173
Compare
Choose a tag to compare

Changes since last release:

[2.1.2] - 2019-09-16

  • Fixed usage of capath and cafile when setting them to None

2.1.1

16 Aug 12:19
b574269
Compare
Choose a tag to compare

Changes since last release:

[2.1.1] - 2019-08-16

  • Added option in SSDP discovery to specify a particular interface
  • Added sanitization to the Base URL to remove trailing slashes

2.1.0

12 Jul 12:39
8a23cd1
Compare
Choose a tag to compare

Changes since last release:

[2.1.0] - 2019-07-12

  • Changed default authentication to be Session based
  • Removed unnecessary closing of sockets

2.0.9

28 Jun 12:03
c5dd17a
Compare
Choose a tag to compare

Changes since last release:

[2.0.9] - 2019-06-28

  • Added various unit tests and other cleanup
  • Added example for how to use the 'with' statement to perform automatically log out of a service
  • Made change to include the original trace when RetriesExhaustedError is encountered