2.4.1 (2026-01-12)
- add corporate actions REST API endpoints (191c939)
2.4.0 (2025-11-18)
- add error handling for API requests (414bf89)
- add SDK token authentication and custom base URL support (17508e7)
- add WebSocket health check with ping/pong (c16f73d)
- enhance API error handling with detailed debugging information (c635dda)
- migrate WebSocket JSON handling from json to orjson (7604273)
2.3.1 (2025-07-18)
- add error handling for API requests (414bf89)
- add SDK token authentication and custom base URL support (17508e7)
2.3.0 (2024-10-23)
- add REST endpoints for stock technical API (e9a2f59)
2.2.0 (2024-07-30)
- add REST methods for fetching intraday and historical data for futures and options (1405f90)
2.1.1 (2024-03-11)
2.1.0 (2024-03-04)
- add subscriptions method for WebSocket client (5176960)
2.0.0 (2024-01-18)
- WebSocket originally used asyncio, now switched to synchronous (3384741)
1.1.0 (2023-12-19)
- add ping method to WebSocket client (2cd4e74)
1.0.2 (2023-11-13)
- wording in docs and tweak import path (3eeecbb)
1.0.1 (2023-08-30)
- fix on close error (7e17736)