Skip to content

Releases: tediousjs/tedious

v18.2.0

18 Apr 17:00
2b21b12
Compare
Choose a tag to compare

v18.1.0

02 Mar 10:47
7e84a2f
Compare
Choose a tag to compare

18.1.0 (2024-03-02)

Features

  • types: export ConnectionConfiguration type (#1609) (7e84a2f)

v18.0.0

28 Feb 21:21
1226c20
Compare
Choose a tag to compare

18.0.0 (2024-02-28)

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.

v17.0.0

11 Feb 17:27
ddfa397
Compare
Choose a tag to compare

17.0.0 (2024-02-11)

BREAKING CHANGES

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

v16.7.1

09 Feb 15:03
1c88d76
Compare
Choose a tag to compare

16.7.1 (2024-02-09)

Bug Fixes

v16.7.0

31 Jan 21:53
19cb073
Compare
Choose a tag to compare

16.7.0 (2024-01-31)

Bug Fixes

Features

  • add range error validation for datatypes (#1594) (19cb073)

v16.6.1

19 Nov 21:21
57998f2
Compare
Choose a tag to compare

16.6.1 (2023-11-19)

Bug Fixes

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

v16.6.0

21 Oct 13:30
78a4530
Compare
Choose a tag to compare

16.6.0 (2023-10-21)

Features

  • improve performance of response data parsing (#1580) (78a4530)

v16.5.0

10 Oct 21:21
443701f
Compare
Choose a tag to compare

16.5.0 (2023-10-10)

Features

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

v16.4.1

17 Sep 11:52
8c7e440
Compare
Choose a tag to compare

16.4.1 (2023-09-17)

Bug Fixes

  • handle timeouts during tls negotiation for strict encryption (#1564) (8c7e440)