Skip to content

Release v0.7.1

Compare
Choose a tag to compare
@btschwertfeger btschwertfeger released this 23 Nov 12:41
· 241 commits to master since this release
  • secured protected and private properties and methods
  • improved websocket recovering of feeds
  • simplified instantiation of the websocket client

NOTE: If you used the websocket clients before:

  • Futures: change from kraken.futures.client import WsClient to from kraken.futures.client import KrakenFuturesWSClient and instantiate the client KrakenFuturesWSClient
  • Spot: change from kraken.spot.client import WsClient to from kraken.spot.client import KrakenSpotWSClient and instantiate the client KrakenSpotWSClient
  • there is no need for the WsClient class anymore!