Releases: DMTF/Redfish-Service-Validator
Releases · DMTF/Redfish-Service-Validator
2.1.9
Changes since last release:
[2.1.9] - 2022-07-28
- Fixed import statement in schema pack module
2.1.8
Changes since last release:
[2.1.8] - 2022-07-22
- Modified project for PyPI publication
2.1.7
Changes since last release:
[2.1.7] - 2022-07-15
- Added check to on URIs for validation for external reference to ensure it does not go through the Redfish library
- Added scrollbars to the 'Edit Config' window
- Added check to ensure an action is shown in the response as an object before trying to discover if it has action info
2.1.6
Changes since last release:
[2.1.6] - 2022-05-19
- Added shebang statements at the beginning of the tool in order to execute it directly
- Added support for verifying the data type of '@odata.count' annotations
- Minor enhancements to debug statements
2.1.5
Changes since last release:
[2.1.5] - 2022-04-08
- Added check to ensure array properties are returned as arrays before iterating over their values
- Added context-driven pattern checking for 'DurableName'
- Added proxy arguments for controlling proxy usage with external sites and the service
2.1.4
2.1.3
Changes since last release:
[2.1.3] - 2022-03-25
- Corrected order of operations for initializing the tool to collect additional schema files from $metadata before building the data model for payload validation
- Suppress warning messages for deprecated properties when the property is also marked as required
- Added support for Unix sockets