[Snyk] Upgrade tedious from 1.14.0 to 1.15.0 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade tedious from 1.14.0 to 1.15.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 1 version ahead of your current version.
The recommended version was released on 8 years ago.
Release notes
Package name: tedious
What's New
tedious
now has better support for SQLServer instances configured for High Availability! If the DNS name for the SQLServer instance you're connecting to resolves to multiple IP addresses,tedious
will now sequentially try to connect to each of them, and will stop after the first successful connection. There's now also support for themultiSubnetFailover
connection option, which allows to connect to all resolved IP addresses in parallel and will use whichever connection was established first. Thanks @ chrislukkk and @ tvrprasad!tedious
never actually verified the certificate presented by the server. As this is probably not a good idea from a security standpoint, there is a newtrustServerCertificate
connection option that you can set tofalse
to enforce certificate verification. The default behaviour did not change, but will in a future release. Thanks @ SimonHooker!datefirst
connection option can now modified when opening a new connection via thedatefirst
connection option. Thanks @ edwardsmit!arithabort
connection option can now modified when opening a new connection via theenableArithAbort
connection option. Thanks @ carlosman!RequestError
instead of never being called. Thanks @ tvrprasad!RequestError
andConnectionError
are now exposed as part of thetedious
package. Thanks @ jeffrosenberg!Fixed
Connection
constructor was modified in multiple places. That was pretty careless and unexpected, sotedious
now will keep an internal copy of the configuration. Thanks @ tvrprasad!DateTime
fields is now getting rounded down correctly. Thanks @ fuga!Note
This will be the last version of
tedious
to support Node.js versions < 4.This release adds support for Variant data type and fixes problems with some SQL collations.
Detailed Changelog
#350 Add Variant data type support
#376 Fix parsing of SQL collations
#361 Align to code style used in Node 4+
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: