Skip to content

0.2.7

Compare
Choose a tag to compare
@FZambia FZambia released this 23 Feb 22:40
· 21 commits to master since this release
d8993bc

What's Changed

  • Our errors inherit from Throwable, and now we call super() in their constructors. This allows propagating exception cause, as the result the whole chain of exceptions is visible in error handler. #58
  • Disconnect gracefully from WebSocket, instead of calling ws.cancel(). By @PhilipDukhov in #56

Full Changelog: 0.2.6...0.2.7