Skip to content

Commit 70b53bd

Browse files
authored
Update v1.1.0 CHANGELOG entry to include the Breaking changes section (#489)
1 parent b84d059 commit 70b53bd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## v1.1.0 [2025-04-04]
22

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+
37
_Enhancements_
48

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))
69
- 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!!)
710
- 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!!)
811
- 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

Comments
 (0)