Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

77 lines (51 loc) · 5.71 KB

v1.0.0 [2024-10-22]

There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.

Dependencies

v0.3.1 [2024-01-08]

Bug fixes

  • Fixed the plugin to return only static tables instead of an error when the objects config argument is not set or credentials are not set correctly. (#26)

v0.3.0 [2023-12-12]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to _ctx column, and fixing connection and potential divide-by-zero bugs. (#21)

v0.2.1 [2023-10-05]

Dependencies

v0.2.0 [2023-10-02]

Dependencies

v0.1.1 [2023-07-24]

Bug fixes

  • Fixed the formatting of the output of example queries in dynamic table doc. (#6)

v0.1.0 [2023-07-14]

Enhancements

  • Added documentation for servicenow dynamic tables. (#4)

v0.0.1 [2023-06-22]

What's new?