Hello, I was wondering if there was any kind of ti...
# ktor
b
Hello, I was wondering if there was any kind of timeline for ktor 3? There’s a bug fix in kotlinx.serialization that was fixed in 1.6.1 we will eventually need (to support JSON Merge Patch RFC 7836), and I noticed the beta upgrades the serialization library to that version. We’re using 2.23.10, but it’s on kotlinx.serialization 1.5.1. We found a temporary work around so I haven’t tried forcing the upgrade of kotlinx.serialization specifically.
a
The upcoming release of Ktor 3.0.0 is scheduled for later this year. Prior to this, version 3.0.0-beta-2 will be made available soon, that will depend on
kotlinx.serialization
version 1.6.1.
thank you color 1