Skip to content

Commit

Permalink
rel 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
djodjoni committed Nov 23, 2015
1 parent 3b906c3 commit 6cf49f5
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 31 deletions.
17 changes: 15 additions & 2 deletions CHLOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
Change Log
==========

NEXT Version 0.6.4 *(FUTURE-Nov-2015)*
NEXT Version 0.6.5 *(FUTURE-Dec-2015)*
----------------------------------

Version 0.6.4 *(23-Nov-2015)*
----------------------------------
* New: add retry policy factory in the queue
* Upd: retry policy split read and connect timeout
* New: add queue markers and callbacks
* Upd: replace RxQueue with RxQueue binder
* New: add request event callbacks to the queue
* Fix: improve & simplify logs
* Fix: fix async listeners
* New: response converter based on returned Content type
* Fix: custom requests which override parseNetworkResponse
* New: add NetworkRequest transformers

Version 0.6.3 *(11-Nov-2015)*
----------------------------------
* Fix: Do not throw when response converter is not set but parseNetworkResponse is overridden
Expand All @@ -12,7 +25,7 @@ Version 0.6.3 *(11-Nov-2015)*
Version 0.6.2 *(9-Nov-2015)*
----------------------------------
* Fix: providing NetworkResponse converters using converter factories added in the queue
* New: Add OkHttp Client HTTP Stack
* New: add OkHttp Client HTTP Stack
* New: in RetroProxy add @Tag, @Priority, @ShouldCache as property annotations
* New: in RetroProxy add TRACE and OPTIONS inbuilt http methods
* Fix: race condition bug
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Find [the latest JARs][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-XXX</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-XXX:0.6.3'
compile 'io.apptik.comm:jus-XXX:0.6.4'
```

Downloads of the released versions are available in [Sonatype's `releases` repository][release].
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.6.4-SNAPSHOT
VERSION_NAME=0.6.4
VERSION_CODE=20
GROUP=io.apptik.comm

Expand Down
4 changes: 2 additions & 2 deletions jus-android-rx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-android-rx</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-android-rx:0.6.3'
compile 'io.apptik.comm:jus-android-rx:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-android</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-android:0.6.3'
compile 'io.apptik.comm:jus-android:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-gson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-gson</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-gson
:0.6.3'
:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-jackson</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-jackson:0.6.3'
compile 'io.apptik.comm:jus-jackson:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-java</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-java:0.6.3'
compile 'io.apptik.comm:jus-java:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-jjson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-jjson</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-jjson:0.6.3'
compile 'io.apptik.comm:jus-jjson:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-moshi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-moshi</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-moshi:0.6.3'
compile 'io.apptik.comm:jus-moshi:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-okhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-okhttp</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-okhttp:0.6.3'
compile 'io.apptik.comm:jus-okhttp:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-protobuf</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-protobuf:0.6.3'
compile 'io.apptik.comm:jus-protobuf:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-simplexml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-simplexml</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-simplexml:0.6.3'
compile 'io.apptik.comm:jus-simplexml:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions jus-wire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>jus-wire</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:jus-wire:0.6.3'
compile 'io.apptik.comm:jus-wire:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions retro-jus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>retro-jus</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:retro-jus:0.6.3'
compile 'io.apptik.comm:retro-jus:0.6.4'
```


Expand Down
4 changes: 2 additions & 2 deletions rx-jus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven:
<dependency>
<groupId>io.apptik.comm</groupId>
<artifactId>rx-jus</artifactId>
<version>0.6.3</version>
<version>0.6.4</version>
</dependency>
```
or Gradle:
```groovy
compile 'io.apptik.comm:rx-jus:0.6.3'
compile 'io.apptik.comm:rx-jus:0.6.4'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down

0 comments on commit 6cf49f5

Please sign in to comment.