@@ -19,6 +19,7 @@ What's New
19
19
20
20
Learn what's new in:
21
21
22
+ * :ref:`Version 5.1.2 <java-version-5.1.2>`
22
23
* :ref:`Version 5.1.1 <java-version-5.1.1>`
23
24
* :ref:`Version 5.1 <version-5.1>`
24
25
* :ref:`Version 5.0 <version-5.0>`
@@ -37,12 +38,27 @@ Learn what's new in:
37
38
* :ref:`Version 4.1 <version-4.1>`
38
39
* :ref:`Version 4.0 <version-4.0>`
39
40
41
+ .. _java-version-5.1.2:
42
+
43
+ What's New in 5.1.2
44
+ -------------------
45
+
46
+ The 5.1.2 driver patch release includes the following changes:
47
+
48
+ - Fixes an issue that prevents the driver from encoding and
49
+ decoding concrete classes that extend generic base classes, in cases that you
50
+ specify the base class as the generic type of the ``MongoCollection`` instance.
51
+
52
+ - Fixes an issue related to how domain names are validated when you use
53
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
54
+ six characters in the top-level domain.
55
+
40
56
.. _java-version-5.1.1:
41
57
42
58
What's New in 5.1.1
43
59
-------------------
44
60
45
- The 5.1.1 driver patch includes the following changes:
61
+ The 5.1.1 driver patch release includes the following changes:
46
62
47
63
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
48
64
include comma characters in the ``authMechanismProperties`` connection
@@ -178,6 +194,12 @@ The 5.0 driver release introduces the following features:
178
194
:manual:`listCollections </reference/command/listCollections/>` Server manual
179
195
page or :ref:`java-collection-names`.
180
196
197
+ .. note::
198
+
199
+ The v5.0.2 patch release fixed an issue related to how domain names are validated when you use
200
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
201
+ six characters in the top-level domain.
202
+
181
203
.. _version-4.11:
182
204
183
205
What's New in 4.11
@@ -301,9 +323,11 @@ New features of the 4.11 driver release include:
301
323
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
302
324
see :ref:`java-connect-socks`.
303
325
304
- - Fixed an issue related to how domain names are validated when you use proxy
305
- functionality, allowing you to use domain names with more than
306
- six characters in the top-level domain.
326
+ .. note::
327
+
328
+ The v4.11.3 patch release fixed an issue related to how domain names are validated when you use
329
+ SOCKS5 proxy functionality, allowing you to use domain names with more than
330
+ six characters in the top-level domain.
307
331
308
332
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
309
333
to identify fragments of a change stream event that exceeds 16MB. You must
0 commit comments