Releases: influxdata/influxdb-client-java
Releases · influxdata/influxdb-client-java
1.7.0
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
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
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
Features
- #76: Added exists operator to Flux restrictions
API
- #77: Updated swagger to latest version
1.3.0
API
- #68: Updated swagger to latest version
Bugs
- #69: Fixed android compatibility
1.2.0
Features
- #66: Added DeleteApi
API
- #65: Updated swagger to latest version
1.1.0
Features
- #59: Added support for Monitoring & Alerting
Improvements
- #60: Writes performance optimized
- #61: Use Try-With-Resources without catching clause
API
- #58: Updated swagger to latest version
Bugs
- #57: LabelsApi: orgID parameter has to be pass as second argument
1.0.0
Features
- #50: Added support for gzip compression of query response
Bugs
- #48: The org parameter takes either the ID or Name interchangeably
- #53: Drop NaN and infinity values from fields when writing to InfluxDB
API
- #46: Updated swagger to latest version