From 6cf49f54b6bd85a50232e07ec540061af69de2f7 Mon Sep 17 00:00:00 2001 From: Kalin Maldzhanski Date: Mon, 23 Nov 2015 23:34:12 +0100 Subject: [PATCH] rel 0.6.4 --- CHLOG.md | 17 +++++++++++++++-- README.md | 4 ++-- gradle.properties | 2 +- jus-android-rx/README.md | 4 ++-- jus-android/README.md | 4 ++-- jus-gson/README.md | 4 ++-- jus-jackson/README.md | 4 ++-- jus-java/README.md | 4 ++-- jus-jjson/README.md | 4 ++-- jus-moshi/README.md | 4 ++-- jus-okhttp/README.md | 4 ++-- jus-protobuf/README.md | 4 ++-- jus-simplexml/README.md | 4 ++-- jus-wire/README.md | 4 ++-- retro-jus/README.md | 4 ++-- rx-jus/README.md | 4 ++-- 16 files changed, 44 insertions(+), 31 deletions(-) diff --git a/CHLOG.md b/CHLOG.md index 53420c4..60bd30d 100644 --- a/CHLOG.md +++ b/CHLOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index b3fddac..b48f91d 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Find [the latest JARs][mvn] or grab via Maven: io.apptik.comm jus-XXX - 0.6.3 + 0.6.4 ``` 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]. diff --git a/gradle.properties b/gradle.properties index b1beaef..7efac62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/jus-android-rx/README.md b/jus-android-rx/README.md index 23e3a75..eb565e7 100644 --- a/jus-android-rx/README.md +++ b/jus-android-rx/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-android-rx - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-android/README.md b/jus-android/README.md index d2474c9..7636966 100644 --- a/jus-android/README.md +++ b/jus-android/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-android - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-gson/README.md b/jus-gson/README.md index 77b961a..9e1c719 100644 --- a/jus-gson/README.md +++ b/jus-gson/README.md @@ -9,13 +9,13 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-gson - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-jackson/README.md b/jus-jackson/README.md index 9a06229..76bf5c7 100644 --- a/jus-jackson/README.md +++ b/jus-jackson/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-jackson - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-java/README.md b/jus-java/README.md index e5a69fa..ef79ec6 100644 --- a/jus-java/README.md +++ b/jus-java/README.md @@ -11,12 +11,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-java - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-jjson/README.md b/jus-jjson/README.md index 9f5827b..b0e5c12 100644 --- a/jus-jjson/README.md +++ b/jus-jjson/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-jjson - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-moshi/README.md b/jus-moshi/README.md index 2308aa6..f8af8a7 100644 --- a/jus-moshi/README.md +++ b/jus-moshi/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-moshi - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-okhttp/README.md b/jus-okhttp/README.md index e3dc5db..ca2157e 100644 --- a/jus-okhttp/README.md +++ b/jus-okhttp/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-okhttp - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-protobuf/README.md b/jus-protobuf/README.md index c6d6d7b..04cc030 100644 --- a/jus-protobuf/README.md +++ b/jus-protobuf/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-protobuf - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-simplexml/README.md b/jus-simplexml/README.md index 4bbf669..871ad14 100644 --- a/jus-simplexml/README.md +++ b/jus-simplexml/README.md @@ -18,12 +18,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-simplexml - 0.6.3 + 0.6.4 ``` 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]. diff --git a/jus-wire/README.md b/jus-wire/README.md index d2e9a6b..d117ad5 100644 --- a/jus-wire/README.md +++ b/jus-wire/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm jus-wire - 0.6.3 + 0.6.4 ``` 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]. diff --git a/retro-jus/README.md b/retro-jus/README.md index 7932dc0..c999be9 100644 --- a/retro-jus/README.md +++ b/retro-jus/README.md @@ -10,12 +10,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm retro-jus - 0.6.3 + 0.6.4 ``` or Gradle: ```groovy -compile 'io.apptik.comm:retro-jus:0.6.3' +compile 'io.apptik.comm:retro-jus:0.6.4' ``` diff --git a/rx-jus/README.md b/rx-jus/README.md index b2aa42c..8e14449 100644 --- a/rx-jus/README.md +++ b/rx-jus/README.md @@ -9,12 +9,12 @@ Download [the latest JAR][mvn] or grab via Maven: io.apptik.comm rx-jus - 0.6.3 + 0.6.4 ``` 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].