Releases: influxdata/influxdb-client-js
Releases · influxdata/influxdb-client-js
1.35.0
Bug Fixes
- #1044: Allow 201 status code in a write response.
1.34.0
Breaking Changes
⚠️ Drop supports for node v14, v15 and v16 in CI.
Features:
- #1005: Token stored as a private class property.
- #1019: Propagates headers from HTTP response when an error is returned from the server.
CI
- #893: Add node v20 to CI.
- #953: Add node v21 to CI.
v1.33.2
1.33.2 [2023-02-23]
Bug Fixes
- Various updates to dependencies
v1.33.1
1.33.1 [2023-01-26]
Bug Fixes
- Various updates to dependencies
v1.33.0
1.33.0 [2022-12-02]
Bug Fixes
- Various updates to dependencies
1.32.0
Features
- #592: Allow to receive query results using for-await loop.
Breaking Changes
- #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
- #611: Upgrade lerna to v6.
1.31.0
Features
- #588: Allow to pause/resume flux query result communication observer.
Bug Fixes
- #604: Fix unhandled promise rejection in write retry.
1.30.0
1.30.0 [2022-09-29]
Features
- #571: Regenerate APIs from swagger.
Bug Fixes
- #567: Repair generated API documentation so that links between packages are rendered.
- #570: Rename Headers to HttpHeaders to avoid clash with DOM's Headers type.
- #578: Repair deserialization of a missing boolean value.
- #590: Repair apis URL in the browser example.
Other
- #571: Automate APIs generator, switch to @influxdata/oats.
- #580: Repair doc links to point to latest API docs.
- #590: Improve browser example to use configured bucket.
1.29.0
Other
- #511: Replace rollup with tsup.
- #514: Repair links in generated API documentation.
- #516: Replace ts-node with esbuild-runner.
- #518: Change examples to ES modules.
1.28.0
Features
- #460: Add type definitions for typescript 4.7+.
- #469: Support bigint in flux tagged template.
Bug Fixes
- #468: Repair sanitizing of number and regexp values.
Other
- #462: Upgrade to typescript 4.7.
- #465: Upgrade lerna to v5.
- #466: Upgrade prettier to v2.