Skip to content

Latest commit

 

History

History
138 lines (85 loc) · 8.63 KB

CHANGELOG.md

File metadata and controls

138 lines (85 loc) · 8.63 KB

v1.0.0 [2024-10-22]

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

v0.8.0 [2023-12-12]

What's new?

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)

v0.7.1 [2023-10-05]

Dependencies

v0.7.0 [2023-10-02]

Dependencies

v0.6.0 [2023-03-23]

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)

v0.5.0 [2022-09-29]

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)

v0.4.0 [2022-07-21]

Bug fixes

  • Fixed the GetConfig max concurrency configuration in the googleworkspace_gmail_message and the googleworkspace_gmail_my_message tables to resolve the plugin validation errors. (#34)

Dependencies

v0.3.0 [2022-04-27]

Enhancements

v0.2.1 [2022-04-14]

Bug fixes

  • Fixed links in documentation for configuring OAuth client authentication.

v0.2.0 [2022-01-31]

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 the credentials argument instead, which can take the same file path as the credential_file argument. (#25)

v0.1.0 [2021-12-08]

Enhancements

v0.0.3 [2021-10-20]

Bug fixes

  • Fixed: All tables now return the service API disabled error directly instead of returning empty rows

v0.0.2 [2021-09-17]

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 the googleworkspace_gmail_my_settings and googleworkspace_gmail_settings tables when using OAuth authentication now returns null instead of an error (#11)

v0.0.1 [2021-08-26]

What's new?