- Implement refresh token api
- Improve websocket connection handling
- Reduce wait time before reconnecting to websocket in case of connection drop
Features:
- Fix wrong protocol check to better handle https/wss endpoints with SSL
- Handle pipy dependency to explicitly point to the new asyncio implementation
Features:
- Relax websockets dependency to facilitate integration with other platforms
Features:
- Fix websockets dependency issues
Features:
- Added CHANGELOG
- Releasing stable version
Bugfixes:
- Fix push_feature
Features:
- Expose BASE_URL and SSL_CONTEXT to via properties
Features:
- Handle 422 status code
Features:
- Improve error handling for local API calls