Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps mssql from 7.3.0 to 8.0.1.

Release notes

Sourced from mssql's releases.

v8.0.1

What's Changed

New Contributors

Full Changelog: tediousjs/node-mssql@v7.2.1...v8.0.1

Changelog

Sourced from mssql's changelog.

v8.0.0 (2022-01-30)

[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-redirect.dependabot.com/tediousjs/node-mssql/pull/1318]) [change] Updated to latest Tedious 14 ((#1312)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1312]) [change] Errors for bad bulk load parameters have slightly different error messages ((#1318)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1318]) [change] Options provided to the driver via the config.options object will not be overridden with other values if set explicitly ((#1340)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1340]) [change] Duplicate column names will now be presented as an array even if the values are empty ((#1240)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1240]) [change] Update tarn pool dependency ((#1344)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1344]) [removed] Remove connection string parser helpers ((#1342)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1342]) [removed] Remove deprecated pool properties ((#1359)[https://github-redirect.dependabot.com/tediousjs/node-mssql/pull/1359])

v7.2.1 (2021-08-19)

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

v7.2.0 (2021-07-29)

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

v7.1.3 (2021-06-11)

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

v7.1.1 (2021-06-09)

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

v7.1.0 (2021-05-13)

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

v7.0.0 (2021-05-06)

[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)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mssql](https://github.com/tediousjs/node-mssql) from 7.3.0 to 8.0.1.
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v7.3.0...v8.0.1)

---
updated-dependencies:
- dependency-name: mssql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 31, 2022
@roncli roncli merged commit 0896103 into main Feb 3, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mssql-8.0.1 branch February 3, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants