- Added a `disconnect` method to the gateway API. This allows a user to use the `connect_with_retries` method, but to shut down the connection from their implementation code without triggering automatic re-connect attempts.
0.1.3
- Guarded against a KeyError if a `received_blob` message is received with an empty or missing `"blob"` key
0.1.2
- Expanded set of HTTP response status codes that will trigger retry of websocket connection attempts