Skip to content

Releases: DMTF/Redfish-Service-Validator

1.2.1

05 Oct 20:23
8fa6448
Compare
Choose a tag to compare

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

21 Sep 12:44
af30662
Compare
Choose a tag to compare

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

14 Sep 12:22
ead263d
Compare
Choose a tag to compare

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

07 Sep 17:56
4fdee16
Compare
Choose a tag to compare

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

31 Aug 19:06
ccf902a
Compare
Choose a tag to compare

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

17 Aug 12:52
d8617ce
Compare
Choose a tag to compare

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

03 Aug 17:55
c58a7fd
Compare
Choose a tag to compare

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

06 Jul 12:38
7d87731
Compare
Choose a tag to compare

Changes since last release:

[1.1.4] - 2018-07-06

  • Additional fixes to OEM object handling within Actions

1.1.3

29 Jun 13:40
095576a
Compare
Choose a tag to compare

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

22 Jun 13:02
a4d293b
Compare
Choose a tag to compare

Changes since last release:

[1.1.2] - 2018-06-22

  • Added support for verifying OEM objects in responses