File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Release Notes.
1616* To compatible upper and lower case Oracle TNS url parse.
1717* Fix config length limitation.
1818* Support collecting ZGC memory pool metrics. Require OAP 9.7.0 to support these new metrics.
19+ * Upgrade netty-codec-http2 to 4.1.100.Final
1920
2021
2122#### Documentation
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ The text of each license is the standard Apache 2.0 license.
221221 Google: proto-google-common-protos 2.0.1: https://github.com/googleapis/googleapis , Apache 2.0
222222 Google: jsr305 3.0.2: http://central.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.pom , Apache 2.0
223223 Google: guava 32.0.1: https://github.com/google/guava , Apache 2.0
224- netty 4.1.94 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
224+ netty 4.1.100 : https://github.com/netty/netty/blob/4.1/LICENSE.txt, Apache 2.0
225225
226226========================================================================
227227BSD licenses
Original file line number Diff line number Diff line change 8888 <!-- core lib dependency -->
8989 <bytebuddy .version>1.14.4</bytebuddy .version>
9090 <grpc .version>1.50.0</grpc .version>
91- <netty .version>4.1.94 .Final</netty .version>
91+ <netty .version>4.1.100 .Final</netty .version>
9292 <gson .version>2.8.9</gson .version>
9393 <os-maven-plugin .version>1.6.2</os-maven-plugin .version>
9494 <protobuf-maven-plugin .version>0.6.1</protobuf-maven-plugin .version>
You can’t perform that action at this time.
0 commit comments