npm @influxdata/influxdb-client 1.13.0

latest releases: 1.34.2-nightly.5839, 1.34.2-nightly.5840, 1.34.2-nightly.5834...
3 years ago

Features

  1. #326: Apply gzip compression to writes.
  2. #332: Regenerate APIs from oss.yml.

Bug Fixes

  1. #328: Better Explain Point timestamp.

Breaking Changes

  1. #326: Write request to InfluxDB is gzipped
    if the size greater than 1000 bytes, this change optimizes communication with InfluxDB. Whenever required,
    the gzipThreshold can be changed in WriteOptions during the creation of Write API. The gzip
    compression work fine in the node.js environment, but it does not work OOTB in the browser.
    The browser transport must be customized to do gzip, an example is provided in the decorateRequest field of
    FetchTransport.
  2. #332: There are a few incompatible changes in the types used by
    UsersAPI, it now uses a UserResponse type where a User type was used before. A UserResponse includes all properties of
    a User type.

Don't miss a new influxdb-client release

NewReleases is sending notifications on new releases.