Skip to content

Commit d5ca49a

Browse files
authored
Update v5.4-wn-items.rst
1 parent bbc705e commit d5ca49a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

dbx/jvm/v5.4-wn-items.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
- Adds a sort option to the ``ClientUpdateOneOptions`` and
211
``ClientReplaceOneOptions`` classes. This change allows you to set a
312
sort order for update and replace operations in client bulk writes.
@@ -23,6 +32,12 @@
2332

2433
To learn more, see |atlas-query-operators|.
2534

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
2742
:github:`v5.4 release notes <mongodb/mongo-java-driver/releases/tag/r5.4.0>`
2843
on GitHub.

0 commit comments

Comments
 (0)