Skip to content

Tags: tediousjs/tedious

Tags

v19.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor!: cleanup `AbortSignal` handling (#1654)

BREAKING CHANGE: tedious now requires Node.js version 18.17 or later.

v18.6.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update to `semantic-release@22.0.12` to enable npm provenance su…

…pport (#1653)

v18.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update package configuration to publish provenance data (#1652)

* fix: update package configuration to publish provenance data

* Move signature audit and permission configuration to the correct job.

v18.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enable release attestation through GitHub Actions (#1651)

v18.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: set error cause if available (#1649)

v18.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: improve github actions (#1573)

* ci: use built-in npm caching

The setup-node action automatically stores caches for NPM and uses the
same logic as the current action implementation, so there's no need to
duplicate it in the action definition.

* ci: remove npm upgrade step

The npm upgrade steps in CI only run if the matrix version for node is 6.x
but 6.x is not a tested version of node in any of the matrix definitions.

* ci: only checkout latest history for lint step

The linting step does not need the entire repository history to
run. Only checkout the minimal history to allow faster lint step.

* ci: use setup-sqlserver action for installing SQL Server

v18.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't throw in _transform of BulkLoad (#1590)

v18.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: provide better error messages when input param is invalid (#1603)


Co-authored-by: Michael Sun <47126816+MichaelSun90@users.noreply.github.com>

v18.3.0

ci: add a build specific to token credential support

v18.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: don't convert BigInt type to Number before writing to buffer to …

…prevent RangeError (#1642)