Releases: tediousjs/node-mssql Releases · tediousjs/node-mssql
v12.2.1 18 Mar 10:53
Compare Sorry, something went wrong.
No results found 12.2.1 (2026-03-18) Bug Fixes instantiate ConnectionError with appropriate args (b163c09 ) v12.2.0 02 Dec 16:40
Compare Sorry, something went wrong.
No results found 12.2.0 (2025-12-02) Features ability to provide specific config.driver for msnodesqlv8 (571b075 ) v12.1.1 23 Nov 23:24
Compare Sorry, something went wrong.
No results found 12.1.1 (2025-11-23) Bug Fixes better rendering of ConnectionError (a82be0c ) v12.1.0 04 Nov 21:53
Compare Sorry, something went wrong.
No results found 12.1.0 (2025-11-04) Features add --tds-version flag on bin file as option from cli (ac2c211 ) prepare tedious connection-pool to receive tdsVersion (973b131 ) remove default value from --tds-version flag on commander (b29d037 ) rollback to previous options spread on resolveConfig (67b6153 ) v12.0.0 30 Sep 14:54
Compare Sorry, something went wrong.
No results found 12.0.0 (2025-09-30) ⚠ BREAKING CHANGES Config objects are not longer cloned by the library. The objects are intended to be readonly and that no modification happens to them during the lifetime of the process, changing these values will result in undefined behaviour. Features remove config object cloning to fix TokenCredential issues (5fcc7d7 ) v11.0.1 03 Jul 08:25
Compare Sorry, something went wrong.
No results found 11.0.1 (2024-07-03) Bug Fixes handle bigint types separately to int to avoid TypeError with BigInt param (b774084 ) v11.0.0 18 Jun 23:07
Compare Sorry, something went wrong.
No results found 11.0.0 (2024-06-18) ⚠ BREAKING CHANGES Node JS min support upgraded to >=18 & tedious version updated Features Bug Fixes support use of native bigint from tedious (421e78f ) v10.0.4 18 Jun 18:46
Compare Sorry, something went wrong.
No results found v10.0.3 18 Jun 12:33
Compare Sorry, something went wrong.
No results found 10.0.3 (2024-06-18) Bug Fixes support use of native bigint from tedious (c56a458 ) v10.0.2 16 Jan 14:16
Compare Sorry, something went wrong.
No results found 10.0.2 (2024-01-16) Bug Fixes from now _acquire return always a promise to avoid uncatchable exception (55f5a9f )