Skip to content

Latest commit

 

History

History
93 lines (53 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

93 lines (53 loc) · 5.45 KB

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

v0.5.1 [2023-10-05]

Dependencies

v0.5.0 [2023-10-02]

Dependencies

v0.4.0 [2023-04-11]

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

v0.3.1 [2023-02-28]

Bug fixes

  • Fixed the incorrect dynamic plugin schema definition that would cause 100% CPU during initialization. (#34)

v0.3.0 [2022-11-17]

What's new?

  • Added support for retrieving INI, JSON and YML config files from remote Git repositories and S3 buckets. For more information, please see Supported Path Formats. (#27)
  • Added file watching support for files included in the paths config argument. (#27)

Dependencies

v0.2.0 [2022-09-26]

Enhancements

  • Added support for loading JSON files containing arrays to json_file table. (#25) (Thanks to @keilin-anz for the contribution!)

Dependencies

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

v0.1.0 [2022-04-27]

Enhancements

v0.0.3 [2022-03-17]

What's new?

Enhancements

v0.0.2 [2022-02-14]

Enhancements

  • Update examples in README, index doc, and table docs for better rendering in the Hub (#16)

v0.0.1 [2022-02-11]

What's new?