Skip to content

v2.1.0

Choose a tag to compare

@TimelordUK TimelordUK released this 30 Apr 19:12
· 1477 commits to master since this release

This is a fairly significant release, please test carefully before deploying to production environments.

  1. node v16 binaries on all platforms.
  2. fix where cancel query may cause node crash due to thread unsafe call
  3. incorrect bound types may cause hung query.
  4. mix of error / info during query may cause hung query in callback mode
  5. improved typescript typings #207
  6. improved local date management #205
  7. useUTC option on pool
  8. boundTable.useMetaType(true) send column types for bound tables rather than driver deducing types from data.
  9. utility promise await poolOrConnection.callprocAggregator('sp_proc', [], { timeoutMs: procTimeout, raw: false })