|
1 |
| -1.0.0-rc-9 ( 1/08/2016 ) |
| 1 | +1.0.0-rc-10 ( 09/08/2016 ) |
| 2 | + - ssl: do not use deprecated tls.createSecurePair |
| 3 | + if TLSSocket is avaiable #367, 363 |
| 4 | + |
| 5 | + - use supportBigNumbers and bigNumberStrings flags in |
| 6 | + parser |
| 7 | + - pass supportBigNumbers and bigNumberStrings from |
| 8 | + `query({sql, ...opts})` and `execute({sql, ...opts})` |
| 9 | + type of calls |
| 10 | + - use supportBigNumbers and bigNumberStrings as part of |
| 11 | + parser key |
| 12 | + - binary protocol: use long.js to calculate resulting |
| 13 | + number from two 32 byte valuse |
| 14 | + - text protocol: fix in detecting potentially big number. |
| 15 | + Split parseLong* into functions with and without big |
| 16 | + number checks, use no check version if type is < long #366 |
| 17 | + |
| 18 | + documentation: |
| 19 | + - Split documentation into `/documentation` folder with sub |
| 20 | + docs inside this folder |
| 21 | + - Use badge for license |
| 22 | + - Added `.npmignore` #365 |
| 23 | + |
| 24 | + - handle correctly negative insert IDs #364, #341, #336 |
| 25 | + - build: add v6.3 to matrix |
| 26 | + - docs: add CONTRIBUTING.md #138, #359 |
| 27 | + |
| 28 | +1.0.0-rc-9 ( 01/08/2016 ) |
2 | 29 | - remember and send credentials for initial
|
3 | 30 | AuthSwitch request #331, #357
|
4 | 31 | - fix re-emitting error event during initial handshake #356
|
|
0 commit comments