Documentation Home
MySQL Connector/Node.js Release Notes
Download these Release Notes
PDF (US Ltr) - 134.5Kb
PDF (A4) - 134.6Kb


MySQL Connector/Node.js Release Notes  /  Changes in MySQL Connector/Node.js 8.0  /  Changes in MySQL Connector/Node.js 8.0.28 (2022-01-18, General Availability)

Changes in MySQL Connector/Node.js 8.0.28 (2022-01-18, General Availability)

Deprecation and Removal Notes

  • The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/Node.js 8.0.26 and support for them is removed starting with this release. Instead, use TLSv1.2 or TLSv1.3. (WL #14810)

Functionality Added or Changed

  • Added support for multiple CA and CRL PEM files. (Bug #25589348, WL #14637)