Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.229.0

08 May 11:26
a502fa5
Compare
Choose a tag to compare

What's Changed

  • PDC: Prioritize configuring TLS dialer from value fields over filepaths by @wbrowne in #970
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #975
  • build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.20.0 by @dependabot in #976
  • build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #977
  • DataSourceRef: Support legacy string parsing when used in an embedded struct. by @ryantxu in #981
  • Chore: Migrate to use buf for protobuf generation by @marefr in #979

Full Changelog: v0.228.0...v0.229.0

Compatibility

gorelease -base v0.228.0 -version v0.229.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
## compatible changes
(*DataSourceRef).UnmarshalJSON: added

# summary
v0.229.0 is a valid semantic version for this release.

v0.228.0

30 Apr 11:03
1bf15db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.227.0...v0.228.0

Compatibility

gorelease -base v0.227.0 -version v0.228.0
# summary
v0.228.0 is a valid semantic version for this release.

v0.227.0

25 Apr 17:28
a07d1bf
Compare
Choose a tag to compare

What's Changed

  • Chore: Upgrade github.com/getkin/kin-openapi by @marefr in #964

Full Changelog: v0.226.0...v0.227.0

Compatibility

gorelease -base v0.226.0 -version v0.227.0
# summary
v0.227.0 is a valid semantic version for this release.

v0.226.0

25 Apr 11:10
897690f
Compare
Choose a tag to compare

What's Changed

  • Chore: Replace deprecated prometheus grpc middleware by @marefr in #961

Full Changelog: v0.225.0...v0.226.0

Compatibility

gorelease -base v0.225.0 -version v0.226.0
# summary
v0.226.0 is a valid semantic version for this release.

v0.225.0

18 Apr 11:07
3bbfa89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.224.0...v0.225.0

v0.224.0

17 Apr 11:06
0e63eb7
Compare
Choose a tag to compare

What's Changed

  • Expose Serve opts with default adapters by @wbrowne in #956

Full Changelog: v0.223.0...v0.224.0

Compatibility

gorelease -base=v0.223.0 -version=v0.224.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
GRPCServeOpts: added

# summary
v0.224.0 is a valid semantic version for this release.

v0.223.0

15 Apr 10:29
ac71ca4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.222.0...v0.223.0

Compatibility

gorelease -base=v0.222.0 -version=v0.223.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
(*DataSourceInstanceSettings).ProxyOptionsFromContext: added

# summary
v0.223.0 is a valid semantic version for this release.

v0.222.0

11 Apr 12:13
8369a4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.221.0...v0.222.0

v0.221.0

09 Apr 12:06
65c5cea
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/hashicorp/go-hclog from 1.6.2 to 1.6.3 by @dependabot in #945
  • Add func for passing tenant ID via context by @wbrowne in #949

Full Changelog: v0.220.0...v0.221.0

Compatibility

gorelease -base=v0.220.0 -version=v0.221.0 

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
WithTenant: added

# summary
v0.221.0 is a valid semantic version for this release.

v0.220.0

03 Apr 19:19
63f03d3
Compare
Choose a tag to compare

What's Changed

  • SchemaBuilder: Fix enum value extraction by @ryantxu in #944
  • QueryTypes: Read maxdatapoints as string or int64 by @kylebrandt in #943

Full Changelog: v0.219.0...v0.220.0

Compatibility

gorelease -base v0.219.0 -version v0.220.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder
## compatible changes
(*Builder).Reflector: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/schemabuilder/example
## compatible changes
DummyValueA: added
DummyValueB: added

# summary
v0.220.0 is a valid semantic version for this release.