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.19 (2020-01-13, General Availability)

Changes in MySQL Connector/Node.js 8.0.19 (2020-01-13, General Availability)

Functionality Added or Changed

  • Added DNS SRV support.

    Using the mysqlx+srv scheme plus extension in a connection string (or enabling the resolveSrv option in a connection configuration object) allows automatic resolution of any SRV record available from a target DNS server or service discovery endpoint. (WL #13365)

Bugs Fixed

  • Improved CRUD API error messages. (Bug #30423556)

  • The getAffectedItemsCount() method did not work with result sets in Connector/Node.js 8.0.18. (Bug #30401962)

  • The Collection.existsInDatabase() method did not function. (Bug #30401432)