v0.6.0
A breaking change to the KrakenClient
trait (adding a new method) to support tracing as a flag, rather than a build feature for increased flexibility and configuration at runtime for different clients (e.g. tracing orders but not orderbooks due to log volumes).
- Deprecate
debug-inbound
anddebug-outbound
features - Add
new_with_tracing
method toKrakenClient
to allow setting a flag for tracing inbound REST messages - Add
new_with_tracing
method toKrakenWSSClient
to allow setting a flag for tracing inbound websocket messages