Skip to content

Releases: tediousjs/node-mssql

v4.3.1

04 Feb 18:16
bb12e08
Compare
Choose a tag to compare

generic-pool fix

v5.0.0-alhpa.4

28 Jan 15:33
bdc050e
Compare
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
Compare
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
Compare
Choose a tag to compare

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

v4.2.3

03 Nov 10:28
Compare
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
Compare
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
Compare
Choose a tag to compare

[fix] Fixed stream in pipe mode

4.0.0

01 Apr 01:26
Compare
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
Compare
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

3.2.0

11 Apr 00:25
Compare
Choose a tag to compare

[new] Added experimental support for ES6 tagged template literals
[new] Added support for Variant data type
[change] Updated to latest Tedious 1.14.0