Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 4.21 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.4.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. (#32)

v0.3.1 [2023-10-05]

Dependencies

v0.3.0 [2023-10-02]

Dependencies

v0.2.0 [2023-03-22]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#17)

v0.1.0 [2022-09-28]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#14)
  • Recompiled plugin with Go version 1.19. (#14)

v0.0.3 [2022-06-29]

Bug fixes

  • Updated the plugin category from network to security. (#10)

v0.0.2 [2022-06-03]

Breaking changes

  • Removed the column raw from all tables since the data included in the column was redundant. (#6)

v0.0.1 [2022-05-18]

What's new?