Skip to content

Releases: DMTF/Redfish-Protocol-Validator

1.2.6

19 Jul 19:11
Compare
Choose a tag to compare

Changes since last release:

[1.2.6] - 2024-07-19

  • Added common entry points to invoking HTTP operations to gracefully handle exception cases
  • Updated logic when walking the data model to better handle cases where services do not correctly follow schema definitions

1.2.5

03 May 20:41
Compare
Choose a tag to compare

Changes since last release:

[1.2.5] - 2024-05-03

  • Updated existing tests to align with version 1.20.0 of the Redfish Specification
  • Added methods to gracefully handle invalid JSON responses

1.2.4

19 Apr 19:59
Compare
Choose a tag to compare

Changes since last release:

[1.2.4] - 2024-04-19

  • Added conditional checking of the 'WWW-Authenticate' header based on the value of the 'HTTPBasicAuth' property

1.2.3

03 Feb 02:03
Compare
Choose a tag to compare

Changes since last release:

[1.2.3] - 2024-02-03

  • Relaxed versions of required modules to not be as strict

1.2.2

19 Jan 20:48
Compare
Choose a tag to compare

Changes since last release:

[1.2.2] - 2024-01-19

  • Several fixes to 'password change required' testing to ensure 'system under test' parameters are passed correctly

1.2.1

08 Jan 15:18
Compare
Choose a tag to compare

Changes since last release:

[1.2.1] - 2024-01-08

  • Removed restrictions on urllib3 versions

1.2.0

27 Oct 12:23
Compare
Choose a tag to compare

Changes since last release:

[1.2.0] - 2023-10-27

  • Version change to fix release assets; no functional changes

1.1.9

15 Sep 20:16
35c43b0
Compare
Choose a tag to compare

Changes since last release:

[1.1.9] - 2023-09-15

  • Added method to poll tasks for tests using PATCH, POST, and DELETE

1.1.8

23 Jun 20:20
de42805
Compare
Choose a tag to compare

Changes since last release:

[1.1.8] - 2023-06-23

  • Cleanup of TODO notes throughout the tool

1.1.7

16 Jun 20:11
a0f44e4
Compare
Choose a tag to compare

Changes since last release:

[1.1.7] - 2023-06-16

  • Improved password generation for test accounts to inspect min and max password length requirements
  • Added 'Allow' header inspection for 'REQ_POST_CREATE_NOT_SUPPORTED' to see if a warning should be used instead of a failure in case the test account creation fails unexpectedly