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.6 (2017-03-07, Development Milestone)

Changes in MySQL Connector/Node.js 1.0.6 (2017-03-07, Development Milestone)

Functionality Added or Changed

  • Added support for validating the server certificate with a given CA, CRL, or both. (WL #10325)

  • Expanded support for creating TLS sessions with a URI or connection string. (WL #10325)

  • Added support for creating IPv6 sessions with a URI or connection string. (WL #10076)

  • Added support for single array or multiple argument function calls on the public API. (WL #9930)

Bugs Fixed

  • Fixed issues with collection.bind(). (Bug #23236379)

  • Expanded support to create sessions based on unified connection strings. This also fixed parsing issues on URI and connection string corner-cases. (WL #10239)

  • Updated the behavior of collection.add([]) to avoid confusing exceptions.

    Providing an empty array as an argument should always succeed, even without an active connection to the server. (WL #10243)