Skip to content

DOCSP-41030: proxy domain name validation #559

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 all commits
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
9 changes: 8 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,20 @@ New features of the 4.11 driver release include:

- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
see :ref:`java-connect-socks`.

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

- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
to identify fragments of a change stream event that exceeds 16MB. You must
use the aggregation stage ``$changeStreamSplitLargeEvent`` in your change
stream to handle events that exceed 16MB. To learn more, see :ref:`java-split-change-stream-events`.

- Added an aggregation stage builder for ``$vectorSearch``. To learn more, see :ref:`Atlas Vector Search <java-atlas-vector-search>`.

- Added Atlas Search index management helpers. To learn more, see :ref:`Atlas Search Indexes <search-indexes>`.

- Updated Snappy and Zstd compression library dependency versions. To learn
more about the current dependency versions, see :ref:`network-compression`.
- Added ``getElapsedTime()`` methods to the following classes to monitor the
Expand All @@ -191,7 +199,6 @@ New features of the 4.11 driver release include:
- `ServerListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerListener.html>`__
- `ServerMonitorListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerMonitorListener.html>`__


.. _version-4.10:

What's New in 4.10
Expand Down
Loading