File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ There's a few noteable changes in MongoDB Node driver v6 that affect Mongoose:
73
73
74
74
1 . Deprecated SSL options have been removed
75
75
76
- - ` sslCA ` -> ` tlsCAFile `
77
- - ` sslCRL ` -> ` tlsCRLFile `
78
- - ` sslCert ` -> ` tlsCertificateKeyFile `
79
- - ` sslKey ` -> ` tlsCertificateKeyFile `
80
- - ` sslPass ` -> ` tlsCertificateKeyFilePassword `
81
- - ` sslValidate ` -> ` tlsAllowInvalidCertificates `
82
- - ` tlsCertificateFile ` -> ` tlsCertificateKeyFile `
76
+ * ` sslCA ` -> ` tlsCAFile `
77
+ * ` sslCRL ` -> ` tlsCRLFile `
78
+ * ` sslCert ` -> ` tlsCertificateKeyFile `
79
+ * ` sslKey ` -> ` tlsCertificateKeyFile `
80
+ * ` sslPass ` -> ` tlsCertificateKeyFilePassword `
81
+ * ` sslValidate ` -> ` tlsAllowInvalidCertificates `
82
+ * ` tlsCertificateFile ` -> ` tlsCertificateKeyFile `
83
83
84
84
<h2 id =" removed-findoneandremove " ><a href =" #removed-findoneandremove " >Removed <code >findOneAndRemove()</code ></a ></h2 >
85
85
You can’t perform that action at this time.
0 commit comments