Skip to content

Commit 6a9f00e

Browse files
committed
small fix to v5.2.1 WN
1 parent 2cde6f3 commit 6a9f00e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/whats-new.txt

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

2020
Learn what's new in:
2121

22+
* :ref:`Version 5.2.1 <java-version-5.2.1>`
2223
* :ref:`Version 5.2 <java-version-5.2>`
2324
* :ref:`Version 5.1.3 <java-version-5.1.3>`
2425
* :ref:`Version 5.1.2 <java-version-5.1.2>`
@@ -28,6 +29,22 @@ Learn what's new in:
2829
* :ref:`Version 4.11 <version-4.11>`
2930
* :ref:`Version 4.10 <version-4.10>`
3031

32+
.. _java-version-5.2.1:
33+
34+
What's New in 5.2.1
35+
-------------------
36+
37+
The 5.2.1 driver patch release includes the following changes:
38+
39+
- Fixes an issue that caused applications built with Quarkus to throw a
40+
``java.lang.UnsatisfiedLinkError`` when initializing ``libmongocrypt``
41+
bindings.
42+
43+
- Fixes an issue that caused the ``mongodb-driver-core`` package to error when
44+
deployed to an OSGi runtime. The ``Import-Package``
45+
``org.mongodb:mongodb-driver-core`` manifest attribute no longer
46+
requires the ``com.oracle.svm.core.annotate.*`` packages.
47+
3148
.. _java-version-5.2:
3249

3350
What's New in 5.2

0 commit comments

Comments
 (0)