Skip to content

Releases: influxdata/influxdb-client-js

v1.7.0

02 Oct 06:01
Compare
Choose a tag to compare

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.

1.6.0

14 Aug 06:19
Compare
Choose a tag to compare

Features

  1. #219: Sanitize arrays in parameterized flux queries.
  2. #226: Improve retry strategy.
  3. #231: Regenerate APIs from swagger.
  4. #233: Unify default retry strategy settings across all InfluxDB v2 clients.
  5. #234: Upgrade dependencies.

Breaking Changes

  1. #227: Change default number serializers to return null when no value is found.
    This change affects the output of tableMeta.toObject(row), see #227 for details and backward compatibility notes.

Documentation

  1. #215: Add createBucket.js example.
  2. #218: Add default documentation to body property in generated APIs.
  3. #220: Generate API constructor with InfluxDB parameter.
  4. #222: Improve and validate code documentation.
  5. #224: Generate API documentation for gh-pages.
  6. #224: Include doc generation into CI and release process.
  7. #229: Add writeAdvanced.js example.

1.5.0

17 Jul 07:59
Compare
Choose a tag to compare

Features

  1. #204: Allow to supply default tags in WriteOptions.
  2. #209: Better report errors when InfluxDB 1.8 returns empty body

Documentation

  1. #207: Explain the significance of the precision argument in write example.

1.4.0

19 Jun 07:39
Compare
Choose a tag to compare

Features

  1. #186: Allow to create parameterized queries using flux tagged template.
  2. #191: Enhance API generator, regenerate APIs from swagger.
  3. #196: Remove influxql option from Query API.
  4. #200: Enhance Query API with collectRows and collectLines.
  5. #201: Allow to supply listener for write failures.
  6. #203: Regenerate APIs from swagger.

Documentation

  1. #189: Add timestamp to write example.
  2. #193: Explain write API buffering in the write example and API docs.

1.3.0

15 May 06:31
Compare
Choose a tag to compare

Features

  1. #177: Allow to receive query results as Observable
  2. #181: Update APIs from swagger as of 2020-04-30
  3. #182: Allow setting the time that should be reported as "now" in the query
  4. #183: Remove trailing slash from connection URL
  5. #185: Allow to create WriteApi with custom write options.

1.2.0

17 Apr 06:53
Compare
Choose a tag to compare

Features

  1. #174: Allow to set Point's timestamp using Date or number

Bug Fixes

  1. #160: Disabled using credentials for CORS
  2. #173: Use links that are clickable in VSCode

Security

  1. #157: ESLint dependencies are vulnerable (ReDoS and Prototype Pollution)

Documentation

  1. #175: Clarify how to use a client with InfluxDB 1.8

CI

  1. #167: The CircleCI publish prerelease packages

1.1.0

13 Mar 10:42
Compare
Choose a tag to compare

Features

  1. #152: Set User-Agent to influxdb-client-js/VERSION for all requests

1.0.0

09 Mar 15:19
Compare
Choose a tag to compare

Core

  • initial release of new client version

Apis

  • initial release of new client version