Skip to content

Commit 45092a8

Browse files
committed
Updated to version 2.0.0
1 parent 15680eb commit 45092a8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

BitMart.Net/BitMart.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<PackageId>BitMart.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>2.0.0-beta3</PackageVersion>
10+
<PackageVersion>2.0.0</PackageVersion>
1111
<AssemblyVersion>2.0.0</AssemblyVersion>
1212
<FileVersion>2.0.0</FileVersion>
1313
<Description>BitMart.Net is a client library for accessing the BitMart REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,38 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
150150
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
151151

152152
## Release notes
153+
* Version 2.0.0 - 13 May 2025
154+
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
155+
* Added support for Native AOT compilation
156+
* Added RateLimitUpdated event
157+
* Added SharedSymbol response property to all Shared interfaces response models returning a symbol name
158+
* Added GenerateClientOrderId method to UsdFutures and Spot Shared clients
159+
* Added OptionalExchangeParameters and Supported properties to EndpointOptions
160+
* Added IBookTickerRestClient implementation to UsdFutures and Spot Shared clients
161+
* Added ISpotOrderClientIdClient implementation to Spot Shared client
162+
* Added IFuturesOrderClientIdClient implementation to UsdFutures Shared client
163+
* Added IFuturesTriggerOrderRestClient implementation to UsdFutures Shared client
164+
* Added IPositionModeRestClient implementation to UsdFutures Shared client
165+
* Added IFuturesTpSlRestClient implementation to UsdFutures Shared client
166+
* Added MaxLongLeverage and MaxShortLeverage to SharedFuturesSymbol response model
167+
* Added takeProfitPrice and stopLossPrice support to Shared UsdFutures PlaceOrderAsync method
168+
* Added TakeProfitPrice, StopLossPrice, TriggerPrice and IsTriggerOrder to SharedFuturesOrder model
169+
* Added QuoteVolume property mapping to SharedSpotTicker response model
170+
* Added restClient.UsdFuturesApi.Trading.CancelAllAfterAsync endpoint
171+
* Added restClient.UsdFuturesApi.Account.SetPositionModeAsync and GetPositionModeAsync endpoints
172+
* Added PositionMode properties to response models
173+
* Added All property to retrieve all available environment on BitMartEnvironment
174+
* Added CancelSource property to BitMartOrder model
175+
* Refactored Shared clients quantity parameters and responses to use Shared Quantity
176+
* Updated all IEnumerable response and model types to array response types
177+
* Updated BitMartFuturesOrderUpdate response model
178+
* Replaced BitMartApiCredentials with ApiCredentials
179+
* Fixed incorrect DataTradeMode on certain Shared interface responses
180+
* Removed Newtonsoft.Json dependency
181+
* Removed legacy ISpotClient implementation
182+
* Removed legacy AddBitMart(restOptions, socketOptions) DI overload
183+
* Fixed some typos
184+
153185
* Version 2.0.0-beta3 - 01 May 2025
154186
* Updated CryptoExchange.Net version to 9.0.0-beta5
155187
* Added property to retrieve all available API environments

0 commit comments

Comments
 (0)