Skip to content

Version 9.11.0

Compare
Choose a tag to compare
@JKorf JKorf released this 23 Jun 16:20
· 121 commits to master since this release
  • Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0
  • Added dedicated connection configuration; a websocket connection can now be established before making the first request by calling binanceSocketClient.SpotApi.PrepareConnectionsAsync();
  • Added CancellationToken optional parameter to websocket requests
  • Updated response models from classes to records