Steampipe Plugin SDK v5.6.0 - Add support for rate limiters
Sep 27, 2023•steampipe
What's new?
- Define rate and concurrency limits for plugin execution. (#623)
- Diagnostics property added to _ctx column, containing information on hydrate calls and rate limiting (enabled by setting env var STEAMPIPE_DIAGNOSTIC_LEVEL=all)
- Support for JSONB operators in List hydrate functions. (#594)
- Type property added to ConnectionConfig protobuf definition to determine if a connection is an aggregator. (#590)
- When plugin startup fails, write a specially formatted string to stdout so plugin manager can parse the output and display a useful message. (#619)
- Support for multi-line log entries. (#612)
- Added Equals function for QualValue. (#646)