Skip to content

Latest commit

 

History

History
85 lines (48 loc) · 4.92 KB

CHANGELOG.md

File metadata and controls

85 lines (48 loc) · 4.92 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.7.0 [2024-03-04]

Enhancements

  • Updated the regex pattern of slack_api_token to also detect the Slack bot tokens. (#73)
  • Updated the regex pattern of AWS access_key_id to include key resources like AWS SSO credentials. (#74)

v0.6.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. (#65)

v0.5.1 [2023-10-05]

Dependencies

v0.5.0 [2023-10-02]

Dependencies

v0.4.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. (#25)

v0.3.0 [2022-09-28]

Dependencies

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

v0.2.1 [2022-05-23]

Bug fixes

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

v0.2.0 [2022-04-27]

Enhancements

v0.1.0 [2021-12-08]

Enhancements

  • Recompiled plugin with Go version 1.17 (#9)
  • Updated: Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#8)
  • Added the Credits section to the docs/index.md file

Bug fixes

  • Fixed the multi-line strings in the code_secret table document examples

v0.0.1 [2021-09-28]

What's new?