Releases: alexgolec/tda-api
Releases · alexgolec/tda-api
1.6.0
New Features
- Accepts verbose version of contract type in option symbol generator (#306)
- Updates default timeout for HTTP requests to 30 seconds and provides convenient timeout setting (#315)
Bug Fixes
- Fixed misnamed strike range names for options change (#314)
Deprecations
1.5.3
New Features
- Client creation helper methods in
auth
now support passing enforce_enums
Bug Fixes
Deprecations
1.5.2
New Features
- Switches to lazy evaluation on all log messages. Potentially major performance improvement for applications which don't enable
tda-api
logging.
Bug Fixes
Deprecations
1.5.1
New Features
- Adds support for
need_extended_hours_data
to the time interval shortcut functions
Bug Fixes
Deprecations
1.5.0
New Features
- Adds unsubscribe commands to all supported streams (#256). Big thanks for @httran13 for implementing this change!
- Adds support for passing additional parameters to websocket creation, such as for timeout management (#278)
- Issues a warning when passing in an API key suffix, hopefully resolving an influx of help requests to the Discord server (#280)
Bug Fixes
Deprecations
1.4.1
New Features
Bug Fixes
- Removes requirement for an old version of
httpx
due to version incompatibilities.
Deprecations
1.4.0
New Features
- Adds helper utilities for fetching price histories.
Bug Fixes
Deprecations
v1.3.7
New Features
Bug Fixes
Deprecations
v.1.3.6
New Features
Bug Fixes
- #205: Uses 1971 as the default from date instead of 1900
Deprecations
1.3.5
New Features
Bug Fixes
- #245: The asynchronous OAuth2Client requires an asynchronous
update_token
function, but we were always passing the synchronous version, causing the async client to crash on token refresh.
Deprecations