Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Netty 4.2.0 #1380

Draft
wants to merge 5 commits into
base: dev/3.0.0
Choose a base branch
from
Draft

Bump to Netty 4.2.0 #1380

wants to merge 5 commits into from

Conversation

astei
Copy link
Contributor

@astei astei commented Jul 13, 2024

This is the upcoming release of Netty. Unlike prior attempts (cough Netty 5 cough), this time around, there will probably be a final release (and there's been 100+ "patch" releases of 4.1, so a version bump is well overdue!)

The main architectural change is that I/O transports are decoupled from the event loop group implementation. The other major feature is support for the io_uring transport, which is going to become stable in Netty 4.2, so let's add support for it officially in Velocity. The new transport should be much more efficient than the existing epoll one for Linux users, and will support many more players on a given proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant