Skip to content

Commit af51635

Browse files
committed
bump 2.1.0 version
1 parent c70a57d commit af51635

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

documentation/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#### 2.1.0 - 11-07-2019
2+
3+
* [CONJS-19] implement Ed25519 plugin
4+
* [CONJS-57] Multiple alternative authentication methods for the same user
5+
* [CONJS-61] Permit handling expired password
6+
* [CONJS-85] Implement pool events according to mysql/mysql2 API
7+
* [CONJS-87] Array parameter automatic conversion
8+
* [CONJS-88] Charset collation option mismatch
9+
* [CONJS-89] Performance improvement on decoding string
10+
* [CONJS-74] Types definition must be string, not byte
11+
* [CONJS-75] Missing import dependencies for typeScript
12+
* [CONJS-79] Read errors while processing LOCAL INFILE causes process crash
13+
* [CONJS-83] Add poolCluster 'remove' event
14+
* [CONJS-84] option `restoreNodeTimeout` is not respected when removeNodeErrorCount is set
15+
* [CONJS-73] Setting timezone to current IANA might provoque server automatic retrieval
16+
17+
New Options
18+
19+
|option|description|type|default|
20+
|---:|---|:---:|:---:|
21+
| **`collation`** | (used in replacement of charset) Permit to defined collation used for connection. This will defined the charset encoding used for exchanges with database and defines the order used when comparing strings. It's mainly used for micro-optimizations|*string* |UTF8MB4_UNICODE_CI|
22+
| **`permitConnectionWhenExpired`** | Permit a user with expired password to connect. Only possible operation in this case will be to change password ('SET PASSWORD=PASSWORD('XXX')')|*boolean* |false|
23+
24+
125
#### 2.0.5 - 10-05-2019
226

327
* [CONJS-71] TypeScript definition is not exported

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mariadb",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "fast mariadb/mysql connector.",
55
"main": "promise.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)