File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -320,12 +320,20 @@ New features of the 4.11 driver release include:
320
320
321
321
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
322
322
see :ref:`java-connect-socks`.
323
+
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.
327
+
323
328
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
324
329
to identify fragments of a change stream event that exceeds 16MB. You must
325
330
use the aggregation stage ``$changeStreamSplitLargeEvent`` in your change
326
331
stream to handle events that exceed 16MB. To learn more, see :ref:`java-split-change-stream-events`.
332
+
327
333
- Added an aggregation stage builder for ``$vectorSearch``. To learn more, see :ref:`Atlas Vector Search <java-atlas-vector-search>`.
334
+
328
335
- Added Atlas Search index management helpers. To learn more, see :ref:`Atlas Search Indexes <search-indexes>`.
336
+
329
337
- Updated Snappy and Zstd compression library dependency versions. To learn
330
338
more about the current dependency versions, see :ref:`network-compression`.
331
339
- Added ``getElapsedTime()`` methods to the following classes to monitor the
@@ -351,7 +359,6 @@ New features of the 4.11 driver release include:
351
359
- `ServerListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerListener.html>`__
352
360
- `ServerMonitorListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerMonitorListener.html>`__
353
361
354
-
355
362
.. _version-4.10:
356
363
357
364
What's New in 4.10
You can’t perform that action at this time.
0 commit comments