tedious

Node TDS module for connecting to SQL Server databases.

MIT License

Downloads
7.7M
Stars
1.6K
Committers
96

Bot releases are visible (Hide)

tedious - v16.4.1

Published by github-actions[bot] about 1 year ago

16.4.1 (2023-09-17)

Bug Fixes

  • handle timeouts during tls negotiation for strict encryption (#1564) (8c7e440)
tedious - v16.4.0

Published by github-actions[bot] about 1 year ago

16.4.0 (2023-07-20)

Features

tedious - v16.3.0

Published by github-actions[bot] about 1 year ago

16.3.0 (2023-07-20)

Features

tedious - v16.2.0

Published by github-actions[bot] over 1 year ago

16.2.0 (2023-07-02)

Features

  • support TVP parameters in Connection.execSql (#1327) (a37199b)
tedious - v16.1.0

Published by github-actions[bot] over 1 year ago

16.1.0 (2023-05-07)

Features

tedious - v16.0.0

Published by github-actions[bot] over 1 year ago

16.0.0 (2023-04-07)

chore

  • drop node 14 support, add node 19 support (#1532) (ef3fd2c)

BREAKING CHANGES

  • Node.js 14.x is no longer supported by tedious.
tedious - v15.1.3

Published by github-actions[bot] over 1 year ago

15.1.3 (2023-02-12)

Bug Fixes

  • deps: bump jsonwebtoken and @azure/msal-node (#1511) (3f4865f)
tedious - v15.1.2

Published by github-actions[bot] almost 2 years ago

15.1.2 (2022-11-09)

Bug Fixes

tedious - v15.1.1

Published by github-actions[bot] almost 2 years ago

15.1.1 (2022-11-01)

Bug Fixes

  • clear connection timeout on connection error (#1262) (cbe31af)
tedious - v15.1.0

Published by github-actions[bot] about 2 years ago

15.1.0 (2022-08-17)

Features

tedious - v15.0.1

Published by github-actions[bot] about 2 years ago

15.0.1 (2022-07-26)

Bug Fixes

  • set maximum supported TLS version to 1.2 (#1471) (5015634)
tedious - v15.0.0

Published by github-actions[bot] over 2 years ago

15.0.0 (2022-07-11)

chore

  • drop support for Node.js 12 (121f3a5)

Features

  • change default value for trustServerCertificate option to false (04ebc29)
  • remove domain option for azure-active-directory-password authentication (85a2b89)
  • remove default value for clientId option of azure-active-directory-password authentication (8885e1f)

BREAKING CHANGES

  • The domain option was replaced by the tenantId option.
  • Using the azure-active-directory-password
    authentication type now requires specifying the clientId option of an
    Azure Application. The application has to have public client flows
    enabled and has to have user_impersonation permissions for Azure SQL
    Database. The user account that is being used also has to be assigned
    to the application, and has to grant consent (either explicitly or via
    admin consent).
  • The default value for the trustServerCertificate option
    changed from true to false.
  • tedious no longer supports Node.js 12.x.
tedious - v15.0.0-beta.1

Published by github-actions[bot] over 2 years ago

15.0.0-beta.1 (2022-07-11)

Features

  • remove domain option for azure-active-directory-password authentication (a6dc9fa)
  • remove default value for clientId option of azure-active-directory-password authentication (438986e)

BREAKING CHANGES

  • The domain option was replaced by the tenantId option.
  • Using the azure-active-directory-password
    authentication type now requires specifying the clientId option of an
    Azure Application. The application has to have public client flows
    enabled and has to have user_impersonation permissions for Azure SQL
    Database. The user account that is being used also has to be assigned
    to the application, and has to grant consent (either explicitly or via
    admin consent).
tedious - v14.7.0

Published by github-actions[bot] over 2 years ago

14.7.0 (2022-06-29)

Features

  • support NTLM authentication on Node.js 17+ out of the box (#1451) (318aacc)
tedious - v14.6.1

Published by github-actions[bot] over 2 years ago

14.6.1 (2022-06-18)

Bug Fixes

tedious - v14.6.0

Published by github-actions[bot] over 2 years ago

14.6.0 (2022-06-08)

Features

  • fail ntlm auth gracefully when md4 hashing is not available (#1400) (57a50d4)
tedious - v14.5.0

Published by github-actions[bot] over 2 years ago

14.5.0 (2022-04-27)

Features

  • return aggregate errors (d8575b2)
tedious - v14.4.0

Published by github-actions[bot] over 2 years ago

14.4.0 (2022-03-17)

Features

  • add azure-active-directory-default as an authentication option (13ee60f)
tedious - v14.3.0

Published by github-actions[bot] over 2 years ago

14.3.0 (2022-02-02)

Features

  • rename domain to tenantId when using azure ad password (2150a9c)
tedious - v14.2.0

Published by github-actions[bot] over 2 years ago

14.2.0 (2022-01-23)

Features

  • allow specifying the clientId when using azure-active-directory-password auth (95e98a1)