Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.232.0

24 May 10:11
94941f4
Compare
Choose a tag to compare

What's Changed

Compatibility

# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
(*AppInstanceSettings).GVK: added
(*DataSourceInstanceSettings).GVK: added
AdmissionHandler: added
AdmissionRequest: added
AdmissionRequestCreate: added
AdmissionRequestDelete: added
AdmissionRequestOperation: added
AdmissionRequestUpdate: added
AppInstanceSettingsFromProto: added
AppInstanceSettingsToProtoBytes: added
ConversionRequest: added
ConversionResponse: added
ConvertFromProtobuf.AdmissionRequest: added
ConvertFromProtobuf.ConversionRequest: added
ConvertFromProtobuf.ConversionResponse: added
ConvertFromProtobuf.GroupVersionKind: added
ConvertFromProtobuf.MutationResponse: added
ConvertFromProtobuf.StatusResult: added
ConvertFromProtobuf.ValidationResponse: added
ConvertObjectFunc: added
ConvertToProtobuf.AdmissionRequest: added
ConvertToProtobuf.ConversionRequest: added
ConvertToProtobuf.ConversionResponse: added
ConvertToProtobuf.GroupVersionKind: added
ConvertToProtobuf.MutationResponse: added
ConvertToProtobuf.StatusResult: added
ConvertToProtobuf.ValidationResponse: added
DataSourceInstanceSettingsFromProto: added
DataSourceInstanceSettingsToProtoBytes: added
GroupVersionKind: added
MutateAdmissionFunc: added
MutationResponse: added
ServeOpts.AdmissionHandler: added
StatusResult: added
ValidateAdmissionFunc: added
ValidationResponse: added

# github.com/grafana/grafana-plugin-sdk-go/backend/app
## compatible changes
ManageOpts.AdmissionHandler: added

# github.com/grafana/grafana-plugin-sdk-go/backend/datasource
## compatible changes
ManageOpts.AdmissionHandler: added
ServeOpts.AdmissionHandler: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ConvertObject: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.MutateAdmission: added
github.com/grafana/grafana-plugin-sdk-go/backend.AdmissionHandler.ValidateAdmission: added

# github.com/grafana/grafana-plugin-sdk-go/backend/grpcplugin
## compatible changes
AdmissionClient: added
AdmissionGRPCPlugin: added
AdmissionServer: added
ServeOpts.AdmissionServer: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
## compatible changes
DataSourceRef.APIVersion: added

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

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

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
## compatible changes
AdmissionControlClient: added
AdmissionControlServer: added
AdmissionControl_ConvertObject_FullMethodName: added
AdmissionControl_MutateAdmission_FullMethodName: added
AdmissionControl_ServiceDesc: added
AdmissionControl_ValidateAdmission_FullMethodName: added
AdmissionRequest: added
AdmissionRequest_CREATE: added
AdmissionRequest_DELETE: added
AdmissionRequest_Operation: added
AdmissionRequest_Operation_name: added
AdmissionRequest_Operation_value: added
AdmissionRequest_UPDATE: added
ConversionRequest: added
ConversionResponse: added
GroupVersionKind: added
MutationResponse: added
NewAdmissionControlClient: added
RegisterAdmissionControlServer: added
StatusResult: added
UnimplementedAdmissionControlServer: added
UnsafeAdmissionControlServer: added
ValidationResponse: added

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

Full Changelog: v0.231.0...v0.232.0

v0.231.0

15 May 16:13
36b8fe3
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #984
  • build(deps): bump github.com/hashicorp/go-plugin from 1.6.0 to 1.6.1 by @dependabot in #986
  • SQL: Add default interval and interval_ms macros to sqlutil by @kevinwcyu in #982

New Contributors

Full Changelog: v0.230.0...v0.231.0

Compatibility

gorelease -base v0.230.0 -version v0.231.0
# summary
v0.231.0 is a valid semantic version for this release.

v0.230.0

09 May 10:03
878555a
Compare
Choose a tag to compare

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

v0.229.0

08 May 11:26
a502fa5
Compare
Choose a tag to compare

What's Changed

  • PDC: Prioritize configuring TLS dialer from value fields over filepaths by @wbrowne in #970
  • build(deps): bump golang.org/x/sys from 0.19.0 to 0.20.0 by @dependabot in #975
  • build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.20.0 by @dependabot in #976
  • build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #977
  • DataSourceRef: Support legacy string parsing when used in an embedded struct. by @ryantxu in #981
  • Chore: Migrate to use buf for protobuf generation by @marefr in #979

Full Changelog: v0.228.0...v0.229.0

Compatibility

gorelease -base v0.228.0 -version v0.229.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/apis/data/v0alpha1
## compatible changes
(*DataSourceRef).UnmarshalJSON: added

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

v0.228.0

30 Apr 11:03
1bf15db
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.227.0...v0.228.0

Compatibility

gorelease -base v0.227.0 -version v0.228.0
# summary
v0.228.0 is a valid semantic version for this release.

v0.227.0

25 Apr 17:28
a07d1bf
Compare
Choose a tag to compare

What's Changed

  • Chore: Upgrade github.com/getkin/kin-openapi by @marefr in #964

Full Changelog: v0.226.0...v0.227.0

Compatibility

gorelease -base v0.226.0 -version v0.227.0
# summary
v0.227.0 is a valid semantic version for this release.

v0.226.0

25 Apr 11:10
897690f
Compare
Choose a tag to compare

What's Changed

  • Chore: Replace deprecated prometheus grpc middleware by @marefr in #961

Full Changelog: v0.225.0...v0.226.0

Compatibility

gorelease -base v0.225.0 -version v0.226.0
# summary
v0.226.0 is a valid semantic version for this release.

v0.225.0

18 Apr 11:07
3bbfa89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.224.0...v0.225.0

v0.224.0

17 Apr 11:06
0e63eb7
Compare
Choose a tag to compare

What's Changed

  • Expose Serve opts with default adapters by @wbrowne in #956

Full Changelog: v0.223.0...v0.224.0

Compatibility

gorelease -base=v0.223.0 -version=v0.224.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
GRPCServeOpts: added

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

v0.223.0

15 Apr 10:29
ac71ca4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.222.0...v0.223.0

Compatibility

gorelease -base=v0.222.0 -version=v0.223.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
(*DataSourceInstanceSettings).ProxyOptionsFromContext: added

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