Skip to content

Latest commit

 

History

History
182 lines (115 loc) · 9.77 KB

CHANGELOG.md

File metadata and controls

182 lines (115 loc) · 9.77 KB

v0.12.1 [2023-08-07]

Bug fixes

  • Fixed the okta_factor table to correctly return data instead of a nil pointer dereference error. (#137)

v0.12.0 [2024-7-12]

What's new?

Enhancements

  • The domain column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Okta organizations. (#120)
  • Added support to specify the time period in .spc file for max retries, request timeout, and max backoff time as required. (#112)
  • Added profile column to the okta_factor table. (#130)

Dependencies

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

v0.11.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. (#104)

v0.10.1 [2023-10-04]

Dependencies

v0.10.0 [2023-10-02]

Dependencies

v0.9.0 [2023-04-15]

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

v0.8.0 [2022-09-27]

Dependencies

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

v0.7.0 [2022-06-01]

Enhancements

  • Added additional optional key quals and filter support to the following tables: (#66)
    • okta_app_assigned_group
    • okta_app_assigned_user
    • okta_application
    • okta_auth_server
    • okta_factor
    • okta_group
    • okta_idp_discovery_policy

v0.6.1 [2022-05-23]

Bug fixes

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

v0.6.0 [2022-04-27]

Enhancements

v0.5.0 [2022-01-27]

Enhancements

  • Added limit and context cancellation handling to the following tables (#61) (#63)
    • okta_app_assigned_group
    • okta_app_assigned_user
    • okta_application
    • okta_auth_server
    • okta_factor
    • okta_group
    • okta_idp_discovery_policy
    • okta_network_zone
    • okta_password_policy
    • okta_signon_policy
    • okta_trusted_origin
    • okta_user
    • okta_user_type

Bug fixes

  • Updated okta_app_assigned_group and okta_app_assigned_user tables to hydrate more efficiently and reduce the number of API calls the tables make for accounts with a large number of applications (#61)
  • Fixed the okta_app_assigned_group and okta_app_assigned_user tables to correctly return assigned groups and users instead of empty results (#61)

v0.4.0 [2022-01-20]

Enhancements

  • Added column profile to the okta_app_assigned_group table (#58)

v0.3.0 [2022-01-12]

What's new?

Enhancements

Bug fixes

  • Removed columns assigned_users and assigned_groups from okta_application table (#53)
  • Fixed the okta_application table to correctly return okta application details instead of throwing an error (#46)

v0.2.0 [2021-12-15]

Enhancements

  • Recompiled plugin with steampipe-plugin-sdk-v1.8.2 (#44)
  • Recompiled plugin with Go version 1.17 (#44)
  • Added assigned_users and assigned_groups columns to okta_application table (#41)
  • Removed the profile column from okta_application table (#42)

v0.1.0 [2021-09-02]

What's new?

Enhancements

  • The documentation now includes additional information on okta_user_type and okta_network_zone tables

Bug fixes

  • The title column for okta_user table will no longer have nil values (#35)

v0.0.2 [2021-08-25]

What's new?

  • Add support for service application and private key authentication (#22)
  • Update the config and docs/index.md with more information about service app credentials

v0.0.1 [2021-08-13]

What's new?