Skip to content

Releases: DMTF/Redfish-Service-Validator

2.2.5

13 Feb 20:48
9c6f535
Compare
Choose a tag to compare

Changes since last release:

[2.2.5] - 2023-02-13

  • Made fixes to 'Id' property validation with the URI of the resource

2.2.4

05 Feb 02:20
725a94e
Compare
Choose a tag to compare

Changes since last release:

[2.2.4] - 2023-02-05

  • Added validation of the last segment of the URI to ensure it matches the Id property or MemberId property where appropriate

2.2.3

27 Jan 20:35
03f58c9
Compare
Choose a tag to compare

Changes since last release:

[2.2.3] - 2023-01-27

  • Added checking for the presence of '@odata.id' at the root of resources and referenceable members
  • Corrected return code from the script to show failures

2.2.2

07 Nov 14:08
a579c2d
Compare
Choose a tag to compare

Changes since last release:

[2.2.2] - 2022-11-07

  • Removed certificate checks when downloading schema files referenced by the service

2.2.1

12 Aug 19:40
5104799
Compare
Choose a tag to compare

Changes since last release:

[2.2.1] - 2022-08-12

  • Corrected link traversal logic when objects or arrays of objects are 'null'

2.2.0

05 Aug 20:08
cc9b8f7
Compare
Choose a tag to compare

Changes since last release:

[2.2.0] - 2022-08-05

  • Removed conditional import statements

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