Bug fixes
- Fixed
OAuth2scope handling by shifting to table-specific scope requests instead of global scopes, and documented required scopes per table. (#94)
Dependencies
- Recompiled plugin with Go version
1.24. (#91) - Recompiled plugin with steampipe-plugin-sdk v5.13.1 that addresses critical and high vulnerabilities in dependent packages. (#95)
What's new?
- New tables added
- googleworkspace_activity_report (#88) (Thanks @assakafpix for the contribution!!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.11.7 which resolves an issue where rate limiters were not being applied to hydrate functions correctly. (#87)
Bug fixes
- Fixed Linux AMD64 plugin build failures for
Postgres 14 FDW,Postgres 15 FDW, andSQLite Extensionby upgrading GitHub Actions runners fromubuntu-20.04toubuntu-22.04.
Dependencies
- Recompiled plugin with Go version
1.23.1. (#84) - Recompiled plugin with steampipe-plugin-sdk v5.11.5 that addresses critical and high vulnerabilities in dependent packages. (#84)
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. (#82) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#82)
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. (#77)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#77)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#77)
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
_ctxcolumn, and fixing connection and potential divide-by-zero bugs. (#76)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#56)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#51)
- Recompiled plugin with Go version
1.21. (#51)
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. (#40)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#36)
- Recompiled plugin with Go version
1.19. (#36)
Bug fixes
- Fixed the
GetConfigmax concurrency configuration in thegoogleworkspace_gmail_messageand thegoogleworkspace_gmail_my_messagetables to resolve the plugin validation errors. (#34)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#34)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#31)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18. (#30)
Bug fixes
- Fixed links in documentation for configuring OAuth client authentication.
What's new?
- Added: The
credentialsargument can now be specified in the configuration file to pass in either the path to or the contents of a service account key file in JSON format (#25)
Deprecated
- The
credential_fileargument in the configuration file is now deprecated and will be removed in the next major version. We recommend using thecredentialsargument instead, which can take the same file path as thecredential_fileargument. (#25)
Enhancements
- Recompiled plugin with Go version 1.17 (#22)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#19)
Bug fixes
- Fixed: All tables now return the service API disabled error directly instead of returning empty rows
What's new?
- Added: Support for OAuth 2.0 authentication (#11)
- Added: Additional optional key columns and better filtering capabilities to the following tables:
- googleworkspace_calendar_event
- googleworkspace_calendar_my_event
- googleworkspace_drive
- googleworkspace_drive_my_file
- googleworkspace_gmail_draft
- googleworkspace_gmail_my_draft
- googleworkspace_gmail_my_message
- googleworkspace_people_contact
- googleworkspace_people_contact_group
- googleworkspace_people_directory_people
Enhancements
- Updated: Improve context cancellation handling in all tables (#11)
Bug fixes
- Fixed: Querying the
delegatescolumn in thegoogleworkspace_gmail_my_settingsandgoogleworkspace_gmail_settingstables when using OAuth authentication now returnsnullinstead of an error (#11)
What's new?
-
New tables added
- googleworkspace_calendar
- googleworkspace_calendar_event
- googleworkspace_calendar_my_event
- googleworkspace_drive
- googleworkspace_drive_my_file
- googleworkspace_gmail_draft
- googleworkspace_gmail_message
- googleworkspace_gmail_my_draft
- googleworkspace_gmail_my_message
- googleworkspace_gmail_my_settings
- googleworkspace_gmail_settings
- googleworkspace_people_contact
- googleworkspace_people_contact_group
- googleworkspace_people_directory_people