Skip to content

Releases: tediousjs/node-mssql

v11.0.1

03 Jul 08:25
9e5aef4
Compare
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
Compare
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
Compare
Choose a tag to compare

10.0.4 (2024-06-18)

Bug Fixes

v10.0.3

18 Jun 12:33
a655df2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

9.2.1 (2023-09-05)

Bug Fixes

  • msnodesqlv8 connection string uses correct instance name (eb3e4d0)

v9.3.0

04 Sep 22:19
b5cf976
Compare
Choose a tag to compare

9.3.0 (2023-09-04)

Features

  • add AAD authentication support to connection strings (59aea21)