Releases: alexgolec/tda-api
Releases · alexgolec/tda-api
1.6.0
07 Jun 15:38
Compare
Sorry, something went wrong.
No results found
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
17 Apr 16:51
Compare
Sorry, something went wrong.
No results found
New Features
Client creation helper methods in auth
now support passing enforce_enums
Bug Fixes
Deprecations
1.5.2
22 Feb 14:47
Compare
Sorry, something went wrong.
No results found
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
08 Feb 02:53
Compare
Sorry, something went wrong.
No results found
New Features
Adds support for need_extended_hours_data
to the time interval shortcut functions
Bug Fixes
Deprecations
1.5.0
16 Nov 15:30
Compare
Sorry, something went wrong.
No results found
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
19 Oct 13:12
Compare
Sorry, something went wrong.
No results found
New Features
Bug Fixes
Removes requirement for an old version of httpx
due to version incompatibilities.
Deprecations
1.4.0
18 Oct 03:05
Compare
Sorry, something went wrong.
No results found
New Features
Adds helper utilities for fetching price histories.
Bug Fixes
Deprecations
v1.3.7
21 Sep 22:38
Compare
Sorry, something went wrong.
No results found
New Features
Bug Fixes
Deprecations
v.1.3.6
24 Jul 13:41
Compare
Sorry, something went wrong.
No results found
New Features
Bug Fixes
#205 : Uses 1971 as the default from date instead of 1900
Deprecations
1.3.5
20 Jul 03:57
Compare
Sorry, something went wrong.
No results found
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