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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ What's New in 4.4
26
26
27
27
New features of the 4.4 Node.js driver release include:
28
28
29
-
- KMIP support when using CSFLE.
29
+
- KMIP provider support when using CSFLE.
30
30
- TLS support when using CSFLE.
31
31
- Hostname canonicalization now accepts "none", "forward", and "forwardAndReverse" as ``authMechanismProperties`` when using GSSAPI.
32
32
- In the 4.0.0 release of the driver, the deprecated ``collection.count()`` method was inadvertently changed to behave like ``collection.countDocuments()``.
@@ -38,7 +38,8 @@ New features of the 4.4 Node.js driver release include:
38
38
.. important:: Deprecation Notice
39
39
40
40
The ``cursor.count()`` method is deprecated and will be removed in the next major version, along with ``collection.count()``.
41
-
Use ``collection.estimatedDocumentCount()`` or ``collection.countDocuments()`` instead.
41
+
Use the ``collection.estimatedDocumentCount()`` or ``collection.countDocuments()``
42
+
methods instead.
42
43
43
44
.. _version-4.3:
44
45
@@ -77,6 +78,11 @@ New features of the 4.1 Node.js driver release include:
77
78
What's New in 4.0
78
79
-----------------
79
80
81
+
.. important::
82
+
83
+
In this release of the driver, the deprecated ``collection.count()`` method was inadvertently changed to
84
+
behave like ``collection.countDocuments()``.
85
+
80
86
New features of the 4.0 Node.js driver release include:
0 commit comments