File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
* Replaced HttpClientJvmEngine to HttpClientEngineBase that is now common for all platforms (affects only custom client engines)
32
32
* Fixed hierarchy of execution and call contexts in clients that allows to properly handle request lifetime using execution context.
33
33
* Optimize JS module import time (#1464 )
34
- * Upgraded versions of Netty and Jetty implementations
34
+ * Upgraded versions of Netty, Jetty and Tomcat implementations
35
35
* Added Pebble template engine (#1374 )
36
36
* Introduced localPort route that is always tied to actual socket port (#1392 )
37
37
* Fixed cookie expiration date parsing (#1390 )
38
38
* Server authentication feature's phases are now public (#1160 )
39
39
* Fixed auth header resending after redirect (#1467 )
40
+ * TCP half-close made optional for CIO client engine and disabled by default.
41
+ * Apache client random timeouts fixed
42
+ * Fixed locale-dependat code (#1491 )
43
+ * Fixed unclosed websocket channels if cancelled too early
44
+ * kotlinx.coroutines 1.3.3
40
45
41
46
# 1.2.6
42
47
> 25 Nov 2019
You can’t perform that action at this time.
0 commit comments