You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/whats-new.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Behavioral changes with the 4.8 driver release include:
77
77
78
78
New features of the 4.8 driver release include:
79
79
80
-
- Added support for authentication with AWS. The driver takes an
80
+
- Support for authentication with AWS. The driver takes an
81
81
optional dependency on both AWS SDK version 1 and version 2.
82
82
- Support for obtaining credentials from the environment for both GCP
83
83
and Azure for in-use encryption.
@@ -88,6 +88,12 @@ New features of the 4.8 driver release include:
88
88
or ``TreeSet``.
89
89
- Support for recursive record types, records whose type
90
90
definitions contain cycles.
91
+
- Inclusion of the ``disambiguatedPaths`` field in change stream update events
92
+
when the ``showExpandedEvents`` server feature is enabled on MongoDB v6.1
93
+
and later. Learn more about this field from the `getDisambiguatedPaths() <https://mongodb.github.io/mongo-java-driver/4.8/apidocs/mongodb-driver-core/com/mongodb/client/model/changestream/UpdateDescription.html#getDisambiguatedPaths()>`__
94
+
API documentation. Learn more about the ``showExpandedEvents`` setting from
95
+
the :manual:`Expanded Events </reference/change-events/#expanded-events>`
0 commit comments