Skip to content

v8.0.0

Compare
Choose a tag to compare
@gajus gajus released this 14 Nov 23:33

8.0.0 (2018-11-14)

Bug Fixes

Features

  • add pool#connect((connection) => {}) API (453ca43)
  • add poolId, connectionId, transactionId (f278a68)
  • make query logger connection instance specific (95908b6)
  • restrict creating transaction from within a transaction (397d1d9)
  • use exact objects (2a7f891)

BREAKING CHANGES

  • previous release (wrongly) allowed to create a transaction from within a transaction.