github-actions
released this
27 Nov 04:16
·
1 commit
to refs/heads/main
since this release
Changes
🚀 Features
- Coinbase: implement new JWT Bearer token for Authentication header @vslee (#857)
- Coinbase: remove order fetch after submission @vslee (#853)
- added ExchangeMarket.IsDelistingCandidate @vslee (#851)
- Bybit - GetTickersAsync implementation @v36u (#845)
- Add MEXC private REST endpoints @BZ-CO (#839)
- Add MEXC public REST endpoints @BZ-CO (#838)
- Change volume data type in MarketCandle @BZ-CO (#837)
🐛 Bug Fixes
- Coinbase: check for order cancellation failure @vslee (#855)
- Binance, KuCoin - Fix GetCurrenciesAsync @v36u (#854)
- Fix MEXC ticker overflow @BZ-CO (#850)
- Kraken - Endpoint fixes @v36u (#848)
- Binance - Support specifying the network for withdrawals @v36u (#846)
- Bybit - Fix QuantityStepSize = 0 for Spot @v36u (#847)
- Reset cached orderbook when new orderbook is a snapshot @v36u (#844)
🧰 Maintenance
- new NuGet 1.2.0 @vslee (#860)
- enable SourceLink @vslee (#859)
- remove AssemblyInfo.cs @vslee (#858)
- Coinbase: added tests @vslee (#856)
- added tests for KuCoin @vslee (#852)
- update dependencies @vslee (#849)
💔 Breaking changes
Coinbase
no longer fetches order info after submission. If you would like this, then please manually fetch it afterwards. See #853 for detailsExchangeName.KuCoin
has been renamed with a capital CMarketCandle.BaseCurrencyVolume
andQuoteCurrencyVolume
have been changed todecimal
(instead ofdouble
)