**************************** Ktor 1.5.0 Released* ...
# ktor
h
**************************** Ktor 1.5.0 Released* ***************************** https://blog.jetbrains.com/ktor/2020/12/22/ktor-1-5-0-released/
🎉 37
j
Is there list somewhere of versions of other dependencies needed when using this?
a
And nothing for native 😿
h
Should be compatible with existing releases of libs.
j
@aleksey.tomin just early testing so far but looks like some of the Kotlin/Native crashes I had been seeing in versions of Ktor > 1.4.0 seem to have been fixed in 1.5.0
h
@aleksey.tomin we will. Native is important.
j
(not sure if that's expected or not though 🙂 )
a
@hhariri will you add gzip in requests?
h
Is there an issue number?
a
@John O'Reilly I had had only crashes on my freeze errors.
j
@hhariri do you know if there should have been any particular Kotlin/Native crash fixes in this version (don't see anything in release notes about any)?
h
Usually everything that is fixed is in the change log. https://ktor.io/changelog/1.5 @e5l you aware of anything in this area?
e
We updated kotlinx.coroutines, so some of the problems with native are gone
a
j
Thanks @e5l....things definitely looking a lot more stable on that front! 👍
e
This release(as minor) was mainly focused on API polishing and rolling new features, so not so much for native this time.
s
I thought Ktor was supposed to be following semantic versioning as of 1.4.0. Is this still correct?
From the blog post
This is a breaking change as auto-reload is now only enabled in this new mode.
e
Yep, it changes behavior but still is backward compatible
👍🏾 1
h
@sultanofcardio good point though. I’ved updated the post to reflect this. Thanks.