Releases: InfluxCommunity/influxdb3-go
Releases · InfluxCommunity/influxdb3-go
v1.0.0
Breaking Changes
Previously, the Query API did not respect the metadata type for columns returned from InfluxDB v3. This release fixes this issue. As a result, the type of some columns may differ from previous versions. For example, the timestamp column will now be
time.Time
instead ofarrow.Timestamp
.
Features
- #114: Query API respects metadata types for columns returned from InfluxDB v3.
Tags are mapped as a "string", timestamp as "time.Time", and fields as their respective types:- iox::column_type::field::integer: => int64
- iox::column_type::field::uinteger: => uint64
- iox::column_type::field::float: => float64
- iox::column_type::field::string: => string
- iox::column_type::field::boolean: => bool
v0.14.0
v0.13.0
What's Changed
- chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #109
- feature: allow Request.GetBody to be set when gzipping by @taki-mekhalfa in #108
- feat: escape tabs in tag strings by @karel-rehor in #111
New Contributors
- @taki-mekhalfa made their first contribution in #108
Full Changelog: v0.12.0...v0.13.0