Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Latest commit

 

History

History
149 lines (96 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

149 lines (96 loc) · 11.2 KB

v0.12.1 [2023-07-27]

Deprecated

  • Update the deprecation messages in docs/index.md and README files.

v0.12.0 [2023-07-27]

Deprecated

  • This plugin has been deprecated and replaced by Turbot Pipes. This was part of our renaming of Steampipe Cloud to Turbot Pipes.

v0.11.0 [2023-06-20]

Dependencies

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

v0.10.0 [2023-05-09]

What's new?

v0.9.0 [2023-04-10]

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

v0.8.0 [2023-02-22]

What's new?

v0.7.0 [2022-12-27]

Enhancements

  • Added column expires_at to steampipecloud_workspace_snapshot table. (#29)

v0.6.0 [2022-11-24]

What's new?

Dependencies

v0.5.0 [2022-09-27]

Dependencies

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

v0.4.0 [2022-08-22]

Breaking changes

  • Removed column email from steampipecloud_organization_member table. (#24)
  • Removed column email from steampipecloud_organization_workspace_member table. (#24)
  • Removed column email from steampipecloud_user table. (#24)
  • Renamed column workspace_state to state in steampipecloud_workspace table. (#24)
  • Renamed column mod_constraint to constraint in steampipecloud_workspace_mod table. (#24)
  • Renamed column created_by_handle to created_by_id to store the identifier of the person who created the setting for the variable in steampipecloud_workspace_mod_variable table. (#24)
  • Renamed column updated_by_handle to updated_by_id to store the identifier of the person who last updated the setting for the variable in steampipecloud_workspace_mod_variable table. (#24)

What's new?

Enhancements

  • Added process_id column to steampipecloud_audit_log table. (#24)
  • Added created_by_id, created_by, updated_by_id, updated_by columns to steampipecloud_connection table. (#24)
  • Added created_by_id, updated_by_id columns to steampipecloud_organization table. (#24)
  • Updated columns created_by, updated_by to store additional information about the user who created or updated the organization in steampipecloud_organization table. (#24)
  • Added created_by_id, scope, updated_by_id, user columns to steampipecloud_organization_member table. (#24)
  • Updated columns created_by, updated_by to store additional information about the user who created or updated the organization member in steampipecloud_organization_member table. (#24)
  • Added created_by_id, updated_by_id, user columns to steampipecloud_organization_workspace_member table. (#24)
  • Updated columns created_by, updated_by to store additional information about the user who created or updated the organization workspace member in steampipecloud_organization_workspace_member table. (#24)
  • Added api_version, cli_version, created_by_id, host, updated_by_id columns to steampipecloud_workspace table. (#24)
  • Updated columns created_by, updated_by to store additional information about the user who created or updated the organization workspace member in steampipecloud_workspace table. (#24)
  • Added connection_handle, connection, created_by_id, created_by, identity_handle, identity_type, updated_by_id, updated_by, workspace_handle columns to steampipecloud_workspace_connection table. (#24)
  • Added created_by_id, created_by, identity_handle, updated_by_id, updated_by, version_id, workspace_handle columns to steampipecloud_workspace_mod table. (#24)
  • Added version_id column to steampipecloud_workspace_mod_variable table. (#24)

Dependencies

v0.3.0 [2022-07-20]

What's new?

Enhancements

  • Added created_by and updated_by columns to the steampipecloud_organization table. (#19)
  • Added created_by, org_handle, and updated_by columns to the steampipecloud_organization_member table. (#19)
  • Added created_by, updated_by, and version_id columns to the steampipecloud_workspace table. (#19)
  • Added GetConfig to steampipecloud_organization and steampipecloud_organization_member tables. (#19)

Dependencies

v0.2.0 [2022-06-09]

What's new?

v0.1.0 [2022-04-28]

Enhancements

v0.0.1 [2021-12-16]

What's new?