Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @influxdata/influxdb-client from 1.9.0 to 1.15.0 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @influxdata/influxdb-client from 1.9.0 to 1.15.0.

Release notes

Sourced from @​influxdata/influxdb-client's releases.

1.15.0

Features

  1. #341: Add uintField fn to Point.
  2. #342: Regenerate APIs from oss.yml.
  3. #343: Use exponential random retry strategy when writing data.

1.14.0

Features

  1. #338: Use nanosecond precision by default in Point.toLineProtocol().

1.13.0

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.

1.12.0

Features

  1. #316: Regenerate APIs from swagger.

Bug Fixes

  1. #318: Support negative numbers in flux tagged template.

1.11.0

Features

  1. #302: Expose response headers in all APIs.
  2. #302: Add tokens.js example.
  3. #306: Regenerate APIs from swagger.
  4. #309: Allow to customize logger.

... (truncated)

Changelog

Sourced from @​influxdata/influxdb-client's changelog.

1.15.0 [2021-07-09]

Features

  1. #341: Add uintField fn to Point.
  2. #342: Regenerate APIs from oss.yml.
  3. #343: Use exponential random retry strategy when writing data.

1.14.0 [2021-06-04]

Features

  1. #338: Use nanosecond precision by default in Point.toLineProtocol().

1.13.0 [2021-04-30]

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.

1.12.0 [2021-04-01]

Features

  1. #316: Regenerate APIs from swagger.

Bug Fixes

  1. #318: Support negative numbers in flux tagged template.

1.11.0 [2021-03-05]

Features

... (truncated)

Commits
  • 2902bcf chore(release): publish v1.15.0 [skip CI]
  • b31c337 chore(release): prepare to release influxdb-client-js-1.15.0
  • cdf5c1c chore: improve docs
  • 432183a feat(core): test default retry strategy
  • bc5b5fc feat(core): add maxRetryTime to retry strategy
  • 6dc43c5 feat(core): add maxRetryTime
  • d5d3308 feat(core): adjust defaults to a random retry strategy
  • 2c5a2d2 feat(core): implement random retry strategy
  • f76ac65 feat(core): add uintField fn to Point
  • b420db5 chore(release): publish v1.14.0 [skip CI]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants