Update dependency com.influxdb:influxdb-spring to v7.2.0 #45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/com.influxdb-influxdb-spring-7.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.1.0
->7.2.0
Release Notes
influxdata/influxdb-client-java (com.influxdb:influxdb-spring)
v7.2.0
Compare Source
Features
WriteHttpExceptionHandled.java
showing how to make use ofInfluxException.headers()
when HTTP Errors are returned from server. Also, now writes selected headers to client log.InfluxQLQueryService
header changes.Accept
header can now be defined when makingInfluxQLQuery
calls. Supoorted MIME types:application/csv
application/json
application/csv
remains the default.application/json
, timestamp fields are returned in the RFC3339 format unlessInfluxQLQuery.setPrecision()
has been previously called, in which case they are returned in the POSIX epoch format.application/csv
, timestamp fields are returned in the POSIX epoch format.InfluxQLQueryAPI
to simplify expressly specifying JSON or CSV calls.InfluxQLQuery.setPrecision()
before executing a query call.AcceptHeader
field has also been added to theInfluxQLQuery
class and can be set withInfluxQLQuery.setAcceptHeader()
.Bug Fixes
InfluxQLQueryAPI.query()
call, empty results from the server no longer result in anull
result value.Dependencies
Update dependencies:
Build:
spring-boot
to3.3.2
kotlin
to2.0.0
micrometer-registry-influx
to1.13.2
kotlin-coroutines
to1.8.1
scala-collection-compat_2.12
to2.12.0
pekko
to1.0.3
commons-csv
to1.11.0
gson
to2.11.0
Maven:
build-helper-maven-plugin
to3.6.0
maven-source-plugin
to3.3.1
maven-enforcer-plugin
to3.5.0
scala-maven-plugin
to4.9.1
maven-compiler-plugin
to3.13.0
jacoco-maven-plugin
to0.8.12
maven-surefire-plugin
,maven-failsafe-plugin
to3.3.1
maven-jar-plugin
to3.4.2
maven-project-info-reports-plugin
to3.6.2
license-maven-plugin
to4.5
Test:
assertj
to3.26.0
assertk-jvm
to0.28.1
assertj-core
to3.26.3
junit-jupiter
to5.10.3
hamcrest
to3.0
Examples:
commons-cli
to1.8.0
commons-io
to2.16.1
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.
This PR has been generated by Renovate Bot.