Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.269.1

05 Mar 11:15
8f93b9f
Compare
Choose a tag to compare

What's Changed

  • Add errorsource to TLS errors correctly by @njvrzm in #1256

Full Changelog: v0.269.0...v0.269.1

Compatibility

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

v0.269.0

03 Mar 09:58
f36933a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.268.1...v0.269.0

Compatibility

gorelease -base v0.268.1 -version v0.269.0
# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
ErrorInputFieldsWithoutRowsWideSeries: added

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

v0.268.1

27 Feb 11:08
bdc70e0
Compare
Choose a tag to compare

What's Changed

  • fix: include Data field when converting PublishStreamRequest by @sd2k in #1248

New Contributors

Full Changelog: v0.268.0...v0.268.1

v0.268.0

27 Feb 10:45
eda27eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.267.0...v0.268.0

Compatibility

gorelease -base v0.267.0 -version v0.268.0

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

v0.267.0

26 Feb 16:21
e79256b
Compare
Choose a tag to compare

What's Changed

  • Fix golangci-lint by @andresmgot in #1235
  • build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by @dependabot in #1231
  • build(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 by @dependabot in #1234
  • build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot in #1232
  • build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in #1233
  • build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #1240
  • build(deps): bump github.com/elazarl/goproxy from 1.7.0 to 1.7.1 by @dependabot in #1242
  • data: Expose ReadStringAsSlice method in jsoniter by @itsmylife in #1244
  • CODEOWENERS: update /backend/gtime ownership by @itsmylife in #1245
  • Add no host found errors to downstream check by @ivanahuckova in #1246
  • backend: improve ParseIntervalStringToTimeDuration method performance in gtime package by ~93% by @itsmylife in #1237
  • backend: improve parse function performance in gtime package by @itsmylife in #1238

Full Changelog: v0.266.0...v0.267.0

Compatibility

gorelease -base v0.266.0 -version v0.267.0

# github.com/grafana/grafana-plugin-sdk-go/data/utils/jsoniter
## compatible changes
(*Iterator).ReadStringAsSlice: added

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

v0.266.0

14 Feb 10:39
ba7c4a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.265.0...v0.266.0

Compatibility

gorelease -base v0.265.0 -version v0.266.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
PluginErrorf: added

# github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
## compatible changes
ErrorUnexpectedTypeConversion: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/status
## compatible changes
PluginErrorf: added

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

v0.265.0

10 Feb 08:45
2e84e32
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/getkin/kin-openapi from 0.128.0 to 0.129.0 by @dependabot in #1223
  • build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #1224
  • experimental: remove unused queryclient code, and dependencies by @gabor in #1217

Full Changelog: v0.264.0...v0.265.0

Compatibility

From the experimental package we removed the unused QueryDataClient interface and NewQueryDataClient function, and their dependencies.

gorelease -base v0.264.0 -version v0.265.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
## incompatible changes
ErrTransport: removed
NewQueryDataClient: removed
QueryDataClient: removed
Status: removed

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

v0.264.0

10 Feb 07:44
39e30e5
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.33.0 to 1.34.0 by @dependabot in #1197
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.57.0 to 0.59.0 by @dependabot in #1200
  • build(deps): bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #1199
  • build(deps): bump github.com/elazarl/goproxy from 1.3.0 to 1.7.0 by @dependabot in #1204
  • build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.27.0 to 0.28.0 by @dependabot in #1205
  • build(deps): bump github.com/hashicorp/go-plugin from 1.6.2 to 1.6.3 by @dependabot in #1206
  • build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #1207
  • data: Add frame.SetRefID method by @kylebrandt in #1209
  • data: Add NilAt method to Field and Frame by @kylebrandt in #1208
  • codeowners: change ownership of /data/ by @gabor in #1210
  • build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #1213
  • build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.33.0 to 1.34.0 by @dependabot in #1214
  • build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #1215
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.58.0 to 0.59.0 by @dependabot in #1216
  • go.mod: update go version by @gabor in #1219
  • SQL utils: Fix error source when unmarhsaling invalid query object by @ivanahuckova in #1222
  • experimental: query: sort keys in json-marshal by @gabor in #1220

Full Changelog: v0.263.0...v0.264.0

Compatibility

gorelease -base v0.263.0 -version v0.264.0
# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
(*Field).NilAt: added
(*Frame).NilAt: added
(*Frame).SetRefID: added

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

v0.263.0

17 Jan 09:48
600e473
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.262.0...v0.263.0

Compatibility

gorelease -base v0.262.0 -version v0.263.0
# summary
v0.263.0 is a valid semantic version for this release.

v0.262.0

14 Jan 08:19
2c603f5
Compare
Choose a tag to compare

What's Changed

  • Feat: Build manifest on every backend build by @oshirohugo in #1191
  • build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #1195
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot in #1193
  • build(deps): bump github.com/elazarl/goproxy from 1.2.6 to 1.3.0 by @dependabot in #1196
  • backend: fix unmarshaling empty refids by @gabor in #1189

Full Changelog: v0.261.0...v0.262.0

Compatibility

gorelease -base v0.261.0 -version v0.262.0
# summary
v0.262.0 is a valid semantic version for this release.