Releases: tediousjs/node-mssql
v5.0.0-beta.1
Update to generic-pool to fix connection hanging bug
v4.3.1
v5.0.0-alhpa.4
5.0.0-alhpa.4
v5.0.0-alpha.1
[change] Updated to latest Tedious 3.0.1
[change] Node.js < 6 is no longer supported
v4.3.0
[new] Add beforeConnect handler
[change] Interpret connection timeout in seconds (not milliseconds)
v4.2.3
- 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
4.0.1
[fix] Fixed stream in pipe mode
4.0.0
[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
[new] Added support for receiving informational messages
[new] Added JSON support for msnodesql and msnodesqlv8 drivers
[fix] Minor fixes in connection string parsing