Skip to content

Releases: InfluxCommunity/influxdb3-js

v0.12.0

22 Oct 06:36
Compare
Choose a tag to compare

Bugfix

  1. 437: Simplify iterating over Arrow's batches in QueryAPI

0.11.0

13 Sep 07:37
Compare
Choose a tag to compare

Features

  1. 410: Accepts HTTP responses with 2xx status codes as a success for writes.

0.10.0

12 Aug 09:45
Compare
Choose a tag to compare

Features

  1. 369: Propagates headers from HTTP response to HttpError when an error is returned from the server.
  2. 377: Add InfluxDB Edge (OSS) authentication support.

Bugfix

  1. 376: Handle InfluxDB Edge (OSS) errors better.

0.9.0

24 Jun 09:10
Compare
Choose a tag to compare

Features

  1. 319: Adds standard user-agent header to calls.

0.8.0

16 Apr 19:06
Compare
Choose a tag to compare

Breaking Changes

  1. 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

  1. 293: QueryOptions also support adding custom headers.

0.7.0

01 Mar 09:20
Compare
Choose a tag to compare

Features

  1. #256: Adds support for named query parameters

0.6.0

30 Jan 14:50
Compare
Choose a tag to compare

Bugfix

  1. #221: Client options processing

0.5.0

05 Dec 13:11
Compare
Choose a tag to compare
  1. #183: Add default tags

0.4.1

16 Nov 13:55
Compare
Choose a tag to compare

Bugfix

  1. #164: Query infinite wait state

0.4.0

03 Nov 09:31
Compare
Choose a tag to compare

Features

  1. #157: Add client instantiation from connection string and environment variables