Skip to content

Commit e0c021b

Browse files
author
Sergey Mashkov
authored
Update CHANGELOG.md
1 parent 4c3bcca commit e0c021b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@
3131
* Replaced HttpClientJvmEngine to HttpClientEngineBase that is now common for all platforms (affects only custom client engines)
3232
* Fixed hierarchy of execution and call contexts in clients that allows to properly handle request lifetime using execution context.
3333
* Optimize JS module import time (#1464)
34-
* Upgraded versions of Netty and Jetty implementations
34+
* Upgraded versions of Netty, Jetty and Tomcat implementations
3535
* Added Pebble template engine (#1374)
3636
* Introduced localPort route that is always tied to actual socket port (#1392)
3737
* Fixed cookie expiration date parsing (#1390)
3838
* Server authentication feature's phases are now public (#1160)
3939
* 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
4045

4146
# 1.2.6
4247
> 25 Nov 2019

0 commit comments

Comments
 (0)