Skip to content

v0.235.0

Compare
Choose a tag to compare
@wbrowne wbrowne released this 12 Jun 13:40
· 61 commits to main since this release
61cba4c

What's Changed

  • slo - capture plugin duration for http based plugins by @scottlepp in #998
  • Remove restriction for executable relative file path for nested datasource plugins by @wbrowne in #1005
  • Enhance profiling and allow traces to profiles by @marefr in #1006

Full Changelog: v0.234.0...v0.235.0

Compatibility

gorelease -base=v0.234.0 -version=v0.235.0      
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
PluginProfilingContentionEnv: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/slo
## compatible changes
AddMiddleware: added
Collector: added
Duration: added
DurationKey: added
Endpoint: added
EndpointHealth: added
EndpointQuery: added
EndpointResource: added
FromStatus: added
Metrics: added
MetricsWrapper: added
NewClient: added
NewDuration: added
NewMetrics: added
NewMetricsWrapper: added
Source: added
SourceDownstream: added
SourcePlugin: added
Status: added
StatusError: added
StatusOK: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/slo/test
## compatible changes
package added

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