@@ -12,6 +12,7 @@ What's New
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 5.7 <version-5.7>`
1516* :ref:`Version 5.6 <version-5.6>`
1617* :ref:`Version 5.5 <version-5.5>`
1718* :ref:`Version 5.4 <version-5.4>`
@@ -38,6 +39,44 @@ Learn what's new in:
3839* :ref:`Version 3.7 <version-3.7>`
3940* :ref:`Version 3.6 <version-3.6>`
4041
42+ .. _version-5.7:
43+
44+ What's New in 5.7
45+ -----------------
46+
47+ The {+driver-short+} v5.7 release includes the following features:
48+
49+ .. important:: Deprecation Notice
50+
51+ - The following Write Concern options are deprecated:
52+
53+ - ``wtimeout``
54+ - ``j``
55+ - ``fsync``
56+
57+ To specify the write concern behavior, use the ``wtimeoutMS`` and
58+ ``journal`` options instead. To learn more about these options, see the
59+ :ref:`<node-connection-options>` page.
60+
61+ - SSL options and other transport encryption options are deprecated.
62+ To learn more about the deprecated options and which options to use
63+ instead, see the Legacy SSL options deprecated section in the
64+ v5.7.0 Release Highlights linked at the end of this section.
65+
66+ - A new option for ``findOneAnd...`` compound methods. The ``includeResultMetaData``
67+ option allows you to specify whether to include information about the
68+ operation result. See the
69+ :ref:`Compound Operations Built-in Methods <node-compound-operations-builtin>`
70+ section for more information.
71+
72+ - Support for change stream split events which enables processing change
73+ stream documents that exceed the 16MB maximum BSON size limit.
74+
75+ - A new API for managing Atlas Search indexes.
76+
77+ To learn more about this release, see the
78+ `v5.7.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v5.7.0>`__.
79+
4180.. _version-5.6:
4281
4382What's New in 5.6
0 commit comments