File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ package-name-org = "mongodb-org"
2626api = " https://mongodb.github.io/mongo-java-driver/{+version+}"
2727stable-api = " Stable API"
2828mongocrypt-version = " 1.7.3"
29- nettyVersion = " io.netty:netty-all:4.1.79 .Final"
29+ nettyVersion = " io.netty:netty-all:4.1.87 .Final"
3030snappyVersion = " org.xerial.snappy:snappy-java:1.1.10.1"
3131zstdVersion = " com.github.luben:zstd-jni:1.5.2-3"
3232logbackVersion = " 1.2.11"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 4.11 <version-4.11>`
1516* :ref:`Version 4.10 <version-4.10>`
1617* :ref:`Version 4.9 <version-4.9>`
1718* :ref:`Version 4.8 <version-4.8>`
@@ -37,6 +38,17 @@ Upcoming Breaking Changes
3738 aggregation framework and removed in a future release.
3839- Beginning with v5.0, the {+driver-short+} will require Java 11 or later.
3940
41+ .. _version-4.11:
42+
43+ What's New in 4.11
44+ ------------------
45+
46+ .. note:: Upgraded Netty Version
47+
48+ The {+driver-short+} now tests with version 4.1.87.Final of the
49+ ``io.netty:netty-all`` package. This change affects you only if you use the
50+ ``SslContext`` class that Netty provides.
51+
4052.. _version-4.10:
4153
4254What's New in 4.10
You can’t perform that action at this time.
0 commit comments