Skip to content

Releases: influxdata/influxdb-client-java

2.0.0

05 Mar 06:58
Compare
Choose a tag to compare

API

  1. #197: InfluxException bodyError type changed from JSONObject to Map<String, Object>

Bug Fixes

  1. #196: Removed badly licenced JSON-Java library
  2. #199: Correct implementation of Backpressure for Scala Querying

CI

  1. #203: Updated stable image to influxdb:latest and nightly to quay.io/influxdb/influxdb:nightly

1.15.0

29 Jan 06:18
Compare
Choose a tag to compare

Features

  1. #191: Added tail operator to FluxDSL

CI

  1. #192: Updated default docker image to v2.0.3

1.14.0

04 Dec 07:19
Compare
Choose a tag to compare

Features

  1. #172: flux-dsl: added to function without org parameter
  2. #183: CSV parser is able to parse export from UI

Bug Fixes

  1. #173: Query error could be after success table
  2. #176: Blocking API batches Point by precision
  3. #180: Fixed concatenation of url

1.13.0

30 Oct 06:46
Compare
Choose a tag to compare

Features

  1. #163: Improved logging message for retries

Bug Fixes

  1. #161: Offset param could be 0 - FluxDSL
  2. #164: Query response parser uses UTF-8 encoding
  3. #169: Downgrade gson to 2.8.5 to support Java 8

1.12.0

02 Oct 05:17
Compare
Choose a tag to compare

Features

  1. #150: flux-dsl: added support for an offset parameter to limit operator, aggregates accept only a 'column' parameter
  2. #156: Added exponential backoff strategy for batching writes. Default value for retryInterval is 5_000 milliseconds.

API

  1. #139: Changed default port from 9999 to 8086
  2. #153: Removed labels in Organization API, removed Pkg* domains, added "after" to FindOption

Bug Fixes

  1. #151: Fixed closing OkHttp3 response body

1.11.0

14 Aug 05:31
Compare
Choose a tag to compare

Features

  1. #139: Marked Apis as @ThreadSafe
  2. #140: Validate OffsetDateTime to satisfy RFC 3339
  3. #141: Move swagger api generator to separate module influxdb-clients-apigen

Bug Fixes

  1. #136: Data Point: measurement name is requiring in constructor
  2. #132: Fixed thread safe issue in MeasurementMapper

1.10.0

17 Jul 06:58
Compare
Choose a tag to compare

Bug Fixes

  1. #129: Fixed serialization of \n, \r and \t to Line Protocol, = is valid sign for measurement name

Dependencies

  1. #124: Update dependencies: akka: 2.6.6, commons-io: 2.7, spring: 5.2.7.RELEASE, retrofit: 2.9.0, okhttp3: 4.7.2
  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
Choose a tag to compare

Features

  1. #119: Scala and Kotlin clients has their own user agent string

API

  1. #117: Update swagger to latest version
  2. #122: Removed log system from Bucket, Dashboard, Organization, Task and Users API - influxdb#18459

CI

  1. #123: Upgraded InfluxDB 1.7 to 1.8

Bug Fixes

  1. #116: The closing message of the WriteApi has Fine log level

Dependencies

  1. #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
  2. #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
Choose a tag to compare

Features

  1. #110: Added support "inf" in Duration
  2. #111: Add aggregateWindow operator to FluxDSL

Bug Fixes

  1. #108: Fixed naming for Window function arguments - FluxDSL

1.7.0

17 Apr 05:48
Compare
Choose a tag to compare

Features

  1. #93: Add addTags and addFields helper functions to Point
  2. #97: Add the ability to specify the org and the bucket when creating the client

Documentation

  1. #103: Clarify how to use a client with InfluxDB 1.8

Bug Fixes

  1. #98: @column supports super class inheritance for write measurements