Releases: tastyware/tastytrade
Releases · tastyware/tastytrade
tastyware/tastytrade:v6.3
tastyware/tastytrade:v6.2
New release with substantial changes to the streamer, including the new dxlink streamer.
Features
- Streamer update for the new DXFeed API by @Quenos in #83
- Documentation updated by @Mytak in #85
- pytest by @Graeme22 in #94
- add extensive tests (cert session only); coverage >95 enforced by @Graeme22 in #99
- Update streamer.py by @Quenos in #103
- streamers use async context managers; prod session in testing by @Graeme22 in #104
Bugfixes
- Attributes made optional in class MarketMetricInfo(TastytradeJsonDataclass) by @Quenos in #78
- Optional market metrics by @Mytak in #80
- Datatypes changed by @Mytak in #86
- enhanced-fraud-safeguards-enabled-at fix by @MaxxRK in #90
New Contributors
Full Changelog: v6.1...v7.0
tastyware/tastytrade:v6.1
New major release!
Breaking changes:
- streamer overhaul: you must now call
listen
with a specific event type. - session is now an abstract class; you must create a
CertificationSession
orProductionSession
, which have different functionalities.
New features:
- less repetitive imports: certain objects, like
Account
,DataStreamer
, andProductionSession
, can now be directly imported from thetastytrade
module. - new dxfeed REST API allows instances of
ProductionSession
to fetch events in a simpler way, bypassing the streamer Underlying
is now a supported event type for the streamer and the REST API- new docs sections for installation, sessions and streamer; more coming soon!
Bugfixes/other:
tastyware/tastytrade:v5.7
tastyware/tastytrade:v5.6
Streamer bugfix/simplification
tastyware/tastytrade:v5.5
fix critical streamer bug; other small fixes
tastyware/tastytrade:v5.4
New features: #50
tastyware/tastytrade:v5.3
tastyware/tastytrade:v5.2
Small bugfixes; more documentation; nested futures option chains.
tastyware/tastytrade:v5.1
Documentation refresh; most importantly, fix README rendering on pypi.