Skip to content

Releases: tediousjs/node-mssql

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)

v11.0.0

18 Jun 23:07
7490fd8

Choose a tag to compare

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
2b35ef3

Choose a tag to compare

10.0.4 (2024-06-18)

Bug Fixes

v10.0.3

18 Jun 12:33
a655df2

Choose a tag to compare

10.0.3 (2024-06-18)

Bug Fixes

  • support use of native bigint from tedious (c56a458)

v10.0.2

16 Jan 14:16
f09c23d

Choose a tag to compare

10.0.2 (2024-01-16)

Bug Fixes

  • from now _acquire return always a promise to avoid uncatchable exception (55f5a9f)

v10.0.1

12 Sep 20:05
c4544be

Choose a tag to compare

10.0.1 (2023-09-12)

Performance Improvements

  • use node: prefix to bypass require.cache call for builtins (145d562)

v10.0.0

06 Sep 02:31
4688d61

Choose a tag to compare

10.0.0 (2023-09-06)

Features

  • upgrade tedious to v16 and drop Node 14 support (cd0bc02)

BREAKING CHANGES

  • Drop support for NodeJS <= 14. Upgrade tedious version. Update CI to test NodeJS 20.

v9.3.2

06 Sep 01:28
cb6f8e2

Choose a tag to compare

9.3.2 (2023-09-06)

Bug Fixes

  • msnodesqlv8 connection string uses correct instance name (eb3e4d0)

v9.2.1

05 Sep 22:58
53fc9ea

Choose a tag to compare

9.2.1 (2023-09-05)

Bug Fixes

  • msnodesqlv8 connection string uses correct instance name (eb3e4d0)