Skip to content

Releases: tediousjs/node-mssql

v5.1.5

13 May 18:50
921fc4a
Compare
Choose a tag to compare

[fix] Bump various dependencies for security fixes

v7.0.0

06 May 17:34
4863573
Compare
Choose a tag to compare

[new] Result sets with duplicate keys can now be handled using request.arrayRowMode (#1130)
[new] Requests in stream mode now emit a rowsaffected event (#1213)
[new] msnodesqlv8 driver now has detailed error support (#1212)
[new] Connection validation checks before releasing connections from the pool. This can be turned of via validateConnection: false config option (#1192)
[new] UseUTC is now supported on msnodesqlv8 connections (#1222)
[change] Updated to latest Tedious 11
[change] Updated tarnjs to v3
[change] Updated to support latest msnodesqlv8 v2 (#1157)
[change] Piped streams no longer have errors forwarded on to them (#1028)
[change] tedious config option trustServerCertificate defaults to false if not supplied (#1030)
[change] Request.pipe now pipes a true node stream for better support of backpressure (#1078)
[change] drop support for NodeJS < 10 (#1070)
[fix] Ensure line endings are unix style (LF)
[fix] Avoid using deprecated .inspect on Objects (#1071)
[fix] Bump various dependencies for security fixes (#1102)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted (#1109)
[fix] Issue with geography v2 parsing resolve (#1138)
[fix] Connection config objects are now deep cloned when stored against a connection pool (#1217)

v7.0.0-beta.5

15 Apr 21:28
43e44d1
Compare
Choose a tag to compare
v7.0.0-beta.5 Pre-release
Pre-release
  • Fix deep cloning of configs
  • Add rowsaffected event
  • Add validation to connections before releasing them from the pool

v7.0.0-beta.3

24 Jan 21:23
1fb0b4d
Compare
Choose a tag to compare
v7.0.0-beta.3 Pre-release
Pre-release
7.0.0-beta.3

v7.0.0-beta.2

16 Jan 22:11
526aa80
Compare
Choose a tag to compare
v7.0.0-beta.2 Pre-release
Pre-release
  • Temp fix to mitigate error when used with knex

v7.0.0-beta.1

14 Jan 21:19
8d25da9
Compare
Choose a tag to compare
v7.0.0-beta.1 Pre-release
Pre-release
  • Added msnodesqlv8@2 support #1157

v7.0.0-alpha.4

01 Jan 11:14
76585f9
Compare
Choose a tag to compare
v7.0.0-alpha.4 Pre-release
Pre-release
  • [fix] Ensure line endings are unix style (LF)

  • [change] Request.pipe now pipes a true node stream for better support of backpressure (#1078)

  • [change] drop support for NodeJS < 10 (#1070)

  • Other fixes merged up from v6

v6.3.1

01 Jan 11:09
375419b
Compare
Choose a tag to compare

[fix] Ensure line endings are unix style (LF)

v6.3.0

14 Dec 13:54
e45c0ae
Compare
Choose a tag to compare

[new] Result sets with duplicate keys can now be handled using request.arrayRowMode (#1130)
[fix] Issue with geography v2 parsing resolve (#1138)
[fix] Fixed issue where msnodesqlv8 could sometimes terminate queries before all errors has been emitted causing queries to hang (#1145)

v6.2.3

25 Sep 12:41
8ba04f7
Compare
Choose a tag to compare

[fix] Remove reference to global pool on connection error (#1107)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted (#1109)