Is there any documentation available on Ktor 2 -> Ktor 3 migration?
I use custom bootstrapping using e.g.
applicationEngineEnvironment {}
and this area seems to be changed significantly. Thanks.
e
e5l
12/18/2023, 11:04 AM
Hey, @Norbi. We're preparing documentation website for the new version. It will be available soon. @Viktoriya Nikolova
🙏 1
n
Norbi
01/17/2024, 10:46 AM
@e5l maybe is it available somewhere? I would like to try Ktor 3 because I run into strange issues with CIO 😞, for example
• see https://kotlinlang.slack.com/archives/C0A974TJ9/p1705349527174579
• another issue is that only the CIO HTTP client seems to send the "bearer" Authorization header when connecting with WebSockets, maybe it is fixed in Ktor 3