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. (#43)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#43)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#43)
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. (#42)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#33)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#30)
- Recompiled plugin with Go version
1.21
. (#30)
What's new?
- Added a new config argument
naming_convention
to supportapi_native
orsnake_case
table and column names. Please check the Configuration section for more information on how to use the new config argument. (#24)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. This update significantly lowers the plugin initialization time of dynamic plugins by avoiding recursing into child folders when not necessary. (#20)
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. (#12)
- Recompiled plugin with Go version
1.19
. (#12)
Bug fixes
- Fixed formatting for various examples in index and table docs.
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.0. (#9)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#7)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#6)
What's new?
- New tables added
- salesforce_account
- salesforce_account_contact_role
- salesforce_asset
- salesforce_contact
- salesforce_contract
- salesforce_lead
- salesforce_object_permission
- salesforce_opportunity
- salesforce_opportunity_contact_role
- salesforce_order
- salesforce_permission_set
- salesforce_permission_set_assignment
- salesforce_pricebook
- salesforce_product
- salesforce_user
- salesforce_{object_name}