GitHub plugin v0.41.0 - Added github_blob and github_repository_content tables
May 17, 2024•plugin
What's new?
- New tables added
- github_blob (#430) (Thanks @rmhartog for the contribution!)
- github_repository_content (#317)
Enhancements
- The
login_id
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Github connections. (#422) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#219) - Added the
version
flag to the plugin's Export tool. (#65)
Bug fixes
- Fixed the plugin support for Github OAuth Access token to work correctly. (#432)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 that adds support for connection key columns. (#422)