You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[new] Transaction/PreparedStatements expose the config from their parent connection (#1340)
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#1338)
[new] Update Geography field parsing to provide lat/lng props from Geography Point (#1282)
[fix] Handle errors when adding rows to bulk operations (#1264)
[fix] Input/Output parameter passing fix for msnodesqlv8 driver (#1275)
[fix] Errors from tedious connection creation now cause connection promise to reject #1254
[fix] Encrypt and transaction binding settings now respect value parsed from connection strings #1252
[new] Result sets with duplicate keys can now be handled using request.arrayRowMode (#1130)
[new] Requests in stream mode now emit a rowsaffected event (#1213)
[new] msnodesqlv8 driver now has detailed error support (#1212)
[new] Connection validation checks before releasing connections from the pool. This can be turned of via validateConnection: false config option (#1192)
[new] UseUTC is now supported on msnodesqlv8 connections (#1222)
[change] Updated to latest Tedious 11
[change] Updated tarnjs to v3
[change] Updated to support latest msnodesqlv8 v2 (#1157)
[change] Piped streams no longer have errors forwarded on to them (#1028)
[change] tedious config option trustServerCertificate defaults to false if not supplied (#1030)
[change] Request.pipe now pipes a true node stream for better support of backpressure (#1078)
[change] drop support for NodeJS < 10 (#1070)
[fix] Ensure line endings are unix style (LF)
[fix] Avoid using deprecated .inspect on Objects (#1071)
[fix] Bump various dependencies for security fixes (#1102)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted (#1109)
[fix] Issue with geography v2 parsing resolve (#1138)
[fix] Connection config objects are now deep cloned when stored against a connection pool (#1217)