Skip to content

Commit

Permalink
Updated to version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Jan 18, 2025
1 parent 64c1b00 commit 5e18f4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ByBit.Net/Bybit.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bybit.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>4.0.1</PackageVersion>
<AssemblyVersion>4.0.1</AssemblyVersion>
<FileVersion>4.0.1</FileVersion>
<PackageVersion>4.0.2</PackageVersion>
<AssemblyVersion>4.0.2</AssemblyVersion>
<FileVersion>4.0.2</FileVersion>
<Description>Bybit.Net is a client library for accessing the Bybit 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>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Bybit;Bybit.Net;Bybit Client;Bybit API;CryptoCurrency;CryptoCurrency Exchange</PackageTags>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).

## Release notes
* Version 4.0.2 - 18 Jan 2025
* Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model
* Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model
* Added ContractAddress to restClient.V5Api.Account.GetAssetInfoAsync response model
* Added TradeId property to restClient.V5Api.Account.GetBrokerEarningsAsync response model
* Updated restClient.V5Api.ExchangeData.GetSpotSymbolsAsync PricePercentageFilter response model to new x/y limit value properties
* Fixed shared interfaces futures symbols request not returning full data set

* Version 4.0.1 - 09 Jan 2025
* Fixed AveragePrice being null in BybitPosition and BybitPositionUpdate models

Expand Down

0 comments on commit 5e18f4c

Please sign in to comment.