Skip to content

v2.3.1: Safer internal exception logger for WSAPIClient

Choose a tag to compare

@tiagosiebler tiagosiebler released this 14 Nov 14:28
09b443a

Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way.

What's Changed

  • feat(): Add licence file by @JJ-Cro in #95
  • fix(2.3.1): improve error handling in WebSocket client, fix circular error by @JJ-Cro in #96

Full Changelog: v2.3.0...v2.3.1