You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
## v1.1.0 [2025-04-04]
2
2
3
+
_Breaking changes_
4
+
5
+
- Removed the `projects_total_count` column from the `github_organization` and `github_my_organization` tables. This property was removed from the GitHub GraphQL API as of April 1, 2024, which caused queries using it to fail. Please check [GitHub GraphQL API changelog](https://docs.github.com/en/graphql/overview/breaking-changes#changes-scheduled-for-2025-04-01) for additional details. ([#488](https://github.com/turbot/steampipe-plugin-github/pull/488))
6
+
3
7
_Enhancements_
4
8
5
-
- Updated the GraphQL schema of the `github_organization` table by removing the `projects_total_count` column to avoid query errors. ([#488](https://github.com/turbot/steampipe-plugin-github/pull/488))
6
9
- Added `run_attempt` column as an optional qual to the `GetConfig` of `github_actions_repository_workflow_run` table. ([#464](https://github.com/turbot/steampipe-plugin-github/pull/464)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
7
10
- Added `run_attempt` and `previous_attempt_url` columns to `github_actions_repository_workflow_run` table. ([#463](https://github.com/turbot/steampipe-plugin-github/pull/463)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
8
11
- Added `workflow_id` column as an optional qual to the `ListConfig` of `github_actions_repository_workflow_run` table. ([#465](https://github.com/turbot/steampipe-plugin-github/pull/465)) (Thanks [@tsibley](https://github.com/tsibley) for the contribution!!)
0 commit comments