Join Slack
Powered by
Is there a reason netty dependency is `4.1.24`? la...
# ktor
o
oshai
09/22/2018, 9:09 PM
Is there a reason netty dependency is
4.1.24
? latest is
4.1.29
o
orangy
09/22/2018, 9:25 PM
bumping version is not a zero cost work, sometimes they change API, sometimes internals break, etc.
orangy
09/22/2018, 9:25 PM
Does it have something important for you?
orangy
09/22/2018, 9:30 PM
btw, if binary compatibility in Netty is okay for these versions, you can upgrade it in your own project by forcing dependency version
o
oshai
09/22/2018, 9:37 PM
yes, I will try that, I think it is binary compatible. I just thought it might worth bumping a version before GA
oshai
09/22/2018, 9:38 PM
nothing particular important for me at the moment
o
orangy
09/22/2018, 9:38 PM
well, we do it from time to time, but if we bump it before 1.0 release, and next day new version comes out? 🙂
o
oshai
09/22/2018, 9:39 PM
of course it can happen, I am just saying they might fixed bugs since that release 🙂
oshai
09/22/2018, 9:43 PM
this is the difference between versions:
https://github.com/netty/netty/compare/netty-4.1.24.Final...4.1
oshai
09/22/2018, 9:44 PM
I checked and the word leak appears twice 🙂
o
orangy
09/22/2018, 9:57 PM
fixed some, introduced some… life as it is 🙂
o
oshai
09/22/2018, 9:58 PM
😂
2
Views
Open in Slack
Previous
Next