Releases: influxdata/influxdb-client-js
Releases · influxdata/influxdb-client-js
1.27.0
Features
- #449: Allow to overwrite default write API HTTP path.
Bug Fixes
- #458: Do not retry write upon 'hinted handoff queue not empty' error.
Other
- #455: Improve
writeAdvanced.js
example.
1.26.0
Features
- #442: Regenerate APIs from swagger.
- #447: Allow custom transport options in a browser.
Other
- #442: Demonstrate invokable scripts in
invokableScripts.js
example.
1.25.0
Features
- #431: Regenerate APIs from swagger.
- #434: Support write consistency query parameter.
Other
- #429: Improve query examples.
- #430: Upgrade dependencies.
- #433: Improve flux function tests.
1.24.0
Features
- #416: Simplify retrieval of particular row values.
- #421: Enhance writeFailed callback.
CI
- #422: Upgrade development js libraries.
- #423: Upgrade lerna to v4.
1.23.0
Features
- #402: Limit write batch maximum size in bytes.
- #403: Make basic authentication optional in generated APIs.
- #412: Regenerate APIs from swagger.
Bug Fixes
- #401: Repair handling of gzipped responses.
- #405: Add missing PermissionResources from Cloud API definition
- #411: Make basic authentication optional.
1.22.0
Features
- #395: Allow to add extra HTTP headers.
- #395: Allow to setup HTTP proxy for node.js.
- #396: Regenerate APIs from swagger.
1.21.0
Features
- #387: Add FluxScriptInvocationAPI.
- #387: Add invocableScript.js example.
- #390: Add delete.ts example to show how to delete data from a bucket.
Bug Fixes
- #382: Rename Logger variable to Log.
- #383: Remove undefined fields from request options.
- #386: Do not parse empty JSON response.
- #388: Point to InfluxDB v2.1 / cloud documentation.
- #392: Repair double-escaping of default tags.
1.20.0
Features
- #374: Add FunctionsAPI.
- #374: Regenerate APIs from swagger.
1.19.0
Bug Fixes
- #370: Throw error when int/uint/float point field is out of range.
1.18.0
Features
- #365: Allow following HTTP redirects in node.js.
CI
- #366: Switch to next-gen CircleCI's convenience images