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
- Recompiled plugin with Go version
1.22
. (#65) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#65)
What's new?
- Added support for iex_api_token connnection config parameter to access
finance_us_sec_public_company
table data. (#43)
Enhancements
- The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#61) - Added the
version
flag to the plugin's Export tool. (#65)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 that adds support for connection key columns. (#54)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#49)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#49)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#49)
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. (#48)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#38)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#36)
- Recompiled plugin with Go version
1.21
. (#36)
Dependencies
- Recompiled plugin with
finance-go v1.1.1-0.20230807033903-430a57233430
that fixes the plugin to return results consistently instead of returning errors. (#28)
Dependencies
- Recompiled plugin with finance-go v1.1.0 which fixes the upstream API errors. (#23)
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. (#20)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#17)
- Recompiled plugin with Go version
1.19
. (#17)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#13)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#10)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#11)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk-v1.8.2 (#7)
- Recompiled plugin with Go version 1.17 (#7)
Bug fixes
- Pass User-Agent to finance_us_sec_* tables to avoid throttling errors.
Enhancements
- Updated plugin category from
internet
tomedia
- Updated plugin license to Apache 2.0 per turbot/steampipe#488
What's new?