Skip to content

v3.0.10: Safer internal exception logger for WSAPIClient

Choose a tag to compare

@tiagosiebler tiagosiebler released this 14 Nov 14:29
6f2edb9

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

  • chore(3.0.10): update version to 3.0.10 and improve error handling in WebsocketAPIClient by @JJ-Cro in #154

Full Changelog: v3.0.9...v3.0.10