Releases: InfluxCommunity/influxdb3-js
Releases · InfluxCommunity/influxdb3-js
v0.12.0
Bugfix
- 437: Simplify iterating over Arrow's batches in
QueryAPI
0.11.0
Features
- 410: Accepts HTTP responses with 2xx status codes as a success for writes.
0.10.0
Features
- 369: Propagates headers from HTTP response to HttpError when an error is returned from the server.
- 377: Add InfluxDB Edge (OSS) authentication support.
Bugfix
- 376: Handle InfluxDB Edge (OSS) errors better.
0.9.0
Features
- 319: Adds standard
user-agent
header to calls.
0.8.0
Breaking Changes
- 293: The Query API now uses a
QueryOptions
structure in client.query()
methods. The queryType
and queryParams
values are now wrapped inside of it. QueryOptions also support adding custom headers. Query parameters are changed from type Map<string, QParamType>
to type Record<string, QParamType>
.
Features
- 293:
QueryOptions
also support adding custom headers.
0.7.0
Features
- #256: Adds support for named query parameters
0.6.0
Bugfix
- #221: Client options processing
0.4.1
Bugfix
- #164: Query infinite wait state
0.4.0
Features
- #157: Add client instantiation from connection string and environment variables