Releases: DMTF/Redfish-Service-Validator
Releases · DMTF/Redfish-Service-Validator
2.4.9
2.4.8
Changes since last release:
[2.4.8] - 2024-07-26
- Fixed link verification to ensure the linked resource is of the expected data type
- Fixed usage of collection limiting to apply limits for all aspects of validation
- Fixed URI cache handling for nested JSON objects that contain URI fragments
2.4.7
Changes since last release:
[2.4.7] - 2024-06-28
- Corrected handling of 'collectionlimit' when specified in a config file
2.4.6
Changes since last release:
[2.4.6] - 2024-06-14
- Hide password and token parameters from console output when running the tool from a config file
2.4.5
Changes since last release:
[2.4.5] - 2024-05-10
- Updated action testing to allow for '@Redfish.AllowablePattern' and '@Redfish.AllowableNumbers' annotations on action parameters
2.4.4
Changes since last release:
[2.4.4] - 2024-05-03
- Added test to ensure write-only properties are null in responses
2.4.3
Changes since last release:
[2.4.3] - 2024-04-12
- Reduced severity of missing schema for an action from error to warning to be consistent with other warnings
2.4.2
Changes since last release:
[2.4.2] - 2024-03-22
- Made corrections to skipping OEM checks when '--nooemcheck' is specified
2.4.1
Changes since last release:
[2.4.1] - 2024-02-09
- Added 'collectionlimit' argument to limit the number of entries checked in a collection
2.4.0
Changes since last release:
[2.4.0] - 2024-01-26
- Added missing break out of object schema mapping if discovered property is not an object