You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed selecting custom package name in Ktor wizard still results in example.com import in ApplicationTest.kt (KTOR-2707)
Fixed generated project with specific security and session features selected fails to compile / run (KTOR-2636)
Fixed Wizard: Misleading comment in Static Feature (KTOR-2560)
Fixed "Update ktor 1.5.0 docs. Deprecated ""challenge"" function for form auth in docs." (KTOR-1974)
Fixed Auth Feature Code Snippet: form authentication the doesn't work (KTOR-821)
Fixed the '-ea' flag works differently when running a server using Application.module and embeddedServer (KTOR-1758)
Fixed enabled-by-default development mode breaks reflection by overriding classloader (KTOR-2306)
Reviewed documentation for the onUpload/onDownload client callbacks (KTOR-2710)
Fixed Ktor fails to deliver response with error: failed with exception: kotlinx.coroutines.JobCancellationException: Parent job is Completed; (KTOR-2711)
Replaced kotlin-test dependency with junit in ktor-server-test-host (KTOR-2555)