File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,11 @@ Version 6.x Breaking Changes
61
61
:manual:`createUser </reference/command/createUser>` MongoDB Shell command instead.
62
62
- The driver removes support for the ``collStats`` operation. Use the
63
63
:manual:`$collStats </reference/operator/aggregation/collStats>` aggregation operator
64
- instead.
64
+ instead.
65
+ - The driver deprecates all of the ``ssl``-prefixed options and the
66
+ ``tlsCertificateFile`` option in the ``MongoClientOptions`` type.
67
+ Create a ``SecureContext`` object or set the ``tls``-prefixed options
68
+ in your ``MongoClientOptions`` instance instead.
65
69
66
70
.. _node-breaking-changes-v5.x:
67
71
Original file line number Diff line number Diff line change @@ -64,10 +64,21 @@ The {+driver-short+} v6.0 release includes the following features:
64
64
65
65
- Removes support for the ``addUser()`` helper command. Use the
66
66
:manual:`createUser </reference/command/createUser>` MongoDB Shell command instead.
67
+
67
68
- Removes support for the ``collStats`` operation. Use the
68
69
:manual:`$collStats </reference/operator/aggregation/collStats>` aggregation operator
69
70
instead.
70
71
72
+ - The ``options`` field of the ``ConnectionPoolCreatedEvent`` type
73
+ contains only the following fields, which are the non-default pool
74
+ options:
75
+
76
+ - ``maxConnecting``
77
+ - ``maxPoolSize``
78
+ - ``minPoolSize``
79
+ - ``maxIdleTimeMS``
80
+ - ``waitQueueTimeoutMS``
81
+
71
82
.. _version-5.7:
72
83
73
84
What's New in 5.7
You can’t perform that action at this time.
0 commit comments