Skip to content
Merged
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
4 changes: 4 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ The 5.2.1 driver patch release includes the following changes:
- Fixes an issue that caused applications built with Quarkus to throw a
``java.lang.UnsatisfiedLinkError`` when initializing ``libmongocrypt``
bindings.
- Fixes a bug that caused the ``mongodb-driver-core`` package to error when
deployed to an OSGi runtime. The `` Import-Package
org.mongodb:mongodb-driver-core`` manifest attribute no longer requires the
``com.oracle.svm.core.annotate.*`` packages.

.. _java-version-5.2:

Expand Down
Loading