Skip to content

Releases: grafana/grafana-plugin-sdk-go

v0.138.0

14 Jun 17:07
aab437c
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.2 by @dependabot in #518
  • Fix: MakeScanRow not to add converter for empty string column by @zoltanbedi in #521

New Contributors

Full Changelog: v0.137.0...v0.138.0

Compatibility

gorelease -base v0.137.0 -version v0.138.0

v0.138.0 is a valid semantic version for this release.

v0.137.0

08 Jun 14:50
5407461
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.136.0...v0.137.0

Compatibility

gorelease -base v0.136.0 -version v0.137.0
# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
ContextualMiddleware: added
ContextualMiddlewareFromContext: added
ContextualMiddlewareName: added
WithContextualMiddleware: added

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

v0.136.0

02 Jun 20:06
b087fe3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.135.0...v0.136.0

Compatibility

gorelease -base v0.135.0 -version v0.136.0
# github.com/grafana/grafana-plugin-sdk-go/experimental
## compatible changes
CheckGoldenJSONFrame: added
CheckGoldenJSONFramer: added
CheckGoldenJSONResponse: added

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

v0.135.0

31 May 14:29
f716a60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.134.0...v0.135.0

Compatibility

gorelease -base v0.134.0 -version v0.135.0
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
CheckHealthRequest: old is comparable, new is not
## compatible changes
CheckHealthRequest.Headers: added

# github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2
## compatible changes
(*CheckHealthRequest).GetHeaders: added
CheckHealthRequest.Headers: added

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

v0.134.0

29 Apr 13:44
ab60be4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.133.0...v0.134.0

Compatibility

 gorelease -base v0.133.0 -version v0.134.0
# github.com/grafana/grafana-plugin-sdk-go/data/converters
## compatible changes
Uint8ArrayToNullableString: added

# github.com/grafana/grafana-plugin-sdk-go/data/sqlutil
## compatible changes
Converter.Dynamic: added
Converter.InputColumnName: added
Field: added
IntOrFloatToNullableFloat64: added
RowIterator: added
Rows: added
STRING: added
TimeToNullableTime: added

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

v0.133.0

27 Apr 22:10
71098cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.132.0...v0.133.0

Compatibility

gorelease -base v0.132.0 -version v0.133.0 
# github.com/grafana/grafana-plugin-sdk-go/backend
## incompatible changes
ConvertFromProtobuf.DataSourceInstanceSettings: changed from func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.DataSourceInstanceSettings) *DataSourceInstanceSettings to func(*github.com/grafana/grafana-plugin-sdk-go/genproto/pluginv2.DataSourceInstanceSettings, string) *DataSourceInstanceSettings
## compatible changes
DataSourceInstanceSettings.Type: added

# github.com/grafana/grafana-plugin-sdk-go/data
## compatible changes
FieldType.JSON: added
FieldTypeJSON: added
FieldTypeNullableJSON: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/fixture
## incompatible changes
(*Fixture).Add: changed from func(*net/http.Request, *net/http.Response) to func(*net/http.Request, *net/http.Response) error
(*Fixture).Save: removed

# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/storage
## incompatible changes
(*HAR).Add: changed from func(*net/http.Request, *net/http.Response) to func(*net/http.Request, *net/http.Response) error
(*OpenAPI).Add: changed from func(*net/http.Request, *net/http.Response) to func(*net/http.Request, *net/http.Response) error
Storage.Add: changed from func(*net/http.Request, *net/http.Response) to func(*net/http.Request, *net/http.Response) error
Storage.Load: removed
Storage.Save: removed

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

v0.131.0

12 Apr 13:33
90efa7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.130.0...v0.131.0

Compatibility

❯ gorelease -base v0.130.0 -version v0.131.0
# summary
v0.131.0 is a valid semantic version for this release.

v0.130.0

11 Apr 12:57
625a7be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.129.0...v0.130.0

Compatibility

gorelease -base v0.129.0 -version v0.130.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/http_logger
## incompatible changes
NewHTTPLogger: changed from func(string, net/http.RoundTripper) *HTTPLogger to func(string, net/http.RoundTripper, ...Options) *HTTPLogger
## compatible changes
Options: added

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

v0.129.0

11 Mar 14:00
b1ce9ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.128.0...v0.129.0

Compatibility

gorelease -base v0.128.0 -version v0.129.0                  
# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/config
## compatible changes
StorageTypeOpenAPI: added

# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/fixture
## incompatible changes
(*Fixture).Delete: changed from func(string) bool to func(*net/http.Request) bool
(*Fixture).Match: changed from func(*net/http.Request) (string, *net/http.Response) to func(*net/http.Request) *net/http.Response
DefaultMatcher: removed
Matcher: changed from func(*net/http.Request, *net/http.Request) bool to func(*net/http.Request) *net/http.Response

# github.com/grafana/grafana-plugin-sdk-go/experimental/e2e/storage
## incompatible changes
(*HARStorage).Delete: changed from func(string) bool to func(*net/http.Request) bool
Entry.ID: removed
HARStorage: removed
Storage.Delete: changed from func(string) bool to func(*net/http.Request) bool
Storage.Match: added
## compatible changes
(*Entry).Match: added
(*HAR).Match: added
HAR: added
NewOpenAPIStorage: added
OpenAPI: added

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

v0.128.0

08 Mar 17:44
39e889e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.127.0...v0.128.0

Compatibility

gorelease -base v0.127.0 -version v0.128.0
# github.com/grafana/grafana-plugin-sdk-go/experimental/http_logger
## compatible changes
package added

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