Skip to content

Releases: alexgolec/tda-api

1.3.4

27 Jun 02:24
Compare
Choose a tag to compare

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 to httpx==0.18.1 until this is clarified/resolved.

Deprecations

  • None

1.3.3

20 Jun 13:50
Compare
Choose a tag to compare

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 to httpx==0.18.1 until this is clarified/resolved.

Deprecations

  • None

1.3.2

22 May 03:22
Compare
Choose a tag to compare

New Features

  • None

Bug Fixes

  • For real this time: Adds forgotten autopep8 dependency, needed for code generation introduced in 1.3.0

Deprecations

  • None

1.3.1

20 May 15:25
Compare
Choose a tag to compare

New Features

  • None

Bug Fixes

  • Adds forgotten autopep8 dependency, needed for code generation introduced in 1.3.0

Deprecations

  • None

1.3.0

20 May 13:16
Compare
Choose a tag to compare

New Features

  • Adds functionality that generates code from historical order JSON objects, as fetched by the get_orders family of methods
  • Adds a script that emits code that would have generated the most recently-placed order.

Bug Fixes

  • None

Deprecations

  • None

1.2.2

12 May 03:43
Compare
Choose a tag to compare

New Features

  • websockets version 9.0.0+ is now a hard dependency due to recent API changes on their end.

Bug Fixes

  • Fixes #215, in which websockets 9.0.0+ was not supported.

Deprecations
None

1.2.1

30 Apr 13:53
Compare
Choose a tag to compare

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 and strike_to_date parameters to get_option_chain

Bug Fixes

  • None

Deprecations
None

1.2.0

15 Apr 03:19
Compare
Choose a tag to compare

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

1.1.8

11 Mar 13:58
Compare
Choose a tag to compare

New Features

  • Enum enforcement error messages now emits suggestions when passed strings instead of enums (#192)
  • Adds more logging throughout the auth module (#194)

Bug Fixes

  • Migrate the manual flow to use the prompt toolkit to avoid OS-specific installation errors (#178)

Deprecations
None

1.1.7

02 Mar 15:05
Compare
Choose a tag to compare

New Features
None

Bug Fixes

  • Fixed logging into streaming when using the asynchronous client (#185)

Deprecations
None