- Added `recv_window` error handler to `HTTP` `auth` method. - Will now catch and handle `requests.exceptions.SSLError`.
1.1.6
Modified
- Added `recv_window` argument to `HTTP` class.
1.1.5
Modified
- Improved error handling. - Added `max_retries` argument to `HTTP` class.
1.1.4
Modified
- Added `FailedRequestError` to differentiate between failed requests and invalid requests. - Fixed `exit` method on `WebSocket` to now properly handle the closing of the socket.
1.1.3
Modified
- Increased expires time for WebSocket authentication to a full second.
1.1.2
Modified
- Add option to handle timeout on request submission.