33#### Features
44
55 - Support chunking
6- - Add a databaseExists method to InfluxDB interface
6+ - Add a databaseExists method to InfluxDB interface
77
88#### Fixes
99
1010 - [ Issue #263 ] (https://github.com/influxdata/influxdb-java/issues/263 ) Add databaseExists method to InfluxDB interface.
1111
1212#### Improvements
1313
14+ - Update retrofit from 2.1 to 2.2
15+ - Update slf4j from 1.7.22 to 1.7.23
16+ - Update okhttp3 from 3.5 to 3.6
17+ - automatically adjust batch processor capacity [ PR #282 ]
1418
1519## v2.5 [ 2016-12-05]
1620
2731 - [ Issue #214 ] (https://github.com/influxdb/influxdb-java/issues/214 ) Send multiple queries in one query statement will get only one result.
2832 - Write can't be always async if batch is enabled.
2933
30- #### Improvements
34+ #### Improvements
3135
3236 - Remove the limit for database name: not contain '-'.
3337 - Support creating influxdb instance without username and password.
3438 - Add time related util methods for converting influxdb timestamp or unix epoch time.
3539 - correct exception type when disable batch twice.
36-
40+
3741## v2.4 [ 2016-10-24]
3842#### Features
3943
@@ -89,7 +93,7 @@ No major functional changes or improvements. Mainly library updates and code str
8993- API: introduction of InfluxDB#createShardSpare, InfluxDB#getShardSpace and InfluxDB#dropShardSpace
9094- API: deprecated InfluxDB#createShard, InfluxDB#getShards and InfluxDB#dropShard, this is replaced with shardSpaces in InfluxDB >= 0.8.0
9195- API: renamed InfluxDB#deletePoints to InfluxDB#deleteSeries because this is what it actually does.
92- - [ Issue #14 ] update docker-java for tests to 0.10.0
96+ - [ Issue #14 ] update docker-java for tests to 0.10.0
9397- Update retrofit from 1.6.0 -> 1.6.1
9498- Use ms instead of m for millisecond timeprecision.
9599
@@ -103,8 +107,8 @@ No major functional changes or improvements. Mainly library updates and code str
103107#### Tasks
104108
105109- [ Issue #8 ] (https://github.com/influxdb/influxdb-java/issues/8 ) Use com.github.docker-java which replaces com.kpelykh for Integration tests.
106- - [ Issue #6 ] (https://github.com/influxdb/influxdb-java/issues/6 ) Update Retrofit to 1.6.0
107- - [ Issue #7 ] (https://github.com/influxdb/influxdb-java/issues/7 ) Update Guava to 17.0
110+ - [ Issue #6 ] (https://github.com/influxdb/influxdb-java/issues/6 ) Update Retrofit to 1.6.0
111+ - [ Issue #7 ] (https://github.com/influxdb/influxdb-java/issues/7 ) Update Guava to 17.0
108112- fix dependency to guava.
109113
110114## v1.1 [ 2014-05-31]
0 commit comments