clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Update Netty to 4.1.65.Final #581

Closed danielcompton closed 2 years ago

danielcompton commented 2 years ago

4.1.64.Final had some regressions.

https://netty.io/news/2021/05/19/4-1-65-Final.html

As netty 4.1.64.Final did include two regressions which were found quickly after the release we decided to not announce it all and just roll a 4.1.65.Final which includes everything.

Not sure if we want to do this before the release or not, but thought I'd open it for an upgrade shortly afterwards if not in this release.

KingMob commented 2 years ago

Normally I'd prefer not to add much more to a release that already includes years worth of changes, but this sounds like a small-but-important update.

After we release, I'd like to catch up to 4.1.74, however.