Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 3.6 KB

v0.2.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. (#26)

v0.1.1 [2023-10-04]

Dependencies

v0.1.0 [2023-10-02]

Dependencies

v0.0.4 [2023-09-29]

Breaking changes

  • Removed the output column in the exec_command table. This column has been replaced by the stdout_output and stderr_output columns. (#13)

What's new?

  • Added stdout_output and stderr_output columns to the exec_command table. (#13)
  • Added stream column to the exec_command_line table. (#13)
  • Added plugin limiter exec_global with MaxConcurrency set to 15 in an effort to reduce abuse reports due to large number of concurrent remote connections. (#13)

Bug fixes

  • Results from the exec_command table should now be consistent when using local and remote connections. (#13)

Dependencies

v0.0.3 [2023-08-11]

Bug fixes

  • Fixed the plugin to return an appropriate error message when the config file is missing required arguments. (#7)

v0.0.2 [2023-07-20]

Bug fixes

  • Fixed the incorrect github repository reference in docs/index.md file.

v0.0.1 [2023-07-13]

What's new?