Releases: DMTF/Redfish-Protocol-Validator
Releases · DMTF/Redfish-Protocol-Validator
1.2.9
1.2.8
Changes since last release:
[1.2.8] - 2025-08-15
- Corrected the clause text for the SSDP ST header check
1.2.7
Changes since last release:
[1.2.7] - 2025-06-27
- Updated SSDP testing to attempt both IPv4 and IPv6
- Updated ST header test to align with the UPnP specification where the minor version is optional
- Temporarily disabling SSE tests until fixes can be made
1.2.6
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
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
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
Changes since last release:
[1.2.3] - 2024-02-03
- Relaxed versions of required modules to not be as strict
1.2.2
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
Changes since last release:
[1.2.1] - 2024-01-08
- Removed restrictions on urllib3 versions
1.2.0
Changes since last release:
[1.2.0] - 2023-10-27
- Version change to fix release assets; no functional changes