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 1.0  /  Changes in MySQL Connector/Node.js 1.0.4 (2016-10-10, Development Milestone)

Changes in MySQL Connector/Node.js 1.0.4 (2016-10-10, Development Milestone)

Functionality Added or Changed

  • The package name has been changed from mysqlx to @mysql/xdevapi.

  • The connector can be installed into a project from the download file using the Node.js npm tool by issuing the following command:

    npm install mysql-connector-nodejs-1.0.4.tar.gz

    You can also install the connector directly from the npm repository as shown here:

    npm install @mysql/xdevapi

    For more information on npm see http://npmjs.com.

Bugs Fixed

  • The Connector/Node.JS version number can now be retrieved from the API. For example, "ver=require('@mysql/mysqlx/package').version;". (Bug #24571220)

  • Added the Schema.getCollectionAsTable() method.

  • Added the Collection.count() and Table.count() methods.

  • Added support for the URI type string format for connections.

  • Added View DDL support.