Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.8.0 [2026-03-18]

_Bug fixes_

- Fixed the `github_team` table by removing unsupported `discussions_url` and `discussions_total_count` columns. ([#531](https://github.com/turbot/steampipe-plugin-github/pull/531)) (Thanks [@JayRovacsek](https://github.com/JayRovacsek) for the contribution!!)

_Dependencies_

- Recompiled plugin with Go version `1.26.0`. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539))
- Recompiled plugin with [steampipe-plugin-sdk v5.14.0](https://github.com/turbot/steampipe-plugin-sdk/blob/develop/CHANGELOG.md#v5140-2026-02-25) that fixes several caching issues. ([#539](https://github.com/turbot/steampipe-plugin-github/pull/539))

## v1.7.0 [2025-10-17]

_What's new?_
Expand Down
Loading