Releases: tediousjs/tedious
Releases · tediousjs/tedious
v11.0.6
v11.0.5
v11.0.4
v11.0.3
v11.0.2
v11.0.1
11.0.1 (2021-01-14)
Bug Fixes
- upgrade to
@js-joda/[email protected]
(0bb35cf) - upgrade to
[email protected]
(a45145c) - upgrade to
[email protected]
(601c27c) - upgrade to
[email protected]
(bba4d3f)
v11.0.0
v10.0.0
10.0.0 (2021-01-13)
Features
- change
validateBulkLoadParameters
default totrue
(5497b14) - no longer connect automatically when calling
new Connection
(16b10bf)
BREAKING CHANGES
- Creating a new
Connection
instance will no longer establish a connection to the server automatically. Please use the newconnect
helper function or call the.connect
method on the newly createdConnection
object instead. - This changes the default value of the
validateBulkLoadParameters
option fromfalse
totrue
. If you don't explicitly specify a value for this option, you might run into unexpected validation errors when loading data viaBulkLoad
. Set this tofalse
explicitly to restore existing behavior, ortrue
for proper parameter validation (recommended).