@@ -19,7 +19,8 @@ What's New
19
19
20
20
Learn what's new in:
21
21
22
- * :ref:`Version 5.2 <version-5.2>`
22
+ * :ref:`Version 5.2 <java-version-5.2>`
23
+ * :ref:`Version 5.1.2 <java-version-5.1.2>`
23
24
* :ref:`Version 5.1.1 <java-version-5.1.1>`
24
25
* :ref:`Version 5.1 <version-5.1>`
25
26
* :ref:`Version 5.0 <version-5.0>`
@@ -38,7 +39,7 @@ Learn what's new in:
38
39
* :ref:`Version 4.1 <version-4.1>`
39
40
* :ref:`Version 4.0 <version-4.0>`
40
41
41
- .. _version -5.2:
42
+ .. _java-version -5.2:
42
43
43
44
What's New in 5.2
44
45
-----------------
@@ -56,13 +57,28 @@ New features of the 5.2 driver release include:
56
57
57
58
// Connection URI without delimiting forward-slash
58
59
String uri = "mongodb://example.com?w=majority";
59
-
60
+
61
+ .. _java-version-5.1.2:
62
+
63
+ What's New in 5.1.2
64
+ -------------------
65
+
66
+ The 5.1.2 driver patch release includes the following changes:
67
+
68
+ - Fixes an issue that prevents the driver from encoding and
69
+ decoding concrete classes that extend generic base classes, in cases that you
70
+ specify the base class as the generic type of the ``MongoCollection`` instance.
71
+
72
+ - Fixes an issue related to how domain names are validated when you use
73
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
74
+ six characters in the top-level domain.
75
+
60
76
.. _java-version-5.1.1:
61
77
62
78
What's New in 5.1.1
63
79
-------------------
64
80
65
- The 5.1.1 driver patch includes the following changes:
81
+ The 5.1.1 driver patch release includes the following changes:
66
82
67
83
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
68
84
include comma characters in the ``authMechanismProperties`` connection
@@ -198,6 +214,12 @@ The 5.0 driver release introduces the following features:
198
214
:manual:`listCollections </reference/command/listCollections/>` Server manual
199
215
page or :ref:`java-collection-names`.
200
216
217
+ .. note::
218
+
219
+ The v5.0.2 patch release fixed an issue related to how domain names are validated when you use
220
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
221
+ six characters in the top-level domain.
222
+
201
223
.. _version-4.11:
202
224
203
225
What's New in 4.11
@@ -321,9 +343,11 @@ New features of the 4.11 driver release include:
321
343
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
322
344
see :ref:`java-connect-socks`.
323
345
324
- - Fixed an issue related to how domain names are validated when you use proxy
325
- functionality, allowing you to use domain names with more than
326
- six characters in the top-level domain.
346
+ .. note::
347
+
348
+ The v4.11.3 patch release fixed an issue related to how domain names are validated when you use
349
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
350
+ six characters in the top-level domain.
327
351
328
352
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
329
353
to identify fragments of a change stream event that exceeds 16MB. You must
0 commit comments