Releases: grafana/github-datasource
grafana-github-datasource v2.8.0
2.8.0
Minor Changes
🚀 Add additional commit types that enable users to query for file changes alongside pull request or commit queries
🚀 minimum required Grafana version is now set to 11.6.7
Patch Changes
🐛 Updated query editor to use EditorField component for consistency with other plugins
🐛 Migrated select component to combobox
🐛 Chore: strict query type options
grafana-github-datasource v2.6.0
2.6.0
🚀 Add deployments query type
⚙️ Updated backend/go version to 1.26.0 from 1.25.6 which resolves CVE-2025-68121
⚙️ Updated frontend & backend dependencies
grafana-github-datasource v2.5.1
2.5.1
🐛 Fixed a panic when GitHub REST API returns error responses (e.g. 404, 401, 403)
grafana-github-datasource v2.5.0
2.5.0
🚀 Update dependencies for react-19 upgrade preparations
🚀 Feature: Add labels to Pull Requests query type
grafana-github-datasource v2.4.1
2.4.1
🐛 Update create-plugin configs
🐛 Fixed the broken E2E tests with updated plugin-e2e package
grafana-github-datasource v2.4.0
2.4.0
Minor Changes
🚀 Add support for PDC
Patch Changes
🐛 Fix empty results in Workflows query type. Added nil check for CreatedAt/UpdatedAt timestamps and added "None" option to Time Field dropdown (default) to return all workflows without time filtering.
grafana-github-datasource v2.3.0
2.3.0
🚀 Add UpdatedAt time field to pull request queries
🐛 Add runStartedAt field for workflow runs query response
grafana-github-datasource v2.2.0
grafana-github-datasource v2.1.7
2.1.7
Patch Changes
🐛 Return assignees with issues queries
grafana-github-datasource v2.1.6
2.1.6
Patch Changes
🐛 Documentation links will open in a new tab
🐛 Removed unused annotations method (replaced with new annotations support in #196)
🐛 Fixes error parsing app id / client id through provisioning via environment variables. Fixes #477
🐛 Replaced the deprecated setVariableQueryEditor with CustomVariableSupport