File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 10
10
* Deprecated old client ` BasicAuth `
11
11
* Introduced a flag to send auth without negotiation
12
12
* Added server kotlinx.serialization initial support (` SerializationConverter ` )
13
- * Client TLS implementation fixes: cancellation and error handling
14
- * Added web assembly content type
15
- * Fixed client memory leak (#1223 )
13
+ * Client TLS implementation fixes: cancellation and error handling.
14
+ * Added web assembly content type.
15
+ * Prohibited server double request content ` call.receive ` .
16
+ * Introduce ` DoubleReceive ` feature that makes it work.
17
+ * Added initial kotlinx.serialization support for server including receiving generic collections.
18
+ * Introduced ` ktor-bom ` for better dependency management.
19
+ * Improved jetty server engine configuration to enable manual connectors setup.
20
+ * Fixed client memory leak (#1223 ).
21
+ * Upgraded Jetty, Netty and utility libraries.
16
22
* Kotlin 1.3.41
17
23
18
24
# 1.2.2
You can’t perform that action at this time.
0 commit comments