v6.0.0
·
865 commits
to master
since this release
6.0.0 (2019-02-09)
Bug Fixes
- remove support for deprecated authentication options (e8fe4ff)
Features
BREAKING CHANGES
-
This removes support for the deprecated
userName,passwordand
domainauthentication options. Please switch to the new
authenticationproperty instead. -
This removes the following, long deprecated parameter types:
NullIntNBitNFloatNMoneyNDecimalNNumericNDateNDateTimeOffsetNDateTime2NTimeNUniqueIdentifierN
-
If no
encryptsetting was specified before,tediouswould fall back
to not using any encryption by default. This changes the default to
encrypt connections unlessencryptis explicitly set tofalse.This should work without issues with most SQL Server setups, but might
cause connections to fail if encryption betweentediousand SQL Server
can not be established.