Skip to content

Releases: tediousjs/node-mssql

v5.0.0-beta.1

04 Feb 14:51
d952794

Choose a tag to compare

v5.0.0-beta.1 Pre-release
Pre-release

Update to generic-pool to fix connection hanging bug

v4.3.1

04 Feb 18:16
bb12e08

Choose a tag to compare

generic-pool fix

v5.0.0-alhpa.4

28 Jan 15:33
bdc050e

Choose a tag to compare

v5.0.0-alhpa.4 Pre-release
Pre-release
5.0.0-alhpa.4

v5.0.0-alpha.1

25 Nov 22:01
44cc6eb

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release

[change] Updated to latest Tedious 3.0.1
[change] Node.js < 6 is no longer supported

v4.3.0

25 Nov 22:01

Choose a tag to compare

[new] Add beforeConnect handler
[change] Interpret connection timeout in seconds (not milliseconds)

v4.2.3

03 Nov 10:28

Choose a tag to compare

  • Add info event for execute function
  • Fix JSON parsing with empty recordsets
  • Array / string literal template query preparation fixes
  • Passing encrypt option from mssql connection options to tedious options
  • Return the _poolDestroy promise before connecting again

4.2.2

18 Oct 10:10

Choose a tag to compare

Upgrade tedious dependency

  • Fixes pool depletion bug caused by end event being emitted instead of error when connections fail to establish

4.0.1

01 Apr 22:02

Choose a tag to compare

[fix] Fixed stream in pipe mode

4.0.0

01 Apr 01:26

Choose a tag to compare

[new] Completly rewritten to ES6
[new] Library is now compatible with Webpack
[new] Library is ready for async/await
[change] Removed support for < Node.js 4
[change] Removed support for outdated node-tds and msnodesql drivers
[change] Removed require('mssql/nofix') syntax
[change] Removed verbose and debug mode
[change] Removed 'driver' from options
[change] Removed Transaction and Prepared Statement queues
[change] Removed 'multiple' directive
[change] Connection renamed to ConnectionPool
[change] Updated to latest Tedious 2.0.0

3.3.0

06 May 23:18

Choose a tag to compare

[new] Added support for receiving informational messages
[new] Added JSON support for msnodesql and msnodesqlv8 drivers
[fix] Minor fixes in connection string parsing