We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9217e1 commit bfb6372Copy full SHA for bfb6372
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# 1.3.1
2
-> Published 4 Feb 2020
+> Published 5 Feb 2020
3
4
* Introduced experimental client timeout feature
5
* Fixed OkHttp leaking threads
@@ -22,6 +22,7 @@
22
* Fixed Auth retry logic (#1051)
23
* Fixed ApplicationRequest.remoteHost to not report "unknown"
24
* Fixed corrupted headers in CIO client and server on Android
25
+* Improved server cancellation handling
26
27
# 1.3.0
28
> 14 Jan 2020
gradle.properties
@@ -2,7 +2,7 @@
kotlin.code.style=official
# config
-version=1.3.1-SNAPSHOT
+version=1.3.1
6
kotlin.incremental.js=true
7
kotlin.incremental.multiplatform=true
8
kotlin.parallel.tasks.in.project=true
0 commit comments