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
. (#45) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#45)
What's new?
- New tables added
- reddit_my_saved_post (Thanks @mkell43 for the contribution!)
- reddit_my_saved_comment (Thanks @mkell43 for the contribution!)
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. (#33)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#33)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#33)
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. (#32)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#23)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#21)
- Recompiled plugin with Go version
1.21
. (#21)
Bug fixes
- Added the missing
plugin
config argument to the example connection config indocs/index.md
file. (#17)
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. (#14)
What's new?
- Added support for temporary credentials to query tables. (#11)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#8)
- Recompiled plugin with Go version
1.19
. (#8)
What's new?
- New tables added
- reddit_my_blocked
- reddit_my_comment
- reddit_my_friend
- reddit_my_info
- reddit_my_moderated_subreddit
- reddit_my_post
- reddit_my_subscribed_subreddit
- reddit_popular_subreddit
- reddit_subreddit_banned
- reddit_subreddit_moderator
- reddit_subreddit_post_search
- reddit_subreddit_search
- reddit_user
- reddit_user_search