Skip to content

Bump influxdb-java from 2.7 to 2.20 - #66

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.influxdb-influxdb-java-2.20
Closed

Bump influxdb-java from 2.7 to 2.20#66
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/org.influxdb-influxdb-java-2.20

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps influxdb-java from 2.7 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).

2.19 [2020-05-18]

2.18 [2020-04-17]

Fixes

2.17 [2019-12-06]

Fixes

2.16 [2019-10-25]

Fixes

  • Add new annotation called TimeColumn for timestamp field in POJO bean, this can set Point time and precision field correctly, also avoid UnableToParseException when flush Point to influx.
  • Skip fields with NaN and infinity values when writing to InfluxDB [Issue #614](influxdata/influxdb-java#614)

2.15 [2019-02-22]

Fixes

  • Close underlying OkHttpClient when closing [Issue #359](influxdata/influxdb-java#359)
  • Update OkHttp to 3.13.1 which disables TLSv1 and TLSv1.1 by default, if still required you can enable them:
OkHttpClient client = new OkHttpClient.Builder()
    .connectionSpecs(Arrays.asList(ConnectionSpec.COMPATIBLE_TLS))
    .build();

Features

  • Query and BatchPoints do not mandate a database name, in which case the InfluxDB database would be used [Issue #548](influxdata/influxdb-java#548)
  • Add BatchPoints.Builder.points(Collection)
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
  • 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #76.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/maven/org.influxdb-influxdb-java-2.20 branch December 7, 2020 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants