Skip to content

Commit 35189d7

Browse files
committed
DOCSP-41030: proxy domain name validation (#559)
(cherry picked from commit 83d0c178b529aca2b6bf75eaf3c87172fe386b67)
1 parent c06ff2f commit 35189d7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/whats-new.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,12 +237,20 @@ New features of the 4.11 driver release include:
237237

238238
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
239239
see :ref:`java-connect-socks`.
240+
241+
- Fixed an issue related to how domain names are validated when you use proxy
242+
functionality, allowing you to use domain names with more than
243+
six characters in the top-level domain.
244+
240245
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
241246
to identify fragments of a change stream event that exceeds 16MB. You must
242247
use the aggregation stage ``$changeStreamSplitLargeEvent`` in your change
243248
stream to handle events that exceed 16MB. To learn more, see :ref:`java-split-change-stream-events`.
249+
244250
- Added an aggregation stage builder for ``$vectorSearch``. To learn more, see :ref:`Atlas Vector Search <java-atlas-vector-search>`.
251+
245252
- Added Atlas Search index management helpers. To learn more, see :ref:`Atlas Search Indexes <search-indexes>`.
253+
246254
- Updated Snappy and Zstd compression library dependency versions. To learn
247255
more about the current dependency versions, see :ref:`network-compression`.
248256
- Added ``getElapsedTime()`` methods to the following classes to monitor the
@@ -268,7 +276,6 @@ New features of the 4.11 driver release include:
268276
- `ServerListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerListener.html>`__
269277
- `ServerMonitorListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerMonitorListener.html>`__
270278

271-
272279
.. _version-4.10:
273280

274281
What's New in 4.10

0 commit comments

Comments
 (0)