Skip to content

v0.126.0

Compare
Choose a tag to compare
@wbrowne wbrowne released this 09 Feb 14:48
· 432 commits to main since this release
90b26ff

What's Changed

Full Changelog: v0.125.1...v0.126.0

Compatibility

gorelease -base v0.125.1 -version v0.126.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
CollectMetricsHandler.CollectMetrics: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
CollectMetricsHandlerFunc.CollectMetrics: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
CollectMetricsHandlerFunc: changed from func(context.Context) (*CollectMetricsResult, error) to func(context.Context, *CollectMetricsRequest) (*CollectMetricsResult, error)
## compatible changes
CollectMetricsRequest: added
ConvertFromProtobuf.CollectMetricsRequest: added
ConvertToProtobuf.CollectMetricsRequest: added
ConvertToProtobuf.CollectMetricsResult: added

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