Releases: grafana/grafana-plugin-sdk-go
Releases · grafana/grafana-plugin-sdk-go
v0.189.0
What's Changed
- Build: Add pluginID to buildinfo by @xnyo in #794
- Expose Grafana App URL in config by @andresmgot in #797
Compatibility
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
(*GrafanaCfg).AppURL: added
AppURL: added
# github.com/grafana/grafana-plugin-sdk-go/build
## compatible changes
Info.PluginID: added
# github.com/grafana/grafana-plugin-sdk-go/experimental/oauthtokenretriever
## incompatible changes
AppURL: removed
# summary
v0.189.0 is a valid semantic version for this release.
Full Changelog: v0.188.4...v0.189.0
v0.188.4
What's Changed
- Chore: Fix lint warnings with golangci-lint v1.55.1 by @xnyo in #793
- error source utils by @scottlepp in #795
Full Changelog: v0.188.3...v0.188.4
v0.188.3
v0.188.2
What's Changed
- default bad request/400 to downstream error by @scottlepp in #790
Full Changelog: v0.188.1...v0.188.2
v0.188.1
What's Changed
- fix: error source middleware - don't return a pointer by @scottlepp in #789
Full Changelog: v0.188.0...v0.188.1
v0.188.0
v0.187.0
What's Changed
- Magefile: Allow to specify a folder holding the plugin.json by @andresmgot in #778
Full Changelog: v0.186.0...v0.187.0
Compatibility
# github.com/grafana/grafana-plugin-sdk-go/build
## compatible changes
Config.PluginJSONPath: added
# summary
v0.187.0 is a valid semantic version for this release.
v0.186.0
What's Changed
- Contextual tracer from multi-tenancy by @xnyo in #769
- Add contextual logger (log.FromContext) by @xnyo in #775
- Instance management: Dispose of instance after 5s by @marefr in #765
Full Changelog: v0.185.0...v0.186.0
Compatibility
gorelease -base v0.185.0 -version v0.186.0
# github.com/grafana/grafana-plugin-sdk-go/backend/log
## incompatible changes
Logger.FromContext: added
## compatible changes
ContextualAttributesFromContext: added
WithContextualAttributes: added
# summary
v0.186.0 is a valid semantic version for this release.
v0.185.0
What's Changed
- build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #766
- build(deps): bump github.com/urfave/cli from 1.22.12 to 1.22.14 by @dependabot in #743
- Update otel to 1.19 and otel-contrib to 0.45 by @radiohead in #773
New Contributors
- @radiohead made their first contribution in #773
Full Changelog: v0.184.0...v0.185.0
Compatibility
gorelease -base v0.184.0 -version v0.185.0
# summary
v0.185.0 is a valid semantic version for this release.