Skip to content

v0.230.0

Compare
Choose a tag to compare
@andresmgot andresmgot released this 09 May 10:03
· 8 commits to main since this release
878555a

What's Changed

  • APIVersion: Add API Version to protobuf by @ryantxu in #911

Compatibility

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
AppInstanceSettings.APIVersion: added
DataSourceInstanceSettings.APIVersion: added
PluginContext.APIVersion: added

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
## compatible changes
(*AppInstanceSettings).GetApiVersion: added
(*DataSourceInstanceSettings).GetApiVersion: added
(*PluginContext).GetApiVersion: added
AppInstanceSettings.ApiVersion: added
DataSourceInstanceSettings.ApiVersion: added
PluginContext.ApiVersion: added

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

Full Changelog: v0.229.0...v0.230.0