Release v0.7.1
- 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
tofrom kraken.futures.client import KrakenFuturesWSClient
and instantiate the clientKrakenFuturesWSClient
- Spot: change
from kraken.spot.client import WsClient
tofrom kraken.spot.client import KrakenSpotWSClient
and instantiate the clientKrakenSpotWSClient
- there is no need for the
WsClient
class anymore!