Skip to content

Latest commit

 

History

History
143 lines (81 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

143 lines (81 loc) · 8.31 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.10.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 column _ctx, and fixing connection and potential divide-by-zero bugs. (#50)

v0.9.1 [2023-10-04]

Dependencies

v0.9.0 [2023-10-02]

Dependencies

v0.8.0 [2023-06-21]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#36)

v0.7.0 [2023-05-11]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.4.1 which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. (#33)

v0.6.0 [2023-04-11]

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. (#29)

v0.5.1 [2023-02-10]

Dependencies

v0.5.0 [2022-09-09]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v4.1.6 which includes several caching and memory management improvements. (#23)
  • Recompiled plugin with Go version 1.19. (#23)

v0.4.0 [2022-07-21]

Bug fixes

  • Fixed the GetConfig max concurrency configuration in the zoom_meeting table to resolve the plugin validation errors. (#21)

Dependencies

v0.3.1 [2022-07-08]

Bug fixes

v0.3.0 [2022-07-07]

Enhancements

v0.2.0 [2022-04-28]

Enhancements

v0.1.0 [2021-12-08]

Enhancements

v0.0.4 [2021-09-22]

Enhancements

v0.0.3 [2021-06-04]

What's new?

Enhancements

  • Add common column of account_id to all tables.

v0.0.2 [2021-05-06]

Enhancements

  • Use Steampipe SDK v0.2.8 with retry support (#1)

v0.0.1 [2021-04-30]

What's new?