Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.124.0

27 Jan 11:54
4f7bae6
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v0.117.0

18 Nov 14:46
d702c48
Compare
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.116.0...v0.117.0

Compatibility

❯ gorelease -base v0.116.0 -version v0.117.0
# summary
v0.117.0 is a valid semantic version for this release.

v0.116.0

12 Nov 16:11
cd41387
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.115.0...v0.116.0

Compatibility

❯ gorelease -base v0.115.0 -version v0.116.0
# summary
v0.116.0 is a valid semantic version for this release.

v0.115.0

08 Nov 12:10
729fa48
Compare
Choose a tag to compare

What's Changed

  • Update how to generate release notes by @andresmgot in #407
  • GoldenDataChecker: frame meta comparison test by @atifali in #408
  • Helper funcs to get field by name and find field index by @FZambia in #405
  • Framestruct Converter: map[string]string support by @josiahg in #413
  • build(deps): bump github.com/prometheus/common from 0.23.0 to 0.32.1 by @dependabot in #414
  • build(deps): bump github.com/google/go-cmp from 0.5.5 to 0.5.6 by @dependabot in #364
  • build(deps): bump github.com/json-iterator/go from 1.1.11 to 1.1.12 by @dependabot in #416
  • Chore: Add global code owners by @marefr in #418
  • Arrow: convert from an Arrow Record to a data Frame by @e-dard in #412
  • build(deps): bump google.golang.org/grpc from 1.37.1 to 1.41.0 by @dependabot in #410

New Contributors

Full Changelog: v0.114.0...v0.115.0

Compatibility

❯ gorelease -base v0.114.0 -version v0.115.0
github.com/grafana/grafana-plugin-sdk-go/data
---------------------------------------------
Compatible changes:
- (*Frame).FieldByName: added
- FromArrowRecord: added

v0.115.0 is a valid semantic version for this release.

v0.114.0

17 Sep 11:52
03a2da2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.113.0...v0.114.0

Compatibility

gorelease -base v0.113.0 -version v0.114.0
github.com/grafana/grafana-plugin-sdk-go/backend/gtime
------------------------------------------------------
Compatible changes:
- package added

v0.114.0 is a valid semantic version for this release.