Skip to content

Latest commit

 

History

History
90 lines (40 loc) · 3.74 KB

File metadata and controls

90 lines (40 loc) · 3.74 KB

Changelog

2.4.1 (2026-01-12)

Features

  • add corporate actions REST API endpoints (191c939)

2.4.0 (2025-11-18)

Bug Fixes

  • add error handling for API requests (414bf89)

Features

  • 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)

Performance Improvements

  • migrate WebSocket JSON handling from json to orjson (7604273)

2.3.1 (2025-07-18)

Bug Fixes

  • add error handling for API requests (414bf89)

Features

  • add SDK token authentication and custom base URL support (17508e7)

2.3.0 (2024-10-23)

Features

  • add REST endpoints for stock technical API (e9a2f59)

2.2.0 (2024-07-30)

Features

  • 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)

Features

  • add subscriptions method for WebSocket client (5176960)

2.0.0 (2024-01-18)

Refactors

  • WebSocket originally used asyncio, now switched to synchronous (3384741)

1.1.0 (2023-12-19)

Features

  • add ping method to WebSocket client (2cd4e74)

1.0.2 (2023-11-13)

Bug Fixes

  • wording in docs and tweak import path (3eeecbb)

1.0.1 (2023-08-30)

Bug Fixes