Version 1.3.1

This commit is contained in:
Sergey Mashkov
2020-02-05 15:43:37 +03:00
parent c9217e1008
commit bfb637288c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# 1.3.1
> Published 4 Feb 2020
> Published 5 Feb 2020
* Introduced experimental client timeout feature
* Fixed OkHttp leaking threads
@@ -22,6 +22,7 @@
* Fixed Auth retry logic (#1051)
* Fixed ApplicationRequest.remoteHost to not report "unknown"
* Fixed corrupted headers in CIO client and server on Android
* Improved server cancellation handling
# 1.3.0
> 14 Jan 2020

View File

@@ -2,7 +2,7 @@
kotlin.code.style=official
# config
version=1.3.1-SNAPSHOT
version=1.3.1
kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true