Skip to content

Releases: influxdata/influxdb-client-java

1.6.0

13 Mar 09:38
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

API

  1. #68: Updated swagger to latest version

Bugs

  1. #69: Fixed android compatibility

1.2.0

08 Nov 08:56
Compare
Choose a tag to compare

Features

  1. #66: Added DeleteApi

API

  1. #65: Updated swagger to latest version

1.1.0

11 Oct 11:17
Compare
Choose a tag to compare

Features

  1. #59: Added support for Monitoring & Alerting

Improvements

  1. #60: Writes performance optimized
  2. #61: Use Try-With-Resources without catching clause

API

  1. #58: Updated swagger to latest version

Bugs

  1. #57: LabelsApi: orgID parameter has to be pass as second argument

1.0.0

30 Aug 13:09
Compare
Choose a tag to compare

Features

  1. #50: Added support for gzip compression of query response

Bugs

  1. #48: The org parameter takes either the ID or Name interchangeably
  2. #53: Drop NaN and infinity values from fields when writing to InfluxDB

API

  1. #46: Updated swagger to latest version