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
_ctx
column, 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
GetConfig
max concurrency configuration in thegoogleworkspace_gmail_message
and thegoogleworkspace_gmail_my_message
tables 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
credentials
argument 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_file
argument in the configuration file is now deprecated and will be removed in the next major version. We recommend using thecredentials
argument instead, which can take the same file path as thecredential_file
argument. (#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
delegates
column in thegoogleworkspace_gmail_my_settings
andgoogleworkspace_gmail_settings
tables when using OAuth authentication now returnsnull
instead 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