Releases: alexgolec/tda-api
Releases · alexgolec/tda-api
1.1.6
New Features
- Implements refresh token updating, meaning you no longer have to re-enter your credentials every 90 days. Special thanks to @davidkoplik for researching this.
Bug Fixes
None
Deprecations
None
1.1.5
New Features
None
Bug Fixes
- Only import readline on Mac OS, avoiding an issue where
pyreadline
attempts to import Windows-specific features on non-Windows platforms
Deprecations
None
v1.1.4
No-op release to attempt to resolve readthedocs build failures...
1.1.2
New Features
None
Bug Fixes
- #158: Added this fix to requirements.txt and not setup.py...
Deprecations
None
1.1.3
New Features
None
Bug Fixes
- #162: Building options symbols with strike prices ending in ".0" wasn't working
Deprecations
None
1.1.1
New Features
None
Bug Fixes
- #158: Attempting to import readline causes
client_from_manual_flow
to fail on Windows.
Deprecations
None
1.1.0
New Features
Bug Fixes
- #144: The migration to HTTPX broke
extract_order_id
- #115: Stream subscribers that accept fields now force subscription to the SYMBOL field. There's apparently some weird behavior on TDA's side when this field is not requested.
Deprecations
strike_from_date
and strike_to_date
are now deprecated in favor of from_date
and to_date
. Removal date TBD.
1.0.0
Noteworthy changes in v1.0.0:
- Asynchronous client support
- Removal of deprecated EquityOrderBuilder
- Switch to a more-readable JSON format for the token file
1.0.0b1
BETA 1
Noteworthy changes in v1.0.0:
- Asynchronous streaming support
- Removal of deprecated
EquityOrderBuilder
- Switch to a more-readable JSON format for the token file