Skip to content

Commit 812980d

Browse files
chore(release): prepare release socket.io-client-1.0.2
1 parent 728690f commit 812980d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

History.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11

2+
1.0.2 / 2022-07-11
3+
==================
4+
5+
From the "1.x" branch.
6+
7+
### Bug Fixes
8+
9+
* ensure buffered events are sent in order ([8bd35da](https://github.com/socketio/socket.io-client-java/commit/8bd35da19c1314318fe122876d22e30ae3673ff9))
10+
* ensure randomizationFactor is always between 0 and 1 ([cb966d5](https://github.com/socketio/socket.io-client-java/commit/cb966d5a64790c0584ad97cf55c205cae8bd1287))
11+
* ensure the payload format is valid ([8664499](https://github.com/socketio/socket.io-client-java/commit/8664499b6f31154f49783531f778dac5387b766b))
12+
* fix usage with ws:// scheme ([e57160a](https://github.com/socketio/socket.io-client-java/commit/e57160a00ca1fbb38396effdbc87eb10d6759a51))
13+
* increase the readTimeout value of the default OkHttpClient ([2d87497](https://github.com/socketio/engine.io-client-java/commit/2d874971c2428a7a444b3a33afe66aedcdce3a96)) (from `engine.io-client`)
14+
15+
16+
217
1.0.1 / 2020-12-10
318
==================
419

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add the following dependency to your `pom.xml`.
4949
Add it as a gradle dependency for Android Studio, in `build.gradle`:
5050

5151
```groovy
52-
compile ('io.socket:socket.io-client:1.0.1') {
52+
compile ('io.socket:socket.io-client:1.0.2') {
5353
// excluding org.json which is provided by Android
5454
exclude group: 'org.json', module: 'json'
5555
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.socket</groupId>
44
<artifactId>socket.io-client</artifactId>
5-
<version>1.0.2-SNAPSHOT</version>
5+
<version>1.0.2</version>
66
<packaging>jar</packaging>
77
<name>socket.io-client</name>
88
<description>Socket.IO Client Library for Java</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/socketio/socket.io-client-java</url>
3131
<connection>scm:git:https://github.com/socketio/socket.io-client-java.git</connection>
3232
<developerConnection>scm:git:https://github.com/socketio/socket.io-client-java.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>socket.io-client-1.0.2</tag>
3434
</scm>
3535

3636
<developers>

0 commit comments

Comments
 (0)