Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 703 Bytes

CHANGES_6.0.0.md

File metadata and controls

24 lines (16 loc) · 703 Bytes

Changes in the MongoDB Node.js Driver v6

About

The following is a detailed collection of the changes in the major v6 release of the mongodb package for Node.js.

Contents

Changes

Deprecated SSL options removed

The following deprecated SSL/TLS options have now been removed (-> indicating the corresponding option):

  • sslCA -> tlsCAFile
  • sslCRL
  • sslCert -> tlsCertificateKeyFile
  • sslKey -> tlsCertificateKeyFile
  • sslPass -> tlsCertificateKeyFilePassword
  • sslValidate -> tlsAllowInvalidCertificates
  • tlsCertificateFile -> tlsCertificateKeyFile