Skip to content

v0.280.0

Choose a tag to compare

@njvrzm njvrzm released this 02 Oct 14:29
· 24 commits to main since this release
896568c

What's Changed

  • chore(deps): Update module google.golang.org/protobuf to v1.36.8 by @renovate-sh-app[bot] in #1393
  • chore(deps): Update module github.com/stretchr/testify to v1.11.0 by @renovate-sh-app[bot] in #1394
  • chore(deps): Update module google.golang.org/grpc to v1.75.0 by @renovate-sh-app[bot] in #1395
  • chore(deps): Update module github.com/grafana/pyroscope-go/godeltaprof to v0.1.9 by @renovate-sh-app[bot] in #1397
  • chore(deps): Update module github.com/stretchr/testify to v1.11.1 by @renovate-sh-app[bot] in #1398
  • chore(deps): Update module github.com/apache/arrow-go/v18 to v18.4.1 by @renovate-sh-app[bot] in #1396
  • chore(deps): Update OpenTelemetry packages by @renovate-sh-app[bot] in #1387
  • chore(deps): Update module github.com/getkin/kin-openapi to v0.133.0 by @renovate-sh-app[bot] in #1402
  • Build: Move build info to new package by @toddtreece in #1399
  • E2E: Move e2e mage targets to new package by @toddtreece in #1404
  • Build: Rename build/info to build/buildinfo by @toddtreece in #1405
  • Chore: Upgade github.com/prometheus/client_golang v1.23.0 => v1.23.2 by @wbrowne in #1406
  • Feat: add session token support for sigv4 to support auth service by @njvrzm in #1410

Compatibility

❯ gorelease -base v0.279.0 -version v0.280.0


# github.com/grafana/grafana-plugin-sdk-go/backend
## compatible changes
HTTPSettings.SigV4SessionToken: added

# github.com/grafana/grafana-plugin-sdk-go/backend/httpclient
## compatible changes
SigV4Config.SessionToken: added

# github.com/grafana/grafana-plugin-sdk-go/build
## incompatible changes
E2E: removed
GetBuildInfo: changed from InfoGetterFunc to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.GetterFunc
Info: changed from Info to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.Info
InfoGetter: changed from InfoGetter to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.Getter
InfoGetterFunc: changed from InfoGetterFunc to github.com/grafana/grafana-plugin-sdk-go/build/buildinfo.GetterFunc

# github.com/grafana/grafana-plugin-sdk-go/build/buildinfo
## compatible changes
package added

# github.com/grafana/grafana-plugin-sdk-go/data
## incompatible changes
ArrowToJSON: changed from func(github.com/apache/arrow-go/v18/arrow.Record, FrameInclude) ([]byte, error) to func(github.com/apache/arrow-go/v18/arrow.RecordBatch, FrameInclude) ([]byte, error)
FromArrowRecord: changed from func(github.com/apache/arrow-go/v18/arrow.Record) (*Frame, error) to func(github.com/apache/arrow-go/v18/arrow.RecordBatch) (*Frame, error)

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

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

Full Changelog: v0.279.0...v0.280.0