Skip to content

2.1.1

Compare
Choose a tag to compare
@dextertd dextertd released this 30 Apr 20:37
· 247 commits to master since this release
4e3bf31

[2.1.1] - 2022-04-30

Added

  • USDC perpetual WebSocket and HTTP classes
  • USDT perpetual extended_user_trade_records() method

Modified

  • Expose all WebSocket arguments to users (fixing the previous "wonky and unintuitive" implementation by simplifying the inheritance design)
  • See below release candidates for details.

[2.1.1rc0] - 2022-04-14

Modified

  • Added arg (trace_logging) to enable websocket-client's trace logging, which reveals extra debug information regarding the websocket connection, including the raw sent & received messages
    • Note: the code implementation is a little wonky and unintuitive, and will be refined as much as possible before the proper release - although the functionality will remain the same.