File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 4
4
What's New
5
5
==========
6
6
7
- .. default-domain:: mongodb
8
-
9
7
.. contents:: On this page
10
8
:local:
11
9
:backlinks: none
@@ -14,7 +12,7 @@ What's New
14
12
15
13
Learn what's new in:
16
14
17
-
15
+ * :ref:`Version 4.10 <version-4.10>`
18
16
* :ref:`Version 4.9 <version-4.9>`
19
17
* :ref:`Version 4.8 <version-4.8>`
20
18
* :ref:`Version 4.7.1 <version-4.7.1>`
@@ -39,6 +37,15 @@ Upcoming Breaking Changes
39
37
aggregation framework and removed in a future release.
40
38
- Beginning with v5.0, the {+driver-short+} will require Java 11 or later.
41
39
40
+ .. _version-4.10:
41
+
42
+ What's New in 4.10
43
+ ------------------
44
+
45
+ - Interfaces in the ``com.mongodb.client.model.search`` package are now
46
+ marked as ``@Sealed`` instead of ``@Evolving``. Sealed interfaces must
47
+ not be extended or implemented by consumers of the library.
48
+
42
49
.. _version-4.9:
43
50
44
51
What's New in 4.9
You can’t perform that action at this time.
0 commit comments