Skip to content

Releases: influxdata/influxdb-client-js

1.35.0

15 Aug 04:41
Compare
Choose a tag to compare

Bug Fixes

  1. #1044: Allow 201 status code in a write response.

1.34.0

26 Jul 20:09
Compare
Choose a tag to compare

Breaking Changes

⚠️ Drop supports for node v14, v15 and v16 in CI.

Features:

  1. #1005: Token stored as a private class property.
  2. #1019: Propagates headers from HTTP response when an error is returned from the server.

CI

  1. #893: Add node v20 to CI.
  2. #953: Add node v21 to CI.

v1.33.2

23 Feb 20:54
05bf1d5
Compare
Choose a tag to compare

1.33.2 [2023-02-23]

Bug Fixes

  1. Various updates to dependencies

v1.33.1

26 Jan 18:16
4ffd549
Compare
Choose a tag to compare

1.33.1 [2023-01-26]

Bug Fixes

  1. Various updates to dependencies

v1.33.0

02 Dec 15:05
20c9b33
Compare
Choose a tag to compare

1.33.0 [2022-12-02]

Bug Fixes

  1. Various updates to dependencies

1.32.0

03 Nov 08:07
Compare
Choose a tag to compare

Features

  1. #592: Allow to receive query results using for-await loop.

Breaking Changes

  1. #592: The client packages newly require ES2018 runtime (was ES2015). The javascript code now needs async generators and for-await loop. At least the latest node 14 is required because of mature support for iterable http response. Deno and all current modern browsers support ES2018 for years back. This change shoudn't cause any harm in existing installations. In case of troubles, configure your project with babel ES2018 preset to produce ES2015 code.

Other

  1. #611: Upgrade lerna to v6.

1.31.0

03 Oct 08:24
Compare
Choose a tag to compare

Features

  1. #588: Allow to pause/resume flux query result communication observer.

Bug Fixes

  1. #604: Fix unhandled promise rejection in write retry.

1.30.0

29 Sep 16:28
Compare
Choose a tag to compare

1.30.0 [2022-09-29]

Features

  1. #571: Regenerate APIs from swagger.

Bug Fixes

  1. #567: Repair generated API documentation so that links between packages are rendered.
  2. #570: Rename Headers to HttpHeaders to avoid clash with DOM's Headers type.
  3. #578: Repair deserialization of a missing boolean value.
  4. #590: Repair apis URL in the browser example.

Other

  1. #571: Automate APIs generator, switch to @influxdata/oats.
  2. #580: Repair doc links to point to latest API docs.
  3. #590: Improve browser example to use configured bucket.

1.29.0

25 Aug 16:16
8493428
Compare
Choose a tag to compare

Other

  1. #511: Replace rollup with tsup.
  2. #514: Repair links in generated API documentation.
  3. #516: Replace ts-node with esbuild-runner.
  4. #518: Change examples to ES modules.

1.28.0

29 Jul 14:26
Compare
Choose a tag to compare

Features

  1. #460: Add type definitions for typescript 4.7+.
  2. #469: Support bigint in flux tagged template.

Bug Fixes

  1. #468: Repair sanitizing of number and regexp values.

Other

  1. #462: Upgrade to typescript 4.7.
  2. #465: Upgrade lerna to v5.
  3. #466: Upgrade prettier to v2.