Skip to content

Releases: influxdata/influxdb-client-js

1.27.0

24 Jun 07:03
Compare
Choose a tag to compare

Features

  1. #449: Allow to overwrite default write API HTTP path.

Bug Fixes

  1. #458: Do not retry write upon 'hinted handoff queue not empty' error.

Other

  1. #455: Improve writeAdvanced.js example.

1.26.0

20 May 06:28
Compare
Choose a tag to compare

Features

  1. #442: Regenerate APIs from swagger.
  2. #447: Allow custom transport options in a browser.

Other

  1. #442: Demonstrate invokable scripts in invokableScripts.js example.

1.25.0

19 Apr 07:35
Compare
Choose a tag to compare

Features

  1. #431: Regenerate APIs from swagger.
  2. #434: Support write consistency query parameter.

Other

  1. #429: Improve query examples.
  2. #430: Upgrade dependencies.
  3. #433: Improve flux function tests.

1.24.0

18 Mar 07:48
Compare
Choose a tag to compare

Features

  1. #416: Simplify retrieval of particular row values.
  2. #421: Enhance writeFailed callback.

CI

  1. #422: Upgrade development js libraries.
  2. #423: Upgrade lerna to v4.

1.23.0

18 Feb 08:05
Compare
Choose a tag to compare

Features

  1. #402: Limit write batch maximum size in bytes.
  2. #403: Make basic authentication optional in generated APIs.
  3. #412: Regenerate APIs from swagger.

Bug Fixes

  1. #401: Repair handling of gzipped responses.
  2. #405: Add missing PermissionResources from Cloud API definition
  3. #411: Make basic authentication optional.

1.22.0

20 Jan 09:05
Compare
Choose a tag to compare

Features

  1. #395: Allow to add extra HTTP headers.
  2. #395: Allow to setup HTTP proxy for node.js.
  3. #396: Regenerate APIs from swagger.

1.21.0

26 Nov 08:13
Compare
Choose a tag to compare

Features

  1. #387: Add FluxScriptInvocationAPI.
  2. #387: Add invocableScript.js example.
  3. #390: Add delete.ts example to show how to delete data from a bucket.

Bug Fixes

  1. #382: Rename Logger variable to Log.
  2. #383: Remove undefined fields from request options.
  3. #386: Do not parse empty JSON response.
  4. #388: Point to InfluxDB v2.1 / cloud documentation.
  5. #392: Repair double-escaping of default tags.

1.20.0

26 Oct 12:57
Compare
Choose a tag to compare

Features

  1. #374: Add FunctionsAPI.
  2. #374: Regenerate APIs from swagger.

1.19.0

22 Oct 07:34
Compare
Choose a tag to compare

Bug Fixes

  1. #370: Throw error when int/uint/float point field is out of range.

1.18.0

17 Sep 07:12
Compare
Choose a tag to compare

Features

  1. #365: Allow following HTTP redirects in node.js.

CI

  1. #366: Switch to next-gen CircleCI's convenience images