Skip to content

Commit

Permalink
bump 2.0.2-rc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Dec 11, 2018
1 parent 2a66c70 commit fe3837e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions documentation/changelog.md
@@ -1,3 +1,26 @@
#### 2.0.2-rc - 11-12-2018

##### Changes

* new option `noControlAfterUse` permitting to disable reset or rollback when giving back a connection pool.

##### Correction

* using option `connectAttributes` value `_server_host` is correctly filled on Performance Schema.
* batch improvement
* error thrown when no values
* BULK better handling when socket error during process
* Object with toSqlString function parameter support
* null value correction when using BULK
* timezone correction when not using "local" default values
* now support very long parameter (> 16M)
* rewrite support "\\" in parameter
* `timezone` option parsing correction (correctly handle negative values)
* test coverage improvement
* minor performance improvement
* pool end() now correctly wait for all connections ending


#### 2.0.1-alpha - 15-11-2018

* [CONJS-52] (Bug) Commit not executed when in transaction and autocommit is enabled
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mariadb",
"version": "2.0.1-beta",
"version": "2.0.2-rc",
"description": "fast mariadb/mysql connector.",
"main": "promise.js",
"directories": {
Expand Down

0 comments on commit fe3837e

Please sign in to comment.