From 706231e4dcc93b1b1e38ed8c9b73f2c7cd9b7a56 Mon Sep 17 00:00:00 2001 From: Naoyuki Kanezawa Date: Wed, 28 Jan 2015 23:09:43 +0900 Subject: [PATCH] update README and History --- History.md | 10 ++++++++++ README.md | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index ec9669f..3072ecd 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +0.4.0 / 2015-01-26 +================== + +* compatible with socket.io 1.3.2 +* bump `engine.io-client`. +* added `Socket#id()` pointing to session id +* add exponential backoff with randomization +* reset reconnection attempts state after a successul connection +* fix binary arguments in emit with ack [AlfioEmanueleFresta] + 0.3.0 / 2014-11-04 ================== diff --git a/README.md b/README.md index f77a322..c896d4c 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ Add the following dependency to your `pom.xml`. com.github.nkzawa socket.io-client - 0.3.0 + 0.4.0 ``` ### Gradle - Add it as a gradle dependency for Android Studio, in `build.gradle`: + ```groovy -compile 'com.github.nkzawa:socket.io-client:0.3.0' +compile 'com.github.nkzawa:socket.io-client:0.4.0' ``` ## Usage