Skip to content

v1.0.2

Choose a tag to compare

@mxcoppell mxcoppell released this 21 Apr 18:52
· 26 commits to main since this release

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.