Skip to content

Latest commit

 

History

History
114 lines (63 loc) · 6.54 KB

File metadata and controls

114 lines (63 loc) · 6.54 KB

v1.1.0 [2025-09-25]

Dependencies

  • Recompiled plugin with Go version 1.24.
  • Recompiled plugin with steampipe-plugin-sdk v5.13.1 that addresses critical and high vulnerabilities in dependent packages.

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.10.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. (#50)

v0.9.1 [2023-10-05]

Dependencies

v0.9.0 [2023-10-02]

Dependencies

v0.8.0 [2023-06-20]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#37)

v0.7.0 [2023-04-06]

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. (#35)

v0.6.0 [2022-09-27]

Dependencies

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

v0.5.0 [2022-07-22]

Dependencies

v0.4.0 [2022-06-24]

Enhancements

v0.3.1 [2022-05-23]

Bug fixes

  • Fixed the Slack community links in README and docs/index.md files. (#27)

v0.3.0 [2022-04-28]

Enhancements

v0.2.0 [2021-12-16]

Enhancements

v0.1.3 [2021-07-22]

Enhancements

v0.1.2 [2021-03-19]

Bug fixes

  • Use API paging to get full results for steampipe_registry_plugin and steampipe_registry_plugin_version.

v0.1.1 [2021-02-25]

Bug fixes

  • Update to display the version of the plugin.
  • Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
    • Fix error for missing required quals #40.
    • Queries fail with error socket: too many open files #190