Skip to content

Latest commit

 

History

History
81 lines (50 loc) · 5.15 KB

CHANGELOG.md

File metadata and controls

81 lines (50 loc) · 5.15 KB

v1.1.1 [2025-04-18]

Bug fixes

  • Fixed Linux AMD64 plugin build failures for Postgres 14 FDW, Postgres 15 FDW, and SQLite Extension by upgrading GitHub Actions runners from ubuntu-20.04 to ubuntu-22.04.

v1.1.0 [2025-04-17]

Dependencies

  • Recompiled plugin with Go version 1.23.1. (#50)
  • Recompiled plugin with steampipe-plugin-sdk v5.11.5 that addresses critical and high vulnerabilities in dependent packages. (#50)

v1.0.1 [2025-02-05]

Bug fixes

  • Fixed pagination in wiz_user table. (#41)
  • Removed the unsupported profile_completion column from the wiz_project table. (#47)

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.3.0 [2024-02-15]

Enhancements

  • Improved the plugin error message when invalid credentials are set in the wiz.spc file. (#23)

Bug fixes

  • Fixed the service_tickets column in wiz_issue table by removing the action subfield from the ServiceTickets field in the GraphQL response since it was no longer available. (#24 #25) (Thanks @sycophantic for the contribution!)

v0.2.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. (#17)

v0.1.1 [2023-10-05]

Dependencies

v0.1.0 [2023-10-02]

Dependencies

v0.0.1 [2023-05-08]

What's new?