Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.52 KB

Changelog

0.21.0

Features

  • Updated azidentity to 1.2.1, which adds in memory cache for managed credentials (#90)

Bug fixes

  • Fixed uninitialized server name in TLS config (#93)(#94)
  • Fixed several kerberos authentication usages on Linux with new krb5 authentication provider. (#65)

Changed

  • New kerberos authenticator implementation uses more explicit connection string parameters.
Old New
krb5conffile krb5-configfile
krbcache krb5-credcachefile
keytabfile krb5-keytabfile
realm krb5-realm

0.20.0

Features

  • Add driver version and name to TDS login packets
  • Add pipe connection string parameter for named pipe dialer
  • Expose network errors that occur during connection establishment. Now they are wrapped, and can be detected by using errors.As/Is practise. This connection errors can, and could even before, happen anytime the sql.DB doesn't have free connection for executed query.

Bug fixes

  • Added checks while reading prelogin for invalid data (#64)(86ecefd8b)

  • Fixed multi-protocol dialer path to avoid unneeded SQL Browser queries