Releases: sonvister/Binance
Releases · sonvister/Binance
0.2.0-alpha22
Available on NuGet.
Changes:
- Add
Unsubscribe
to WebSocketClients: AggregateTrade, Candlestick, Trade, Depth, and SymbolStatistics.- Add multiple
CombinedStreamsExample
samples using web socket clients with use ofUnsubscribe
.
- Add multiple
- Add
Symbol
extensions to verify or validate (with exceptions) orders or just price and quantity.- Add
UpdateCacheAsync
toSymbol
for convenience. - Remove
UpdateCache
fromAsset
(now combined withSymbol.UpdateCache
).
- Add
- Add
CancelAsync
toTaskController
andRetryTaskController
. - Add logging information and update comments.
0.2.0-alpha21
Available on NuGet.
Additions to 0.2.0-alpha20:
- FIX:
AccountTrade
constructorCommission
argument check (thanks @dohieu1991 #36 ...again).
0.2.0-alpha20
Available on NuGet.
Changes:
- BREAKING: Change multiple
long
Timestamp
properties toDateTime
Time
. - FIX:
AccountInfo
AccountCommissions
constructor argument checks (thanks @dohieu1991 #36).
0.2.0-alpha19
Available on NuGet.
Changes:
- Add
Symbol
price/quantity helper extensions (to adjust amounts to valid increments).GetUpperValidValue()
,GetLowerValidValue()
, andGetValidValue()
.
- FIX:
SymbolStatisticsCache
when subscribed to all symbols (thanks @muskara #34). - FIX:
SymbolStatistics
open/close time property types (decimal
tolong
). - Add timestamp
long
toDateTime
conversion helper extension:ToDateTime()
0.2.0-alpha18
Available on NuGet.
Changes:
- Improvements to
OrderBookCache
,AggregateTradeCache
, andTradeCache
.- FIX: Out-of-sync (disconnect) handling.
- Add
OutOfSync
event.
- Update static assets and symbols (IOST).
0.2.0-alpha17
0.2.0-alpha16
Available on NuGet.
Changes:
- FIX: Improve reconnect behavior of web socket client and cache implementations.
0.2.0-alpha15
0.2.0-alpha14
Available on NuGet.
Changes:
- Add
Order.Fills
property to support 'FULL' new order response type. - Add
IWebSocketStream
abstraction to support combined streams.- Create new layer between
IWebSocketClient
andBinanceWebSocketClient
. - BREAKING: Change
SubscribeAsync
methods toStreamAsync
extensions (for non-combined).
- Create new layer between
- Add WebSocket4Net and WebSocketSharp
IWebSocketClient
implementations (for Windows 7 support).- BREAKING: Move Binance.Api.WebSocket namespace to Binance.WebSocket.
- Change package/release versioning for better NuGet support.
- Update request rate limit weights.