v6.0.0-alpha.2
Pre-release
Pre-release
dhensby
released this
08 Mar 12:09
·
844 commits
to master
since this release
New
- Added
healthy
flag toConnectionPool
to allow monitoring of whether the pool is deemed healthy or not
Changed
- Upgrade to tedious v6
- Replaced
generic-pool
withtarn.js
options.encrypt
istrue
by default (used to befalse
)- Upgraded
debug
dependency - Pool properties
size
,available
,pending
,borrowed
moved onto theConnectionPool
object
Breaking
- Removed backoff retry strategy from poolCreate,
tarn.js
built-in retry strategy used instead