Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

v2.0.1

Compare
Choose a tag to compare
@jpwilliams jpwilliams released this 04 Dec 11:40
· 171 commits to master since this release

Overview

Amongst some package upgrades, the main fix here was catching errors that were being swallowed by Promises across the system. Errors such as key channels dying or the RabbitMQ connection dying are now thrown synchronously instead of as UnhandledPromiseRejections, meaning they properly halt execution.

Bug fixes

  • 😬 Add new throwAsException utility that throws any exception synchronously: 3848963
  • 😬 Catch nasty errors and throw them synchronously across Remit: 30e1e8f

Generic changes

  • 💬 Add more client properties for help tracking rogue consumers: f0c42b1
  • 📦 Upgrade ulid to ^1.0.0: 9758f61
  • 📦 Upgrade coveralls to ^3.0.0: 30ab7d2
  • 📦 Upgrade mocha to ^4.0.0: 67e8d94