Skip to content

v6.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dhensby dhensby released this 08 Mar 12:09
· 844 commits to master since this release
1232cd8

New

  • Added healthy flag to ConnectionPool to allow monitoring of whether the pool is deemed healthy or not

Changed

  • Upgrade to tedious v6
  • Replaced generic-pool with tarn.js
  • options.encrypt is true by default (used to be false)
  • Upgraded debug dependency
  • Pool properties size, available, pending, borrowed moved onto the ConnectionPool object

Breaking

  • Removed backoff retry strategy from poolCreate, tarn.js built-in retry strategy used instead