Releases: grafana/grafana-plugin-sdk-go
Releases · grafana/grafana-plugin-sdk-go
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.
v0.117.0
What's Changed
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
v0.115.0
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
What's Changed
- Move gtime package from grafana/grafana by @andresmgot in #406
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.