Skip to content

v0.129.0

Compare
Choose a tag to compare
@toddtreece toddtreece released this 11 Mar 14:00
· 417 commits to main since this release
b1ce9ab

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.