Skip to content

DOCSP-30935 - update netty version #417

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

Merged
merged 3 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package-name-org = "mongodb-org"
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"
stable-api = "Stable API"
mongocrypt-version = "1.7.3"
nettyVersion = "io.netty:netty-all:4.1.79.Final"
nettyVersion = "io.netty:netty-all:4.1.87.Final"
snappyVersion = "org.xerial.snappy:snappy-java:1.1.10.1"
zstdVersion = "com.github.luben:zstd-jni:1.5.2-3"
logbackVersion = "1.2.11"
Expand Down
12 changes: 12 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What's New

Learn what's new in:

* :ref:`Version 4.11 <version-4.11>`
* :ref:`Version 4.10 <version-4.10>`
* :ref:`Version 4.9 <version-4.9>`
* :ref:`Version 4.8 <version-4.8>`
Expand All @@ -37,6 +38,17 @@ Upcoming Breaking Changes
aggregation framework and removed in a future release.
- Beginning with v5.0, the {+driver-short+} will require Java 11 or later.

.. _version-4.11:

What's New in 4.11
------------------

.. note:: Upgraded Netty Version

The {+driver-short+} now tests with version 4.1.87.Final of the
``io.netty:netty-all`` package. This change affects you only if you use the
``SslContext`` class that Netty provides.

.. _version-4.10:

What's New in 4.10
Expand Down