Skip to content

Releases: DMTF/python-redfish-library

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

2.0.8

17 May 14:42
2e64202
Compare
Choose a tag to compare

Changes since last release:

[2.0.8] - 2019-05-17

  • Added helper functions for Task processing

2.0.7

08 Feb 16:05
94a0989
Compare
Choose a tag to compare

Changes since last release:

[2.0.7] - 2019-02-08

  • Added optional timeout and max retry arguments

2.0.6

28 Jan 14:00
690ad55
Compare
Choose a tag to compare

Changes since last release:

[2.0.6] - 2019-01-11

  • Removed usage of setting the Content-Type header to application/x-www-form-urlencoded for PUT, POST, and PATCH methods

2.0.5

30 Nov 18:16
e4e2f58
Compare
Choose a tag to compare

Changes since last release:

[2.0.5] - 2018-11-30

  • Fixed handling of gzip content encoding

2.0.4

26 Oct 12:29
Compare
Choose a tag to compare

Changes since last release:

[2.0.4] - 2018-10-26

  • Added discovery module with SSDP support

2.0.3

19 Oct 12:47
Compare
Choose a tag to compare

Changes since last release:

[2.0.3] - 2018-10-19

  • Fixed handling of other successful HTTP responses (201, 202, and 204)
  • Added support for being able to check the certificate of a service