Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.193.0

14 Nov 10:34
24551ab
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.189.0

02 Nov 10:12
ebfab9f
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.188.3

27 Oct 12:05
1dcf100
Compare
Choose a tag to compare

What's Changed

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

v0.188.2

26 Oct 19:35
f0d4c50
Compare
Choose a tag to compare

What's Changed

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

v0.188.1

26 Oct 16:11
92ef2e6
Compare
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

v0.188.0

26 Oct 12:56
d64e061
Compare
Choose a tag to compare

What's Changed

  • Chore: Fix lint warnings with golangci-lint version 1.54.2 by @xnyo in #779
  • Chore: CI: Bump grafana-plugin-ci image to 1.9.5 by @xnyo in #780
  • error source utils by @scottlepp in #787

Full Changelog: v0.187.0...v0.188.0