Skip to content

Releases: tediousjs/tedious

1.8.1

01 Aug 10:05
Compare
Choose a tag to compare
  • #224 Fix Rerouting on TLS Encrypted Connections. (Christopher Anderson)

1.8.0

01 Aug 10:02
Compare
Choose a tag to compare
  • #192 Remove default SSL cipher suite. (Greg Brail)

1.6.0

01 Aug 11:05
Compare
Choose a tag to compare
  • #209 Added default scale for data types requiring it. (Chris Dibbern)

1.5.8

01 Aug 11:04
Compare
Choose a tag to compare
  • #211 Do not attempt to connect after instance lookup in final state. (Ben Youngblood) Also should fix #185.

1.5.7

01 Aug 11:03
Compare
Choose a tag to compare
  • #206 Allow eliminating request timeouts with options.requestTimeout = 0. (Bret Copeland)

1.5.5

01 Aug 11:03
Compare
Choose a tag to compare
  • #200 Added options.columnNameReplacer. (Bret Copeland)

1.5.4

01 Aug 11:02
Compare
Choose a tag to compare
  • #197 Fix nvarchar(max) in BulkLoad insert. (Bret Copeland)

1.5.3

01 Aug 11:02
Compare
Choose a tag to compare
  • #199 Set keepAlive on connected socket. (ravensteel)

1.5.2

01 Aug 11:01
Compare
Choose a tag to compare
  • Add option to bind to specific local address. (Bryan Ross)
  • Add support for set xact_abort per-connection. (Bryan Ross)

1.5.1

01 Aug 11:01
Compare
Choose a tag to compare
  • #182 Added support for readonly intent and automatic connection re-routing. (Bryan Ross)