Skip to content

Releases: JKorf/Upbit.Net

Upbit.Net Version 2.8.0

06 Mar 09:18

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

Upbit.Net Version 2.7.0

24 Feb 13:43

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient

Upbit.Net Version 2.6.0

16 Feb 09:42

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

Upbit.Net Version 2.5.0

10 Feb 12:51

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

Upbit.Net Version 2.4.0

06 Feb 14:02

Choose a tag to compare

Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Fixed disposed clients getting returned from UserClientProvider

Upbit.Net Version 2.3.0

22 Jan 09:33

Choose a tag to compare

Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option
Added Metadata to AsterExchange

Upbit.Net Version 2.2.1

14 Jan 08:37

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.3, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

Upbit.Net Version 2.2.0

13 Jan 08:48

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

Upbit.Net Version 2.1.0

07 Jan 12:11

Choose a tag to compare

Updated CryptoExchange.Net version to 10.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added DataTimeLocal and DataAge properties to DataEvent object
Added UpdateServerTime, UpdateLocalTime and DataAge properties to (I)SymbolOrderBook
Fixed incorrect Kline endTime parameter serialization

Upbit.Net Version 2.0.0

16 Dec 12:36

Choose a tag to compare

Added Net10.0 target framework
Updated CryptoExchange.Net version to 10.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved performance across the board, biggest gains in websocket message processing
Updated REST message response handling
Updated WebSocket message handling
Added UseUpdatedDeserialization socket client options to toggle by new and old message handling
Added SocketIndividualSubscriptionCombineTarget socket client option
Added PreDelisting value to SymbolStatus enum
Updated Shared API's subscription update types from ExchangeEvent to DataEvent
Fixed websocket ratelimiting error