Skip to content

Commit 4e295d0

Browse files
committed
Update retrofit from 2.1 -> 2.2, adopt CHANGELOG.md
1 parent d5afc65 commit 4e295d0

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
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

@@ -27,13 +31,13 @@
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]

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@
146146
<dependency>
147147
<groupId>com.squareup.retrofit2</groupId>
148148
<artifactId>retrofit</artifactId>
149-
<version>2.1.0</version>
149+
<version>2.2.0</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.squareup.retrofit2</groupId>
153153
<artifactId>converter-moshi</artifactId>
154-
<version>2.1.0</version>
154+
<version>2.2.0</version>
155155
</dependency>
156156
<!-- If we use okhttp instead of java urlconnection we achieve server failover
157157
of the influxdb server address resolves to all influxdb server ips. -->

0 commit comments

Comments
 (0)