Skip to content

v4.4.1: Safer internal exception logger for WSAPIClient

Choose a tag to compare

@tiagosiebler tiagosiebler released this 14 Nov 14:27
a168d26

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

Full Changelog: v4.4.0...v4.4.1