Skip to content

1.0.0

Compare
Choose a tag to compare
@mraineri mraineri released this 02 Feb 14:04
3aafe9e

Changes since last release:

[1.0.0] - 2018-02-02

  • Added support for getting time statistics when collecting resources
  • Added support for pulling the $metadata resource
  • Added support for pulling the JSON Schema repository
  • Added support for pulling OEM resources
  • Fixed @odata.type parsing to include support for no versioning

[0.9.3] - 2017-06-05

  • Cleaning help options
  • Create directory if specified by "-D" if it is not empty
  • Add optional copyright, header and time information to the /redfish, /redfish/v1 and /redfish/v1/odata resources
  • Print status code if there is an error in retrieving redfish data with the transport
  • Wait time and timeout for Redfish transport have been changed to 5 and 20 respectively

[0.9.2] - 2017-04-28

  • Support to recursively navigate tree instead of using static navigation structure
  • Added "--custom" option to support chosing custom navigation and updated structure to include all remaining navigation properties
  • Captures GET headers in headers.json for each api
  • Captures execution time in time.json for each api
  • Adds @redfish.copyright property to each resource; Can specify copyright with "-C <copyright_message>" and longform "--Copyright"
  • Updated redfishtool library to 0.9.3

[0.9.1] - 2016-09-06

  • Initial Public Release