Skip to content

Releases: DMTF/Redfish-Service-Validator

2.1.9

28 Jul 16:02
ec13baa
Compare
Choose a tag to compare

Changes since last release:

[2.1.9] - 2022-07-28

  • Fixed import statement in schema pack module

2.1.8

22 Jul 20:23
Compare
Choose a tag to compare

Changes since last release:

[2.1.8] - 2022-07-22

  • Modified project for PyPI publication

2.1.7

15 Jul 20:32
042f534
Compare
Choose a tag to compare

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

19 May 01:29
Compare
Choose a tag to compare

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

08 Apr 20:02
56c3bd7
Compare
Choose a tag to compare

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

01 Apr 20:06
66d3c38
Compare
Choose a tag to compare

Changes since last release:

[2.1.4] - 2022-04-01

  • Corrected parent reference to allow for '@odata.id' testing on referenceable members
  • Extended argument usage to allow for argument forms used in other tools, such as 'rhost' instead of 'ip'

2.1.3

25 Mar 20:01
b44058e
Compare
Choose a tag to compare

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

2.1.2

21 Mar 18:44
23c5196
Compare
Choose a tag to compare

Changes since last release:

[2.1.2] - 2022-03-21

  • Added '--mockup' option to override payloads from a service with a mockup in a directory
  • Added support for ensuring properties that are JSON objects that are marked as 'required' are present in payloads

2.1.1

04 Mar 20:43
c11b990
Compare
Choose a tag to compare

Changes since last release:

[2.1.1] - 2022-03-04

  • Added check to ensure a reference object is an object prior to attempting to extract the link information

2.1.0

05 Feb 20:29
60277a4
Compare
Choose a tag to compare

Changes since last release:

[2.1.0] - 2022-02-05

  • Added 'Accept-Encoding' header to allow for any encoding in responses
  • Corrected '@odata.id' inspection to not crash the tool if the string is empty