Skip to content

Commit 4d63203

Browse files
authored
DOCSP-41360: v5.1.2 patch release (#560)
* DOCSP-41360: v5.1.2 patch release * change full version * remove sig validation item
1 parent 60fcd27 commit 4d63203

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ driver = "java"
2020
driver-long = "MongoDB Java Driver"
2121
driver-short = "Java driver"
2222
version = "5.1"
23-
full-version = "{+version+}.1"
23+
full-version = "{+version+}.2"
2424
mdb-server = "MongoDB Server"
2525
package-name-org = "mongodb-org"
2626
api = "https://mongodb.github.io/mongo-java-driver/{+version+}"

source/whats-new.txt

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

2020
Learn what's new in:
2121

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>`
2324
* :ref:`Version 5.1.1 <java-version-5.1.1>`
2425
* :ref:`Version 5.1 <version-5.1>`
2526
* :ref:`Version 5.0 <version-5.0>`
@@ -38,7 +39,7 @@ Learn what's new in:
3839
* :ref:`Version 4.1 <version-4.1>`
3940
* :ref:`Version 4.0 <version-4.0>`
4041

41-
.. _version-5.2:
42+
.. _java-version-5.2:
4243

4344
What's New in 5.2
4445
-----------------
@@ -56,13 +57,28 @@ New features of the 5.2 driver release include:
5657

5758
// Connection URI without delimiting forward-slash
5859
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+
6076
.. _java-version-5.1.1:
6177

6278
What's New in 5.1.1
6379
-------------------
6480

65-
The 5.1.1 driver patch includes the following changes:
81+
The 5.1.1 driver patch release includes the following changes:
6682

6783
- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
6884
include comma characters in the ``authMechanismProperties`` connection
@@ -198,6 +214,12 @@ The 5.0 driver release introduces the following features:
198214
:manual:`listCollections </reference/command/listCollections/>` Server manual
199215
page or :ref:`java-collection-names`.
200216

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+
201223
.. _version-4.11:
202224

203225
What's New in 4.11
@@ -321,9 +343,11 @@ New features of the 4.11 driver release include:
321343
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
322344
see :ref:`java-connect-socks`.
323345

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.
327351

328352
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
329353
to identify fragments of a change stream event that exceeds 16MB. You must

0 commit comments

Comments
 (0)