Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mssql from 6.3.2 to 7.1.1 #23

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mssql from 6.3.2 to 7.1.1.

Release notes

Sourced from mssql's releases.

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

v7.1.0

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

v7.0.0

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

v7.0.0-beta.5

  • Fix deep cloning of configs
  • Add rowsaffected event
  • Add validation to connections before releasing them from the pool

v7.0.0-beta.3

No release notes provided.

v7.0.0-beta.2

  • Temp fix to mitigate error when used with knex

v7.0.0-beta.1

  • Added msnodesqlv8@2 support #1157

v7.0.0-alpha.4

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

  • [change] Request.pipe now pipes a true node stream for better support of backpressure (#1078)

  • [change] drop support for NodeJS < 10 (#1070)

  • Other fixes merged up from v6

v7.0.0-alpha.3

... (truncated)

Changelog

Sourced from mssql's changelog.

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

Commits
  • c19bd81 7.1.1
  • 6879c89 Changelog update
  • e6f6ca6 Merge pull request #1254 from dhensby/pulls/handle-connection-error
  • 2d7ae9c Merge pull request #1253 from dhensby/pulls/fix-docs-typo
  • 1680c86 Merge pull request #1252 from dhensby/pulls/fix-encrypt-config
  • 68bbe2b Make sure lowercase comparison is lowercase
  • c23a013 Catch errors thrown by new tds.Connection()
  • 977ca28 Fix changelog typo
  • beb8cc9 Use passed value for encrypt in connection string
  • 6157a60 Merge pull request #1247 from dhensby/pulls/pool-docs
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [mssql](https://github.com/tediousjs/node-mssql) from 6.3.2 to 7.1.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@v6.3.2...v7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 9, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #24.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/mssql-7.1.1 branch June 11, 2021 23:20
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.

None yet

0 participants