tastyware/tastytrade:v10.3.0
What's Changed
- Add open-interest to MarketData by @rcapozzi in #260
- OAuth updates by @Graeme22 in a4b83ff
- Adds a new function,
login(), which allows for generating an initial refresh token to build an OAuth app. Uses Python's built-in HTTP server module, so no new dependencies are required! - Users are now encouraged to use OAuth instead of username/password authentication for better security
- Adds OAuth-related docs section
- Fixes bug where the
directionproperty in the backtest module changed from "buy" and "sell" to "long" and "short" on the API side - Streamers now default the
dxfeed_tos_compliantproperty toTrue, since functionality has improved greatly for the API-facing streamers - OAuth sessions can now be used with the streamer
OAuthSession.refresh()now refreshes streamer tokens as well if necessary- Rare garbage collection-related bug prevented in streamer disconnect callback
OAuthSessionis now covered by testsJSONDecodeErrornow handled cleanly invalidate_response()(fiixes #261)
- Adds a new function,
New Contributors
Full Changelog: v10.2.3...v10.3.0