Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Update dependency mssql to v6#28

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mssql-6.x
Open

Update dependency mssql to v6#28
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mssql-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mssql 3.3.0 -> 6.4.1 age adoption passing confidence

Release Notes

tediousjs/node-mssql

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)

v6.2.3

Compare Source

[fix] Remove reference to global pool on connection error (#​1107)
[fix] Trailing rows from request streams using msnodesqlv8 driver fail to be emitted (#​1109)

v6.2.2

Compare Source

[fix] Avoid using deprecated .inspect on Objects (#​1071)
[fix] Bump various dependencies for security fixes (#​1102)

v6.2.1

Compare Source

[fix] Bump various dependencies for security fixes

v6.2.0

Compare Source

[new] Set default isolationLevel for all transactions (#​1005)
[new] sql.Date now is coerced into a date object (#​1007)
[fix] Bump acorn dependency for security fix

v6.1.0

Compare Source

[new] Add Request.template helper for providing templated strings to queries (#​960)
[new] Repeat calls to ConnectionPool.connect() resolve (#​941)
[new] Stored procedure params are now logged to debug log (#​979)
[fix] Repeat calls to mssql.connect() will now resolve correctly (#​986)
[fix] Connections are encrypted by default as documented (#​977)
[fix] Tagged template literal queries with empty array values now work (#​990)

v6.0.1

Compare Source

[fix] Fix an issue with connection strings where usernames have url encoded values (#​945

v6.0.0

Compare Source

[fix] Fixed bug when trying to bulk insert columns that were NVarChar(MAX) (#​901)
[fix] Fixed an issue where Object prototype pollution could cause errors (#​879)
[fix] Fixed an issue where Request.input didn't validate against 0 parameters being passed (#​885)
[new] Implement pause/resume for msnodesqlv8 driver (#​877)
[new] Added healthy flag to the pool to help determine if the pool is safe to use or not (#​816)
[new] Invalid isolation levels passed to transactions will now throw an error
[new] Duplicate parameter names in queries/stored procedures will now throw an error
[new] replaceInput and replaceOutput functions added to Request and PreparedStatement to facilitate replacing existing parameters
[new] Calls to the global connect function will return the global connection if it exists
[new] Bulk table inserts now attempt to coerce Date objects out of non Date values
[change] Closing the global connection by reference will now cleanup the internally managed globalConnection
[change] Upgraded tedious to v6 (#​818 and #​933)
[change] Upgraded msnodesqlv8 support to v0.7 (#​877)
[change] Remove references to deprecated TYPES.Null from tedious
[change] options.encrypt is now set to true by default
[change] Upgraded debug dependency to v4
[change] Config objects are cloned so that the original object is not modified
[change] Replaced pool library (generic-pool) with tarn.js (#​808)
[removed] Backoff try strategy for creating connections removed, tarn.js built-in retry strategy used instead

v5.1.5

Compare Source

[fix] Bump various dependencies for security fixes

v5.1.4

Compare Source

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

v5.1.3

Compare Source

[fix] Avoid using deprecated .inspect on Objects (#​1071)
[fix] Bump various dependencies for security fixes (#​1102)

v5.1.2

Compare Source

[fix] Bump various dependencies for security fixes

v5.1.1

Compare Source

[fix] Bump acorn dependency for security fix

v5.1.0

Compare Source

[new] Add readOnlyIntent to connection string parser (#​853)

v5.0.6

Compare Source

[fix] Ensure callbacks don't block the event loop by executing them with setImmediate (#​855)

v5.0.5

Compare Source

[fix] Fix an issue where connections that error can deplete the pool (#​842)

v5.0.4

Compare Source

[fix] Fix a bug where msnodesqlv8 driver could execute callbacks twice (#​834)
[fix] npm audit fix on vulnerable dependencies

v5.0.3

Compare Source

[fix] Fix a bug with streamed requests that start paused (#​833)

v5.0.2

Compare Source

[change] Remove references to deprecated TYPES.Null from tedious

v5.0.1

Compare Source

[change] Config objects are cloned so that the original object is not modified

v5.0.0

Compare Source

[new] Added pause / resume feature to streamed requests (#​775)
[new] Added options argument to bulk requests for compatibility with tedious driver
[new] Added a backoff retry strategy for failed connection creation to mitigate issue with generic-pool connection creation logic (#​806
[change] Updated to latest Tedious 4.1.1
[removed] Node.js < 6 is no longer supported
[removed] Support dropped for deprecated tedious configuration values and types

v4.3.9

Compare Source

[fix] Bump various dependencies for security fixes

v4.3.8

Compare Source

[fix] Bump acorn dependency for security fix

v4.3.7

Compare Source

[fix] Fix an issue where connections that error can deplete the pool (#​842)

v4.3.6

Compare Source

[fix] Fix a bug where msnodesqlv8 driver could execute callbacks twice (#​834)
[fix] Bump js-yaml dependency for security fix

v4.3.5

Compare Source

[change] Remove references to deprecated TYPES.Null from tedious

v4.3.4

Compare Source

[change] Config objects are cloned so that the original object is not modified

v4.3.3

Compare Source

[change] Updated to latest generic-pool 3.6.1

v4.3.2: Bump to dependency

Compare Source

  • lodash dependency bumped

v4.3.1

Compare Source

generic-pool fix

v4.3.0

Compare Source

[new] Add beforeConnect handler
[change] Interpret connection timeout in seconds (not milliseconds)

v4.2.3

Compare Source

[new] Add info event for execute function
[fix] Fix JSON parsing with empty recordsets
[new] Array / string literal template query preparation fixes
[new] Passing encrypt option from mssql connection options to tedious options
[change] Return the _poolDestroy promise before connecting again

v4.2.2

Compare Source

[change] Updated to latest Tedious 2.7.1

v4.2.1

Compare Source

[fix] Fix connections in the pool depleting due to unfulfilled Promises and timeouts
[change] Updated to latest Tedious 2.6.4

v4.2.0

Compare Source

[new] Added TVP support for msnodesqlv8 driver
[new] Added support for information messages in msnodesqlv8 driver
[new] Added support for request cancellation in msnodesqlv8 driver
[fix] Fixed Tedious deprecation warnings
[fix] Fixed ResourceRequest timed out error
[fix] All query and batch methods now have the same interface
[fix] Fixed msnodesqlv8 issue where the encrypt option was getting ignored
[change] Updated to latest Tedious 2.3.1

v4.1.0

Compare Source

[new] Adding support for the MultiSubnetFailover option in connection strings (Paul Kehrer)
[new] Add request timeout support for msnodesqlv8 queries (Michael Parque)
[fix] Fix type inference of non-integer numbers (Andrew Crites)
[fix] Set acquireTimeout on generic pool (Karl Wiggisser)

v4.0.4

Compare Source

[fix] Fix auto-closing of idle connections

v4.0.3

Compare Source

[fix] Fixed broken CLI & debugging

v4.0.2

Compare Source

[fix] Fixed broken JSON parser

v4.0.1

Compare Source

[fix] Fixed stream in pipe mode

v4.0.0

Compare Source

[new] Completly rewritten to ES6
[new] Library is now compatible with Webpack
[new] Library is ready for async/await
[change] Removed support for < Node.js 4
[change] Removed support for outdated node-tds and msnodesql drivers
[change] Removed require('mssql/nofix') syntax
[change] Removed verbose and debug mode
[change] Removed 'driver' from options
[change] Removed Transaction and Prepared Statement queues
[change] Removed 'multiple' directive
[change] Connection renamed to ConnectionPool
[change] Updated to latest Tedious 2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 5663b0b to c97dbb9 Compare November 21, 2019 11:41
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from c97dbb9 to 6a9681b Compare February 21, 2020 06:58
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 6a9681b to 7c88dc6 Compare March 14, 2020 12:57
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 7c88dc6 to 7334016 Compare August 22, 2020 03:56
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 7334016 to 5b1fdd4 Compare October 27, 2020 14:59
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 5b1fdd4 to 7fc2dbb Compare January 5, 2021 15:58
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from 7fc2dbb to e7474f4 Compare May 13, 2021 20:16
Dependency update (patch)
@renovate renovate bot force-pushed the renovate/mssql-6.x branch from e7474f4 to 94c07af Compare March 7, 2022 16:53
@Sherex Sherex removed their assignment Mar 17, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants