Releases: grafana/grafana-plugin-sdk-go
Releases · grafana/grafana-plugin-sdk-go
v0.194.0
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
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
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
v0.190.0
What's Changed
- experimental error source middleware fix by @yesoreyeram in #802
Full Changelog: v0.189.0...v0.190.0
v0.189.0
What's Changed
- Build: Add pluginID to buildinfo by @xnyo in #794
- Expose Grafana App URL in config by @andresmgot in #797
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
What's Changed
- Chore: Fix lint warnings with golangci-lint v1.55.1 by @xnyo in #793
- error source utils by @scottlepp in #795
Full Changelog: v0.188.3...v0.188.4
v0.188.3
v0.188.2
What's Changed
- default bad request/400 to downstream error by @scottlepp in #790
Full Changelog: v0.188.1...v0.188.2
v0.188.1
What's Changed
- fix: error source middleware - don't return a pointer by @scottlepp in #789
Full Changelog: v0.188.0...v0.188.1