Releases: InfluxCommunity/influxdb3-js
Releases · InfluxCommunity/influxdb3-js
1.0.0
Features
- #491: Respect iox::column_type::field metadata when
mapping query results into values.- iox::column_type::field::integer: => number
- iox::column_type::field::uinteger: => number
- iox::column_type::field::float: => number
- iox::column_type::field::string: => string
- iox::column_type::field::boolean: => boolean
v0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
Breaking Changes
- 293: The Query API now uses a
QueryOptions
structure inclient.query()
methods. ThequeryType
andqueryParams
values are now wrapped inside of it. QueryOptions also support adding custom headers. Query parameters are changed from typeMap<string, QParamType>
to typeRecord<string, QParamType>
.
Features
- 293:
QueryOptions
also support adding custom headers.