Releases: influxdata/influxdb-client-java Releases · influxdata/influxdb-client-java
2.1.0 01 Apr 06:08
Compare Sorry, something went wrong.
No results found Bug Fixes #205 : Fix GZIP issue for query executed from all clients see issue comments API #206 : Updated swagger to the latest version 2.0.0 05 Mar 06:58
Compare Sorry, something went wrong.
No results found API #197 : InfluxException bodyError type changed from JSONObject to Map<String, Object> Bug Fixes #196 : Removed badly licenced JSON-Java library #199 : Correct implementation of Backpressure for Scala Querying CI #203 : Updated stable image to influxdb:latest
and nightly to quay.io/influxdb/influxdb:nightly
1.15.0 29 Jan 06:18
Compare Sorry, something went wrong.
No results found Features #191 : Added tail operator to FluxDSL CI #192 : Updated default docker image to v2.0.3 1.14.0 04 Dec 07:19
Compare Sorry, something went wrong.
No results found Features #172 : flux-dsl: added to
function without org
parameter #183 : CSV parser is able to parse export from UI Bug Fixes #173 : Query error could be after success table #176 : Blocking API batches Point by precision #180 : Fixed concatenation of url 1.13.0 30 Oct 06:46
Compare Sorry, something went wrong.
No results found Features #163 : Improved logging message for retries Bug Fixes #161 : Offset param could be 0 - FluxDSL #164 : Query response parser uses UTF-8 encoding #169 : Downgrade gson to 2.8.5 to support Java 8 1.12.0 02 Oct 05:17
Compare Sorry, something went wrong.
No results found Features #150 : flux-dsl: added support for an offset parameter to limit operator, aggregates accept only a 'column' parameter #156 : Added exponential backoff strategy for batching writes. Default value for retryInterval
is 5_000 milliseconds. API #139 : Changed default port from 9999 to 8086 #153 : Removed labels in Organization API, removed Pkg* domains, added "after" to FindOption Bug Fixes #151 : Fixed closing OkHttp3 response body 1.11.0 14 Aug 05:31
Compare Sorry, something went wrong.
No results found Features #139 : Marked Apis as @ThreadSafe
#140 : Validate OffsetDateTime to satisfy RFC 3339 #141 : Move swagger api generator to separate module influxdb-clients-apigen Bug Fixes #136 : Data Point: measurement name is requiring in constructor #132 : Fixed thread safe issue in MeasurementMapper 1.10.0 17 Jul 06:58
Compare Sorry, something went wrong.
No results found Bug Fixes #129 : Fixed serialization of \n
, \r
and \t
to Line Protocol, =
is valid sign for measurement name Dependencies #124 : Update dependencies: akka: 2.6.6, commons-io: 2.7, spring: 5.2.7.RELEASE, retrofit: 2.9.0, okhttp3: 4.7.2 #124 : Update plugins: maven-project-info-reports-plugin: 3.1.0, dokka-maven-plugin: 0.10.1, scoverage-maven-plugin: 1.4.1 1.9.0 19 Jun 07:20
Compare Sorry, something went wrong.
No results found Features #119 : Scala and Kotlin clients has their own user agent string API #117 : Update swagger to latest version #122 : Removed log system from Bucket, Dashboard, Organization, Task and Users API - influxdb#18459 CI #123 : Upgraded InfluxDB 1.7 to 1.8 Bug Fixes #116 : The closing message of the WriteApi
has Fine
log level Dependencies #112 : Update dependencies: akka: 2.6.5, assertj-core: 3.16.1, assertk-jvm: 0.22, commons-csv:1.8, commons-lang3: 3.10, gson: 2.8.6, json: 20190722, junit-jupiter: 5.6.2, junit-platform-runner:1.6.2, okhttp3: 4.6.0, okio: 2.60, retrofit: 2.8.1, rxjava: 2.2.19, scala: 2.13.2, scalatest: 3.1.2, spring: 5.2.6.RELEASE, spring-boot: 2.2.7.RELEASE #112 : Update plugins: build-helper-maven-plugin: 3.1.0, jacoco-maven-plugin: 0.8.5, maven-checkstyle: 3.1.1, maven-javadoc: 3.2.0, maven-site: 3.9.0, maven-surefire: 2.22.2 1.8.0 15 May 06:05
Compare Sorry, something went wrong.
No results found Features #110 : Added support "inf" in Duration #111 : Add aggregateWindow operator to FluxDSL Bug Fixes #108 : Fixed naming for Window function arguments - FluxDSL