Skip to content

Commit

Permalink
Add CHANGELOG for v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Sep 21, 2023
1 parent 6fb9d6e commit 57ac623
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
## v0.34.1 [2023-09-21]

_Bug fixes_

- Empty values will no longer be cached incorrectly for the `github_my_repository`, `github_repository`, and `github_search_repository` tables. ([#340](https://github.com/turbot/steampipe-plugin-github/pull/340))
- Fixed `github_team_repository table` to include support for dynamic GraphQL queries. ([#339](https://github.com/turbot/steampipe-plugin-github/pull/339))

## v0.34.0 [2023-09-20]

_What's new_

- Update `github_my_repository`, `github_repository`, and `github_search_repository` tables to only include requested columns in GraphQL request. This should result in faster queries and large scale queries completing more consistently. ([#338](https://github.com/turbot/steampipe-plugin-github/pull/338))
- Updated `github_my_repository`, `github_repository`, and `github_search_repository` tables to only include requested columns in GraphQL request. This should result in faster queries and large scale queries completing more consistently. ([#338](https://github.com/turbot/steampipe-plugin-github/pull/338))

_Dependencies_

Expand Down

0 comments on commit 57ac623

Please sign in to comment.