- update dev deps
- bump tedious to drop punycode warning
- feat: add ability to disable pool.
- Bump tedious to 16.6.1.
- Drop Node 16
- update generic-pool to latest
- Update tedious to latest + better TVP support
- Update dev deps
- Updated file loader to support file:// caller paths from ESM
- Added missing definition for begin/end transaction
- Let's not publish the spec folder...
- Added typescript definitions file
- Added option for multi subnet failover.
- Update tedious
- Updating dev deps + npm audit fix
- Adding close handler
- Fix issue with table params using reserved words
- 8.0.0-new-tedious.0
- audit fix
- Fix issue when unable to connect to server within async call stack
- Update to latest generic-pool
- Update dev depdendencies
- Update to latest tedious
- Upgraded to latest tedious + latest node LTS
- Fix security issues and update a few dependencies
- Updated non-dev dependencies.
- Updated dev dependencies + node 12
- Added support for tvp params
- Exposing types at the module entry point so we can avoid having to have a client instance to reference types.
- Added transaction hooks.
- Added support for sprocs
- Added missing tinyint type.
- Instead of scanning types from tedious, list them explicitly. We needed to get better type declarations for json schema when doing table based parameters.
- Updated tedious config mapping to use new non-deprecated format
- Bump lodash from 4.17.11 to 4.17.15
- Updated dev deps
- Update tedious to 5.0.3
- Added tests to support fixes for unhandled rejections
- Resolved potential unhandled rejection errors on both connection and request timeouts
- Fixed/Added tests for new behavior
- Changed client to emit tedious errors
- Updated README to match current API.
- BREAKING: Removed ambient transactions.
- Capture call stack for stream errors to give better context when stuff breaks.
- Capture call stack when querying to give better context on errors.
- Add abortTransactionOnError option with default to true
- Added ability to pass bulk load options to tedious
- Bumped packages and adjusted test to use username from config.
- Fixed stream behavior to honor backpressure
- Updated all outdated packages.
- Added metadata to stream output.
- Updated to latest tedious
- Added configurable request timeout.