Skip to content

Releases: tastyware/tastytrade

tastyware/tastytrade:v6.2

17 Nov 01:42
967008d
Compare
Choose a tag to compare

New release with substantial changes to the streamer, including the new dxlink streamer.

Features

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

24 Jul 22:16
Compare
Choose a tag to compare

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 or ProductionSession, which have different functionalities.

New features:

  • less repetitive imports: certain objects, like Account, DataStreamer, and ProductionSession, can now be directly imported from the tastytrade 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:

  • fix incorrect return type for AccountBalance #72
  • update certification accounts, which no longer can instantiate a streamer #73
  • CI now checks a range of recent Python versions instead of just one
  • fix illegal ABC implementation #74

tastyware/tastytrade:v5.7

08 Jul 03:38
949b2aa
Compare
Choose a tag to compare

A bugfix release with a couple new features:

  • MarketMetricInfo handles optional attribute (#66)
  • Future handles optional attributes (#65)
  • Refactor to enforce flake8 line length rule E501
  • Fix failing docs build due to pydantic v2 release
  • Add ETH as a funding method
  • Add risk free rate (#64)

tastyware/tastytrade:v5.6

22 Jun 14:59
88f126b
Compare
Choose a tag to compare

Streamer bugfix/simplification

tastyware/tastytrade:v5.5

21 Jun 15:20
Compare
Choose a tag to compare

fix critical streamer bug; other small fixes

tastyware/tastytrade:v5.4

31 May 19:21
92ce893
Compare
Choose a tag to compare

tastyware/tastytrade:v5.3

30 May 18:57
81a0e7b
Compare
Choose a tag to compare

tastyware/tastytrade:v5.2

22 May 02:04
833ddb4
Compare
Choose a tag to compare

Small bugfixes; more documentation; nested futures option chains.

tastyware/tastytrade:v5.1

20 May 16:52
Compare
Choose a tag to compare

Documentation refresh; most importantly, fix README rendering on pypi.

tastyware/tastytrade:v5.0

20 May 06:11
53c9664
Compare
Choose a tag to compare

Official Tastytrade API implemented! Yay!

There's sure to be some bugs, please open an issue!