v9.0.0
9.0.0 (2020-06-23)
Features
- change default value of
trustServerCertificate(afd4027)
BREAKING CHANGES
- This changes the default value from
truetofalse. This might lead to encrypted connections not being established if the server's certificate can not be validated against the default list of CAs.
You can either explicitly set trustServerCertificate to true (not recommended, as it disables certificate validation) or specify a custom CA list via the cryptoCredentialsDetails connection option.