Skip to content

v3.0.0: Upgrade to tastytrade 11.0.0

Latest

Choose a tag to compare

@ferdousbhai ferdousbhai released this 28 Oct 11:32
· 1 commit to main since this release

Breaking Changes

  • Now requires tastytrade >=11.0.0
  • OAuthSession replaced with Session class

Details

tastytrade 11.0.0 removed the OAuthSession class and renamed it to just Session. OAuth is now the only authentication method.

This release updates tasty-agent to be compatible with tastytrade 11.x.

Migration

No action required - the API remains the same. Just ensure your environment variables (TASTYTRADE_CLIENT_SECRET and TASTYTRADE_REFRESH_TOKEN) are set correctly.