Skip to content

Commit 311e1ab

Browse files
author
Sergey Mashkov
committed
Changelog
1 parent 648d561 commit 311e1ab

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@
1010
* Deprecated old client `BasicAuth`
1111
* Introduced a flag to send auth without negotiation
1212
* 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.
1622
* Kotlin 1.3.41
1723

1824
# 1.2.2

0 commit comments

Comments
 (0)