npm @influxdata/influxdb-client 1.32.0

latest releases: 1.36.0-nightly.6611, 1.36.0-nightly.6602, 1.36.0-nightly.6593...
23 months ago

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.

Don't miss a new influxdb-client release

NewReleases is sending notifications on new releases.