Update module github.com/grafana/grafana-plugin-sdk-go to v0.278.0 #114
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.250.0
->v0.278.0
Release Notes
grafana/grafana-plugin-sdk-go (github.com/grafana/grafana-plugin-sdk-go)
v0.278.0
Compare Source
What's Changed
Change in experimental behavior
The experimental
ToDataSourceQueries
function was changed to be more compatible with the behavior of the/api/ds/query
API: if an emptyrefId
is received, it is now not updated to"A"
(see https://github.com/grafana/grafana-plugin-sdk-go/pull/1336)New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.277.1...v0.278.0
Compatibility
v0.277.1
Compare Source
What's Changed
New Contributors
Compatibility
Full Changelog: grafana/grafana-plugin-sdk-go@v0.277.0...v0.277.1
v0.277.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.276.0...v0.277.0
v0.276.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.275.0...v0.276.0
Compatibility
v0.275.0
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.274.0...v0.275.0
Compatibility
v0.274.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.273.0...v0.274.0
Compatibility
v0.273.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.272.0...v0.273.0
Compatibility
v0.272.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.271.0...v0.272.0
Compatibility
v0.271.0
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.270.0...v0.271.0
Compatibility
v0.270.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.269.1...v0.270.0
Compatibility
v0.269.1
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.269.0...v0.269.1
Compatibility
v0.269.0
Compare Source
What's Changed
ErrorInputFieldsWithoutRowsWideSeries
error by @ivanahuckova in https://github.com/grafana/grafana-plugin-sdk-go/pull/1249Full Changelog: grafana/grafana-plugin-sdk-go@v0.268.1...v0.269.0
Compatibility
v0.268.1
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.268.0...v0.268.1
v0.268.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.267.0...v0.268.0
Compatibility
v0.267.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.266.0...v0.267.0
Compatibility
v0.266.0
Compare Source
What's Changed
ErrorUnexpectedTypeConversion
by @ivanahuckova in https://github.com/grafana/grafana-plugin-sdk-go/pull/1227PluginErrorf
by @fabrizio-grafana in https://github.com/grafana/grafana-plugin-sdk-go/pull/1228New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.265.0...v0.266.0
Compatibility
v0.265.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.264.0...v0.265.0
Compatibility
From the
experimental
package we removed the unusedQueryDataClient
interface andNewQueryDataClient
function, and their dependencies.v0.264.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.263.0...v0.264.0
Compatibility
v0.263.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.262.0...v0.263.0
Compatibility
v0.262.0
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.261.0...v0.262.0
Compatibility
v0.261.0
Compare Source
What's Changed
New Contributors
Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.3...v0.261.0
Compatibility
v0.260.3
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.2...v0.260.3
Compatibility
v0.260.2
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.1...v0.260.2
Compatibility
v0.260.1
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.260.0...v0.260.1
Compatibility
v0.260.0
Compare Source
What's Changed
experimental/errorsource
and removeexperimental/errorsource/httpclient
by @ivanahuckova in https://github.com/grafana/grafana-plugin-sdk-go/pull/1150Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.4...v0.260.0
Compatibility
Below incompatible changes in
github.com/grafana/grafana-plugin-sdk-go/experimental/errorsource
should be compatible since we've introduced type aliases and seems like gorelease doesn't take that into consideration. Main change is changingError
to a type alias forstatus.ErrorWithSource
. Additionally, we have removed the experimental packagegithub.com/grafana/grafana-plugin-sdk-go/experimental/errorsource/httpclient
, as the error source middleware is now included in the HTTP client by default. Consequently, this experimental package is no longer needed.v0.259.4
Compare Source
What's Changed
Full Changelog: grafana/grafana-plugin-sdk-go@v0.259.3...v0.259.4
v0.259.3
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.