@@ -19,6 +19,7 @@ What's New
1919
2020Learn what's new in:
2121
22+ * :ref:`Version 5.1.2 <java-version-5.1.2>`
2223* :ref:`Version 5.1.1 <java-version-5.1.1>`
2324* :ref:`Version 5.1 <version-5.1>`
2425* :ref:`Version 5.0 <version-5.0>`
@@ -37,12 +38,27 @@ Learn what's new in:
3738* :ref:`Version 4.1 <version-4.1>`
3839* :ref:`Version 4.0 <version-4.0>`
3940
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+
4056.. _java-version-5.1.1:
4157
4258What's New in 5.1.1
4359-------------------
4460
45- The 5.1.1 driver patch includes the following changes:
61+ The 5.1.1 driver patch release includes the following changes:
4662
4763- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
4864 include comma characters in the ``authMechanismProperties`` connection
@@ -178,6 +194,12 @@ The 5.0 driver release introduces the following features:
178194 :manual:`listCollections </reference/command/listCollections/>` Server manual
179195 page or :ref:`java-collection-names`.
180196
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+
181203.. _version-4.11:
182204
183205What's New in 4.11
@@ -301,9 +323,11 @@ New features of the 4.11 driver release include:
301323- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
302324 see :ref:`java-connect-socks`.
303325
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.
307331
308332- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
309333 to identify fragments of a change stream event that exceeds 16MB. You must
0 commit comments