Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.194.0

01 Dec 15:34
a04dcb5

Choose a tag to compare

What's Changed

  • Workflow: Clone and build grafana by @andresmgot in #808
  • build(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.14.0 by @dependabot in #805
  • Run go mod tidy when checking grafana compatibility by @andresmgot in #815
  • build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #810
  • build(deps): bump go.opentelemetry.io/contrib/propagators/jaeger from 1.20.0 to 1.21.1 by @dependabot in #811
  • build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.14.0 to 0.15.1 by @dependabot in #813
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.46.0 to 0.46.1 by @dependabot in #814
  • Add retrieval of Grafana user agent from context by @adamyeats in #816
  • Fix parsing of uint64 fields in a Frame by @yuri-tceretian in #806
  • build(deps): bump github.com/hashicorp/go-plugin from 1.5.2 to 1.6.0 by @dependabot in #818
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.20.0 to 1.21.0 by @dependabot in #819
  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.46.0 to 0.46.1 by @dependabot in #820
  • build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #821

Full Changelog: v0.193.0...v0.194.0

Compatibility

gorelease -base v0.193.0 -version v0.194.0      
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
UserAgentFromContext: added
WithUserAgent: added

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

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

v0.193.0

14 Nov 10:34
24551ab

Choose a tag to compare

What's Changed

  • build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 by @dependabot in #804

Full Changelog: v0.192.0...v0.193.0

Compatibility

gorelease -base v0.192.0 -version v0.193.0
# summary
v0.193.0 is a valid semantic version for this release.

v0.192.0

13 Nov 09:20
b79df14

Choose a tag to compare

What's Changed

  • Update google.golang.org/grpc by @andresmgot in #803
  • Tracing: Support remote, rate-limited, and probabilistic sampling by @xnyo in #781

Full Changelog: v0.191.0...v0.192.0

Compatibility

gorelease -base v0.191.0 -version v0.192.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
PluginProfilerEnvDeprecated: changed from var to const
PluginProfilerPortEnvDeprecated: changed from var to const
PluginProfilingEnabledEnv: changed from var to const
PluginProfilingPortEnv: changed from var to const
PluginTracingOpenTelemetryOTLPAddressEnv: changed from var to const
PluginTracingOpenTelemetryOTLPPropagationEnv: changed from var to const
PluginVersionEnv: changed from var to const
## compatible changes
PluginTracingSamplerParamEnv: added
PluginTracingSamplerRemoteURL: added
PluginTracingSamplerTypeEnv: added

# github.com/grafana/grafana-plugin-sdk-go/build
## incompatible changes
GetBuildInfo: changed from func() (Info, error) to InfoGetterFunc
## compatible changes
GetBuildInfo: changed from func to var
InfoGetter: added
InfoGetterFunc: added

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

v0.191.0

07 Nov 09:27
645a3a1

Choose a tag to compare

What's Changed

Full Changelog: v0.190.0...v0.191.0

Compatibility

gorelease -base=v0.190.0 -version=v0.191.0
# summary
v0.191.0 is a valid semantic version for this release.

v0.190.0

06 Nov 17:14
d6472b8

Choose a tag to compare

What's Changed

Full Changelog: v0.189.0...v0.190.0

v0.189.0

02 Nov 10:12
ebfab9f

Choose a tag to compare

What's Changed

Compatibility

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
(*GrafanaCfg).AppURL: added
AppURL: added

# github.com/grafana/grafana-plugin-sdk-go/build
## compatible changes
Info.PluginID: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/oauthtokenretriever
## incompatible changes
AppURL: removed

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

Full Changelog: v0.188.4...v0.189.0

v0.188.4

01 Nov 14:15
ce5b3f9

Choose a tag to compare

What's Changed

Full Changelog: v0.188.3...v0.188.4

v0.188.3

27 Oct 12:05
1dcf100

Choose a tag to compare

What's Changed

Full Changelog: v0.188.2...v0.188.3

v0.188.2

26 Oct 19:35
f0d4c50

Choose a tag to compare

What's Changed

Full Changelog: v0.188.1...v0.188.2

v0.188.1

26 Oct 16:11
92ef2e6

Choose a tag to compare

What's Changed

  • fix: error source middleware - don't return a pointer by @scottlepp in #789

Full Changelog: v0.188.0...v0.188.1