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 - v18.6.1 Latest Release

Published by github-actions[bot] 2 months ago

18.6.1 (2024-08-17)

Bug Fixes

  • update package configuration to publish provenance data (#1652) (8310c45)
tedious - v18.6.0

Published by github-actions[bot] 2 months ago

18.6.0 (2024-08-17)

Features

  • enable release attestation through GitHub Actions (#1651) (cf4c99b)
tedious - v18.5.0

Published by github-actions[bot] 2 months ago

18.5.0 (2024-08-14)

Features

tedious - v18.4.2

Published by github-actions[bot] 2 months ago

18.4.2 (2024-08-11)

Bug Fixes

tedious - v18.4.1

Published by github-actions[bot] 2 months ago

18.4.1 (2024-08-07)

Bug Fixes

tedious - v18.4.0

Published by github-actions[bot] 3 months ago

18.4.0 (2024-07-31)

Features

  • provide better error messages when input param is invalid (#1603) (209b9f3)
tedious - v18.3.0

Published by github-actions[bot] 3 months ago

18.3.0 (2024-07-15)

Features

  • Add Token Credential Support (3607abc)
tedious - v18.2.4

Published by github-actions[bot] 4 months ago

18.2.4 (2024-07-04)

Bug Fixes

  • don't convert BigInt type to Number before writing to buffer to prevent RangeError (#1642) (fc4ec02)
tedious - v18.2.3

Published by github-actions[bot] 4 months ago

18.2.3 (2024-06-26)

Bug Fixes

tedious - v18.2.2

Published by github-actions[bot] 4 months ago

18.2.2 (2024-06-26)

Bug Fixes

  • fix options.debug.token option not causing any debug output (#1638) (dadabc6)
  • fix type information on some ConnectionOptions properties (#1637) (025ef72)
tedious - v18.2.1

Published by github-actions[bot] 4 months ago

18.2.1 (2024-06-14)

Bug Fixes

tedious - v18.2.0

Published by github-actions[bot] 6 months ago

tedious - v18.1.0

Published by github-actions[bot] 8 months ago

18.1.0 (2024-03-02)

Features

  • types: export ConnectionConfiguration type (#1609) (7e84a2f)
tedious - v18.0.0

Published by github-actions[bot] 8 months ago

18.0.0 (2024-02-28)

  • feat!: publish first-party type declarations (#1490) (1226c20), closes #1490

BREAKING CHANGES

  • tedious now includes TypeScript definition files. These definitions might differ in various areas from the definitions published in the @types/tedious package. If you notice major differences, please reach out and let us know.
tedious - v17.0.0

Published by github-actions[bot] 8 months ago

17.0.0 (2024-02-11)

  • chore!: drop node 16 and 19 support (#1598) (ddfa397), closes #1598

BREAKING CHANGES

  • Node.js 16.x and 19.x are no longer supported by tedious.
tedious - v16.7.1

Published by github-actions[bot] 8 months ago

16.7.1 (2024-02-09)

Bug Fixes

tedious - v16.7.0

Published by github-actions[bot] 9 months ago

16.7.0 (2024-01-31)

Bug Fixes

Features

  • add range error validation for datatypes (#1594) (19cb073)
tedious - v16.6.1

Published by github-actions[bot] 11 months ago

16.6.1 (2023-11-19)

Bug Fixes

  • add Node.js v20 support by bumping @azure/identity to v3.4.1 (#1575) (57998f2)
tedious - v16.6.0

Published by github-actions[bot] 12 months ago

16.6.0 (2023-10-21)

Features

  • improve performance of response data parsing (#1580) (78a4530)
tedious - v16.5.0

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

16.5.0 (2023-10-10)

Features

  • improve performance on Node.js 16 by disabling class property definitions (#1581) (443701f)