Skip to content

DOCSP-41360: v5.1.2 patch release #560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ What's New

Learn what's new in:

* :ref:`Version 5.2 <version-5.2>`
* :ref:`Version 5.2 <java-version-5.2>`
* :ref:`Version 5.1.2 <java-version-5.1.2>`
* :ref:`Version 5.1.1 <java-version-5.1.1>`
* :ref:`Version 5.1 <version-5.1>`
* :ref:`Version 5.0 <version-5.0>`
Expand All @@ -38,7 +39,7 @@ Learn what's new in:
* :ref:`Version 4.1 <version-4.1>`
* :ref:`Version 4.0 <version-4.0>`

.. _version-5.2:
.. _java-version-5.2:

What's New in 5.2
-----------------
Expand All @@ -56,13 +57,33 @@ New features of the 5.2 driver release include:

// Connection URI without delimiting forward-slash
String uri = "mongodb://example.com?w=majority";


.. _java-version-5.1.2:

What's New in 5.1.2
-------------------

The 5.1.2 driver patch release includes the following changes:

- Fixes an issue that prevents the driver from encoding and
decoding concrete classes that extend generic base classes, in cases that you
specify the base class as the generic type of the ``MongoCollection`` instance.

- Fixes an issue related to how domain names are validated when you use proxy

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we call out that it's specifically SOCKS5 proxy?

functionality, allowing you to use domain names with more than
six characters in the top-level domain.

- You can validate signatures of the driver artifacts published on

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we remove this?

GitHub.

.. TODO DOCSP-39555 To learn how to validate these signatures, see the :ref:`` guide.

.. _java-version-5.1.1:

What's New in 5.1.1
-------------------

The 5.1.1 driver patch includes the following changes:
The 5.1.1 driver patch release includes the following changes:

- When using the ``MONGODB-OIDC`` authentication mechanism, you must not
include comma characters in the ``authMechanismProperties`` connection
Expand Down
Loading