Skip to content

0.15.0

Compare
Choose a tag to compare
@rochdev rochdev released this 04 Sep 16:50
· 2471 commits to master since this release
c7772ef

Bug Fixes

  • dns: fix dns plugin not properly binding the callback to the parent scope (#666)
  • hapi: fix hapi plugin losing the scope when a payload is sent (#667)
  • tedious: fix error for stored procedure calls in tedious requests (#662), fixes #661

Features

  • core: add circular references handling when adding object tags (#659)
  • couchbase: add couchbase plugin (#632)
  • grpc: add grpc client and server plugin (#547), closes #311, thanks @nunofgs!