tediousjs / node-mssql

Microsoft SQL Server client for Node.js
https://tediousjs.github.io/node-mssql
MIT License
2.23k stars 466 forks source link

mssql@v10 dropped support for Node v14 partially #1670

Closed kirrg001 closed 3 months ago

kirrg001 commented 3 months ago

Hi!

I was a little bit confused today, because the v10 release notes say

upgrade tedious to v16 and drop Node 14 support Drop support for NodeJS <= 14

"NodeJS <= 14"

And the package.json still referring to a compatibility to ""node": ">=14". See:

https://github.com/tediousjs/node-mssql/blob/v10.0.1/package.json#L48 https://github.com/tediousjs/node-mssql/blob/v10.0.4/package.json#L49

Thanks for your work!

dhensby commented 3 months ago

This value is updated in v11 of this lib.

Dropping support doesn't necessarily mean that it doesn't work on a lower version, it's just that it is not guaranteed to work or tested on those versions.