Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@Brendan-Blanchard Brendan-Blanchard released this 21 Nov 12:30

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 and debug-outbound features
  • Add new_with_tracing method to KrakenClient to allow setting a flag for tracing inbound REST messages
  • Add new_with_tracing method to KrakenWSSClient to allow setting a flag for tracing inbound websocket messages