Skip to content

Latest commit

 

History

History
257 lines (149 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

257 lines (149 loc) · 14.3 KB

v0.16.0 [2024-05-14]

Enhancements

  • The tenant_id column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Azure subscriptions. (#175)
  • The Plugin and the Steampipe Anywhere binaries are now built with the netgo package. (#180)
  • Added support for China cloud endpoint and scope based on the environment. (#174)
  • Added the version flag to the plugin's Export tool. (#65)

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that QueryData passed to ConnectionKeyColumns value callback is populated with ConnectionManager. (#175)

v0.15.0 [2023-12-12]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server enacapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to _ctx column, and fixing connection and potential divide-by-zero bugs. (#158)

v0.14.1 [2023-10-04]

Dependencies

v0.14.0 [2023-10-02]

Dependencies

v0.13.0 [2023-09-27]

Enhancements

  • Added the department column to azuread_user table. (#132)

Bug fixes

  • Fixed the title column in azuread_device and azuread_user tables to correctly return data instead of null. (#134)

Dependencies

v0.12.0 [2023-07-18]

Enhancements

  • Updated the docs/index.md file to include multi-tenant configuration examples. (#122)

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

v0.10.1 [2023-06-16]

Bug fixes

  • Fixed the ListConfig of azuread_directory_audit_report and azuread_sign_in_report tables to prevent errors during type conversion caused by inconsistent API responses. (#116)

v0.10.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. (#112)

Bug fixes

  • Fixed the tags column in azuread_group table to be of JSON type instead of string. (#111)

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

v0.8.3 [2022-11-02]

Bug fixes

  • Updated ip_address column type to string in azuread_sign_in_report table to handle partial IP addresses. (#95)

v0.8.2 [2022-10-28]

Bug fixes

  • Updated the docs/index.md file to add the missing permission Policy.Read.All which is required to query azuread_admin_consent_request_policy, azuread_authorization_policy and azuread_conditional_access_policy tables. (#92)

v0.8.1 [2022-10-21]

Bug fixes

  • Disabled caching of Graph client to avoid errors when running consecutive queries for some tables. (#90)

v0.8.0 [2022-10-13]

What's new?

Bug fixes

  • Fixed default page size in all tables. (#85)

v0.7.0 [2022-09-29]

What's new?

Dependencies

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

v0.6.0 [2022-08-09]

What's new?

Enhancements

  • Added description column to azuread_application table.
  • Added filter column to azuread_identity_provider table.
  • Added app_id, app_description, description, login_url, logout_url, and oauth2_permission_scopes columns to azuread_service_principal table.

Bug fixes

  • Fixed column name keyCredentials to key_credent4ials in azuread_service_principal table.
  • Fixed column type of ip_address column in azuread_sign_in_report from string to IP address.

Breaking changes

  • Removed verified_publisher column from azuread_service_principal table due to lack of API support.
  • Removed published_permission_scopes column from azuread_service_principal table (replaced by oauth2_permission_scopes column).
  • Removed refresh_tokens_valid_from_date_time column from azuread_user table (replaced by sign_in_sessions_valid_from_date_time column).

v0.5.1 [2022-07-25]

Bug fixes

  • Added the missing </li> list item element tag in the credentials section of docs/index.md page which would cause the plugin build process to fail. (#60)

v0.5.0 [2022-07-22]

Enhancements

  • Improved docs/index.md file information about what permissions are required to query resources. (#56)

Dependencies

v0.4.1 [2022-05-23]

Bug fixes

  • Fixed the Slack community links in README and docs/index.md files. (#54)

v0.4.0 [2022-04-27]

Enhancements

v0.3.1 [2022-04-22]

Bug fixes

  • Fixed the following tables' results being limited to 999 rows unintentionally: (#50)
    • azuread_application
    • azuread_conditional_access_policy
    • azuread_domain
    • azuread_group
    • azuread_service_principal
    • azuread_sign_in_report
    • azuread_user

v0.3.0 [2022-03-25]

Enhancements

  • Added additional optional key quals, filter support, page limit and context cancellation handling to azuread_application, azuread_conditional_access_policy, azuread_directory_role, azuread_domain, azuread_group, azuread_identity_provider, azuread_service_principal, azuread_sign_in_report, and azuread_user tables (#43)

v0.2.0 [2022-03-23]

Enhancements

v0.1.0 [2021-12-08]

Enhancements

v0.0.3 [2021-11-03]

What's new?

Enhancements

Bug fixes

  • Fixed the title of the azuread_user table in the documentation file (#32)

v0.0.2 [2021-09-28]

What's new?

Bug fixes

  • Updated on_premises_net_bios_name column type from timestamp to string in azuread_group table (#25)
  • Added missing config options for managed identity in credential setup (#16)
  • Fixed example queries in the documentation of azuread_user and azuread_service_principal tables (#20) (#29)

v0.0.1 [2021-08-19]

What's new?