Skip to content

Commit 3cc173e

Browse files
committed
1.0.0-rc.10 changes
1 parent a4113cd commit 3cc173e

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

Changelog.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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 )
229
- remember and send credentials for initial
330
AuthSwitch request #331, #357
431
- fix re-emitting error event during initial handshake #356

0 commit comments

Comments
 (0)