Skip to content

Releases: influxdata/influxdb-client-java

1.12.0

02 Oct 05:17

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

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

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

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

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

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

1.6.0

13 Mar 09:38

Choose a tag to compare

Features

  1. #85: Time field in Point supports BigInteger and BigDecimal
  2. #83: Add reduce operator to FluxDSL
  3. #91: Set User-Agent to influxdb-client-java/VERSION for all requests

Bugs

  1. #90: Correctly parse CSV where multiple results include multiple tables
  2. #89: @column supports super class inheritance

1.5.0

14 Feb 09:30

Choose a tag to compare

Features

  1. #33: InfluxDBClient.close also dispose a created writeApi
  2. #80: FluxRecord, FluxColumn, FluxTable are serializable

Bugs

  1. #82: Apply backpressure strategy when a buffer overflow

1.4.0

17 Jan 09:31

Choose a tag to compare

Features

  1. #76: Added exists operator to Flux restrictions

API

  1. #77: Updated swagger to latest version

1.3.0

06 Dec 08:28

Choose a tag to compare

API

  1. #68: Updated swagger to latest version

Bugs

  1. #69: Fixed android compatibility