Skip to content

Commit 1dc4367

Browse files
committed
Updated to version 2.0.0
1 parent ed987f5 commit 1dc4367

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

BitMEX.Net/BitMEX.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<PackageId>JKorf.BitMEX.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>BitMEX.Net is a client library for accessing the BitMEX REST and Websocket API. All data is mapped to readable models and enum values. Additional features include an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>

README.md

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

193193
## Release notes
194+
* Version 2.0.0 - 13 May 2025
195+
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
196+
* Added support for Native AOT compilation
197+
* Added RateLimitUpdated event
198+
* Added SharedSymbol response property to all Shared interfaces response models returning a symbol name
199+
* Added GenerateClientOrderId method to ExchangeApi Shared clients
200+
* Added OptionalExchangeParameters and Supported properties to EndpointOptions
201+
* Added IBookTickerRestClient implementation to ExchangeApi Shared client
202+
* Added ISpotOrderClientIdClient implementation to ExchangeApi Shared client
203+
* Added IFuturesOrderClientIdClient implementation to ExchangeApi Shared client
204+
* Added ISpotTriggerOrderRestClient implementation to ExchangeApi Shared client
205+
* Added IFuturesTpSlClient implementation to ExchangeApi Shared client
206+
* Added TriggerPrice, IsTriggerOrder and IsCloseOrder to SharedFuturesOrder model
207+
* Added TriggerPrice and IsTriggerOrder properties to SharedSpotOrder response model
208+
* Added QuoteVolume property mapping to SharedSpotTicker response model
209+
* Added All property to retrieve all available environment on BitMEXEnvironment
210+
* Added automatic mapping between XBT and BTC asset and symbol names when using the Shared implementations
211+
* Added missing Enum value ExecutionType enum
212+
* Refactored Shared clients quantity parameters and responses to use SharedQuantity
213+
* Updated all IEnumerable response and model types to array response types
214+
* Updated ExecutionInstruction property on BitMEXOrder model to array
215+
* Renamed BitMEXExchangeSymbolOrderBook to BitMEXSymbolOrderBook
216+
* Removed Newtonsoft.Json dependency
217+
* Removed legacy AddBitMEX(restOptions, socketOptions) DI overload
218+
* Fixed incorrect DataTradeMode on certain Shared interface responses
219+
* Fixed InvalidOperationException on empty socket user snapshot updates
220+
* Fixed some typos
221+
* Fixed error using Shared GetAssetsAsync endpoint
222+
194223
* Version 2.0.0-beta3 - 01 May 2025
195224
* Updated CryptoExchange.Net version to 9.0.0-beta5
196225
* Added property to retrieve all available API environments

0 commit comments

Comments
 (0)