Releases: tediousjs/tedious
Releases · tediousjs/tedious
1.8.1
- #224 Fix Rerouting on TLS Encrypted Connections. (Christopher Anderson)
1.8.0
- #192 Remove default SSL cipher suite. (Greg Brail)
1.6.0
- #209 Added default scale for data types requiring it. (Chris Dibbern)
1.5.8
- #211 Do not attempt to connect after instance lookup in final state. (Ben Youngblood) Also should fix #185.
1.5.7
- #206 Allow eliminating request timeouts with
options.requestTimeout = 0
. (Bret Copeland)
1.5.5
- #200 Added options.columnNameReplacer. (Bret Copeland)
1.5.4
- #197 Fix nvarchar(max) in BulkLoad insert. (Bret Copeland)
1.5.3
- #199 Set keepAlive on connected socket. (ravensteel)
1.5.2
- Add option to bind to specific local address. (Bryan Ross)
- Add support for set xact_abort per-connection. (Bryan Ross)
1.5.1
- #182 Added support for readonly intent and automatic connection re-routing. (Bryan Ross)