File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ Version 6.x Breaking Changes
70
70
``tlsCertificateKeyFile`` connection options when you call the
71
71
``MongoClient.connect()`` method, not when you create the
72
72
``MongoClient`` instance.
73
+ - If you add ``mongodb-client-encryption`` as a dependency,
74
+ the major version number must match that of the {+driver-short+}. For example,
75
+ {+driver-short+} v6.x.x requires ``mongodb-client-encryption`` v6.x.x.
76
+ - Automatic Encryption methods are now in the {+driver-short+}. You must
77
+ import these methods from the driver instead of from
78
+ ``mongodb-client-encryption``.
73
79
74
80
.. _node-breaking-changes-v5.x:
75
81
Original file line number Diff line number Diff line change @@ -48,7 +48,15 @@ What's New in 6.0
48
48
49
49
.. important:: Breaking Changes in v6.0
50
50
51
- Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
51
+ - Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
52
+
53
+ - If you add ``mongodb-client-encryption`` as a dependency,
54
+ the major version number must match that of the {+driver-short+}. For example,
55
+ {+driver-short+} v6.x.x requires ``mongodb-client-encryption`` v6.x.x.
56
+
57
+ - Automatic Encryption methods are now in the {+driver-short+}. You must
58
+ import these methods from the driver instead of from
59
+ ``mongodb-client-encryption``.
52
60
53
61
The {+driver-short+} v6.0 release includes the following features:
54
62
You can’t perform that action at this time.
0 commit comments