-
Notifications
You must be signed in to change notification settings - Fork 43
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
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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>` | ||
|
@@ -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 | ||
----------------- | ||
|
@@ -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 | ||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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?