Skip to content

Debugging Enhancements

Compare
Choose a tag to compare
@shlomiku shlomiku released this 04 Aug 06:09
· 333 commits to master since this release
fb99696

In this release we add small changes to help the user debug issues easily:

  • Indicate that websocket is connected and to which endpoint
  • add a debug flag to make websocket exceptions more verbose
  • explain in the docs, how to define a logger to see these changes

Other changes

  • We also removed the Alpha Vantage Integration. it will be moved to a stand alone package
  • We now allow working with all versions of pandas (required for Pylivetrader)

Bugs

  • fix bug with polygons' historic_aggs_v2 (#280)
  • 'NoneType' object is not iterable (#270)