Skip to content

Releases: grafana/grafana-plugin-sdk-go

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.

v0.261.0

08 Jan 15:35
5364a9d
Compare
Choose a tag to compare

What's Changed

  • Mark TLS certificate verification error as downstream by @ivanahuckova in #1171
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.32.0 to 1.33.0 by @dependabot in #1172
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.32.0 to 1.33.0 by @dependabot in #1173
  • build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.32.0 to 1.33.0 by @dependabot in #1175
  • build(deps): bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.1.0 to 2.2.0 by @dependabot in #1174
  • Chore: update dependencies by @ryantxu in #1186
  • build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.26.0 to 0.27.0 by @dependabot in #1182
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.57.0 to 0.58.0 by @dependabot in #1183
  • build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.2 by @dependabot in #1180
  • Fix missing info severity level in JSON for notices in frame meta by @zenador in #1185
  • Enrich errors with error source using grpc status package by @wbrowne in #1163
  • Do not log error when standlone.txt does not exist by @wbrowne in #1188
  • Fix: Check for missing client config in secure socks proxy check by @kevinwcyu in #1179

New Contributors

Full Changelog: v0.260.3...v0.261.0

Compatibility

gorelease -base=v0.260.3 -version=v0.261.0           
                                                                                                                    
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
ErrorSourceFromGrpcStatusError: added
IsPluginError: added

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

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

v0.260.3

13 Dec 13:00
v0.260.3
3a13464
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.260.2...v0.260.3

Compatibility

gorelease -base v0.260.2 -version v0.260.3
# summary
v0.260.3 is a valid semantic version for this release.