Releases: alexgolec/tda-api
Releases · alexgolec/tda-api
1.3.4
New Features
- None
Bug Fixes
- [Re-done because I made a mistake last time] Due to an apparent bug (lepture/authlib#358),
httpx==0.18.2
fails to pass authorization headers. This pins us tohttpx==0.18.1
until this is clarified/resolved.
Deprecations
- None
1.3.3
New Features
- None
Bug Fixes
- Due to an apparent bug (lepture/authlib#358),
httpx==0.18.2
fails to pass authorization headers. This pins us tohttpx==0.18.1
until this is clarified/resolved.
Deprecations
- None
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
New Features
- Adds support for closing the underlying session of the asynchronous client. Documentation and examples have also bee updated.
- Removed the deprecated
strike_from_date
andstrike_to_date
parameters toget_option_chain
Bug Fixes
- None
Deprecations
None
1.2.0
New Features
- Adds support for custom JSON decoders, along with the beginnings of a contrib module to capture community-created decoders
- Emit a descriptive error message when composite orders are passed responses instead of order builders
Bug Fixes
- Require a token write function in
client_from_access_functions
Deprecations
None