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 influxdb-java from 2.19 to 2.20 in /modules/influxdb #3120

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2020

Bumps influxdb-java from 2.19 to 2.20.

Changelog

Sourced from influxdb-java's changelog.

2.20 [2020-08-14]

Features

  • Add an option in BatchOption to prevent InfluxDB#write from blocking when actions queue is exhausted. [Issue #668](influxdata/influxdb-java#688)
  • Added new signature to InfluxDBMapper.query() with params final Query query, final Class clazz, final String measurementName to leverage InfluxDBResultMapper.toPojo method with identical signature.

Improvements

  • Test: Added test for new InfluxDBMapper.query() signature, as well as test for existing InfluxDBMapper.query(Class clazz) signature (previously only InfluxDBMapper.query(Query query, Class clazz) was tested).
Commits
  • fcdf751 [maven-release-plugin] prepare release influxdb-java-2.20
  • d8c9145 Update okhttp from 4.6.0 -> 4.6.1, mockito from 3.4.0 -> 3.4.6
  • 125a9ca Added version of query method (#687)
  • 93c0093 fix issue: There is a thread safety issue with InfluxDBResultMapper #683 (#685)
  • f590c59 Added an option to enable dropping of new points written after action queue e...
  • 027b62e Update okhttp from 4.7.2 -> 4.8.0 which should improve write performance in h...
  • 01979bf Update retrofit from 2.8.1 -> 2.9.0, okhttp from 4.7.0 -> 4.7.2
  • 51942fc Update okhttp from 4.6.0 -> 4.7.0 and assertj from 3.15.0 -> 3.16.1
  • 313a198 Update CHANGELOG to reflect actual version
  • f98b388 [maven-release-plugin] prepare for next development iteration
  • See full diff 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 17, 2020
@rnorth rnorth merged commit b1a1dd1 into master Aug 20, 2020
@rnorth rnorth deleted the dependabot/gradle/modules/influxdb/org.influxdb-influxdb-java-2.20 branch August 20, 2020 09:04
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.

None yet

1 participant