Releases: DMTF/Redfish-Protocol-Validator
Releases · DMTF/Redfish-Protocol-Validator
1.2.7
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
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