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
. (#60) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#60)
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. (#55)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#55)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#55)
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. (#54)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#47)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#45)
- Recompiled plugin with Go version
1.21
. (#45)
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. (#38)
Bug fixes
- Fixed the
external_id
column inzendesk_ticket
table to be ofSTRING
data type instead ofINT
. (#37) (Thanks @tylarb for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.6 which includes several caching and memory management improvements. (#35)
- Recompiled plugin with Go version
1.19
. (#35)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#31)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#29)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#28)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 and Go version 1.17 (#20)
Bug fixes
- Fixed example query in
zendesk_organization
table (#22)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.6.1 (#16)
- Changed plugin license to Apache 2.0 per turbot/steampipe (#14)
What's new?
Documentation
- Updated README.md and index.md with latest standards (#12)
Enhancements
- Update examples for
zendesk_search
table (#10) - Recompiled plugin with steampipe-plugin-sdk v0.2.4
Bug fixes
- Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues:
What's new?
- Added support for connection configuration. You may specify zendesk
subdomain
,email
andtoken
for each connection in a configuration file. You can have multiple zendesk connections, each configured for a different zendesk account.