Releases: grafana/grafana-plugin-sdk-go
Releases · grafana/grafana-plugin-sdk-go
v0.127.0
What's Changed
- build(deps): bump github.com/magefile/mage from 1.11.0 to 1.12.1 by @dependabot in #437
- fix: large golden file read by @atifali in #465
- E2E HTTP Fixture Proxy by @toddtreece in #464
- E2E Proxy: Switch to RWMutex by @toddtreece in #467
Full Changelog: v0.126.0...v0.127.0
Compatibility
gorelease -base v0.126.0 -version v0.127.0 
# github.com/grafana/grafana-plugin-sdk-go/build
## compatible changes
E2E: added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e
## compatible changes
package added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/certificate_authority
## compatible changes
package added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/config
## compatible changes
package added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/fixture
## compatible changes
package added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/storage
## compatible changes
package added
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/utils
## compatible changes
package added
# summary
v0.127.0 is a valid semantic version for this release.
v0.126.0
What's Changed
Full Changelog: v0.125.1...v0.126.0
Compatibility
gorelease -base v0.125.1 -version v0.126.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
CollectMetricsHandler.CollectMetrics: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
CollectMetricsHandlerFunc.CollectMetrics: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
CollectMetricsHandlerFunc: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
## compatible changes
CollectMetricsRequest: added
ConvertFromProtobuf.CollectMetricsRequest: added
ConvertToProtobuf.CollectMetricsRequest: added
ConvertToProtobuf.CollectMetricsResult: added
# summary
v0.126.0 is a valid semantic version for this release.
v0.125.1
What's Changed
- Out of the box support for enabling profiling via Grafana by @wbrowne in #460
- fix - check rows for any errors by @scottlepp in #462
Full Changelog: v0.125.0...v0.125.1
Compatibility
gorelease -base v0.125.0 -version v0.125.1
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
PluginProfilerEnv: removed
PluginProfilerPortEnv: removed
## compatible changes
PluginProfilerEnvDeprecated: added
PluginProfilerPortEnvDeprecated: added
PluginProfilingEnabledEnv: added
PluginProfilingPortEnv: added
# summary
v0.125.1 is a valid semantic version for this release.
v0.125.0
What's Changed
- FieldConfig: add interval to field config by @ryantxu in #454
- build(deps): bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by @dependabot in #458
Full Changelog: v0.124.0...v0.125.0
Compatibility
 gorelease -base v0.124.0 -version v0.125.0
# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
FieldConfig.Interval: added
QueryStat.Interval: added
# summary
v0.125.0 is a valid semantic version for this release.
v0.124.0
What's Changed
- build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #451
- build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 by @dependabot in #452
- get log level by @scottlepp in #435
Full Changelog: v0.123.0...v0.124.0
Compatibility
gorelease -base v0.123.0 -version v0.124.0
# github.com/grafana/grafana-plugin-sdk-go/backend/log
## incompatible changes
Logger.Level: added
## compatible changes
Debug: added
Error: added
Info: added
Level: added
NewWithLevel: added
NoLevel: added
Trace: added
Warn: added
# summary
v0.124.0 is a valid semantic version for this release.
v0.114.1
What's Changed
Full Changelog: v0.114.0...v0.114.1
Compatibility
❯ gorelease -base v0.114.0 -version v0.114.1
# summary
v0.114.1 is a valid semantic version for this release.
v0.123.0
What's Changed
- Copy slice in newgenVectorWithValues by @toddtreece in #450
New Contributors
- @toddtreece made their first contribution in #450
Full Changelog: v0.122.0...v0.123.0
Compatibility
gorelease -base v0.122.0 -version v0.123.0
# summary
v0.123.0 is a valid semantic version for this release.
v0.122.0
What's Changed
- Use source error as the HealthCheck error message when by @ryantxu in #389
- Standalone: try harder to find plugin.json by @ryantxu in #442
- FrameTypes: remove table footer by @ryantxu in #441
- Deps: update arrow version by @ryantxu in #419
- data: Do not call Set in NewField by @kylebrandt in #446
Full Changelog: v0.121.0...v0.122.0
Compatibility
gorelease -base v0.121.0 -version v0.122.0
# github.com/grafana/grafana-plugin-sdk-go/data
## incompatible changes
FrameTypeTableFooter: removed
# summary
v0.122.0 is a valid semantic version for this release.
v0.121.0
What's Changed
- fix minor typo in output by @briangann in #433
- Live: add channel connection data to subscribe/run stream by @ryantxu in #434
Full Changelog: v0.120.0...v0.121.0
Compatibility
gorelease -base v0.120.0 -version v0.121.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
RunStreamRequest: old is comparable, new is not
SubscribeStreamRequest: old is comparable, new is not
## compatible changes
RunStreamRequest.Data: added
SubscribeStreamRequest.Data: added
# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
## compatible changes
(*RunStreamRequest).GetData: added
(*SubscribeStreamRequest).GetData: added
RunStreamRequest.Data: added
SubscribeStreamRequest.Data: added
# summary
v0.121.0 is a valid semantic version for this release.
v0.118.0
What's Changed
- Chore: Update release guide by @marefr in #426
- Chore: Update Go version to 1.17 by @marefr in #428
- Chore: Split pipelines for PR and main branch by @marefr in #427
- Fix data races due to concurrent jsoniter Stream buffer usage by @FZambia in #429
Full Changelog: v0.117.0...v0.118.0
Compatibility
gorelease -base v0.117.0 -version v0.118.0
# summary
v0.118.0 is a valid semantic version for this release.