-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
netty:Upgrade Netty from 4.1.79 to 4.1.87, tcnative from 2.0.54 to 2.0.56 #9784
Conversation
See 0a699ad for a fuller change. The real part is testing internally, which we'll do before we merge this. |
SECURITY.md
Outdated
@@ -412,7 +412,8 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver | |||
1.42.x-1.43.x | 4.1.63.Final | 2.0.38.Final | |||
1.44.x-1.47.x | 4.1.72.Final | 2.0.46.Final | |||
1.48.x-1.49.x | 4.1.77.Final | 2.0.53.Final | |||
1.50.x- | 4.1.79.Final | 2.0.54.Final | |||
1.50.x-1.52.x | 4.1.79.Final | 2.0.54.Final | |||
1.53.x- | 4.1.87.Final | 2.0.56.Final |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You missed the branch cut. Update the previous line and this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Netty latest stable version is 4.1.87
Netty TCNative now has a new version 2.0.56.
Corresponding CL is: cl/506095774