Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1022 Bytes

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 1022 Bytes

Changelog

1.1.1

No new features or fixes.

Stability

  • First release that is officially signed

1.1.0

New Features

  • Added "Advanced Variables JSON" to define a variables JSON object that has interpolation performed on the JSON string itself, rather than strings within the JSON
    • This is added functionality and is not meant to replace or change the existing functionality. Using the variables configuration from the GraphiQL editor and advanced variables JSON at the same time is supported.

Stability

  • Resources are properly closed
  • Panics are no longer used and better logging is done in the backend
  • Unnecessary console.log() calls moved to existing console.error() calls

1.0.1

Fixes

  • Numeric values are now exported as float64 values, which allows alerting queries to work correctly
  • An undefined variables object used to cause an error to be logged. Null/undefined variables field defined via provisioned queries now cause no error message to be logged.

1.0.0

Initial release.