Skip to content

Commit 3e62bd5

Browse files
DOCSP-23150 4.7 Release Notes (#332)
Co-authored-by: kyuan-mongodb <[email protected]>
1 parent 3105f3b commit 3e62bd5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

source/whats-new.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 4.7 <version-4.7>`
1516
* :ref:`Version 4.6 <version-4.6>`
1617
* :ref:`Version 4.5 <version-4.5>`
1718
* :ref:`Version 4.4 <version-4.4>`
@@ -22,6 +23,25 @@ Learn what's new in:
2223
* :ref:`Version 3.7 <version-3.7>`
2324
* :ref:`Version 3.6 <version-3.6>`
2425

26+
.. _version-4.7:
27+
28+
What's New in 4.7
29+
-----------------
30+
31+
New features of the 4.7 {+driver-short+} release include:
32+
33+
- The ``MongoClient.connect()`` method is now optional when connecting to your MongoDB instance
34+
- Ability to compress messages with the ``Zstandard`` :ref:`compression algorithm <node-network-compression>`
35+
- Added support for the ``maxConnecting`` connection option
36+
- Ability for change stream documents to show your documents before and after an update
37+
- Added support for new change stream fields related to Cluster to Cluster Replication
38+
- The ``estimatedDocumentCount()`` method now uses the ``$count`` database command
39+
- Improved connecting to MongoDB in the AWS Lambda Init phase
40+
41+
.. important:: Deprecation Notice
42+
43+
The ``ResumeOptions`` interface is deprecated. Use the
44+
``ChangeStreamCursorOptions`` interface instead.
2545

2646
.. _version-4.6:
2747

0 commit comments

Comments
 (0)