Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.127.0

01 Mar 00:08
a6e5378

Choose a tag to compare

What's Changed

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

09 Feb 14:48
90b26ff

Choose a tag to compare

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

08 Feb 14:33
c3c4584

Choose a tag to compare

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

31 Jan 23:39
a62a98d

Choose a tag to compare

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

27 Jan 11:54
4f7bae6

Choose a tag to compare

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

26 Jan 14:57

Choose a tag to compare

What's Changed

  • Fix stable sort order of query response when encoded to JSON by @marefr in #425

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

20 Jan 12:57
cb4fcda

Choose a tag to compare

What's Changed

New Contributors

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

19 Jan 16:02
e779767

Choose a tag to compare

What's Changed

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

14 Dec 14:05
a8d67e7

Choose a tag to compare

What's Changed

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

23 Nov 17:05
15272e4

Choose a tag to compare

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.