Skip to content

Releases: tediousjs/node-mssql

v12.3.1

17 Apr 09:53
e53d194

Choose a tag to compare

12.3.1 (2026-04-17)

Bug Fixes

  • clean up listeners on batch parameter validation error (75e76f8)
  • clean up listeners on execute parameter error (839ce85)
  • clear error when sql_variant used in TVP columns (#1796) (6effc3e)

v12.3.0

15 Apr 21:59
1b815b1

Choose a tag to compare

12.3.0 (2026-04-15)

Features

  • add socket-level pool validation mode (4a32717), closes #1834

v12.2.3

15 Apr 01:39
e15bc55

Choose a tag to compare

12.2.3 (2026-04-15)

Bug Fixes

  • show the actual error given from msnodesqlv8 (a4831c8)
  • treat bigint as string in msnodesqlv8 driver (9541bb8)

v12.2.2

14 Apr 19:43
fa5746d

Choose a tag to compare

12.2.2 (2026-04-14)

Bug Fixes

  • include schema in TVP type declaration for sp_executesql (06ba07e)

v12.2.1

18 Mar 10:53
ec4450f

Choose a tag to compare

12.2.1 (2026-03-18)

Bug Fixes

  • instantiate ConnectionError with appropriate args (b163c09)

v12.2.0

02 Dec 16:40
61fce50

Choose a tag to compare

12.2.0 (2025-12-02)

Features

  • ability to provide specific config.driver for msnodesqlv8 (571b075)

v12.1.1

23 Nov 23:24
db73afd

Choose a tag to compare

12.1.1 (2025-11-23)

Bug Fixes

  • better rendering of ConnectionError (a82be0c)

v12.1.0

04 Nov 21:53
6a4bd79

Choose a tag to compare

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
31449a2

Choose a tag to compare

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
9e5aef4

Choose a tag to compare

11.0.1 (2024-07-03)

Bug Fixes

  • handle bigint types separately to int to avoid TypeError with BigInt param (b774084)