npm @influxdata/influxdb-client 1.7.0

latest releases: 1.34.2-nightly.6047, 1.34.2-nightly.6038, 1.34.2-nightly.6033...
3 years ago

Features

  1. #238: Respect context path in client's url option.
  2. #240: Add helpers to let users choose how to deserialize dateTime:RFC3339 query response data type.
  3. #248: Change default InfluxDB URL to http://localhost:8086 .
  4. #250: Simplify precision for WriteApi retrieval.
  5. #253: Allow to simply receive the whole query response as a string.
  6. #257: Regenerate APIs from swagger.

Breaking Changes

  1. #258: Convert FluxTableColumn and FluxTableMetaData to interface.
    This change is unlikely to cause any harm, since the clients are expected to use only FluxTableColumn/FluxTableMetaData
    fields or methods that didn't change. See #258 for details
    and backward compatibility notes.

Bug Fixes

  1. #237: Fixed line splitter of query results that might have produced wrong results for query responses with quoted data.
  2. #242: Repair escaping of backslash in line protocol string field.
  3. #246: Throw error on attempt to write points using a closed WriteApi instance.
  4. #252: Repair nesting of flux expressions.
  5. #259: Finish query when cancelled by the user.

Don't miss a new influxdb-client release

NewReleases is sending notifications on new releases.