Releases: DMTF/Redfish-Protocol-Validator
Releases · DMTF/Redfish-Protocol-Validator
1.2.6
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
1.1.9
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
Changes since last release:
[1.1.8] - 2023-06-23
- Cleanup of TODO notes throughout the tool
1.1.7
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