What's Changed
- SQL: Set relevant errors to downstream by @aangelisc in #1159
- build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 by @dependabot in #1167
- Arrow: Update arrow to v18 by @ryantxu in #1164
- build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in #1168
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.56.0 to 0.57.0 by @dependabot in #1155
- build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.1 by @dependabot in #1169
- Chore: Add arrow_json_stdlib build tag by @toddtreece in #1165
Full Changelog: v0.260.1...v0.260.2
Compatibility
gorelease -base v0.260.1 -version v0.260.2
# github.com/grafana/grafana-plugin-sdk-go/data
## incompatible changes
ArrowToJSON: changed from func(github.com/apache/arrow/go/v15/arrow.Record, FrameInclude) ([]byte, error) to func(github.com/apache/arrow-go/v18/arrow.Record, FrameInclude) ([]byte, error)
FrameToArrowTable: changed from func(*Frame) (github.com/apache/arrow/go/v15/arrow.Table, error) to func(*Frame) (github.com/apache/arrow-go/v18/arrow.Table, error)
FromArrowRecord: changed from func(github.com/apache/arrow/go/v15/arrow.Record) (*Frame, error) to func(github.com/apache/arrow-go/v18/arrow.Record) (*Frame, error)
# summary
v0.260.2 is a valid semantic version for this release.