Skip to content

v9.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 19:28
· 586 commits to master since this release
26dc4e6

9.0.0 (2020-06-23)

Features

  • change default value of trustServerCertificate (afd4027)

BREAKING CHANGES

  • This changes the default value from true to false. 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.