Skip to content

Update dependency com.influxdb:influxdb-client-java to v7#441

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/com.influxdb-influxdb-client-java-7.x
Open

Update dependency com.influxdb:influxdb-client-java to v7#441
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/com.influxdb-influxdb-client-java-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence
com.influxdb:influxdb-client-java (source) 6.12.07.5.0 age confidence

Release Notes

influxdata/influxdb-client-java (com.influxdb:influxdb-client-java)

v7.5.0

Features
  • #​828: Add read-only getters for Point.fields and Point.tags

v7.4.0

Features
  • #​848: new WriteOption config for capturing backpressure data

v7.3.0

Features
  • #​821: Prevent duplicate interceptors in OkHttpClient builder
Dependencies

⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client.

v7.2.0

Features
  • #​745: New example WriteHttpExceptionHandled.java showing how to make use of InfluxException.headers() when HTTP Errors are returned from server. Also, now writes selected headers to client log.
  • #​719: InfluxQLQueryService header changes.
    • Accept header can now be defined when making InfluxQLQuery calls. Supoorted MIME types:
      • application/csv
      • application/json
    • The value application/csv remains the default.
    • ⚠️ Side effects of these changes:
      • When using application/json, timestamp fields are returned in the RFC3339 format unless InfluxQLQuery.setPrecision() has been previously called, in which case they are returned in the POSIX epoch format.
      • When using application/csv, timestamp fields are returned in the POSIX epoch format.
    • Convenience methods have been added to InfluxQLQueryAPI to simplify expressly specifying JSON or CSV calls.
    • Epoch timestamps can also be ensured by calling InfluxQLQuery.setPrecision() before executing a query call.
    • An AcceptHeader field has also been added to the InfluxQLQuery class and can be set with InfluxQLQuery.setAcceptHeader().
    • More information from the server side:
    • See the updated InfluxQLExample
Bug Fixes
  1. #​744 following an InfluxQLQueryAPI.query() call, empty results from the server no longer result in a null result value.
Dependencies

Update dependencies:

Build:
Maven:
  • #​721: build-helper-maven-plugin to 3.6.0
  • #​728: maven-source-plugin to 3.3.1
  • #​729: maven-enforcer-plugin to 3.5.0
  • #​730: scala-maven-plugin to 4.9.1
  • #​734: maven-compiler-plugin to 3.13.0
  • #​736: jacoco-maven-plugin to 0.8.12
  • #​748: maven-surefire-plugin, maven-failsafe-plugin to 3.3.1
  • #​746: maven-jar-plugin to 3.4.2
  • #​747: maven-project-info-reports-plugin to 3.6.2
  • #​751: license-maven-plugin to 4.5
Test:
Examples:

v7.1.0

Bug Fixes
  1. #​684: Fix checking for CSV end of table marker when parsing CSV stream to InfluxQLQueryResult, needed for example when parsing the results of a query like "SHOW SERIES".
  2. #​662: Adds to FluxDsl support for the |> elapsed(unit) function.
  3. #​623: Enables the use of IPv6 addresses.
  4. #​604: Custom FluxDSL restrictions for regular expressions
Dependencies

Update dependencies:

Build:
Maven:
  • #​676: maven-compiler-plugin to 3.12.1
  • #​677: maven-surefire-plugin, maven-failsafe-plugin to 3.2.5
  • #​679: build-helper-maven-plugin to 3.5.0
  • #​682: maven-checkstyle-plugin to 3.3.1
  • #​712: maven-gpg-plugin to 3.2.4
  • #​703: dokka-maven-plugin to 1.9.20
  • #​713: maven-jar-plugin to 3.4.1
  • #​709: scala-maven-plugin to 4.9.0
  • #​708: maven-deploy-plugin to 3.1.2
Test:
Provided:
Examples:

v7.0.0

⚠️ This client version discontinues support for JDK 8 and 11. The minimum supported JDK version is now JDK 17.

⚠️ This client version discontinues support for Akka Streams and introduces support for Pekko Streams instead. Apache Pekko is a fork of Akka 2.6.x, created after the Akka project adopted the Business Source License, which is not compatible with open-source usage.

Features
  1. #​661: Replaced Akka Streams with Pekko Streams in the Scala client.
  2. #​673: Upgrade SpringBoot to v3 and Spring to v6
  3. #​673: Disable support for old JDKs (< 17)
Dependencies

Update dependencies:

Build:
Maven:
  • #​671: maven-javadoc-plugin to 3.6.3
Test:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch from cedc950 to 5d1f0ce Compare October 9, 2025 09:42
@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch from 5d1f0ce to d8460c7 Compare October 21, 2025 14:58
@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch from d8460c7 to 0001a78 Compare November 10, 2025 23:50
@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch 2 times, most recently from b19b593 to b2d500f Compare November 19, 2025 01:08
@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch from b2d500f to 6b1a236 Compare December 30, 2025 14:33
@renovate renovate bot force-pushed the renovate/com.influxdb-influxdb-client-java-7.x branch 3 times, most recently from 6b1a236 to 018a1b5 Compare January 13, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants