v0.130.0
What's Changed
- Simplify HTTPLogger example by @toddtreece in #477
- build(deps): bump github.com/getkin/kin-openapi from 0.91.0 to 0.94.0 by @dependabot in #481
- HTTP Logger: Add Path and Enabled overrides by @toddtreece in #485
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.