Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 7, 2022

Bumps mssql from 6.4.0 to 8.0.2.

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

v7.3.0

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

v7.2.1

[fix] Fix issue with bulk insert of dates (#1298)

v7.2.0

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

v7.1.3

  • [fix] Request timeout settings now respect value parsed from connection strings (#1257)

v7.1.1

[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

... (truncated)

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.3.0 (2021-11-18)

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

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

... (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 6.4.0 to 8.0.2.
- [Release notes](https://github.com/tediousjs/node-mssql/releases)
- [Changelog](https://github.com/tediousjs/node-mssql/blob/master/CHANGELOG.txt)
- [Commits](tediousjs/node-mssql@v6.4.0...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 6, 2022

Superseded by #58.

@dependabot dependabot bot closed this Apr 6, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mssql-8.0.2 branch April 6, 2022 23:05
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.

1 participant