Releases: DMTF/Redfish-Service-Validator
Releases · DMTF/Redfish-Service-Validator
1.2.1
Changes since last release:
[1.2.1] - 2018-10-04
- Made fix to send traceback to debug logging only, not to HTML report
1.2.0
Changes since last release:
[1.2.0] - 2018-09-21
- Added option to enable/disable protocol version checking
- Various cleanup to error messages
1.1.9
Changes since last release:
[1.1.9] - 2018-09-14
- Added fixes to OEM checks
- Added support for URI checking as an option with the tool
1.1.8
Changes since last release:
[1.1.8] - 2018-09-07
- Added additional sanity checking for managing cases where a type cannot be found
1.1.7
Changes since last release:
[1.1.7] - 2018-08-31
- Added support for following
@odata.id
reference for auto expanded resources
- Added handling for trying to resolve the proper schema file if it's not found
- Added support for following
@odata.nextLink
in collections
- Added handling for resolving the proper ComplexType version based on the reported
@odata.type
value for the a resource
- Added case insensitive checking on invalid properties for giving hints in error messages
- Added warnings for empty strings in payloads if the property is read only
- Added hints in error messages for unknown properties
- Added hint in the error message for enum values if the service returns the string "null" rather than the JSON value null
1.1.6
Changes since last release:
[1.1.6] - 2018-08-17
- Fixed several cases where exception tracebacks were being printed in the output
1.1.5
Changes since last release:
[1.1.5] - 2018-08-03
- Added missing start session
- Added exceptions for bad credentials
- Modified the report output to improve readability
- Refactor areas of code to enable automated unit testing
1.1.4
Changes since last release:
[1.1.4] - 2018-07-06
- Additional fixes to OEM object handling within Actions
1.1.3
Changes since last release:
[1.1.3] - 2018-06-29
- Fixed annotations being treated as unknown properties
- Fixed handling of dynamic properties patterns that was introduced as part of the OEM object validation
1.1.2
Changes since last release:
[1.1.2] - 2018-06-22
- Added support for verifying OEM objects in responses