File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ Version 2.0.2 * (2016-04-12)*
5
+ ----------------------------
6
+
7
+ * New: ` ProtoConverterFactory.createWithRegistry() ` method accepts an extension registry to be used
8
+ when deserializing protos.
9
+ * Fix: Pass the correct ` Call ` instance to ` Callback ` 's ` onResponse ` and ` onFailure ` methods such
10
+ that calling ` clone() ` retains the correct threading behavior.
11
+ * Fix: Reduce the per-request allocation overhead for the RxJava call adapter.
12
+
13
+
4
14
Version 2.0.1 * (2016-03-30)*
5
15
----------------------------
6
16
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Download [the latest JAR][2] or grab via Maven:
14
14
<dependency >
15
15
<groupId >com.squareup.retrofit2</groupId >
16
16
<artifactId >retrofit</artifactId >
17
- <version >2.0.1 </version >
17
+ <version >2.0.2 </version >
18
18
</dependency >
19
19
```
20
20
or Gradle:
21
21
``` groovy
22
- compile 'com.squareup.retrofit2:retrofit:2.0.1 '
22
+ compile 'com.squareup.retrofit2:retrofit:2.0.2 '
23
23
```
24
24
25
25
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
You can’t perform that action at this time.
0 commit comments