v1.0.2
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.2] - 2025-04-21
Changed
- Updated documentation links in README.md.
[1.0.1] - 2025-04-21
Fixed
- Updated documentation links in README.md to point to GitHub repository.
[1.0.0] - 2025-04-20
Added
- Initial project setup.
- Core client structure.
- Authentication handling (
TokenManager). - Basic rate limiting (
RateLimiter). - Initial market data, brokerage, and order execution service placeholders.
- Foundational documentation (README, Quick Start, Authentication, Streaming, Rate Limiting, Contributing).
- Example scripts for Quick Start.
- Published to PyPI as
tradestation-api-python.