v2.1.0
This is a fairly significant release, please test carefully before deploying to production environments.
- node v16 binaries on all platforms.
- fix where cancel query may cause node crash due to thread unsafe call
- incorrect bound types may cause hung query.
- mix of error / info during query may cause hung query in callback mode
- improved typescript typings #207
- improved local date management #205
- useUTC option on pool
- boundTable.useMetaType(true) send column types for bound tables rather than driver deducing types from data.
- utility promise await poolOrConnection.callprocAggregator('sp_proc', [], { timeoutMs: procTimeout, raw: false })