Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.251.0

24 Sep 13:28
d44c599
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.250.2...v0.251.0

Compatibility

gorelease -base v0.250.0 -version v0.251.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
EndpointConvertObject: removed
## compatible changes
BaseHandler: added
EndpointConvertObjects: added
Handler: added
HandlerFromMiddlewares: added
HandlerMiddleware: added
HandlerMiddlewareFunc: added
MiddlewareHandler: added
NewBaseHandler: added
PublishStreamHandler: added
PublishStreamHandlerFunc: added
RunStreamHandler: added
RunStreamHandlerFunc: added
SubscribeStreamHandler: added
SubscribeStreamHandlerFunc: added

# github.com/grafana/grafana-plugin-sdk-go/backend/handlertest
## compatible changes
package added

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

v0.250.2

23 Sep 13:31
dffaaeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.250.1...v0.250.2

summary

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

v0.250.1

23 Sep 10:13
92f7dc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.250.0...v0.250.1

Compatibility

gorelease -base v0.250.0  -version v0.250.1
# summary
v0.250.1 is a valid semantic version for this release.

v0.250.0

19 Sep 09:36
aaa26d1
Compare
Choose a tag to compare

This is a security release addressing CVE-2024-8986.

What's Changed

Full Changelog: v0.249.0...v0.250.0

Compatibility

# github.com/grafana/grafana-plugin-sdk-go/build
## incompatible changes
Info.Branch: removed
Info.Build: removed
Info.Hash: removed
Info.PR: removed
Info.Repo: removed

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

v0.249.0

18 Sep 07:36
4110266
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.248.0...v0.249.0

Compatibility

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
ConvertObjectsFunc.ConvertObjects: added
ConvertQueryFunc: added
QueryConversionHandler: added
QueryConversionResponse: added
ServeOpts.QueryConversionHandler: added

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

v0.248.0

11 Sep 11:16
71cd88b
Compare
Choose a tag to compare

What's Changed

  • JSON: Ensure all fields types work as expected when they are the first field in a frame by @ryantxu in #1080
  • Chore: Fix DeepCopyInto for DataQuery by @toddtreece in #1081

Full Changelog: v0.247.0...v0.248.0

Compatibility

gorelease -base v0.247.0 -version v0.248.0
# summary
v0.248.0 is a valid semantic version for this release.

v0.247.0

09 Sep 09:56
74f1b74
Compare
Choose a tag to compare

What's Changed

  • fix: return response with errorsource instead of nil by @njvrzm in #1069
  • Chore: Update max bytes reader middleware error message by @itsmylife in #1072
  • build(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.3 by @dependabot in #1073
  • build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #1076
  • build(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0 by @dependabot in #1074

Full Changelog: v0.246.0...v0.247.0

Compatibility

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

v0.246.0

04 Sep 14:08
b6bc9e2
Compare
Choose a tag to compare

What's Changed

  • Set HTTP timeouts as downstream errors by @wbrowne in #1063
  • Autoinstrumentation improvements by @marefr in #1066
  • build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.22.0 to 0.23.0 by @dependabot in #1058
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.28.0 to 1.29.0 by @dependabot in #1060
  • build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.28.0 to 1.29.0 by @dependabot in #1061

Full Changelog: v0.245.0...v0.246.0

Compatibility

gorelease -base v0.245.0 -version v0.246.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
ErrorSource.IsValid: added

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

v0.245.0

28 Aug 11:41
f1cb16c
Compare
Choose a tag to compare

What's Changed

  • PDC: add operation canceled error handler to socks proxy dialer by @dafydd-t in #1056
  • Dataplane: Enable dataplane for results of LongToWide by @kylebrandt in #1057
  • OpenAPI: Include DataSourceRef as root type by @ryantxu in #1062
  • httpclient: add count_bytes_reader by @gabor in #1065

Full Changelog: v0.244.0...v0.245.0

Compatibility

gorelease -base v0.244.0 -version v0.245.0
# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
CloseCallbackFunc: added
CountBytesReader: added

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

v0.244.0

19 Aug 09:49
a1c7fd2
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/grafana/pyroscope-go/godeltaprof from 0.1.7 to 0.1.8 by @dependabot in #1051
  • build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #1053
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.51.0 to 0.53.0 by @dependabot in #1037
  • build(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot in #1052
  • Capture log params from context metadata by @wbrowne in #1049

Full Changelog: v0.243.0...v0.244.0

Compatibility

gorelease -base=v0.243.0 -version=v0.244.0
# github.com/grafana/grafana-plugin-sdk-go/backend/log
## compatible changes
ContextualAttributesFromIncomingContext: added
WithContextualAttributesForOutgoingContext: added