Skip to content

Releases: glitch100/BinanceDotNet

4.9.0

18 Mar 09:07
bb9bc86
Compare
Choose a tag to compare

Includes various deserialization fixes, and some new features

4.2.0 - New endpoint, better orders, various fixes

02 Feb 08:50
ac4c08d
Compare
Choose a tag to compare
BDN Issues - 4.2.0 Release (#32)

* Added the LowPrice property to the SymbolPriceChangeTickerResponse class.

* Added BNB pairs and switched symbol name order.

* Added feature exchangeInfo API endpoint.

* Split classes to own files.
* Using OrderType enum in ExchangeInfoSymbol.
Added possible new values for OrderType enum, LIMIT_MAKER, STOP_LOSS_LIMIT, TAKE_PROFIT_LIMIT.

* Added REPSONSE, FULL, ACK to CreateOrder, and changed rogue doubles for decimals

* ExchangeInfoOrderType as new enum.
ExchangeInfoFilterType new type of json converter.

* Price property changed to decimal instead of double for any precision conversion problems

* Error message logging fix

* FloatParseHandling for queryStringCreation and Test

* Adjusted types, fields

* Version change in assembly

* Removing Price mandatory guard

* Removed private setters.

* Removed private from setter.

* Expanded the number of available order types.

* Access Level of GenerateQueryStringFromData reverted to private

* GenerateQueryStringFromData_DecimalConversion deleted from GeneralEndpointTests

4.0.0 - Backwards Compatibility and various fixes

21 Jan 23:38
Compare
Choose a tag to compare

Overview

The first real major release since BinanceDotNet was created, contains a number of fundamental changes to allow users from various .NET Frameworks (new and old) utilise the library. In addition it contains critical fixes that have previously hindered a number of endpoints.

Fixes

  • Unnecessary arguments being added to request strings
  • Bad arguments
  • New params added to endpoints
  • New and Old frameworks targetted
  • NLog removed and log4net added during interim period
  • Timestamp logic bug fixed for slow requests