Skip to content

Releases: tediousjs/node-mssql

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)

v9.2.0

28 Aug 22:59
ed01abc
Compare
Choose a tag to compare

9.2.0 (2023-08-28)

Features

  • use @tediousjs/connection-string to build msnodesqlv8 connection string (71357e2)

v9.1.3

08 Aug 05:36
fdf7b17
Compare
Choose a tag to compare

9.1.3 (2023-08-08)

Bug Fixes

v9.1.2

02 Aug 15:34
73d6861
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.1.1...v9.1.2

v9.1.1

18 Jan 23:25
v9.1.1
1b12250
Compare
Choose a tag to compare

What's Changed

  • Revert support for AAD authentication via connection string by @Shin-Aska in #1436

Full Changelog: v9.1.0...v9.1.1