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.10 to 2.23 #124

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2022

Bumps influxdb-java from 2.10 to 2.23.

Release notes

Sourced from influxdb-java's releases.

2.23

Improvements

Fixes

Changelog

Sourced from influxdb-java's changelog.

2.23 [unreleased]

Improvements

Fixes

2.22 [2021-09-17]

Improvements

2.21 [2020-12-04]

Fixes

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.

... (truncated)

Commits
  • b6e8d36 [maven-release-plugin] prepare release influxdb-java-2.23
  • aa29f90 chore(ci): use InfluxDB 2.1, 2.2 and 2.3 in CI pipeline (#852)
  • 99dbf49 fix: use gzip compression only for /write endpoint (#851)
  • 8036250 chore(deps): bump msgpack-core from 0.9.2 to 0.9.3 (#849)
  • 3d53a50 chore(release): add implementation information to Jar manifest (#847)
  • db72eb4 chore(deps): bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6 (#844)
  • 71ee6af chore(deps): bump msgpack-core from 0.9.1 to 0.9.2 (#845)
  • 1fd32da chore(deps): bump maven-enforcer-plugin from 3.0.0 to 3.1.0 (#843)
  • 2bae7e4 chore(deps): bump logging-interceptor from 4.9.3 to 4.10.0 (#842)
  • 214edab chore(deps): bump okhttp from 4.9.3 to 4.10.0 (#841)
  • 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)

Bumps [influxdb-java](https://github.com/influxdata/influxdb-java) from 2.10 to 2.23.
- [Release notes](https://github.com/influxdata/influxdb-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-java@influxdb-java-2.10...influxdb-java-2.23)

---
updated-dependencies:
- dependency-name: org.influxdb:influxdb-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2022
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
Development

Successfully merging this pull request may close these issues.

0 participants