Skip to content

Commit

Permalink
Add CHANGELOG for v0.12.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo9024 authored Jul 12, 2024
1 parent 414b253 commit 9d7b783
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.12.0 [2024-7-12]

_What's new?_

- New tables added
- [okta_device](https://hub.steampipe.io/plugins/turbot/okta/tables/okta_device) ([#50](https://github.com/turbot/steampipe-plugin-okta/pull/113))

_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](https://github.com/turbot/steampipe-plugin-okta/pull/120))
- Added support to specify the time period in `.spc` file for `max retries`, `request timeout`, and `max backoff time` as required. ([#112](https://github.com/turbot/steampipe-plugin-okta/pull/112))
- Added `profile` column to the `okta_factor` table. ([#130](https://github.com/turbot/steampipe-plugin-okta/pull/130))

_Dependencies_

- Recompiled plugin with [steampipe-plugin-sdk v5.10.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v5101-2024-05-09) which ensures that `QueryData` passed to `ConnectionKeyColumns` value callback is populated with `ConnectionManager`. ([#120](https://github.com/turbot/steampipe-plugin-okta/pull/120))

## v0.11.0 [2023-12-12]

_What's new?_
Expand Down

0 comments on commit 9d7b783

Please sign in to comment.