You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/changelog.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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|
0 commit comments