mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 08:31:20 +00:00
Version 1.3.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user