Skip to content

Commit 83d0c17

Browse files
authored
DOCSP-41030: proxy domain name validation (mongodb#559)
1 parent 3cf764c commit 83d0c17

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
@@ -160,12 +160,20 @@ New features of the 4.11 driver release include:
160160

161161
- Support for connecting to MongoDB by using a SOCKS5 proxy. To learn more
162162
see :ref:`java-connect-socks`.
163+
164+
- Fixed an issue related to how domain names are validated when you use proxy
165+
functionality, allowing you to use domain names with more than
166+
six characters in the top-level domain.
167+
163168
- Added the ``getSplitEvent()`` method to the ``ChangeStreamDocument`` class
164169
to identify fragments of a change stream event that exceeds 16MB. You must
165170
use the aggregation stage ``$changeStreamSplitLargeEvent`` in your change
166171
stream to handle events that exceed 16MB. To learn more, see :ref:`java-split-change-stream-events`.
172+
167173
- Added an aggregation stage builder for ``$vectorSearch``. To learn more, see :ref:`Atlas Vector Search <java-atlas-vector-search>`.
174+
168175
- Added Atlas Search index management helpers. To learn more, see :ref:`Atlas Search Indexes <search-indexes>`.
176+
169177
- Updated Snappy and Zstd compression library dependency versions. To learn
170178
more about the current dependency versions, see :ref:`network-compression`.
171179
- Added ``getElapsedTime()`` methods to the following classes to monitor the
@@ -191,7 +199,6 @@ New features of the 4.11 driver release include:
191199
- `ServerListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerListener.html>`__
192200
- `ServerMonitorListener <{+api+}/apidocs/mongodb-driver-core/com/mongodb/event/ServerMonitorListener.html>`__
193201

194-
195202
.. _version-4.10:
196203

197204
What's New in 4.10

0 commit comments

Comments
 (0)