File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ What's New
19
19
20
20
Learn what's new in:
21
21
22
+ * :ref:`Version 5.2.1 <java-version-5.2.1>`
22
23
* :ref:`Version 5.2 <java-version-5.2>`
23
24
* :ref:`Version 5.1.3 <java-version-5.1.3>`
24
25
* :ref:`Version 5.1.2 <java-version-5.1.2>`
@@ -28,6 +29,22 @@ Learn what's new in:
28
29
* :ref:`Version 4.11 <version-4.11>`
29
30
* :ref:`Version 4.10 <version-4.10>`
30
31
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
+
31
48
.. _java-version-5.2:
32
49
33
50
What's New in 5.2
You can’t perform that action at this time.
0 commit comments