File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ - Supports ``$lookup `` operations for CSFLE and QE. To learn more, see the following
2
+ references in the Server manual:
3
+
4
+ - :upcoming: `$lookup and $graphLookup Behavior </core/csfle/reference/supported-operations/#-lookup-and--graphlookup-behavior> ` for CSFLE
5
+ - :upcoming: `$lookup and $graphLookup Behavior </core/queryable-encryption/reference/supported-operations/#-lookup-and--graphlookup-behavior> ` for QE
6
+
7
+ - Updates AWS SDK dependencies to 2.30.31 and 1.12.782 for testing the
8
+ ``MONGODB-AWS `` authentication mechanism.
9
+
1
10
- Adds a sort option to the ``ClientUpdateOneOptions `` and
2
11
``ClientReplaceOneOptions `` classes. This change allows you to set a
3
12
sort order for update and replace operations in client bulk writes.
23
32
24
33
To learn more, see |atlas-query-operators |.
25
34
26
- To learn more about the changes in this release, see the
35
+ - Updates cursors to refresh the ``timeoutMS `` setting when you call ``close() `` without affecting
36
+ the operation timeout.
37
+
38
+ - Enables you to use an index when calling the ``distinct() `` method by specifying a
39
+ ``hint `` option.
40
+
41
+ To view a full list of changes in this release, see the
27
42
:github: `v5.4 release notes <mongodb/mongo-java-driver/releases/tag/r5.4.0> `
28
43
on GitHub.
You can’t perform that action at this time.
0 commit comments