Skip to content

Commit 642e4c1

Browse files
authored
DOCSP-30783: certain interfaces are sealed in v4.10 (#411)
* DOCSP-30783: certain interfaces are sealed in v4.10 * MW suggestions
1 parent 5ab94cb commit 642e4c1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

source/whats-new.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
What's New
55
==========
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none
@@ -14,7 +12,7 @@ What's New
1412

1513
Learn what's new in:
1614

17-
15+
* :ref:`Version 4.10 <version-4.10>`
1816
* :ref:`Version 4.9 <version-4.9>`
1917
* :ref:`Version 4.8 <version-4.8>`
2018
* :ref:`Version 4.7.1 <version-4.7.1>`
@@ -39,6 +37,15 @@ Upcoming Breaking Changes
3937
aggregation framework and removed in a future release.
4038
- Beginning with v5.0, the {+driver-short+} will require Java 11 or later.
4139

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+
4249
.. _version-4.9:
4350

4451
What's New in 4.9

0 commit comments

Comments
 (0)