Skip to content

Commit a66e9f0

Browse files
authored
DOCSP-30935 - update netty version (#417)
1 parent b98ee13 commit a66e9f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package-name-org = "mongodb-org"
2626
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
2727
stable-api = "Stable API"
2828
mongocrypt-version = "1.7.3"
29-
nettyVersion = "io.netty:netty-all:4.1.79.Final"
29+
nettyVersion = "io.netty:netty-all:4.1.87.Final"
3030
snappyVersion = "org.xerial.snappy:snappy-java:1.1.10.1"
3131
zstdVersion = "com.github.luben:zstd-jni:1.5.2-3"
3232
logbackVersion = "1.2.11"

source/whats-new.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn 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

4254
What's New in 4.10

0 commit comments

Comments
 (0)