Releases: influxdata/influxdb-client-java
Releases · influxdata/influxdb-client-java
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
1.7.0
17 Apr 05:48
Compare
Sorry, something went wrong.
No results found
Features
#93 : Add addTags and addFields helper functions to Point
#97 : Add the ability to specify the org and the bucket when creating the client
Documentation
#103 : Clarify how to use a client with InfluxDB 1.8
Bug Fixes
#98 : @column supports super class inheritance for write measurements
1.6.0
13 Mar 09:38
Compare
Sorry, something went wrong.
No results found
Features
#85 : Time field in Point supports BigInteger and BigDecimal
#83 : Add reduce operator to FluxDSL
#91 : Set User-Agent to influxdb-client-java/VERSION for all requests
Bugs
#90 : Correctly parse CSV where multiple results include multiple tables
#89 : @column supports super class inheritance
1.5.0
14 Feb 09:30
Compare
Sorry, something went wrong.
No results found
Features
#33 : InfluxDBClient.close also dispose a created writeApi
#80 : FluxRecord, FluxColumn, FluxTable are serializable
Bugs
#82 : Apply backpressure strategy when a buffer overflow
1.4.0
17 Jan 09:31
Compare
Sorry, something went wrong.
No results found
Features
#76 : Added exists operator to Flux restrictions
API
#77 : Updated swagger to latest version
1.3.0
06 Dec 08:28
Compare
Sorry, something went wrong.
No results found
API
#68 : Updated swagger to latest version
Bugs
#69 : Fixed android compatibility