Skip to content

v0.5.1

Compare
Choose a tag to compare
@hc-github-team-wg-packagespec hc-github-team-wg-packagespec released this 19 Aug 17:54
5f88243

0.5.1 (2021/08/16)

New and Improved

  • Data Warehouse: Add OIDC auth method and accounts to the database warehouse.
    Four new columns have been added to the wh_user_dimension table:
    auth_method_external_id, auth_account_external_id,
    auth_account_full_name, and auth_account_email.
    (PR)

Bug Fixes

  • events: Fix panic when using the hclog-text event's format.
    (PR)
  • oidc managed groups: Allow colons in selector paths
    (PR)