Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mssql ^6.2.3 -> ^8.0.0 age adoption passing confidence

Release Notes

tediousjs/node-mssql

v8.0.2

Compare Source

Merge up missing fixes from v7.3.0
[new] Transaction/PreparedStatements expose the config from their parent connection (#​1338)
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#​1338)

v8.0.1

Compare Source

Re-release of v8.0.0

v8.0.0

Compare Source

[new] Add table.rows.clear() method to allow for chunking updates (#​1094)
[new] Add valueHandler map to store callbacks that are used to process row values (#​1356)
[change] msnodesqlv8 driver detects os platform and attempts to pick correct connections string for it ((#​1318)[https://github.com/tediousjs/node-mssql/pull/1318](https://togithub.com/tediousjs/node-mssql/pull/1318)8])
[change] Updated to latest Tedious 14 ((#​1312)[https://github.com/tediousjs/node-mssql/pull/1312](https://togithub.com/tediousjs/node-mssql/pull/1312)2])
[change] Errors for bad bulk load parameters have slightly different error messages ((#​1318)[https://github.com/tediousjs/node-mssql/pull/1318](https://togithub.com/tediousjs/node-mssql/pull/1318)8])
[change] Options provided to the driver via the config.options object will not be overridden with other values if set explicitly ((#​1340)[https://github.com/tediousjs/node-mssql/pull/1340](https://togithub.com/tediousjs/node-mssql/pull/1340)0])
[change] Duplicate column names will now be presented as an array even if the values are empty ((#​1240)[https://github.com/tediousjs/node-mssql/pull/1240](https://togithub.com/tediousjs/node-mssql/pull/1240)0])
[change] Update tarn pool dependency ((#​1344)[https://github.com/tediousjs/node-mssql/pull/1344](https://togithub.com/tediousjs/node-mssql/pull/1344)4])
[removed] Remove connection string parser helpers ((#​1342)[https://github.com/tediousjs/node-mssql/pull/1342](https://togithub.com/tediousjs/node-mssql/pull/1342)2])
[removed] Remove deprecated pool properties ((#​1359)[https://github.com/tediousjs/node-mssql/pull/1359](https://togithub.com/tediousjs/node-mssql/pull/1359)9])

v7.3.1

Compare Source

[fix] Bump debug dependency (#​1361)

v7.3.0

Compare Source

[new] Transaction/PreparedStatements expose the config from their parent connection (#​1338)
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#​1338)

v7.2.1

Compare Source

[fix] Fix issue with bulk insert of dates ((#​1298)[https://github.com/tediousjs/node-mssql/pull/1298](https://togithub.com/tediousjs/node-mssql/pull/1298)8])

v7.2.0

Compare Source

[new] Update Geography field parsing to provide lat/lng props from Geography Point ((#​1282)[https://github.com/tediousjs/node-mssql/pull/1282](https://togithub.com/tediousjs/node-mssql/pull/1282)2])
[fix] Handle errors when adding rows to bulk operations ((#​1264)[https://github.com/tediousjs/node-mssql/pull/1264](https://togithub.com/tediousjs/node-mssql/pull/1264)4])
[fix] Input/Output parameter passing fix for msnodesqlv8 driver ((#​1275)[https://github.com/tediousjs/node-mssql/pull/1275](https://togithub.com/tediousjs/node-mssql/pull/1275)5])

v7.1.3

Compare Source

[fix] Request timeout settings now respect value parsed from connection strings ((#​1257)[https://github.com/tediousjs/node-mssql/pull/1257](https://togithub.com/tediousjs/node-mssql/pull/1257)7)

v7.1.2

Compare Source

v7.1.1

Compare Source

[fix] Errors from tedious connection creation now cause connection promise to reject ((#​1254)[https://github.com/tediousjs/node-mssql/pull/1254](https://togithub.com/tediousjs/node-mssql/pull/1254)4])
[fix] Encrypt and transaction binding settings now respect value parsed from connection strings ((#​1252)[https://github.com/tediousjs/node-mssql/pull/1252](https://togithub.com/tediousjs/node-mssql/pull/1252)2)

v7.1.0

Compare Source

[new] Add parseJSON support to query strings
[fix] Bump various dependencies for security fixes

v7.0.0

Compare Source

[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)
[removed] Support for connection uri format has been removed (eg: mssql://user:password@host/?params=values)

v6.4.1

Compare Source

[fix] Bump debug dependency (#​1361)

v6.4.0

Compare Source

[new] Transaction/PreparedStatements expose the config from their parent connection
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config (#​1338)

v6.3.2

Compare Source

[fix] Bump various dependencies for security fixes

v6.3.1

Compare Source

[fix] Ensure line endings are unix style (LF)

v6.3.0

Compare Source

[new] Result sets with duplicate keys can now be handled using request.arrayRowMode (#​1130)
[fix] Issue with geography v2 parsing resolve (#​1138)
[fix] Fixed issue where msnodesqlv8 could sometimes terminate queries before all errors has been emitted causing queries to hang (#​1145)


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Mar 7, 2022

⚠️ No Changeset found

Latest commit: 7f7c8b1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@jellydn jellydn merged commit 11418fd into master Apr 13, 2022
@renovate renovate bot deleted the renovate/mssql-8.x branch April 13, 2022 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants