Skip to content

Releases: DMTF/Redfish-Protocol-Validator

1.1.6

10 Feb 20:47
a0a0a8d
Compare
Choose a tag to compare

Changes since last release:

[1.1.6] - 2023-02-10

  • Updated the expected pattern for the ST header in SSDP responses to allow for multi-digit minor versions

1.1.5

27 Jan 20:32
a1f2af0
Compare
Choose a tag to compare

Changes since last release:

[1.1.5] - 2023-01-27

  • Corrected the USN pattern for SSDP responses to allow for a multi-digit minor version

1.1.4

18 Nov 20:54
09b67b1
Compare
Choose a tag to compare

Changes since last release:

[1.1.4] - 2022-11-18

  • Tagged the DELETE request to service root as UNSUPPORTED_REQ to better isolate DELETE testing from when it's expected to succeed

1.1.3

07 Nov 14:25
3cbccde
Compare
Choose a tag to compare

Changes since last release:

[1.1.3] - 2022-11-07

  • Corrected the SSDP request format to add a missing CRLF
  • Extended the test for checking that and event subscription is deleted when an SSE stream is closed from 3 seconds to 60 seconds

1.1.2

22 Jul 20:18
Compare
Choose a tag to compare

Changes since last release:

[1.1.2] - 2022-07-22

  • Minor updates to script packaging

1.1.1

15 Jul 19:42
3c4b2a4
Compare
Choose a tag to compare

Changes since last release:

[1.1.1] - 2022-07-15

  • Modified ETag testing to not assume previous ETags are now invalid
  • Modified project for PyPI publication

1.1.0 versioning

07 Apr 12:51
Compare
Choose a tag to compare

Changes since last release:

[1.1.0] - 2022-04-07

  • Enabled HTTP tracing when 'log-level' is set to 'DEBUG'
  • Added step to enable the newly created user account when testing the password change requirements

1.0.9 versioning

15 Oct 20:50
Compare
Choose a tag to compare

Changes since last release:

[1.0.9] - 2021-10-15

  • Updated media type tests to skip POST responses that do not provide a response body

1.0.8 versioning

08 Oct 19:56
Compare
Choose a tag to compare

Changes since last release:

[1.0.8] - 2021-10-08

  • Corrected HEAD tests to allow for the case where HEAD is not supported
  • Corrected PATCH mixed property test to allow for the service to reject the request entirely
  • Corrected error response checking for unsupported properties in the PATCH request to allow for the message to be outside of the extended info array

1.0.7

17 Sep 20:05
Compare
Choose a tag to compare

Changes since last release:

[1.0.7] - 2021-09-17

  • Fixed the array truncate test to allow for 'null' padding in responses
  • Changed the minimum array size for several array tests from three to two