Skip to content

Commit

Permalink
8.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiquelhas committed Oct 9, 2018
1 parent 02202ce commit 151be40
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
Full release notes:
http://dev.mysql.com/doc/relnotes/connector-nodejs/en/

v8.0.13
=======

- Add support for connection pooling via the mysqlx.getClient() interface
- Add support for single-host and multi-host connection timeouts
- Fix uncaught exception thrown when calling getCollationName() for non-textual columns
- Fix support for mysql.expr() inputs in the CollectionFind.fields() method
- Fix handling of X Protocol global notices (log errors and make connections unusable if it is the case)
- Include standard "user" property in the output of Session.inspect()
- Fix documentation typos and incorrect usage examples

v8.0.12
=======

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Introduction
third-party software which may be included in this distribution of
MySQL Connector/Node.js 8.0.

Last updated: June 2018.
Last updated: October 2018.

Licensing Information

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysql/xdevapi",
"version": "8.0.12",
"version": "8.0.13",
"description": "MySQL Connector/Node.JS - A Node.JS driver for MySQL using the X Protocol and X DevAPI.",
"author": "Johannes Schlüter <johannes.schlueter@oracle.com>",
"contributors": [
Expand Down

0 comments on commit 151be40

Please sign in to comment.